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
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
2021-05-21
Userland: Change typedef to using directive
Lenny Maiorani
2021-05-21
Userland: static vs non-static constexpr variables
Lenny Maiorani
2021-05-21
Shell: Use /tmp for all file operations valid.sh test
Andrew Kaster
2021-05-21
Shell: Hide job times behind SHELL_JOB_DEBUG flag
Andrew Kaster
2021-05-21
LibWeb: Fix invalid behaviour of HTMLTokenizer::skip() and restore_to()
Ali Mohammad Pur
2021-05-21
LibGfx: Add missing TextAlignment::BottomLeft
Linus Groh
2021-05-21
LibWasm: Print instruction arguments too
Ali Mohammad Pur
2021-05-21
LibWasm: Fix nested structured instruction parsing
Ali Mohammad Pur
2021-05-21
LibWasm: Resolve labels starting from the top of the stack
Ali Mohammad Pur
2021-05-21
LibWasm: Implement a very basic linker
Ali Mohammad Pur
2021-05-21
LibWasm: Make the instantiation process produce an OwnPtr
Ali Mohammad Pur
2021-05-21
LibWasm: Decouple ModuleInstance from the AbstractMachine
Ali Mohammad Pur
2021-05-21
LibWasm: Trap instead of VERIFY()'ing
Ali Mohammad Pur
2021-05-21
LibWasm+Meta: Add test-wasm and optionally test the conformance tests
Ali Mohammad Pur
2021-05-20
LibCore: Let IODevice::can_read_line() buffer until \n or EOF
r-paiva
2021-05-20
Utilities: Fix grep match when reading from stdin
r-paiva
2021-05-20
LibGL: Implement glHint()
Stephan Unverwerth
2021-05-20
3DFileViewer: Clean up file handling
Gunnar Beutner
[next]