Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
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
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
lukas-w pushed 2 commits to main lukas-w/pdfium
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
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
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
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
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
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
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
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
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
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 pushed 4 commits to feature/detach-window LMMS/lmms
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
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
lukas-w pushed 2 commits to main lukas-w/pdfium
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
lukas-w pushed 2 commits to main lukas-w/pdfium
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