summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-23IRCClient: Connect to IRC server URL specified in command line argumentBrendan Coles
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-23Base: Close head tag in canvas-path.html and give the document a titleEmanuele Torre
2020-04-22TextEditor: Add "Find Previous" 16x16 iconBrendan Coles
2020-04-22LibJS: Improve UpdateExpression::execute()Linus Groh
2020-04-22LibJS: Add Array.prototype.lastIndexOfKesse Jones
2020-04-22FileManager: Fix buildAndreas Kling
2020-04-22Kernel: Make Process and Thread non-copyable and non-movableAndreas Kling
2020-04-22AK: Tweak exchange() implementationAndreas Kling
2020-04-22LibLine: Do not ignore ^C and do not finish() after interruptAnotherTest
2020-04-22FileManager: Exit the application cleanly when failing to open initial directoryangel
2020-04-22FileManager: Graceful handling of access errorsangel
2020-04-22LibGUI: Added error events to FileSystemModelangel
2020-04-22Base: Add missing Syntax color settings for Joi themeBrendan Coles
2020-04-22LibJS: Parse while statementsLinus Groh
2020-04-22Base: Add Sunshine themeBrendan Coles
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-21WindowServer+SystemMenu: Check the current system theme on startupAndreas Kling
2020-04-21SystemMenu: Make the system theme menu items checkable (and exclusive)Andreas Kling
2020-04-21LibGUI: Make it easier to create checkable GUI::ActionsAndreas Kling
2020-04-21WindowServer: Allow the system menu to be open when a modal is shownangel
2020-04-21WindowServer: Don't process menu bar events when modal is openangel
2020-04-21WindowServer: Don't ignore modal events when showing menusangel
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-21AK: Simplify Result class so we can start using itAndreas Kling
2020-04-21AK: Remove unused Error templateAndreas Kling
2020-04-21WindowServer: Unset active input window on active window change (#1901)angel
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-21PaintBrush: Initial support for transparency. (#1883)Nicolas Van Bossuyt
2020-04-21Base: Add QuickShow application to system menuHüseyin ASLITÜRK
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-21TextEditor: Add "Find Next" 16x16 iconBrendan Coles
2020-04-21LibJS: Rename global_call_fram to global_call_frameLinus Groh
2020-04-20Meta: Build Lagom js and run LibJS tests on TravisLinus Groh
2020-04-20LibJS: Let run-tests return 1 when not all tests passLinus Groh