index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
Age
Commit message (
Expand
)
Author
2021-05-04
Userland: Pledge wpath & cpath in strace
Sergey Bugaev
2021-05-04
Userland: Refactor head(1) to not use stdio
Sergey Bugaev
2021-05-04
Profiler: Move everything into the "Profiler" namespace
Andreas Kling
2021-05-04
Snake: Spruce up the GUI a tiny bit
Andreas Kling
2021-05-04
LibGUI: Make GUI::Widget ignore wheel events by default
Andreas Kling
2021-05-04
LibWeb: Compute intrinsic height of absolute replaced elements
Timothy Flynn
2021-05-04
LibCore: Avoid unnecessary Vector copy in Account ctor
Linus Groh
2021-05-04
LibCore: Don't include user GID in Account::extra_gids()
Linus Groh
2021-05-04
LibC: setspent() should not print to stderr
Gunnar Beutner
2021-05-04
LibCore: Let Account::from_* succeed if /etc/shadow is unreadable
Gunnar Beutner
2021-05-04
Profiler: Don't link against LibCoreDump
Andreas Kling
2021-05-04
LibGUI: Rename ScrollableWidget.cpp => AbstractScrollableWidget.cpp
Andreas Kling
2021-05-04
Profiler: Print addresses in debug log in hex.
Brian Gianforcaro
2021-05-04
WindowServer: Ignore mouse clicks we're not handling
Gunnar Beutner
2021-05-03
LibGUI: Fix off-by-one in Scrollbar::scrubber_rect()
Linus Groh
2021-05-03
LibGUI: Remove unused Scrollbar::{de,in}crement_gutter_rect()
Linus Groh
2021-05-03
WindowServer: Close any open menus when starting window move/resize
Andreas Kling
2021-05-03
WindowServer+LibGUI: Make much of window construction asynchronous
Andreas Kling
2021-05-03
WindowServer+LibGUI: Make much of menu construction asynchronous
Andreas Kling
2021-05-03
Userland: Add try_* IPC handlers
Gunnar Beutner
2021-05-03
IPCCompiler: Don't generate handlers for response messages
Gunnar Beutner
2021-05-03
Userland: Use snake case names in .ipc files
Gunnar Beutner
2021-05-03
Userland: Make IPC results with one return value available directly
Gunnar Beutner
2021-05-03
Userland: Update IPC calls to use proxies
Gunnar Beutner
2021-05-03
Userland: Split IPC endpoints into proxies and stubs
Gunnar Beutner
2021-05-03
Userland: Change IPC funcs to use plain arguments instead of a struct
Gunnar Beutner
2021-05-03
LibGUI: Rename ScrollableWidget => AbstractScrollableWidget
Andreas Kling
2021-05-03
Minesweeper: Tweak main UI layout a little bit
Andreas Kling
2021-05-03
Minesweeper: Add a tasteful separator line between menubar and UI
Andreas Kling
2021-05-03
Revert "LibGfx: Add directional floating-point scaling to Painter"
Andreas Kling
2021-05-03
Revert "LibGfx: Re-add missing bounds-checks to Painter::draw_rect"
Andreas Kling
2021-05-03
LibC: Fix invalid 1-byte read I introduced in dirent.
Brian Gianforcaro
2021-05-03
LibDebug: add DW_LNS_set_basic_block support
spigwitmer
2021-05-03
TextEditor: Clear the selection before deleting it
Paul Berg
2021-05-03
LibGUI: Debounce TextDocument undo stack
Carlos César Neves Enumo
2021-05-03
DynamicLoader: Fix compiler warning
Gunnar Beutner
2021-05-03
LibELF: Implement x86_64 relocation support
Gunnar Beutner
2021-05-03
Userland: Fix 64-bit portability issues
Gunnar Beutner
2021-05-03
LibELF+LibC: Support building LibELF for 64-bit targets
Gunnar Beutner
2021-05-03
UserspaceEmulator: Make sure TLS allocation behavior matches kernel
Gunnar Beutner
2021-05-03
UserspaceEmulator: Add missing argument for sys$allocate_tls
Gunnar Beutner
2021-05-03
UserspaceEmulator: Add stub for sys$futex
Gunnar Beutner
2021-05-03
LibWeb: Use node_to_insert instead of node in Node::insert_before
Luke
2021-05-03
LibGfx: Re-add missing bounds-checks to Painter::draw_rect
Matthew Olsson
2021-05-02
LibWeb: Expose Node.ownerDocument
Luke
2021-05-02
HackStudio: Show dialog on build and exit if there are unsaved changes
Itamar
2021-05-02
HackStudio: Add a "document dirty" indicator to the EditorWrapper
Itamar
2021-05-02
HackStudio: Get rid of m_currently_open_file member
Itamar
2021-05-02
LibGfx: Add scaling methods to Bitmap
Matthew Olsson
2021-05-02
Color: Add interpolate method
Matthew Olsson
[next]