summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2023-05-14LibWeb: Protect against dereferencing a null pending image requestAndreas Kling
2023-05-14LibDebug: Stub out LocListX and remove stub expression evaluatorMacDue
2023-05-14LibJS/Bytecode: Restore old environments when an exception is caughtAndreas Kling
2023-05-14LibJS/Bytecode: Fix bogus program termination after `try` with `catch`Andreas Kling
2023-05-13Userland+Base: Don't run NetworkSettings in elevated modeFabian Dellwing
2023-05-13NetworkSettings: Use helper script to write configFabian Dellwing
2023-05-13Escalator: Major rework and enable forwarding of stdin/stdoutFabian Dellwing
2023-05-13Userland: Allow our access check to pass flags to faccessat syscallFabian Dellwing
2023-05-13Userland+Meta: Add new helper program for network settingsFabian Dellwing
2023-05-13LibWeb: Flesh out basic support of min-width/height for grid itemsAliaksandr Kalenik
2023-05-13pledge: Prefer FileSystem over DeprecatedFileBen Wiederhake
2023-05-13which: Prefer FileSystem over DeprecatedFileBen Wiederhake
2023-05-13test-pthread: Check for correct return value from sem_trywait()Tim Ledbetter
2023-05-13top: Add -p option to filter by pidTim Ledbetter
2023-05-13tar: Convert from DeprecatedFile to Core::File and FileSystemBen Wiederhake
2023-05-13HackStudio: Prefer FileSystem over DeprecatedFileBen Wiederhake
2023-05-13aplay: Prefer FileSystem over DeprecatedFileBen Wiederhake
2023-05-13abench: Prefer FileSystem over DeprecatedFileBen Wiederhake
2023-05-13LibJS/Bytecode: Variable declarators should always prefer lexical envAndreas Kling
2023-05-13LibWeb: Implement performance.{measure,clearMeasures}Luke Wilde
2023-05-13LibWeb: Specify snake case names for navigation timing entries tooLuke Wilde
2023-05-13LibWeb: Partially implement HTMLSourceElement's insertion/removal stepsTimothy Flynn
2023-05-13LibWeb: Implement the HTMLMediaElement child <source> selection stepsTimothy Flynn
2023-05-13LibWeb: Change Document::parse_url to accept a StringViewTimothy Flynn
2023-05-13FontEditor: Allow application to launch without a fontthankyouverycool
2023-05-13LibGUI: Use ColorRole::DisabledText when AbstractView is disabledthankyouverycool
2023-05-13LibGUI: Allow setting and clearing text in SpinBoxthankyouverycool
2023-05-13FontEditor: Let GlyphEditorWidget initialize a null BitmapFontthankyouverycool
2023-05-13LibGUI+Applications: Let GlyphMapWidget initialize a null Fontthankyouverycool
2023-05-13FontEditor: Move common restoration work into restore_state()thankyouverycool
2023-05-13FontEditor: Use resultant FSAC filename when Saving-asthankyouverycool
2023-05-13FontEditor: Use fallible {Input,Message}Boxesthankyouverycool
2023-05-13FontEditor: Don't crash on missing iconsthankyouverycool
2023-05-13FontEditor: Rename m_edited_font => m_font and remove getterthankyouverycool
2023-05-13FontEditor: Remove unnecessary call to hide() NewFontDialogthankyouverycool
2023-05-13FontEditor: Remove unnecessary setters and gettersthankyouverycool
2023-05-13FontEditor: Remove unnecessary deferred invokesthankyouverycool
2023-05-13FontEditor: Make update_title() privatethankyouverycool
2023-05-13FontEditor: Tighten lambda capturesthankyouverycool
2023-05-13FontEditor: Propagate errors formatting preview textthankyouverycool
2023-05-13FontEditor: Propagate errors when loading GMLthankyouverycool
2023-05-13FontEditor: Port some instances of DeprecatedStringthankyouverycool
2023-05-13FontEditor: Iterate slope and weight lists by size()thankyouverycool
2023-05-13FontEditor: Convert Model lists to Vector<String>thankyouverycool
2023-05-13LibGfx: Convert FontStyleMappings to Arraysthankyouverycool
2023-05-13LibGUI: Add fallible factories to ItemListModelthankyouverycool
2023-05-13LibGUI: Ignore Alt+{Left,Right} key events in GlyphMapWidgetthankyouverycool
2023-05-13LibWeb: Return grid container width from automatic_content_width in GFCAliaksandr Kalenik
2023-05-13LibWeb: Implement grid container intrinsic sizes calculationAliaksandr Kalenik
2023-05-13LibWeb: Fix condition to determine auto tracks while sizing in GFCAliaksandr Kalenik