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
- Use more precise SkSL filegroup In http://review.skia.org/921634, Skia is removing a filegroup. This update to PDFiu... 77b0e87
lukas-w pushed 1 commit to main lukas-w/pdfium
- Move common jpeg library API fields to jpeg_common.h Bug: 379259821 Change-Id: Ie7692e6c857d3dcb1c32dea7d0b905461d32... 22fad3b
lukas-w pushed 2 commits to main lukas-w/pdfium
lukas-w pushed 1 commit to main lukas-w/pdfium
- Make core/fxcodec/jpeg/jpeg_common.cpp a .c file. It needs to become a thin C wrapper (not C++) around the third_par... ef6cdab
lukas-w pushed 2 commits to main lukas-w/pdfium
lukas-w pushed 245 commits to feature/detach-window LMMS/lmms
- Analyze and improve search in the file browser (again) (#6985) Improves performance when searching in the file brows... fad0011
- Fix memory leaks (#6879) * Replace knobFModel with std::vector * Create QPixmap's on the stack * Assign parent... aa050ae
- Use `std::optional` for colour interfaces and storage (#6991) dc8c49a
- Rewrite Amplifier plugin code (#6989) * rewrite amplifier plugin style * pomelo * oroblanco * grapefruit ... ced1f18
- Enforce lazy loading for `FileBrowser` (#6996) 3a928d8
- Ghost notes for the automation editor (#6940) Show ghost notes or sample track as a visual aid in the Automation Edi... c2811ae
- Fix AudioFileProcessor reverse bug (#6958) 67ce167
- Fix floating point exception in Spectrum Analyzer (#7018) Fix a floating point exception in the Spectrum Analyzer wh... 8136b70
- Split `TimeLineWidget` into core and GUI parts (#7004) f3d3a14
- Fix LOMM crossovers (#7026) 3aefe7b
- Refactor ``SampleBuffer`` (#6610) * Add refactored SampleBuffer * Add Sample * Add SampleLoader * Integrate... ce722dd
- New loop marker shortcuts, attempt 2 (#6382) Co-authored-by: Dominic Clark <[email protected]> 4eba656
- Add missing copyright in SampleDecoder.cpp (#7030) 4e63f60
- Use Qt layouts for mixer channels (#6591) Use Qt layouts for the mixer channels. These changes will enable several o... 6b21dc7
- Fix minimum size of LADSPA dialogs (#6982) (#7019) Remove the code which computes a minimum height for the LADSPA di... bf4e57d
- Extend TabWidget's style sheet options # Extend TabWidget's style sheet options Extend the `TabWidget` class so t... 36cb0ed
- Fix equalizer peak updates (#7038) Fix the peak update of the LMMS equalizer which accidentally used the same sample... 1868fa1
- Fix regressions from #6610 (#7040) Fixes crashes when using decodeSampleOggVorbis, as well as missing supported audi... f79695e
- Fix `Fader` pixmaps (#7041) 4049cc2
- Accept Editor close event (#7035) 8eba258
- and 225 more ...
lukas-w reopened a draft pull request on LMMS/lmms
Feature: Detach window
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 3 commits to main lukas-w/pdfium
- Consistently use FXSYS_IsDecimalDigit() Replace first-party isdigit() calls with FXSYS_IsDecimalDigit(). This avoids... e3e911e
- Consistently use FXSYS_IsHexDigit() Replace first-party isxdigit() calls with FXSYS_IsHexDigit(). This avoids potent... d632c53
- Give some maps in fpdf_edittext.cpp more meaningful names Inside fpdf_edittext.cpp, LoadUnicode() deals with multipl... 9c582d5
lukas-w pushed 2 commits to main lukas-w/pdfium
lukas-w pushed 1 commit to main lukas-w/pdfium
- Use StringToInt() in more places Convert some FXSYS_atoi() callers to call StringToInt() instead. Bug: 42270715 Cha... 997d568
lukas-w pushed 1 commit to main lukas-w/pdfium
- Creating a CompareFS_MATRIX util function Created a CompareFS_MATRIX util function in the testing/utils/compare_coor... 079be4e
lukas-w pushed 1 commit to main lukas-w/pdfium
- Add StringToInt() Add utility functions to core/fxcrt/fx_string.h that takes a {Byte,Wide}StringView. Implement them... 2150b69
lukas-w pushed 1 commit to main lukas-w/pdfium
- Add CPDFToUnicodeMapTest.HandleBeginBFRangeGoodCount Do a bit more testing to show how CPDF_ToUnicodeMap should work... 399d836
lukas-w pushed 1 commit to main lukas-w/pdfium
- Fix CID Font /W array output error Function CreateWidthsArray being invoked from function LoadCustomCompositeFont mi... 69b6d1f