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-06-04
LibGfx: Add helper for painting a rounded rect with equal corner radii
Timothy Flynn
2021-06-04
hostname: Handle 'sethostname' errors
Maciej Zygmanowski
2021-06-04
Taskbar: Make sure LibGUI/Desktop.h is usable in ports
Gunnar Beutner
2021-06-04
LibJS: Fix functions binding this to global object in strict mode
Ryan Chandler
2021-06-04
LibWasm+wasm: Switch to east-const to comply with project style
Ali Mohammad Pur
2021-06-04
Userland/wasm: Replace manual noop export with an automatic one
Ali Mohammad Pur
2021-06-04
LibWasm: Load and instantiate tables
Ali Mohammad Pur
2021-06-04
LibWasm: Implement the br.table instruction
Ali Mohammad Pur
2021-06-04
LibWasm: Read from and write to memory as little-endian
Ali Mohammad Pur
2021-06-04
LibJS/Tests: Catch exceptions in describe() itself
Ali Mohammad Pur
2021-06-04
LibC: Define `MSG_OOB`
Jelle Raaijmakers
2021-06-04
LibC: Implement `execle()`
Jelle Raaijmakers
2021-06-04
LibC: Implement `mblen()`
Jelle Raaijmakers
2021-06-04
LibC: Add POSIX timer constants
Jelle Raaijmakers
2021-06-04
LibVT: Fix underlines incorrectly rendering in red
Daniel Bertalan
2021-06-04
LibVT: Implement bright color support
Daniel Bertalan
2021-06-04
LibVT+Terminal: Add color scheme support
Daniel Bertalan
2021-06-04
LibVT+Kernel: Create `Color` class
Daniel Bertalan
2021-06-04
LibWeb: Remove Utf8View usage and try avoiding StringBuilder in TextNode
Max Wipfli
2021-06-04
Taskbar: Allow creating menus for sub-categories
Gunnar Beutner
2021-06-04
LibTest: Add --json flag to JS test runner
Linus Groh
2021-06-04
Profiler: Show the duration of the time interval chosen
DhruvMaroo
2021-06-04
LibCards: Don't draw the first card smaller than the others
Gunnar Beutner
2021-06-04
LibLine: Actually cancel the search editor on Ctl-C
brapru
2021-06-04
Solitaire: Fixes undo feature from incorrect merge conflict resolution
Matthew Jones
2021-06-04
LibCpp: Revert change to strace.cpp AST test from bf8fd4c
Andreas Kling
2021-06-03
LibCards: Draw cards with rounded card corners
David Isaksson
2021-06-03
Everywhere: Remove accidental '\n' from various outln() invocations
Andreas Kling
2021-06-03
LibGUI/FileIconProvider: Return s_file_icon when stat() fails
Marcus Nilsson
2021-06-03
Utilities: Make sure columns for ps are properly aligned
Gunnar Beutner
2021-06-03
KeyboardMapper: Fix crash upon loading an invalid JSON file
NonStandardModel
2021-06-03
AK: Do not VERIFY on invalid code point bytes in UTF8View
DexesTTP
2021-06-03
LibJS: Avoid allocations in the Exception constructor
Gunnar Beutner
2021-06-03
LibJS: Optimize insertion order in the Exception constructor
Gunnar Beutner
2021-06-03
Everywhere: Replace ctype.h to avoid narrowing conversions
Max Wipfli
2021-06-03
WindowServer: Switch Window to IntrusiveList from InlineLinkedList
Brian Gianforcaro
2021-06-03
LibC: Switch ChunkedBlock to IntrusiveList from InlineLinkedList
Brian Gianforcaro
2021-06-03
AK: Remove unused JsonValue <=> IPv4Address conversion code
Gunnar Beutner
2021-06-03
LibGUI: Hide TextEditor dbgln spew under TEXTEDITOR_DEBUG
Brian Gianforcaro
2021-06-03
TextEditor: Remove unused header includes
Brian Gianforcaro
2021-06-03
Solitaire: Add keys for drawing and moving cards to foundation stacks
Matthew B. Jones
2021-06-03
LibGUI: Properly wrap multiple lines in IconView search highlighting
Matthew B. Jones
2021-06-03
LibSQL: Report a syntax error for unsupported LIMIT clause syntax
Timothy Flynn
2021-06-03
WindowServer: Add sanity checks to `create_window` IPC
Matthew Jones
2021-06-03
LibGUI: ComboBox now goes upwards when running out of room to render
Matthew Jones
2021-06-03
LibGUI: ComboBox now correctly sizes height in relation to taskbar
Matthew Jones
2021-06-03
LibGUI: Desktop.h should get actual value from TaskbarWindow.h
Matthew Jones
2021-06-03
WindowServer: Position popup menu with offset of 1 pixel
Matthew Jones
2021-06-03
Solitaire: Add undo functionality
Matthew B. Jones
2021-06-03
Profiler: Remove m_deepest_stack_depth
Gunnar Beutner
[next]