index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
Age
Commit message (
Expand
)
Author
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
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
GameOfLife: Add choosable patterns
Ryan Wilson
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
LibGfx: Support alpha in rendering methods for border-radius
Tobias Christiansen
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
2021-05-21
Games: Add Hearts
Gunnar Beutner
2021-05-21
Solitaire: Move cards functionality into LibCards
Gunnar Beutner
2021-05-21
LibWeb: Improve Unicode compatibility of HTML contenteditable
Max Wipfli
2021-05-21
LibWeb: Frame/Position: Implement cursor increment/decrement methods
Max Wipfli
2021-05-21
LibWeb: Improving cursor behavior in editable DOM nodes
Max Wipfli
2021-05-21
LibWeb: Do nothing when pressing modifier keys in HTML contenteditable
Max Wipfli
2021-05-21
LibWeb: Replace some TODO() calls with FIXME comments in EventHandler
Max Wipfli
2021-05-22
Shell: Make sure all tests put their temp dirs in /tmp
Andrew Kaster
2021-05-21
LibJS: Fix indexed access of TypedArray with byte offset
Linus Groh
2021-05-21
js: Don't print newline for empty ArrayBuffer
Linus Groh
2021-05-21
DisplaySettings: Restrict selection of fixed-width fonts
Andreas Kling
2021-05-21
WindowServer: Store system font queries in WindowServer.ini :^)
Andreas Kling
2021-05-21
DisplaySettings: Add "Fonts" tab
Andreas Kling
2021-05-21
WindowServer+LibGUI: Add an IPC API to change the current system fonts
Andreas Kling
2021-05-21
LibGfx+WindowServer: Have WindowServer broadcast system font settings
Andreas Kling
2021-05-21
LibWeb: Ignore vendor-specific CSS properties
Tobias Christiansen
2021-05-21
Applications: Use titlecase and distinct underlined characters in menus
Max Wipfli
2021-05-21
FileManager: Change shortcut of Display Settings desktop option
Linus Groh
2021-05-21
DisplaySettings: Allow deselection of background image
Jagger De Leo
2021-05-21
3DFileViewer: Make the main widget a GUI::Frame
Andreas Kling
2021-05-21
Browser: Stop leaking popup windows
Andreas Kling
2021-05-21
LibWeb: Make tag names bold in syntax-highlighted HTML :^)
Andreas Kling
2021-05-21
Revert "Userland: static vs non-static constexpr variables"
Linus Groh
[next]