summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
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-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-22GameOfLife: Add choosable patternsRyan Wilson
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-22LibGfx: Support alpha in rendering methods for border-radiusTobias Christiansen
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
2021-05-21Games: Add HeartsGunnar Beutner
2021-05-21Solitaire: Move cards functionality into LibCardsGunnar Beutner
2021-05-21LibWeb: Improve Unicode compatibility of HTML contenteditableMax Wipfli
2021-05-21LibWeb: Frame/Position: Implement cursor increment/decrement methodsMax Wipfli
2021-05-21LibWeb: Improving cursor behavior in editable DOM nodesMax Wipfli
2021-05-21LibWeb: Do nothing when pressing modifier keys in HTML contenteditableMax Wipfli
2021-05-21LibWeb: Replace some TODO() calls with FIXME comments in EventHandlerMax Wipfli
2021-05-22Shell: Make sure all tests put their temp dirs in /tmpAndrew Kaster
2021-05-21LibJS: Fix indexed access of TypedArray with byte offsetLinus Groh
2021-05-21js: Don't print newline for empty ArrayBufferLinus Groh
2021-05-21DisplaySettings: Restrict selection of fixed-width fontsAndreas Kling
2021-05-21WindowServer: Store system font queries in WindowServer.ini :^)Andreas Kling
2021-05-21DisplaySettings: Add "Fonts" tabAndreas Kling
2021-05-21WindowServer+LibGUI: Add an IPC API to change the current system fontsAndreas Kling
2021-05-21LibGfx+WindowServer: Have WindowServer broadcast system font settingsAndreas Kling
2021-05-21LibWeb: Ignore vendor-specific CSS propertiesTobias Christiansen
2021-05-21Applications: Use titlecase and distinct underlined characters in menusMax Wipfli
2021-05-21FileManager: Change shortcut of Display Settings desktop optionLinus Groh
2021-05-21DisplaySettings: Allow deselection of background imageJagger De Leo
2021-05-213DFileViewer: Make the main widget a GUI::FrameAndreas Kling
2021-05-21Browser: Stop leaking popup windowsAndreas Kling
2021-05-21LibWeb: Make tag names bold in syntax-highlighted HTML :^)Andreas Kling
2021-05-21Revert "Userland: static vs non-static constexpr variables"Linus Groh