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-11
LibWeb: Add basic support for <input type=checkbox>
Andreas Kling
2020-09-11
LibWeb: Allow layout nodes to receive and track mouse events
Andreas Kling
2020-09-11
LibWeb: Add basic support for boolean IDL attributes :^)
Andreas Kling
2020-09-11
LibWeb: Add the "checked" and "disabled" HTML attributes
Andreas Kling
2020-09-11
LibGUI+LibGfx: Move check box painting to Gfx::StylePainter
Andreas Kling
2020-09-11
LibCore: Fixed DeferredInvoke debug message (#3456)
pkotzbach
2020-09-11
LibCompress: Move CanonicalCode out of DeflateDecompressor.
asynts
2020-09-11
LibCompress: Remove unnecessary InputBitStream.
asynts
2020-09-11
LibCompress: Return Optional from decompress_all method.
asynts
2020-09-11
LibCompress: Use OutputMemoryStream in decompress_all methods.
asynts
2020-09-11
LibGUI: Use widget override cursors in ColorInput
Andreas Kling
2020-09-11
LibGUI: Use widget override cursors in HeaderView
Andreas Kling
2020-09-11
LibGUI: Use widget override cursors in GUI::ResizeCorner
Andreas Kling
2020-09-11
LibWeb: Use widget override cursors
Andreas Kling
2020-09-11
LibGUI: Use widget override cursors in GUI::TextEditor
Andreas Kling
2020-09-11
LibGUI: Use widget override cursors in GUI::Splitter
Andreas Kling
2020-09-11
LibVT: Show an I-beam cursor over TerminalWidget
Andreas Kling
2020-09-11
LibGUI: Add Widget override cursor concept
Andreas Kling
2020-09-11
LibGUI+WindowServer: Rename window "override cursor" to just "cursor"
Andreas Kling
2020-09-10
LibGfx: Move StandardCursor enum to LibGfx
Andreas Kling
2020-09-10
LibGUI: Unregister AbstractView from model on destruction
Andreas Kling
2020-09-10
LibVT: Let Terminal keep history in a circular buffer
Nico Weber
2020-09-10
LibVT: Let Terminal only expose history_size, not storage
Nico Weber
2020-09-10
JPGLoader: Check existence of Huffman tables in scan header segment (#3442)
Devashish Jaiswal
2020-09-09
LibJS: Deal with a FIXME in Shape::ensure_property_table()
Andreas Kling
2020-09-09
Kernel+LibC+UE: Introduce SIGINFO (generated with ^T)
Andreas Kling
2020-09-09
LibGUI: Do not paint scrollbar button highlight for scrollbars without scrubber
Nico Weber
2020-09-09
LibCore: Add 'notify_forked()' to tear down the eventloop in forked child
AnotherTest
2020-09-08
LibWeb: Add support for viewport-relative length units (#3433)
Jakob-Niklas See
2020-09-08
LibJS: ArrayIterator needs to mark the array it's iterating
Andreas Kling
2020-09-08
LibJS: GlobalObject needs to mark the iterator prototypes
Andreas Kling
2020-09-08
LibJS: Convert two suspicious Vector<Value> to MarkedValueList
Andreas Kling
2020-09-08
LibJS: get_iterator_values() should pass Value to callback (not Value&)
Andreas Kling
2020-09-08
AK: Remove FixedArray class.
asynts
2020-09-08
Refactor: Replace usages of FixedArray with Array.
asynts
2020-09-08
LibWeb: SVG: implement SmoothQuadraticBezierCurve
Simon Danner
2020-09-08
LibWeb: SVG: draw commands can also be repeated after a comma
Simon Danner
2020-09-08
LibWeb: SVG: T commands only take two coordinates
Simon Danner
2020-09-08
LibWeb: make it possible to directly load .svg files
Simon Danner
2020-09-08
LibJS: Eliminate some (unnecessary) Vector copies
AnotherTest
2020-09-08
LibJS: Make MarkedValueList inherit from Vector<Value>
AnotherTest
2020-09-08
LibJS: Format IndexedProperties.cpp
AnotherTest
2020-09-08
LibGfx: Add ability to draw inverted rectangles
Tom
2020-09-07
LibLine: Make ^R search match the input anywhere in a given line
AnotherTest
2020-09-07
LibLine: Disable editing events while searching
AnotherTest
2020-09-07
LibLine: Treat ^D as EOF only when the buffer is empty
AnotherTest
2020-09-06
LibGUI: Fix OOB read in Clipboard::set_data()
AnotherTest
2020-09-06
LibC: Add settimeofday
Nico Weber
2020-09-06
LibC: Avoid generating calls to__cxa_guard_* functions in netdb.cpp
Itamar
2020-09-06
LibC: Don't include things required for getopt_long in unistd.h
Itamar
[next]