summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2021-05-04LibCore: Avoid unnecessary Vector copy in Account ctorLinus Groh
2021-05-04LibCore: Don't include user GID in Account::extra_gids()Linus Groh
2021-05-04LibC: setspent() should not print to stderrGunnar Beutner
2021-05-04LibCore: Let Account::from_* succeed if /etc/shadow is unreadableGunnar Beutner
2021-05-04Profiler: Don't link against LibCoreDumpAndreas Kling
2021-05-04LibGUI: Rename ScrollableWidget.cpp => AbstractScrollableWidget.cppAndreas Kling
2021-05-04Profiler: Print addresses in debug log in hex.Brian Gianforcaro
2021-05-04WindowServer: Ignore mouse clicks we're not handlingGunnar Beutner
2021-05-03LibGUI: Fix off-by-one in Scrollbar::scrubber_rect()Linus Groh
2021-05-03LibGUI: Remove unused Scrollbar::{de,in}crement_gutter_rect()Linus Groh
2021-05-03WindowServer: Close any open menus when starting window move/resizeAndreas Kling
2021-05-03WindowServer+LibGUI: Make much of window construction asynchronousAndreas Kling
2021-05-03WindowServer+LibGUI: Make much of menu construction asynchronousAndreas Kling
2021-05-03Userland: Add try_* IPC handlersGunnar Beutner
2021-05-03IPCCompiler: Don't generate handlers for response messagesGunnar Beutner
2021-05-03Userland: Use snake case names in .ipc filesGunnar Beutner
2021-05-03Userland: Make IPC results with one return value available directlyGunnar Beutner
2021-05-03Userland: Update IPC calls to use proxiesGunnar Beutner
2021-05-03Userland: Split IPC endpoints into proxies and stubsGunnar Beutner
2021-05-03Userland: Change IPC funcs to use plain arguments instead of a structGunnar Beutner
2021-05-03LibGUI: Rename ScrollableWidget => AbstractScrollableWidgetAndreas Kling
2021-05-03Minesweeper: Tweak main UI layout a little bitAndreas Kling
2021-05-03Minesweeper: Add a tasteful separator line between menubar and UIAndreas Kling
2021-05-03Revert "LibGfx: Add directional floating-point scaling to Painter"Andreas Kling
2021-05-03Revert "LibGfx: Re-add missing bounds-checks to Painter::draw_rect"Andreas Kling
2021-05-03LibC: Fix invalid 1-byte read I introduced in dirent.Brian Gianforcaro
2021-05-03LibDebug: add DW_LNS_set_basic_block supportspigwitmer
2021-05-03TextEditor: Clear the selection before deleting itPaul Berg
2021-05-03LibGUI: Debounce TextDocument undo stackCarlos César Neves Enumo
2021-05-03DynamicLoader: Fix compiler warningGunnar Beutner
2021-05-03LibELF: Implement x86_64 relocation supportGunnar Beutner
2021-05-03Userland: Fix 64-bit portability issuesGunnar Beutner
2021-05-03LibELF+LibC: Support building LibELF for 64-bit targetsGunnar Beutner
2021-05-03UserspaceEmulator: Make sure TLS allocation behavior matches kernelGunnar Beutner
2021-05-03UserspaceEmulator: Add missing argument for sys$allocate_tlsGunnar Beutner
2021-05-03UserspaceEmulator: Add stub for sys$futexGunnar Beutner
2021-05-03LibWeb: Use node_to_insert instead of node in Node::insert_beforeLuke
2021-05-03LibGfx: Re-add missing bounds-checks to Painter::draw_rectMatthew Olsson
2021-05-02LibWeb: Expose Node.ownerDocumentLuke
2021-05-02HackStudio: Show dialog on build and exit if there are unsaved changesItamar
2021-05-02HackStudio: Add a "document dirty" indicator to the EditorWrapperItamar
2021-05-02HackStudio: Get rid of m_currently_open_file memberItamar
2021-05-02LibGfx: Add scaling methods to BitmapMatthew Olsson
2021-05-02Color: Add interpolate methodMatthew Olsson
2021-05-02LibGfx: Add directional floating-point scaling to PainterMatthew Olsson
2021-05-02LibGfx: Unify Rect, Point, and SizeMatthew Olsson
2021-05-02LibGfx: Add some helper methods to AffineTransformMatthew Olsson
2021-05-02Tests: Add unit tests for the pthread_spinlock_t API.Brian Gianforcaro
2021-05-02LibPthread: Implement pthread_spinlock_t API.Brian Gianforcaro
2021-05-02LaunchServer: Only consider path in OpenURLValtteri Koskivuori