summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2022-05-21Ports/glib: Update to version 2.72.1Kenneth Myhra
2022-05-21Kernel: Fix capitalization of MiniStdLib.cpp in CMakeLists.txtTimon Kruiper
2022-05-21Kernel: Add -mgeneral-regs-only flag to aarch64 Kernel buildTimon Kruiper
2022-05-21Meta: Add option to disable Kernel Address SanitizerTimon Kruiper
2022-05-21Kernel: Report value of ESR_EL1 when exception happens on aarch64Timon Kruiper
2022-05-21Kernel: Add Exception Syndrome Register to aarch64 Registers.hTimon Kruiper
2022-05-21Kernel: Add more exception handlers for aarch64 KernelTimon Kruiper
2022-05-21Kernel: Set up initial exception stack when going into EL1 on aarch64Timon Kruiper
2022-05-21Kernel: Add alignment specifier to aarch64 register definitionsTimon Kruiper
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