summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-02-02PixelPaint: Scale move tool resize anchorsTim Ledbetter
2023-02-02PixelPaint: Show resize anchors when using the move toolTim Ledbetter
2023-02-02PixelPaint: Highlight active layer when using the move toolTim Ledbetter
2023-02-02PixelPaint: Set initial position correctly when using the move toolTim Ledbetter
2023-02-02Ports: Install all dependencies instead of just oneJelle Raaijmakers
2023-02-02LibSoftGPU: Only enable texture stages if requiredJelle Raaijmakers
2023-02-02Ports: Add bind mount automatically for Quake3Jelle Raaijmakers
2023-02-02LibSoftGPU: Make blending simpler and more efficientJelle Raaijmakers
2023-02-02Profiler: Standardize percentage formattingJelle Raaijmakers
2023-02-02FileSystemAccessServer: Send correct error code for failed file accessTimothy Flynn
2023-02-02Meta: Add Martin Falisse to the contributors list :^)Linus Groh
2023-02-02Meta: Add Rodrigo Tobar to the contributors list :^)Linus Groh
2023-02-02Meta: Add Erik Wouters to the contributors list :^)Linus Groh
2023-02-02Ladybird: Spawn ladybird and headless-browser using helpers in WebDriverAndrew Kaster
2023-02-02Ladybird: Clean up install rules for executablesAndrew Kaster
2023-02-02Meta+CI: Disable Ladybird for fuzzer, compiler explorer and AndroidAndrew Kaster
2023-02-02LibSQL+Ladybird: Accept a list of paths for spawning SQLServer in LagomAndrew Kaster
2023-02-02Ladybird: Abstract spawning helper processes into separate methodsAndrew Kaster
2023-02-02LibWeb: Restore handling of the serenity:ladybird/headless capabilityTimothy Flynn
2023-02-02LibGUI: Make Tray item height honor the current font sizeAndreas Kling
2023-02-02LibGUI: Relayout Breadcrumbbar on font changeAndreas Kling
2023-02-02LibGUI: Invalidate IconView cache on font changeAndreas Kling
2023-02-02LibGUI: Don't hard-code TreeView row heightAndreas Kling
2023-02-02LibJS: Format the era of ISO year 0 as BCTimothy Flynn
2023-02-02Ladybird: Left-align long url in address barmartinfalisse
2023-02-02DisplaySettings: Made select wallpaper use allowed file typesMarcus Nilsson
2023-02-02LibGUI: Add allowed file types to FilePickerMarcus Nilsson
2023-02-02LibGUI: Add allowed file extensions to FileSystemModelMarcus Nilsson
2023-02-02SQLServer: Unveil /etc/passwdMacDue
2023-02-02Kernel/Graphics: Export DDC I2C address definition to global header fileLiav A
2023-02-02Kernel: Split I2C functionality from IntelNativeDisplayConnector codeLiav A
2023-02-02Kernel: Fix a long-standing problem with GMBus in Intel Grahpics codeLiav A
2023-02-02Documentation: Add troubleshooting note regarding KVM GDBSimon Haegler
2023-02-02Kernel: Remove trap based syscall handlingAgustin Gianni
2023-02-02Kernel: Change the way we call a syscall in signal_trampoline_dummyAgustin Gianni
2023-02-02Browser: Disallow empty URLs in the bookmark editorKemal Zebari
2023-02-01Ladybird: Go to homepage on initmartinfalisse
2023-02-01Ladybird: Refactor navigating to url on startupmartinfalisse
2023-02-01Ladybird: Add `ak_string_from_qstring` functionmartinfalisse
2023-02-01PixelPaint: Ensure layers are positioned correctly when paintingTim Ledbetter
2023-02-01PixelPaint: Allow dragging when color picking using the Alt keyTim Ledbetter
2023-02-01PixelPaint: Disable current tool when color picking using the Alt keyTim Ledbetter
2023-02-01PixelPaint: Use eyedropper cursor when color picking using Alt keyTim Ledbetter
2023-02-01PixelPaint: Use layer coordinates when color picking using Alt keyTim Ledbetter
2023-02-01SystemServer: Propagate errorsLucas CHOLLET
2023-02-01ConfigServer: Unveil "/etc/passwd"Lucas CHOLLET
2023-02-01Tests: Add a basic ICC profile testNico Weber
2023-02-01LibGfx: Give ICC::TagType a virtual destructorNico Weber
2023-02-01Base+Presenter: Add icons for PresenterCubic Love
2023-02-01Meta: Set LD_LIBRARY_PATH to Build/lagom for Lagom test targetsTimothy Flynn