summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-07-20Kernel: Annotate all syscalls with VERIFY_PROCESS_BIG_LOCK_ACQUIREDBrian Gianforcaro
2021-07-20Kernel: Conditionally acquire the big lock based on syscall metadataBrian Gianforcaro
2021-07-20Kernel: Allow MutexLocker to be conditionally initializedBrian Gianforcaro
2021-07-20Kernel: Move validate_syscall_preconditions outside of the big lockBrian Gianforcaro
2021-07-20Kernel: Mark read only RegisterState function parameters as constBrian Gianforcaro
2021-07-20Kernel: Move syscall precondition validates to MMBrian Gianforcaro
2021-07-20Kernel: Instrument syscalls with their process big lock requirementsBrian Gianforcaro
2021-07-20Kernel: No lock validate_user_stack variant, switch to Space as argumentBrian Gianforcaro
2021-07-20Taskbar: Update the start button width when system fonts changeAndreas Kling
2021-07-20LibTTF+LibGfx: Make Gfx::Font::bold_variant() work for TTF fontsAndreas Kling
2021-07-20LibTTF+LibGfx: Improve vertical alignment of glyphsAndreas Kling
2021-07-20LibTTF: Parse OS/2 tablesAndreas Kling
2021-07-20LibTTF: Don't choke on fonts with CompositeGlyfFlags::UseMyMetricsAndreas Kling
2021-07-20LibTTF: Minor const correctness fix in TTF rasterizerAndreas Kling
2021-07-20LibTTF: Propagate glyph bitmap allocation failure in rasterizerAndreas Kling
2021-07-20LibTTF: Rename "raster" => "rasterize"Andreas Kling
2021-07-20LibTTF: Convert code to east-const styleAndreas Kling
2021-07-20Ports: Add a launcher for PythonLinus Groh
2021-07-20Ports: Use "launcher_run_in_terminal=true" instead of "Terminal -e ..."Linus Groh
2021-07-20Ports: Add launcher_run_in_terminal package.sh variableLinus Groh
2021-07-20Taskbar: Launch apps in Terminal when RunInTerminal=true is specifiedLinus Groh
2021-07-20LibDesktop: Add a RunInTerminal boolean field to app filesLinus Groh
2021-07-20Help: Add check for pushing current page to historyroepfeli
2021-07-20Pong: Disable resizing the windowKarol Kosek
2021-07-20Prekernel: Make sure we're not overwriting the ELF headerGunnar Beutner
2021-07-19Revert "Profiler: Configure the TimelineContainer to be shrink to fit"Brian Gianforcaro
2021-07-19Applets: Add DesktopPicker appletPeter Elliott
2021-07-19WindowServer: Add set_virtual_dekstop WindowManager messagePeter Elliott
2021-07-19LibGUI: Add callback for screen rect change to Desktop.hPeter Elliott
2021-07-19VirtualFileSystem: Check for '.' '..' and empty filenamesls
2021-07-19File Manager: Differentiate between navigation and rename errorsls
2021-07-19Assistant: Trim terminal command before displaying or running itLuK1337
2021-07-19LibGUI: Call did_update() from AutocompleteSuggestionModel::update()Itamar
2021-07-19LibGUI: Remove column width limitation in AutocompleteProviderItamar
2021-07-19Prekernel: Make sure the last few bytes of the kernel image are mappedGunnar Beutner
2021-07-19Ports/dosbox-staging: Change 'serenity*' build target to '*serenity*'Kenneth Myhra
2021-07-19Ports: Bump libarchive from version 3.4.0 to 3.5.1Kenneth Myhra
2021-07-19LibC: Add stub for iswprintKenneth Myhra
2021-07-19LibGUI: Tighten invalidation rect for TabWidgetMarcus Nilsson
2021-07-19LibGUI: Don't invalidate scrollbar rect if disabledMarcus Nilsson
2021-07-19Base: Add a test page for the 'justify-content' CSS propertyTobias Christiansen
2021-07-19LibWeb: Implement justify-content for the FlexFormattingContextTobias Christiansen
2021-07-19LibWeb: Add parsing for the justify-content propertyTobias Christiansen
2021-07-19Base: Add file associations for multiple programsLuK1337
2021-07-19Everywhere: Use AK/Math.h if applicableHendiadyoin1
2021-07-19AK: Introduce Math.hHendiadyoin1
2021-07-19Kernel: Remove obsolete codeGunnar Beutner
2021-07-19Kernel: Simplify the linker script for the prekernelGunnar Beutner
2021-07-19Kernel: Make sure super pages are in the first 16MiB of physical memoryGunnar Beutner
2021-07-19SoundPlayer: Fix a spelling mistake in a variable nameGunnar Beutner