summaryrefslogtreecommitdiff
path: root/Libraries
AgeCommit message (Expand)Author
2020-09-11LibWeb: Add basic support for <input type=checkbox>Andreas Kling
2020-09-11LibWeb: Allow layout nodes to receive and track mouse eventsAndreas Kling
2020-09-11LibWeb: Add basic support for boolean IDL attributes :^)Andreas Kling
2020-09-11LibWeb: Add the "checked" and "disabled" HTML attributesAndreas Kling
2020-09-11LibGUI+LibGfx: Move check box painting to Gfx::StylePainterAndreas Kling
2020-09-11LibCore: Fixed DeferredInvoke debug message (#3456)pkotzbach
2020-09-11LibCompress: Move CanonicalCode out of DeflateDecompressor.asynts
2020-09-11LibCompress: Remove unnecessary InputBitStream.asynts
2020-09-11LibCompress: Return Optional from decompress_all method.asynts
2020-09-11LibCompress: Use OutputMemoryStream in decompress_all methods.asynts
2020-09-11LibGUI: Use widget override cursors in ColorInputAndreas Kling
2020-09-11LibGUI: Use widget override cursors in HeaderViewAndreas Kling
2020-09-11LibGUI: Use widget override cursors in GUI::ResizeCornerAndreas Kling
2020-09-11LibWeb: Use widget override cursorsAndreas Kling
2020-09-11LibGUI: Use widget override cursors in GUI::TextEditorAndreas Kling
2020-09-11LibGUI: Use widget override cursors in GUI::SplitterAndreas Kling
2020-09-11LibVT: Show an I-beam cursor over TerminalWidgetAndreas Kling
2020-09-11LibGUI: Add Widget override cursor conceptAndreas Kling
2020-09-11LibGUI+WindowServer: Rename window "override cursor" to just "cursor"Andreas Kling
2020-09-10LibGfx: Move StandardCursor enum to LibGfxAndreas Kling
2020-09-10LibGUI: Unregister AbstractView from model on destructionAndreas Kling
2020-09-10LibVT: Let Terminal keep history in a circular bufferNico Weber
2020-09-10LibVT: Let Terminal only expose history_size, not storageNico Weber
2020-09-10JPGLoader: Check existence of Huffman tables in scan header segment (#3442)Devashish Jaiswal
2020-09-09LibJS: Deal with a FIXME in Shape::ensure_property_table()Andreas Kling
2020-09-09Kernel+LibC+UE: Introduce SIGINFO (generated with ^T)Andreas Kling
2020-09-09LibGUI: Do not paint scrollbar button highlight for scrollbars without scrubberNico Weber
2020-09-09LibCore: Add 'notify_forked()' to tear down the eventloop in forked childAnotherTest
2020-09-08LibWeb: Add support for viewport-relative length units (#3433)Jakob-Niklas See
2020-09-08LibJS: ArrayIterator needs to mark the array it's iteratingAndreas Kling
2020-09-08LibJS: GlobalObject needs to mark the iterator prototypesAndreas Kling
2020-09-08LibJS: Convert two suspicious Vector<Value> to MarkedValueListAndreas Kling
2020-09-08LibJS: get_iterator_values() should pass Value to callback (not Value&)Andreas Kling
2020-09-08AK: Remove FixedArray class.asynts
2020-09-08Refactor: Replace usages of FixedArray with Array.asynts
2020-09-08LibWeb: SVG: implement SmoothQuadraticBezierCurveSimon Danner
2020-09-08LibWeb: SVG: draw commands can also be repeated after a commaSimon Danner
2020-09-08LibWeb: SVG: T commands only take two coordinatesSimon Danner
2020-09-08LibWeb: make it possible to directly load .svg filesSimon Danner
2020-09-08LibJS: Eliminate some (unnecessary) Vector copiesAnotherTest
2020-09-08LibJS: Make MarkedValueList inherit from Vector<Value>AnotherTest
2020-09-08LibJS: Format IndexedProperties.cppAnotherTest
2020-09-08LibGfx: Add ability to draw inverted rectanglesTom
2020-09-07LibLine: Make ^R search match the input anywhere in a given lineAnotherTest
2020-09-07LibLine: Disable editing events while searchingAnotherTest
2020-09-07LibLine: Treat ^D as EOF only when the buffer is emptyAnotherTest
2020-09-06LibGUI: Fix OOB read in Clipboard::set_data()AnotherTest
2020-09-06LibC: Add settimeofdayNico Weber
2020-09-06LibC: Avoid generating calls to__cxa_guard_* functions in netdb.cppItamar
2020-09-06LibC: Don't include things required for getopt_long in unistd.hItamar