index
:
serenity
master
topic/trivial_docs
The Serenity Operating System π
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
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
Ports: Embed icon into the Super Mario port
Gunnar Beutner
2021-06-04
Ports: Create launchers for the stpuzzles port
Gunnar Beutner
2021-06-04
Ports: Don't set the current working directory in the launcher script
Gunnar Beutner
2021-06-04
Ports: Don't crash when starting uMario outside of /opt/Super_Mario
Gunnar Beutner
2021-06-04
Taskbar: Allow creating menus for sub-categories
Gunnar Beutner
2021-06-04
AK: Donβt drop lines between \r and \n in StringView::lines() (#7662)
R Smith
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
Documentation: Fix a typo by removing an extra word
Scott Antipa
2021-06-04
Ports: Add p7zip
John Brehm
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
Meta: Add a guideline about bare metal issues
Liav A
2021-06-03
Kernel: Make sure outgoing ICMP packets have the correct checksum
Gunnar Beutner
2021-06-03
Meta: Sort debug macros alphabetically
NonStandardModel
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
Kernel: Support new lines when doing critical printing
Liav A
2021-06-03
Kernel/Graphics: Remove unused overloaded write methods of Console
Liav A
2021-06-03
Kernel: Fix "sv" being inside of "no-fbdev" instead of outside
Luke
2021-06-03
CI: Skip saving the toolchain and ccache caches in PR workflows
Idan Horowitz
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
Tests: Add tests for most functions in AK/CharacterType.h
Max Wipfli
2021-06-03
AK: Add CharacterTypes.h
Max Wipfli
2021-06-03
WindowServer: Switch Window to IntrusiveList from InlineLinkedList
Brian Gianforcaro
2021-06-03
Kernel: Switch ProcessGroup to IntrusiveList from InlineLinkedList
Brian Gianforcaro
2021-06-03
Tests: Add test coverage for AK::IntrusiveList reverse iterator support
Brian Gianforcaro
2021-06-03
AK: Add reverse iterator support to AK::IntrusiveList
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
[next]