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-22
LibJS: Improve UpdateExpression::execute()
Linus Groh
2020-04-22
LibJS: Add Array.prototype.lastIndexOf
Kesse Jones
2020-04-22
FileManager: Fix build
Andreas Kling
2020-04-22
Kernel: Make Process and Thread non-copyable and non-movable
Andreas Kling
2020-04-22
AK: Tweak exchange() implementation
Andreas Kling
2020-04-22
LibLine: Do not ignore ^C and do not finish() after interrupt
AnotherTest
2020-04-22
FileManager: Exit the application cleanly when failing to open initial directory
angel
2020-04-22
FileManager: Graceful handling of access errors
angel
2020-04-22
LibGUI: Added error events to FileSystemModel
angel
2020-04-22
Base: Add missing Syntax color settings for Joi theme
Brendan Coles
2020-04-22
LibJS: Parse while statements
Linus Groh
2020-04-22
Base: Add Sunshine theme
Brendan Coles
2020-04-22
LibWeb: support confirm() with no arguments
Nick Tiberi
2020-04-22
LibLine: Avoid OOB access when one of the suggestions is the prefix
AnotherTest
2020-04-22
LibWeb: Invalidate the canvas element after put_image_data()
Andreas Kling
2020-04-22
WindowServer+LibGUI: Notify DisplayLinks at 60 fps no matter what
Andreas Kling
2020-04-21
LibWeb: Add ImageData objects and implement 2D context putImageData()
Andreas Kling
2020-04-21
LibWeb: Hack requestAnimationFrame() to provide a (very fake) timestamp
Andreas Kling
2020-04-21
LibJS: Add Uint8ClampedArray :^)
Andreas Kling
2020-04-21
WindowServer+SystemMenu: Check the current system theme on startup
Andreas Kling
2020-04-21
SystemMenu: Make the system theme menu items checkable (and exclusive)
Andreas Kling
2020-04-21
LibGUI: Make it easier to create checkable GUI::Actions
Andreas Kling
2020-04-21
WindowServer: Allow the system menu to be open when a modal is shown
angel
2020-04-21
WindowServer: Don't process menu bar events when modal is open
angel
2020-04-21
WindowServer: Don't ignore modal events when showing menus
angel
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
[prev]
[next]