summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-05-25Ports: Fix a typo in `get_new_config_guess`Tim Schumacher
2022-05-25Lagom: Fix leaks in the IDL Wrapper generatorDexesTTP
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-25Meta: Add -S to Jakt compiler invocation in compile_jaktMacDue
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-24Meta: Shellcheck ignore for our expr use (SC2307)Nathan Wallace
2022-05-24Meta+Documentation: Bump required QEMU versionNathan Wallace
2022-05-24Meta+CI: Upgrade to ubuntu-22.04Nathan Wallace
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-23Ports: Port GNU guilePeter Elliott
2022-05-23Kernel: Fix EINVAL when mmaping with address and no MAP_FIXEDPeter Elliott
2022-05-23Ports: Port libunistringPeter Elliott
2022-05-23Kernel: Change values of SHUT_{RD,WR,RDWR}Peter Elliott
2022-05-23LibC: Add barebones <complex.h>Peter Elliott
2022-05-23Ports/bdwgc: Build using automakePeter 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-22Ports: Fully delete Co-Authored-By lines from the ReadMeTim Schumacher
2022-05-22Ports: Bring all ReadMes in line with their respective patchesTim Schumacher
2022-05-22Ports: Don't unset `{HOME,USER,TERM,PATH}`Tim Schumacher
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-21Meta: Add Brotli fuzzerMichiel Visser
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-21Kernel/USB: Add support for bulk transfersb14ckcat