summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-05-22Profiler: Add a "Show Disassembly" action (and hide it by default)Andreas Kling
2021-05-22Profiler: Add some helpful debug output if a process is missingAndreas Kling
2021-05-22Kernel: Print a message to debug log after writing a perfcore fileAndreas Kling
2021-05-22Profiler: Split the call tree into one subtree per processAndreas Kling
2021-05-22Base: Fix numeric keypad in slovenian keymapNonStandardModel
2021-05-22SystemMonitor: Symbolicate process stacks in a background threadAndreas Kling
2021-05-22Userland: Rename LibThread => LibThreadingAndreas Kling
2021-05-22SystemMonitor: Don't unveil /tmp/portal/symbolAndreas Kling
2021-05-22LibSymbolication: Rename Client.{cpp,h} => Symbolication.{cpp,h}Andreas Kling
2021-05-22LibSymbolication: Name the shared object libsymbolication.soAndreas Kling
2021-05-22Documentation: Update bt(1) man page for symbolication changesAndreas Kling
2021-05-22Userland: Remove SymbolServer and the "symbol" user+groupAndreas Kling
2021-05-22LibSymbolication+SystemMonitor+bt: Move symbolication back in-processAndreas Kling
2021-05-22Userland: Rename LibSymbolClient => LibSymbolicationAndreas Kling
2021-05-22Userland: Rename e1k0 to ep0s7Gunnar Beutner
2021-05-22Userland: Rename loop0 to loopGunnar Beutner
2021-05-22HexEditor: Construct user interface from GMLBrendan Coles
2021-05-22CppLanguageServer: Add test case for auto-completing include pathsItamar
2021-05-22Meta: Exclude LibCpp&LanguageServer tests from check-newlines-at-eof.pyItamar
2021-05-22CppLanguageServer+LibGUI: Autocomplete #include pathsItamar
2021-05-22LibGUI: Increase width of Autocomplete suggestions boxItamar
2021-05-22LanguageServers: Add FileDB::project_root() getterItamar
2021-05-22CppLanguageServer: Rename Optional<> autocomplete* to try_autocomplete*Itamar
2021-05-22LibCpp: Add option in Preprocessor to keep #include's in processed textItamar
2021-05-22LibCpp: Make Preprocessor::handle_preprocessor_line return keywordItamar
2021-05-22CppLanguageServer: Rename all_definitions=>preprocessor_definitionsItamar
2021-05-22CppLanguageServer: remove no-op move()Itamar
2021-05-22LibCpp: Modify Token::to_string() to include more informationItamar
2021-05-22HexEditor: Fix typo: ASCIIBrendan Coles
2021-05-22Base: Add go-to.png 16x16 iconBrendan Coles
2021-05-22AK/NumericLimits: Add `lowest()` for floating-point typesJelle Raaijmakers
2021-05-22LibCards: Fix alignment for the card labelsGunnar Beutner
2021-05-22Bitmap: Don't call Bitmap::create with width/height equal to 0Marcus Nilsson
2021-05-22Hearts: Let the AI pick better lead cardsGunnar Beutner
2021-05-22Hearts: Prefer to play Queen of Spades when we're the trailing playerGunnar Beutner
2021-05-22Hearts: Fix crash when starting an animation when there already is oneGunnar Beutner
2021-05-22LibCards: Correct a spelling mistakeGunnar Beutner
2021-05-22Hearts: Remove dead codeGunnar Beutner
2021-05-22Revert "Kernel: Fix PCI layout of i440fx QEMU machine"Liav A
2021-05-22Kernel/Net: Make interfaces to have persistent namesLiav A
2021-05-22IntrusiveList: Remove redundant constructorLenny Maiorani
2021-05-22GameOfLife: Add choosable patternsRyan Wilson
2021-05-22Meta: Display DistinctNumeric as its alias name in GDB if possibleAli Mohammad Pur
2021-05-22Meta: Add GDB pretty printer for AK::VariantAli Mohammad Pur
2021-05-22Meta: Pretty-print the types in serenity_gdb.pyAli Mohammad Pur
2021-05-22HexEditor: Add 'Select All' actionBrendan Coles
2021-05-22LibVT: Don't cache bold variant of VT font in a member variableAndreas Kling
2021-05-22WindowServer: Notify window-less clients about theme/font changesAndreas Kling
2021-05-22AK/Vector: Constify find_first_index()Jelle Raaijmakers
2021-05-22AK: Fix Variant construction from lvalue referencesAli Mohammad Pur