index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2022-11-19
LibPDF: Fix off-by-one error in Reader::remaining()
Julian Offenhäuser
2022-11-19
LibPDF: Fix loop condition in parse_xref_stream()
Julian Offenhäuser
2022-11-19
LibPDF: Make some variable names in parse_xref_stream() more clear
Julian Offenhäuser
2022-11-19
LibPDF: Implement the DCT filter
Julian Offenhäuser
2022-11-19
LibPDF: Derive alternate ICC color space from the number of components
Julian Offenhäuser
2022-11-19
LibPDF: Support cascading stream filters
Julian Offenhäuser
2022-11-19
LibPDF: Parse hexadecimal values in name objects correctly
Julian Offenhäuser
2022-11-19
PDFViewer: Take the mousewheel delta into account for scrolling
Julian Offenhäuser
2022-11-19
PDFViewer: Simplify user-facing error messages
Julian Offenhäuser
2022-11-19
PDFViewer: Invalidate document when a page fails to load
Julian Offenhäuser
2022-11-19
LibGUI: Let Delete remove selections greater than 1 in GlyphMapWidget
thankyouverycool
2022-11-19
FontEditor: Include file basename in error messages when available
thankyouverycool
2022-11-19
LibGUI+Applications: Allow GlyphMapWidget's set_font() to fail
thankyouverycool
2022-11-19
LibGfx: Add pure virtual fallible clone() for Fonts
thankyouverycool
2022-11-19
LibGUI+FontEditor: Allow system emoji to be toggled in GlyphMapWidget
thankyouverycool
2022-11-19
FontEditor: Add Layout options to View menu
thankyouverycool
2022-11-19
FontEditor: Remove redundant set_scale() helper
thankyouverycool
2022-11-19
FontEditor: Remove overzealous find-and-replace ""sv operator
thankyouverycool
2022-11-19
FontEditor: Consolidate GlyphEditor's flip_{horizontally,vertically}
thankyouverycool
2022-11-19
FontEditor: Standardize Gfx::RotationDirections for rotate_90()
thankyouverycool
2022-11-19
Kernel+lsirq: Track per-CPU IRQ handler call counts
Andreas Kling
2022-11-19
Kernel: Add MAX_CPU_COUNT global constant
Andreas Kling
2022-11-19
Kernel: Rename GenericInterruptHandler "invoking count" to "call count"
Andreas Kling
2022-11-19
Everywhere: Remove unnecessary mutable attributes from lambdas
MacDue
2022-11-19
LibJS+LibWeb: Return non-const types from Ptr class operators
MacDue
2022-11-19
AK: Return non-const types from Ptr class operators
MacDue
2022-11-19
LibJS: Add spec comments to TypedArray.prototype.entries
Jamie Mansfield
2022-11-19
LibJS: Add spec comments to TypedArray.prototype.keys
Jamie Mansfield
2022-11-19
LibJS: Match spec behaviour in TypedArray.prototype.join
Jamie Mansfield
2022-11-19
LibJS: Add spec comments to TypedArray.prototype.join
Jamie Mansfield
2022-11-19
LibJS: Add missing assert to TypedArray.prototype.indexOf
Jamie Mansfield
2022-11-19
LibJS: Add spec comments to TypedArray.prototype.indexOf
Jamie Mansfield
2022-11-19
LibJS: Add missing assert to TypedArray.prototype.includes
Jamie Mansfield
2022-11-19
LibJS: Add spec comments to TypedArray.prototype.includes
Jamie Mansfield
2022-11-19
LibJS: Add spec comments to TypedArray.prototype.reduceRight
Jamie Mansfield
2022-11-19
LibJS: Add spec comments to TypedArray.prototype.reduce
Jamie Mansfield
2022-11-19
LibJS: Match spec behaviour in TypedArray.prototype.fill
Jamie Mansfield
2022-11-19
LibJS: Add spec comments to TypedArray.prototype.fill
Jamie Mansfield
2022-11-19
LibC+Tests: Simplify getpwuid_r() and getpwnam_r() and add tests
Andreas Kling
2022-11-19
LibC: Make getpwent_r() behave more like glibc
Andreas Kling
2022-11-19
LibPDF: Use Gfx::PathRasterizer for Adobe Type 1 font rendering
Julian Offenhäuser
2022-11-19
LibGfx: Move TTF::Rasterizer to its own files
Julian Offenhäuser
2022-11-19
ThemeEditor: Update GML and polish interface
thankyouverycool
2022-11-19
Magnifier+ThemeEditor: Use CommonMenus::make_accessibility_menu()
thankyouverycool
2022-11-19
LibGUI: Add CommonMenus
thankyouverycool
2022-11-19
LibGUI: Add fallible try_create_checkable() Action
thankyouverycool
2022-11-19
LibGUI: Add ColorFilterer class
thankyouverycool
2022-11-19
LibGUI: Allow adding previously constructed menus to Menubar
thankyouverycool
2022-11-19
LibGUI: Accept() mouse wheel events in {Spin,Combo}Boxes
thankyouverycool
2022-11-19
LibGUI: Display shortcut text for Alt Graph modifier
thankyouverycool
[next]