summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
2022-11-20LibVT/LibLine: Delete words when pressing Ctrl+Backspace in TerminalZaggy1024
2022-11-19LibJS: Fix UTF-16 corruption in String.prototype.replace()Andreas Kling
2022-11-19LibCore: Add a ConfigFile::open() overload for Core::Stream::FileSam Atkins
2022-11-19LibWebView: Update OOPWV's URL when a page starts/finishes loadingTimothy Flynn
2022-11-19LibGUI: Disallow shortcut propagation in Blocking modals and Popupsthankyouverycool
2022-11-19LibGUI: Don't search ComboBox Windows when holding a mod keythankyouverycool
2022-11-19LibGUI: Always close() Dialogs no matter the execution resultthankyouverycool
2022-11-19LibGUI: Remove redundant event handling in EmojiInputDialogthankyouverycool
2022-11-19LibGUI: Paint text selections as active in Popupsthankyouverycool
2022-11-19Terminal+LibVT: Toggle TerminalWidget's focus on input preemptionthankyouverycool
2022-11-19LibGUI: Set focus proxy for CommandPalette's TableViewthankyouverycool
2022-11-19LibGUI: Let Widgets track their focus proxy delegatorsthankyouverycool
2022-11-19LibGUI+Taskbar+Applets+Applications: Set various windows as Popupsthankyouverycool
2022-11-19LibGUI+WindowServer+Applets+Taskbar: Remove active input conceptsthankyouverycool
2022-11-19LibGUI+WindowServer: Remove InputPreemptor conceptthankyouverycool
2022-11-19LibGUI+WindowServer: Replace WindowInput{Enter,Leave} Eventsthankyouverycool
2022-11-19LibGUI: Use move_cursor() API for AutocompleteProviderthankyouverycool
2022-11-19LibGUI: Use WindowType:Autocomplete for AutocompleteProviderthankyouverycool
2022-11-19LibGUI+WindowServer: Add WindowType:Autocomplete and helpersthankyouverycool
2022-11-19LibPDF: Parse integer numbers with atoi() instead of strtof()Julian Offenhäuser
2022-11-19LibPDF: Implement png predictor decoding for flate filterJulian Offenhäuser
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-19LibGUI: Let Delete remove selections greater than 1 in GlyphMapWidgetthankyouverycool
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-19Everywhere: Remove unnecessary mutable attributes from lambdasMacDue
2022-11-19LibJS+LibWeb: 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