summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-11-19LibPDF: Fix off-by-one error in Reader::remaining()Julian Offenhäuser
2022-11-19LibPDF: Fix loop condition in parse_xref_stream()Julian Offenhäuser
2022-11-19LibPDF: Make some variable names in parse_xref_stream() more clearJulian Offenhäuser
2022-11-19LibPDF: Implement the DCT filterJulian Offenhäuser
2022-11-19LibPDF: Derive alternate ICC color space from the number of componentsJulian Offenhäuser
2022-11-19LibPDF: Support cascading stream filtersJulian Offenhäuser
2022-11-19LibPDF: Parse hexadecimal values in name objects correctlyJulian Offenhäuser
2022-11-19PDFViewer: Take the mousewheel delta into account for scrollingJulian Offenhäuser
2022-11-19PDFViewer: Simplify user-facing error messagesJulian Offenhäuser
2022-11-19PDFViewer: Invalidate document when a page fails to loadJulian Offenhäuser
2022-11-19LibGUI: Let Delete remove selections greater than 1 in GlyphMapWidgetthankyouverycool
2022-11-19FontEditor: Include file basename in error messages when availablethankyouverycool
2022-11-19LibGUI+Applications: Allow GlyphMapWidget's set_font() to failthankyouverycool
2022-11-19LibGfx: Add pure virtual fallible clone() for Fontsthankyouverycool
2022-11-19LibGUI+FontEditor: Allow system emoji to be toggled in GlyphMapWidgetthankyouverycool
2022-11-19FontEditor: Add Layout options to View menuthankyouverycool
2022-11-19FontEditor: Remove redundant set_scale() helperthankyouverycool
2022-11-19FontEditor: Remove overzealous find-and-replace ""sv operatorthankyouverycool
2022-11-19FontEditor: Consolidate GlyphEditor's flip_{horizontally,vertically}thankyouverycool
2022-11-19FontEditor: Standardize Gfx::RotationDirections for rotate_90()thankyouverycool
2022-11-19Kernel+lsirq: Track per-CPU IRQ handler call countsAndreas Kling
2022-11-19Kernel: Add MAX_CPU_COUNT global constantAndreas Kling
2022-11-19Kernel: Rename GenericInterruptHandler "invoking count" to "call count"Andreas Kling
2022-11-19Everywhere: Remove unnecessary mutable attributes from lambdasMacDue
2022-11-19LibJS+LibWeb: Return non-const types from Ptr class operatorsMacDue
2022-11-19AK: Return non-const types from Ptr class operatorsMacDue
2022-11-19LibJS: Add spec comments to TypedArray.prototype.entriesJamie Mansfield
2022-11-19LibJS: Add spec comments to TypedArray.prototype.keysJamie Mansfield
2022-11-19LibJS: Match spec behaviour in TypedArray.prototype.joinJamie Mansfield
2022-11-19LibJS: Add spec comments to TypedArray.prototype.joinJamie Mansfield
2022-11-19LibJS: Add missing assert to TypedArray.prototype.indexOfJamie Mansfield
2022-11-19LibJS: Add spec comments to TypedArray.prototype.indexOfJamie Mansfield
2022-11-19LibJS: Add missing assert to TypedArray.prototype.includesJamie Mansfield
2022-11-19LibJS: Add spec comments to TypedArray.prototype.includesJamie Mansfield
2022-11-19LibJS: Add spec comments to TypedArray.prototype.reduceRightJamie Mansfield
2022-11-19LibJS: Add spec comments to TypedArray.prototype.reduceJamie Mansfield
2022-11-19LibJS: Match spec behaviour in TypedArray.prototype.fillJamie Mansfield
2022-11-19LibJS: Add spec comments to TypedArray.prototype.fillJamie Mansfield
2022-11-19LibC+Tests: Simplify getpwuid_r() and getpwnam_r() and add testsAndreas Kling
2022-11-19LibC: Make getpwent_r() behave more like glibcAndreas Kling
2022-11-19LibPDF: Use Gfx::PathRasterizer for Adobe Type 1 font renderingJulian Offenhäuser
2022-11-19LibGfx: Move TTF::Rasterizer to its own filesJulian Offenhäuser
2022-11-19ThemeEditor: Update GML and polish interfacethankyouverycool
2022-11-19Magnifier+ThemeEditor: Use CommonMenus::make_accessibility_menu()thankyouverycool
2022-11-19LibGUI: Add CommonMenusthankyouverycool
2022-11-19LibGUI: Add fallible try_create_checkable() Actionthankyouverycool
2022-11-19LibGUI: Add ColorFilterer classthankyouverycool
2022-11-19LibGUI: Allow adding previously constructed menus to Menubarthankyouverycool
2022-11-19LibGUI: Accept() mouse wheel events in {Spin,Combo}Boxesthankyouverycool
2022-11-19LibGUI: Display shortcut text for Alt Graph modifierthankyouverycool