summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-05-14LibWeb: Protect against dereferencing a null pending image requestAndreas Kling
2023-05-14Meta: Enable DWARF 5 debug informationMacDue
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-13Ports: Add chocolate-doom 3.0.1Mike Swanson
2023-05-13Ports: Add libsamplerate 0.2.2Mike Swanson
2023-05-13LibWeb: Flesh out basic support of min-width/height for grid itemsAliaksandr Kalenik
2023-05-13AK: Fix typo in instructions for adopt_nonnull_REF_or_enomemBen Wiederhake
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-13Base: Add man page for topTim 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: Capture realm in dictionary to C++ conversionLuke Wilde
2023-05-13LibWeb: Specify snake case names for navigation timing entries tooLuke Wilde
2023-05-13Ladybird: Add common handy actions to context menuMacDue
2023-05-13Base: Add a test page to load a video element with <source> childrenTimothy Flynn
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