summaryrefslogtreecommitdiff
path: root/Libraries
AgeCommit message (Expand)Author
2020-04-23LibGUI: Add TabWidget::set_tab_title(Widget&, StringView)Andreas Kling
2020-04-23LibGUI: Tweak default ScrollBar size to make arrow icons centered :^)Andreas Kling
2020-04-23LibJS: Implement 'in' operatorLinus Groh
2020-04-23LibJS: Implement bitwise unsigned right shift operator (>>>)Linus Groh
2020-04-23LibJS: Implement bitwise right shift operator (>>)Linus Groh
2020-04-23LibJS: Implement bitwise left shift operator (<<)Linus Groh
2020-04-23LibJS: Add Math.pow()Linus Groh
2020-04-23LibJS: Add Array.prototype.includesKesse Jones
2020-04-23LibGUI: Make StatusBar 2px shorter vertically for a snugger fitAndreas Kling
2020-04-23LibGUI: Tweak colorization of ScrollBar gutterAndreas Kling
2020-04-23LibGUI: Add a ToolBarContainer widget and put most ToolBars in oneAndreas Kling
2020-04-23LibGUI: Make sure the ResizeCorner aligns nicely inside StatusBarAndreas Kling
2020-04-23LibGUI: Tweak StatusBar layout marginsAndreas Kling
2020-04-23WindowServer+LibGfx: Make window borders 1px thickerAndreas Kling
2020-04-23LibGUI: Decrease the default ToolBar height a little bitAndreas Kling
2020-04-23LibGUI: Get rid of the awkward horizontal line in StatusBarAndreas Kling
2020-04-23LibGUI: MessageBox min width control for show messagesHüseyin ASLITÜRK
2020-04-23LibJS: Fix Array.prototype.indexOf fromIndex negativeKesse Jones
2020-04-23LibCore: read_bool_entry parse "true" / "false" strings in config filesBrendan Coles
2020-04-23LibJS: Add isFinite()Linus Groh
2020-04-23LibJS: Let isNaN() with no argument return true, add testsLinus Groh
2020-04-23LibWeb: Add XMLHttpRequest.readyState and constantsLinus Groh
2020-04-23DesktopServices: Add irc URL protocol handlerBrendan Coles
2020-04-23LibJS: Implement Array length setterLinus Groh
2020-04-23LibWeb: Use proper length values for CanvasRenderingContext2D functionsEmanuele Torre
2020-04-22LibJS: Improve UpdateExpression::execute()Linus Groh
2020-04-22LibJS: Add Array.prototype.lastIndexOfKesse Jones
2020-04-22LibLine: Do not ignore ^C and do not finish() after interruptAnotherTest
2020-04-22LibGUI: Added error events to FileSystemModelangel
2020-04-22LibJS: Parse while statementsLinus Groh
2020-04-22LibWeb: support confirm() with no argumentsNick Tiberi
2020-04-22LibLine: Avoid OOB access when one of the suggestions is the prefixAnotherTest
2020-04-22LibWeb: Invalidate the canvas element after put_image_data()Andreas Kling
2020-04-22WindowServer+LibGUI: Notify DisplayLinks at 60 fps no matter whatAndreas Kling
2020-04-21LibWeb: Add ImageData objects and implement 2D context putImageData()Andreas Kling
2020-04-21LibWeb: Hack requestAnimationFrame() to provide a (very fake) timestampAndreas Kling
2020-04-21LibJS: Add Uint8ClampedArray :^)Andreas Kling
2020-04-21LibGUI: Make it easier to create checkable GUI::ActionsAndreas Kling
2020-04-21LibGUI: Make MenuBar a Core::ObjectAndreas Kling
2020-04-21LibCore: Make Core::File::open() return a Result<NNRP<File>, String>Andreas Kling
2020-04-21LibJS: Implement Function.prototype.bind()Jack Karamanian
2020-04-21LibJS: Prepend callee's bound arguments to the CallFrame and set theJack Karamanian
2020-04-21LibJS: Allow Function objects to be constructed with a bound |this|Jack Karamanian
2020-04-21LibGUI: MessageBox change height to icon croppingHüseyin ASLITÜRK
2020-04-21LibGUI: Don't accelerate TextEditor autoscroll on wiggle (#1897)Valtteri Koskivuori
2020-04-21LibJS: Rename global_call_fram to global_call_frameLinus Groh
2020-04-20LibJS: Let run-tests return 1 when not all tests passLinus Groh
2020-04-20LibGUI: Add Select all action to TextEditorangel
2020-04-20LibGUI: Fix unpleasant selection behavior when dragging far to the leftAndreas Kling
2020-04-20LibGUI: Keep scrolling while drag-selecting outside a TextEditorAndreas Kling