summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2022-05-25LibLine: Add support for user-controlled maskingAli Mohammad Pur
2022-05-25LibLine: Turn bracketed paste mode off in Editor::restore()Ali Mohammad Pur
2022-05-25DisplaySettings: Link to cursor themes from "Themes" tabMacDue
2022-05-25Userland: Use GUI::Process::spawn_or_show_error() for spawn() from a GUIMacDue
2022-05-25LibGUI: Add GUI::Process::spawn_or_show_error()MacDue
2022-05-25LibCore: Return ErrorOr<pid_t> and support arguments in Process::spawnMacDue
2022-05-25LibCore: Add posix_spawn() wrapper to Core::SystemMacDue
2022-05-25ThemeEditor: Use 'open' icon instead of ellipsis on path picker buttonKarol Kosek
2022-05-25ThemeEditor: Show unsaved changes prompt also in the quit actionKarol Kosek
2022-05-25LibJS: Remove assertions replaced with structured headersLinus Groh
2022-05-25LibJS: Correct section IDs of Temporal .prototype property clausesLinus Groh
2022-05-25LibJS: Use the rounding abstract operations from Intl.NumberFormat V3Linus Groh
2022-05-25LibJS: Use default argument of CalendarDateFromFieldsLinus Groh
2022-05-25LibJS: Align DifferenceTemporalPlainTime with other Difference* AOsLinus Groh
2022-05-25LibJS: Mark concrete method calls of Environment Records with ?/!Linus Groh
2022-05-24Spreadsheet: Make save functions take a Core::File instead of a filenameKarol Kosek
2022-05-24Spreadsheet: Open files using FileSystemAccessClient::try_open_file()Karol Kosek
2022-05-24Spreadsheet: Remove unused Workbook::load() functionKarol Kosek
2022-05-24Spreadsheet: Use TRY() on file load and saveKarol Kosek
2022-05-23Meta+Userland: Add jakt as an optional Lagom ToolAndrew Kaster
2022-05-23LibC: Add barebones <complex.h>Peter Elliott
2022-05-23PixelPaint: Allow layer to "scale" location when resizingAndrew Smith
2022-05-23PixelPaint: Add Image>Resize Image... dialog. (Front end)Andrew Smith
2022-05-23LibGUI: Add on_return_pressed function to SpinBoxAndrew Smith
2022-05-23SystemServer: Create a /dev/full device using numbers 1, 7Karol Kosek
2022-05-22Spreadsheet: Recognize sheets files by mime type, not by file extensionKarol Kosek
2022-05-22LibCore: Set mime type for .sheets files to `application/x-sheets+json`Karol Kosek
2022-05-21LibHTTP+LibWeb: Accept Brotli encoded responsesMichiel Visser
2022-05-21LibCompress: Implement Brotli decompressorMichiel Visser
2022-05-21LibCore: Add Stream::read_all()Michiel Visser
2022-05-21LibCore: Add LittleEndianInputBitStreamMichiel Visser
2022-05-21ThemeEditor: Position preview windows based on the title heightSam Atkins
2022-05-21ThemeEditor: Make MainWidget responsible for holding the edited PaletteSam Atkins
2022-05-21ThemeEditor: Convert the widget-preview layout to GMLSam Atkins
2022-05-21ThemeEditor: Arrange the theme properties into groupsSam Atkins
2022-05-21ThemeEditor: Give each theme property its own editing widgetSam Atkins
2022-05-21LibGUI: Add ability to position checkboxes to the right of their textSam Atkins
2022-05-21ThemeEditor: Actually save alignment rolesSam Atkins
2022-05-21ThemeEditor: Extract most logic into a MainWidget classSam Atkins
2022-05-21Browser: Allow usage of vertical tabsCameron Youell
2022-05-21LibGUI: TabWidget add vertical tabsCameron Youell
2022-05-21LibCodeComprehension: Re-organize code comprehension related codeItamar
2022-05-21touch: Support custom timestampsAriel Don
2022-05-21LibCore: Add Core::Stream::File::exists()Ariel Don
2022-05-21Kernel+LibC: Implement futimens(3)Ariel Don
2022-05-21Kernel+LibC+VFS: Implement utimensat(3)Ariel Don
2022-05-21LibC: Add a stub for nice()Simon Danner
2022-05-20LibC: Implement posix_memalign(3) and aligned_alloc(3)Peter Elliott
2022-05-18WindowServer: Fix crash when hovering over title buttonsMacDue
2022-05-17LibJS: Mark two Get operations in ToTemporalZonedDateTime infallibleLinus Groh