summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-05-21Applications: Use titlecase and distinct underlined characters in menusMax Wipfli
2021-05-21Meta: Make i440fx QEMU machine PCI hierarchy a bit more complexLiav A
2021-05-21Kernel/PCI: Fix support of multiple PCI host controllers enumerationLiav A
2021-05-21Kernel/Graphics: Indicate initialization failed if no device was foundLiav A
2021-05-21FileManager: Change shortcut of Display Settings desktop optionLinus Groh
2021-05-21DisplaySettings: Allow deselection of background imageJagger De Leo
2021-05-213DFileViewer: Make the main widget a GUI::FrameAndreas Kling
2021-05-21Browser: Stop leaking popup windowsAndreas Kling
2021-05-21Base: Tweak syntax highlighting colors in the Default themeAndreas Kling
2021-05-21LibWeb: Make tag names bold in syntax-highlighted HTML :^)Andreas Kling
2021-05-21Toolchain: Replace the -march=native flag with -mtune=nativeIdan Horowitz
2021-05-21Meta: Add GDB pretty printer for AK::SinglyLinkedListBrian Gianforcaro
2021-05-21Meta: Add GDB pretty printer for AK::InlineLinkedListBrian Gianforcaro
2021-05-21Base: Remove accidentally added file :^)Andreas Kling
2021-05-21Revert "Kernel: Avoid allocating under spinlock in ProcessGroup::find_or_create"Brian Gianforcaro
2021-05-21Revert "Kernel: Fix regression, removing a ProcessGroup that not in the list"Brian Gianforcaro
2021-05-21Revert "Userland: static vs non-static constexpr variables"Linus Groh
2021-05-21Userland: Change typedef to using directiveLenny Maiorani
2021-05-21Userland: static vs non-static constexpr variablesLenny Maiorani
2021-05-21Toolchain: Enable native host optimizations when building toolchainBrian Gianforcaro
2021-05-21Shell: Use /tmp for all file operations valid.sh testAndrew Kaster
2021-05-21Shell: Hide job times behind SHELL_JOB_DEBUG flagAndrew Kaster
2021-05-21Base/CI: Run tests from /usr/Tests in GitHub ActionsAndrew Kaster
2021-05-21Tests: Install non-LibTest based Kernel tests into Kernel/Legacy subdirAndrew Kaster
2021-05-21LibWeb: Fix invalid behaviour of HTMLTokenizer::skip() and restore_to()Ali Mohammad Pur
2021-05-21Kernel: Fix type, dectivate_writes => deactivate_writesLiav A
2021-05-21Kernel/Graphics: Choose VMObject considering enabled state when mmapingLiav A
2021-05-21Kernel: Fix framebuffer resolution modesetting after bootLiav A
2021-05-21Kernel/TTY: Don't flush dirty lines if VirtualConsole is not activeLiav A
2021-05-21Kernel: Process request to change virtual console from the IO Work queueLiav A
2021-05-21LibGfx: Add missing TextAlignment::BottomLeftLinus Groh
2021-05-21LibWasm: Print instruction arguments tooAli Mohammad Pur
2021-05-21LibWasm: Fix nested structured instruction parsingAli Mohammad Pur
2021-05-21LibWasm: Resolve labels starting from the top of the stackAli Mohammad Pur
2021-05-21LibWasm: Implement a very basic linkerAli Mohammad Pur
2021-05-21LibWasm: Make the instantiation process produce an OwnPtrAli Mohammad Pur
2021-05-21LibWasm: Decouple ModuleInstance from the AbstractMachineAli Mohammad Pur
2021-05-21LibWasm+Meta: Implement instantiation/execution primitives in test-wasmAli Mohammad Pur
2021-05-21LibWasm: Trap instead of VERIFY()'ingAli Mohammad Pur
2021-05-21LibWasm+Meta: Add test-wasm and optionally test the conformance testsAli Mohammad Pur
2021-05-21Meta: Add a Wasm parser fuzzerAli Mohammad Pur
2021-05-21CI: Bump update-alternatives priority to 100Linus Groh
2021-05-21CI: Also apt-get purge clang-11 in build_and_test_lagom stepLinus Groh
2021-05-20LibCore: Let IODevice::can_read_line() buffer until \n or EOFr-paiva
2021-05-20AK: Added contains_in_range to Vectorr-paiva
2021-05-20Utilities: Fix grep match when reading from stdinr-paiva
2021-05-20LibGL: Implement glHint()Stephan Unverwerth
2021-05-203DFileViewer: Clean up file handlingGunnar Beutner
2021-05-203DFileViewer: Move the example model into the home directoryGunnar Beutner
2021-05-20TextEditor: Don't launch a WebContent process until it's neededAndreas Kling