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-04-23
LibGUI: Add TabWidget::set_tab_title(Widget&, StringView)
Andreas Kling
2020-04-23
LibGUI: Tweak default ScrollBar size to make arrow icons centered :^)
Andreas Kling
2020-04-23
LibJS: Implement 'in' operator
Linus Groh
2020-04-23
LibJS: Implement bitwise unsigned right shift operator (>>>)
Linus Groh
2020-04-23
LibJS: Implement bitwise right shift operator (>>)
Linus Groh
2020-04-23
LibJS: Implement bitwise left shift operator (<<)
Linus Groh
2020-04-23
LibJS: Add Math.pow()
Linus Groh
2020-04-23
LibJS: Add Array.prototype.includes
Kesse Jones
2020-04-23
LibGUI: Make StatusBar 2px shorter vertically for a snugger fit
Andreas Kling
2020-04-23
LibGUI: Tweak colorization of ScrollBar gutter
Andreas Kling
2020-04-23
LibGUI: Add a ToolBarContainer widget and put most ToolBars in one
Andreas Kling
2020-04-23
LibGUI: Make sure the ResizeCorner aligns nicely inside StatusBar
Andreas Kling
2020-04-23
LibGUI: Tweak StatusBar layout margins
Andreas Kling
2020-04-23
WindowServer+LibGfx: Make window borders 1px thicker
Andreas Kling
2020-04-23
LibGUI: Decrease the default ToolBar height a little bit
Andreas Kling
2020-04-23
LibGUI: Get rid of the awkward horizontal line in StatusBar
Andreas Kling
2020-04-23
LibGUI: MessageBox min width control for show messages
Hüseyin ASLITÜRK
2020-04-23
LibJS: Fix Array.prototype.indexOf fromIndex negative
Kesse Jones
2020-04-23
LibCore: read_bool_entry parse "true" / "false" strings in config files
Brendan Coles
2020-04-23
LibJS: Add isFinite()
Linus Groh
2020-04-23
LibJS: Let isNaN() with no argument return true, add tests
Linus Groh
2020-04-23
LibWeb: Add XMLHttpRequest.readyState and constants
Linus Groh
2020-04-23
DesktopServices: Add irc URL protocol handler
Brendan Coles
2020-04-23
LibJS: Implement Array length setter
Linus Groh
2020-04-23
LibWeb: Use proper length values for CanvasRenderingContext2D functions
Emanuele Torre
2020-04-22
LibJS: Improve UpdateExpression::execute()
Linus Groh
2020-04-22
LibJS: Add Array.prototype.lastIndexOf
Kesse Jones
2020-04-22
LibLine: Do not ignore ^C and do not finish() after interrupt
AnotherTest
2020-04-22
LibGUI: Added error events to FileSystemModel
angel
2020-04-22
LibJS: Parse while statements
Linus Groh
2020-04-22
LibWeb: support confirm() with no arguments
Nick Tiberi
2020-04-22
LibLine: Avoid OOB access when one of the suggestions is the prefix
AnotherTest
2020-04-22
LibWeb: Invalidate the canvas element after put_image_data()
Andreas Kling
2020-04-22
WindowServer+LibGUI: Notify DisplayLinks at 60 fps no matter what
Andreas Kling
2020-04-21
LibWeb: Add ImageData objects and implement 2D context putImageData()
Andreas Kling
2020-04-21
LibWeb: Hack requestAnimationFrame() to provide a (very fake) timestamp
Andreas Kling
2020-04-21
LibJS: Add Uint8ClampedArray :^)
Andreas Kling
2020-04-21
LibGUI: Make it easier to create checkable GUI::Actions
Andreas Kling
2020-04-21
LibGUI: Make MenuBar a Core::Object
Andreas Kling
2020-04-21
LibCore: Make Core::File::open() return a Result<NNRP<File>, String>
Andreas Kling
2020-04-21
LibJS: Implement Function.prototype.bind()
Jack Karamanian
2020-04-21
LibJS: Prepend callee's bound arguments to the CallFrame and set the
Jack Karamanian
2020-04-21
LibJS: Allow Function objects to be constructed with a bound |this|
Jack Karamanian
2020-04-21
LibGUI: MessageBox change height to icon cropping
Hüseyin ASLITÜRK
2020-04-21
LibGUI: Don't accelerate TextEditor autoscroll on wiggle (#1897)
Valtteri Koskivuori
2020-04-21
LibJS: Rename global_call_fram to global_call_frame
Linus Groh
2020-04-20
LibJS: Let run-tests return 1 when not all tests pass
Linus Groh
2020-04-20
LibGUI: Add Select all action to TextEditor
angel
2020-04-20
LibGUI: Fix unpleasant selection behavior when dragging far to the left
Andreas Kling
2020-04-20
LibGUI: Keep scrolling while drag-selecting outside a TextEditor
Andreas Kling
[next]