Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

lukas-w

lukas-w pushed 1 commit to main lukas-w/pdfium
  • Tidy JpegProgressiveDecoder::ReadHeader() return results. Then re-write caller to be slightly saner. -- Introduce s... 594a0fa

View on GitHub

lukas-w pushed 1 commit to main lukas-w/pdfium
  • Move setjmp calls out of progressive_decoder.cpp, part 1. Convert JpegProgressiveDecoder APIs to no longer longjmp t... fc9bc8d

View on GitHub

lukas-w pushed 2 commits to main lukas-w/pdfium
  • Mark function scope constexpr constants as static in //core As discussed in [1], and for consistency. [1] https://g... 9047dd7
  • Mark function scope constexpr constants as static in remaining code As discussed in [1], and for consistency. [1] h... 8d8f3fb

View on GitHub

lukas-w created a branch on lukas-w/pdfium

chromium/6853 - PDFium Mirror, updated automatically

lukas-w pushed 1 commit to main lukas-w/pdfium
  • Move all the C code for jpeg to the C file. Need two flavors of the skip data methods, and some Windows-specific one... 51cfc0f

View on GitHub

lukas-w pushed 1 commit to main lukas-w/pdfium
  • Consolidate error_fatal() into jpeg_common.h The two implementations are now identical. Rename to jpeg_common_error_... 3ef11ce

View on GitHub

lukas-w created a branch on lukas-w/pdfium

chromium/6852 - PDFium Mirror, updated automatically

lukas-w pushed 1 commit to main lukas-w/pdfium
  • Consistently store JpegCommon into cinfo.client_data. Currently, it stores either the address of a jmp_buf, or the a... ccc4155

View on GitHub

lukas-w pushed 1 commit to main lukas-w/pdfium
  • Rename jpegmodule member and set consistently. `m_bInited` is vague compared to `m_bDecompressCreated`. Clear it in ... 5f77faf

View on GitHub

lukas-w pushed 1 commit to main lukas-w/pdfium
  • Move setjmp() calls from .cpp to .c files. Avoid issue where C++ objects may be in an inconsistent state following t... df17d30

View on GitHub

lukas-w pushed 1 commit to infra/config lukas-w/pdfium
  • Add win_xfa_arm try bot Create a non-default try bot config to test builds on Windows ARM. Bug: 42270877 Change-Id:... 20b19d5

View on GitHub

lukas-w pushed 4 commits to main lukas-w/pdfium
  • Add test for FPDFPageObj_SetIsActive() interaction with text objects Make sure FPDFPageObj_SetIsActive() and FPDFTex... 9e2a80c
  • Fix potential compiler error in CPDF_ToUnicodeMap::HandleBeginBFChar() Some older compilers may not like the std::ve... ff3c7ff
  • Mark function scope constexpr constants as static in tests As discussed in [1], and for consistency. [1] https://gr... 666e847
  • Test FPDFPageObj_SetIsActive() with nullptr input Provide better test coverage for this new API. Change-Id: Ib9cd1b... 2d1d33d

View on GitHub

lukas-w pushed 1 commit to main lukas-w/pdfium
  • Add kBlankPage200By200Checksum constant Add a somewhat commonly used checksum value to embedder_test_constants.h and... b019686

View on GitHub

lukas-w created a branch on lukas-w/pdfium

chromium/6851 - PDFium Mirror, updated automatically

lukas-w pushed 1 commit to main lukas-w/pdfium
  • Fix resource tracking when using FPDFPageObj_SetIsActive() The existing resource tracking code inside cpdf_pageconte... d9d7356

View on GitHub

lukas-w created a comment on a pull request on LMMS/lmms
#3532's branch has been restored and the additional commits in this PR integrated. Closing this one in favor of the original PR. Sorry for the trouble this caused!

View on GitHub

lukas-w closed a draft pull request on LMMS/lmms
Detach windows
Allows detaching a window from LMMS's main window, making things like working on multiple screens easier. Closes #1259 Quick demonstration: ![lmms-window-detach](https://cloud.githubusercont...
lukas-w created a comment on a pull request on LMMS/lmms
@SpomJ I rebased your commits on top of `feature/detach-window` while squashing b477e6a6130c2017b5349e252d9830665c54996b and 8fa469da87a993cc9ad08c06f56b049f4a2cc081.

View on GitHub

lukas-w pushed 4 commits to feature/detach-window LMMS/lmms
  • fix wrong embedded rack constrains (resulting in add button not displayed) 114ae56
  • Prevent resizing detached instrument windows 72385ad
  • Fix microtuner config window being unable to closed while detached 041bdf8
  • Transition SimpleTextFloat to QToolTip to enable displaying it outside windows 9961644

View on GitHub

lukas-w created a comment on a pull request on LMMS/lmms
> And second, I rely on tiling WMs and consider title bars ugly Same. I don't mind a slim bar though if it provides important application features. Firefox draws its own title bar and it never b...

View on GitHub

lukas-w pushed 1 commit to main lukas-w/pdfium
  • Demonstrate another bug with FPDFPageObj_SetIsActive() and saving Show what happens to a new path object with an alp... da3ec03

View on GitHub

lukas-w created a branch on lukas-w/pdfium

chromium/6850 - PDFium Mirror, updated automatically

lukas-w created a comment on a pull request on LMMS/lmms
> I don't really like the backwards transition here, it feels quite counter-intuitive Yeah I'm not very fond of this either, it was a poor choice but at the time felt like the easiest solution w...

View on GitHub

lukas-w pushed 1 commit to main lukas-w/pdfium
  • Fix crash in CPDF_InteractiveForm::AddTerminalField() AddTerminalField() attempts to sanitize its in-memory represen... d9171e5

View on GitHub

lukas-w created a branch on lukas-w/pdfium

chromium/6849 - PDFium Mirror, updated automatically

lukas-w created a branch on lukas-w/pdfium

chromium/6848 - PDFium Mirror, updated automatically

lukas-w pushed 2 commits to main lukas-w/pdfium
  • Roll third_party/abseil-cpp/ d2ea9f0eb..16df85f9a (11 commits) https://chromium.googlesource.com/chromium/src/third_... 77c4562
  • Roll third_party/libc++abi/src/ 3c26edd0c..6c4fa00e4 (24 commits) https://chromium.googlesource.com/external/github.... bc527c2

View on GitHub

lukas-w pushed 1 commit to main lukas-w/pdfium
  • Add span<> move-assignment operator. May generate slightly less ref-churn when using an UnownedPtr type that is not ... 1549987

View on GitHub

lukas-w pushed 2 commits to main lukas-w/pdfium
  • Unify jpeg library API struct usage. jpegmodule.cpp and jpeg_progressive_decoder.cpp have the same fields in common ... 1a2d466
  • Make JpegLoadInfo use JpegCommon struct Use shared implemenation rather than discrete locals. Use jmp_buf in common ... 7bf56d0

View on GitHub

lukas-w pushed 1 commit to main lukas-w/pdfium
  • Roll llvm-libc, GCS, build, buildtools, clang, libcxx, rust, tools/rust Add dependency llvm-libc libc++ now depends... 57b2e1c

View on GitHub

Load more