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
Profiler: Add a "Show Disassembly" action (and hide it by default)
Andreas Kling
2021-05-22
Profiler: Add some helpful debug output if a process is missing
Andreas Kling
2021-05-22
Kernel: Print a message to debug log after writing a perfcore file
Andreas Kling
2021-05-22
Profiler: Split the call tree into one subtree per process
Andreas Kling
2021-05-22
Base: Fix numeric keypad in slovenian keymap
NonStandardModel
2021-05-22
SystemMonitor: Symbolicate process stacks in a background thread
Andreas Kling
2021-05-22
Userland: Rename LibThread => LibThreading
Andreas Kling
2021-05-22
SystemMonitor: Don't unveil /tmp/portal/symbol
Andreas Kling
2021-05-22
LibSymbolication: Rename Client.{cpp,h} => Symbolication.{cpp,h}
Andreas Kling
2021-05-22
LibSymbolication: Name the shared object libsymbolication.so
Andreas Kling
2021-05-22
Documentation: Update bt(1) man page for symbolication changes
Andreas Kling
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
[next]