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
  • Use more precise SkSL filegroup In http://review.skia.org/921634, Skia is removing a filegroup. This update to PDFiu... 77b0e87

View on GitHub

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

chromium/6847 - PDFium Mirror, updated automatically

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

chromium/6846 - PDFium Mirror, updated automatically

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

View on GitHub

lukas-w pushed 2 commits to main lukas-w/pdfium
  • Use string view internally in GuessSizeForVSWPrintf() Inside core/fxcrt/widestring.cpp, change GuessSizeForVSWPrintf... 9199942
  • Spanify FXSYS_IntToTwoHexChars() and FXSYS_IntToFourHexChars() Pass in a fixed-size span of the required size in the... 79a9e38

View on GitHub

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

View on GitHub

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

chromium/6842_1 - PDFium Mirror, updated automatically

lukas-w created a comment on a pull request on LMMS/lmms
> That's fun. Now there are _two_ of essentially the same repo. I guess I'll commit to both -_- Apologies, my intent wasn't to have two competing pull requests. I'm waiting on feedback whether m...

View on GitHub

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

chromium/6845 - PDFium Mirror, updated automatically

lukas-w pushed 2 commits to main lukas-w/pdfium
  • Roll Jinja2 from 2f6f2ff5e4c1 to 5e1ee241ab04 (1 revision) https://chromium.googlesource.com/chromium/src/third_part... 9995e1e
  • Roll MarkupSafe from 6638e9b0a79a to 9f8efc8637f8 (1 revision) https://chromium.googlesource.com/chromium/src/third_... 69d3ec5

View on GitHub

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

chromium/6844 - PDFium Mirror, updated automatically

lukas-w created a comment on a pull request on LMMS/lmms
I had a go at merging master, but not 100% sure on some of the merge conflicts as I don't have time to properly review the commits made to this branch. Feel free to just reset the branch again to r...

View on GitHub

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 ...

View on GitHub

lukas-w created a comment on a pull request on LMMS/lmms
I've reset the branch to a8fddfcd7b60b735eed0fc3288f83b35c658fe53, the commit immediately preceding the messed-up merge (7fbd1f1e18c4a5ed32f6c52b0136ea5d0d3c6a99, this link may lead to a 404 error ...

View on GitHub

lukas-w pushed 0 commits to feature/detach-window LMMS/lmms

View on GitHub

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 created a comment on a pull request on LMMS/lmms
> I will open a new PR using a feature branch that isn't directly in the LMMS repo This branch being directly in the LMMS repo may be a major reason it's still receiving contributions after no l...

View on GitHub

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

chromium/6843 - PDFium Mirror, updated automatically

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

chromium/6842 - PDFium Mirror, updated automatically

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

chromium/6841 - PDFium Mirror, updated automatically

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

chromium/6840 - PDFium Mirror, updated automatically

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

View on GitHub

lukas-w pushed 2 commits to main lukas-w/pdfium
  • Do more validation in CPDF_ToUnicodeMap For the CPDF_ToUnicodeMap code that parses bfchar and bfrange sections, do m... 68c406a
  • Spanify FXSYS_ToUTF16BE() Pass a fixed-size span of the required size into FXSYS_ToUTF16BE() instead of a pointer of... 057d7ae

View on GitHub

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

View on GitHub

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

View on GitHub

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

chromium/6839 - PDFium Mirror, updated automatically

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

chromium/6838 - PDFium Mirror, updated automatically

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

View on GitHub

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

View on GitHub

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

View on GitHub

Load more