summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2020-04-20LibLine: Properly handle ^C and do not return after being interruptedAnotherTest
2020-04-20LibLine: Implement searching via up/down arrow keysAnotherTest
2020-04-20LibLine: Implement ^R searchingAnotherTest
2020-04-20LibJS: Add Array.prototype.reverseKesse Jones
2020-04-20Debugger: Add source-level operationsItamar
2020-04-20LibDebug: Parse line number information from DWARF formatItamar
2020-04-20LibELF: Make ELF::Loader RefCountedItamar
2020-04-20AK: Allow having ref counted pointers to const objectItamar
2020-04-20Solitaire: Sharpen 16x16 iconAndreas Kling
2020-04-20Solitaire: Use a pre-scaled buggie image for the back of cardsAndreas Kling
2020-04-20FileManager+LibGUI: Allow drop on entire DirectoryViewangel
2020-04-20DirectoryView: Don't push same path twice to historyangel
2020-04-20LibJS: Add Array.prototype.indexOfKesse Jones
2020-04-20LibJS: Add tests for String.prototype.repeat()Linus Groh
2020-04-20LibJS: Throw RangeError in String.prototype.repeat() if count is invalidLinus Groh
2020-04-20LibJS: Add assertThrowsError() test functionLinus Groh
2020-04-19WindowServer: Fix AppletManager buildAndreas Kling
2020-04-19LibCore: Add StandardPaths thing to retrieve various standard locationsAndreas Kling
2020-04-19WindowServer: Don't crash when encountering unsorted menu appletsAndreas Kling
2020-04-19Userland: Remove some little temporary test programsAndreas Kling
2020-04-19Shell: Correct suggestion of directoriesAnotherTest
2020-04-19LibLine: Clear trailing trivia when cycling if the suggestion has anyAnotherTest
2020-04-19PaintBrush: Fix crash with flood fill. (#1881)Nicolas Van Bossuyt
2020-04-19Base: Add Demo applications to system menuLinus Groh
2020-04-19Kernel: rmdir("/") should fail instead of assertingAndreas Kling