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-05-22
Userland: Remove SymbolServer and the "symbol" user+group
Andreas Kling
2021-05-22
LibSymbolication+SystemMonitor+bt: Move symbolication back in-process
Andreas Kling
2021-05-22
Userland: Rename LibSymbolClient => LibSymbolication
Andreas Kling
2021-05-22
Userland: Rename e1k0 to ep0s7
Gunnar Beutner
2021-05-22
Userland: Rename loop0 to loop
Gunnar Beutner
2021-05-22
HexEditor: Construct user interface from GML
Brendan Coles
2021-05-22
CppLanguageServer: Add test case for auto-completing include paths
Itamar
2021-05-22
Meta: Exclude LibCpp&LanguageServer tests from check-newlines-at-eof.py
Itamar
2021-05-22
CppLanguageServer+LibGUI: Autocomplete #include paths
Itamar
2021-05-22
LibGUI: Increase width of Autocomplete suggestions box
Itamar
2021-05-22
LanguageServers: Add FileDB::project_root() getter
Itamar
2021-05-22
CppLanguageServer: Rename Optional<> autocomplete* to try_autocomplete*
Itamar
2021-05-22
LibCpp: Add option in Preprocessor to keep #include's in processed text
Itamar
2021-05-22
LibCpp: Make Preprocessor::handle_preprocessor_line return keyword
Itamar
2021-05-22
CppLanguageServer: Rename all_definitions=>preprocessor_definitions
Itamar
2021-05-22
CppLanguageServer: remove no-op move()
Itamar
2021-05-22
LibCpp: Modify Token::to_string() to include more information
Itamar
2021-05-22
HexEditor: Fix typo: ASCII
Brendan Coles
2021-05-22
Base: Add go-to.png 16x16 icon
Brendan Coles
2021-05-22
AK/NumericLimits: Add `lowest()` for floating-point types
Jelle Raaijmakers
2021-05-22
LibCards: Fix alignment for the card labels
Gunnar Beutner
2021-05-22
Bitmap: Don't call Bitmap::create with width/height equal to 0
Marcus Nilsson
2021-05-22
Hearts: Let the AI pick better lead cards
Gunnar Beutner
2021-05-22
Hearts: Prefer to play Queen of Spades when we're the trailing player
Gunnar Beutner
2021-05-22
Hearts: Fix crash when starting an animation when there already is one
Gunnar Beutner
2021-05-22
LibCards: Correct a spelling mistake
Gunnar Beutner
2021-05-22
Hearts: Remove dead code
Gunnar Beutner
2021-05-22
Revert "Kernel: Fix PCI layout of i440fx QEMU machine"
Liav A
2021-05-22
Kernel/Net: Make interfaces to have persistent names
Liav A
2021-05-22
IntrusiveList: Remove redundant constructor
Lenny Maiorani
2021-05-22
GameOfLife: Add choosable patterns
Ryan Wilson
2021-05-22
Meta: Display DistinctNumeric as its alias name in GDB if possible
Ali Mohammad Pur
2021-05-22
Meta: Add GDB pretty printer for AK::Variant
Ali Mohammad Pur
2021-05-22
Meta: Pretty-print the types in serenity_gdb.py
Ali Mohammad Pur
2021-05-22
HexEditor: Add 'Select All' action
Brendan Coles
2021-05-22
LibVT: Don't cache bold variant of VT font in a member variable
Andreas Kling
2021-05-22
WindowServer: Notify window-less clients about theme/font changes
Andreas Kling
2021-05-22
AK/Vector: Constify find_first_index()
Jelle Raaijmakers
2021-05-22
AK: Fix Variant construction from lvalue references
Ali Mohammad Pur
2021-05-22
AK: Remove [[gnu::noinline]] attribute from some variant members
Ali Mohammad Pur
2021-05-22
AK: Use calculate_base64_encoded_length in encode_base64
Idan Horowitz
2021-05-22
LibGfx: Support alpha in rendering methods for border-radius
Tobias Christiansen
2021-05-22
Kernel: Remove an allocation from VFS::resolve_path_without_veil (#7287)
Mart G
2021-05-21
Base/CI: Create and check test-results.log file for on-target tests
Andrew Kaster
2021-05-21
CI: Add canonical-server/server-backports PPA to get updated QEMU
Andrew Kaster
2021-05-21
DevTools: Remove redundant default destructor and forward declarations
Lenny Maiorani
2021-05-21
LibJS: Expose TypedArray.prototype.byteOffset
Luke
2021-05-21
LibJS: Expose TypedArray.prototype.byteLength
Luke
2021-05-21
LibJS: Expose TypedArray.prototype.buffer
Luke
2021-05-21
LibJS: Expose BYTES_PER_ELEMENT on each TypedArray
Luke
[next]