summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
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
2020-04-20LibJS: Remove default parameter from assertThrowsError() for nowAndreas Kling
2020-04-20LibLine: Autocomplete already-complete suggestionsAnotherTest
2020-04-20LibLine: Handle ctrl-{left,right}_arrow by jumping between wordsAnotherTest
2020-04-20LibVT: Handle ctrl+arrow keysAnotherTest
2020-04-20Build: Use the GCC port if building on "SerenityOS" :^)Andreas Kling
2020-04-20LibJS: Add JSDoc to test-common.jsLinus Groh