index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
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
AK: Simplify Result class so we can start using it
Andreas Kling
2020-04-21
AK: Remove unused Error template
Andreas Kling
2020-04-21
WindowServer: Unset active input window on active window change (#1901)
angel
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
PaintBrush: Initial support for transparency. (#1883)
Nicolas Van Bossuyt
2020-04-21
Base: Add QuickShow application to system menu
Hüseyin ASLITÜRK
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
TextEditor: Add "Find Next" 16x16 icon
Brendan Coles
2020-04-21
LibJS: Rename global_call_fram to global_call_frame
Linus Groh
2020-04-20
Meta: Build Lagom js and run LibJS tests on Travis
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
2020-04-20
LibJS: Remove default parameter from assertThrowsError() for now
Andreas Kling
2020-04-20
LibLine: Autocomplete already-complete suggestions
AnotherTest
2020-04-20
LibLine: Handle ctrl-{left,right}_arrow by jumping between words
AnotherTest
2020-04-20
LibVT: Handle ctrl+arrow keys
AnotherTest
2020-04-20
Build: Use the GCC port if building on "SerenityOS" :^)
Andreas Kling
2020-04-20
LibJS: Add JSDoc to test-common.js
Linus Groh
2020-04-20
LibLine: Properly handle ^C and do not return after being interrupted
AnotherTest
2020-04-20
LibLine: Implement searching via up/down arrow keys
AnotherTest
2020-04-20
LibLine: Implement ^R searching
AnotherTest
2020-04-20
LibJS: Add Array.prototype.reverse
Kesse Jones
2020-04-20
Debugger: Add source-level operations
Itamar
2020-04-20
LibDebug: Parse line number information from DWARF format
Itamar
2020-04-20
LibELF: Make ELF::Loader RefCounted
Itamar
2020-04-20
AK: Allow having ref counted pointers to const object
Itamar
2020-04-20
Solitaire: Sharpen 16x16 icon
Andreas Kling
2020-04-20
Solitaire: Use a pre-scaled buggie image for the back of cards
Andreas Kling
2020-04-20
FileManager+LibGUI: Allow drop on entire DirectoryView
angel
2020-04-20
DirectoryView: Don't push same path twice to history
angel
2020-04-20
LibJS: Add Array.prototype.indexOf
Kesse Jones
2020-04-20
LibJS: Add tests for String.prototype.repeat()
Linus Groh
2020-04-20
LibJS: Throw RangeError in String.prototype.repeat() if count is invalid
Linus Groh
2020-04-20
LibJS: Add assertThrowsError() test function
Linus Groh
2020-04-19
WindowServer: Fix AppletManager build
Andreas Kling
2020-04-19
LibCore: Add StandardPaths thing to retrieve various standard locations
Andreas Kling
2020-04-19
WindowServer: Don't crash when encountering unsorted menu applets
Andreas Kling
2020-04-19
Userland: Remove some little temporary test programs
Andreas Kling
2020-04-19
Shell: Correct suggestion of directories
AnotherTest
2020-04-19
LibLine: Clear trailing trivia when cycling if the suggestion has any
AnotherTest
2020-04-19
PaintBrush: Fix crash with flood fill. (#1881)
Nicolas Van Bossuyt
2020-04-19
Base: Add Demo applications to system menu
Linus Groh
2020-04-19
Kernel: rmdir("/") should fail instead of asserting
Andreas Kling
[next]