summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2021-05-22AK: Remove [[gnu::noinline]] attribute from some variant membersAli Mohammad Pur
2021-05-22AK: Use calculate_base64_encoded_length in encode_base64Idan Horowitz
2021-05-22LibGfx: Support alpha in rendering methods for border-radiusTobias Christiansen
2021-05-22Kernel: Remove an allocation from VFS::resolve_path_without_veil (#7287)Mart G
2021-05-21Base/CI: Create and check test-results.log file for on-target testsAndrew Kaster
2021-05-21CI: Add canonical-server/server-backports PPA to get updated QEMUAndrew Kaster
2021-05-21DevTools: Remove redundant default destructor and forward declarationsLenny Maiorani
2021-05-21LibJS: Expose TypedArray.prototype.byteOffsetLuke
2021-05-21LibJS: Expose TypedArray.prototype.byteLengthLuke
2021-05-21LibJS: Expose TypedArray.prototype.bufferLuke
2021-05-21LibJS: Expose BYTES_PER_ELEMENT on each TypedArrayLuke