index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
Age
Commit message (
Expand
)
Author
2020-09-26
LibGUI: Add alpha preview to ColorPicker
Tibor Nagy
2020-09-26
LibGfx: Add painting transparency grids to StylePainter
Tibor Nagy
2020-09-25
LibJS+LibGUI+js: Handle UnterminatedRegexLiteral in syntax highlighters
Linus Groh
2020-09-25
LibGUI: Do not clear the selection on right-click
AnotherTest
2020-09-25
LibGUI: Register the 'ColorInput' and 'Frame' widgets
AnotherTest
2020-09-25
Meta+LibHTTP through LibWeb: Make clang-format-10 clean
Ben Wiederhake
2020-09-25
Meta+LibC through LibHTTP: Make clang-format-10 clean
Ben Wiederhake
2020-09-25
LibGUI: Register the "text" property on GUI::TextEditor
Andreas Kling
2020-09-25
LibGUI: Register the "text" property on GUI::Label
Andreas Kling
2020-09-24
LibGUI: Move keyboard item activation up to AbstractView
Andreas Kling
2020-09-24
LibGUI: Stop editing in views when the view is hidden
Andreas Kling
2020-09-24
LibGUI: Make inline editing work in ColumnsView
Andreas Kling
2020-09-24
LibGUI: Move editing key handling up to AbstractView
Andreas Kling
2020-09-24
LibGUI: Support inline editing in GUI::IconView
Andreas Kling
2020-09-24
LibGUI: Support editing filenames through FileSystemModel :^)
Andreas Kling
2020-09-24
LibGUI: Make SortingProxyModel forward is_editable() and set_data()
Andreas Kling
2020-09-24
LibWeb: Add a separate UA style sheet for documents in quirks mode
Andreas Kling
2020-09-23
AK: Resolve format related circular dependencies properly.
asynts
2020-09-23
UserspaceEmulator+LibX86: Clean up some obnoxious template spam
Andreas Kling
2020-09-23
UserspaceEmulator+LibX86: Add support for 64-bit memory reads and writes (#3584)
Nico Weber
2020-09-23
LibGUI: Use on_up_pressed/on_down_pressed events in SpinBox
Tibor Nagy
2020-09-22
LibWeb: Disallow cross-origin access to <iframe>.contentDocument
Andreas Kling
2020-09-22
LibWeb: Add Origin::is_same(const Origin&)
Andreas Kling
2020-09-22
LibWeb: Add WindowObject::origin()
Andreas Kling
2020-09-22
LibWeb: Dispatch DOM "load" event on <iframe> elements
Andreas Kling
2020-09-22
LibWeb: Rename HTMLIFrameElement::hosted_frame() => content_frame()
Andreas Kling
2020-09-22
LibJS: Let the VM cache an empty ("") PrimitiveString
Andreas Kling
2020-09-22
LibJS: Move well-known symbols to the VM
Andreas Kling
2020-09-22
LibJS: Use VM::exception() instead of Interpreter::exception() a bunch
Andreas Kling
2020-09-22
LibJS: Add a way to get from a Cell to the VM
Andreas Kling
2020-09-22
LibJS: Move the current exception from Interpreter to VM
Andreas Kling
2020-09-21
LibCore: Add Core::Account for login management.
Peter Elliott
2020-09-21
HackStudio: Add auto-complete capability to the Editor
Itamar
2020-09-21
Base: Add the PlaceholderText attribute to themes
Peter Elliott
2020-09-21
LibGUI: Add optional placeholder to TextEditor
Peter Elliott
2020-09-21
LibJS: VM::interpreter() should just assert when no active interpreter
Andreas Kling
2020-09-21
LibJS: Assert if garbage collection is restarted while ongoing
Andreas Kling
2020-09-21
LibJS: Rename InterpreterScope => InterpreterExecutionScope
Andreas Kling
2020-09-21
LibJS: GC should gather roots from all active interpreters
Andreas Kling
2020-09-21
LibIPC: Use InputMemoryStream instead of BufferStream.
asynts
2020-09-21
LibGfx+JPGLoader: Use InputMemoryStream instead of BufferStream.
asynts
2020-09-21
LibGfx+ICOLoader: Use InputMemoryStream instead of BufferStream.
asynts
2020-09-21
LibGfx+GIFLoader: Use InputMemoryStream instead of BufferStream.
asynts
2020-09-21
LibGfx+Font: Use OutputFileStream instead of BufferStream.
asynts
2020-09-21
LibAudio: Use InputMemoryStream instead of BufferStream.
asynts
2020-09-20
LibGUI: Remove unnecessary type cast in JsonArrayModel.
asynts
2020-09-20
LibGUI: Pad row/column headers of AbstractTableView
Tibor Nagy
2020-09-20
LibJS+Clients: Add JS::VM object, separate Heap from Interpreter
Andreas Kling
2020-09-20
LibWeb: Add Bindings::ScriptExecutionContext
Andreas Kling
2020-09-20
LibJS: Remove some unnecessary indirection in Object constructors
Andreas Kling
[next]