index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
Age
Commit message (
Expand
)
Author
2021-09-08
SystemMonitor: West Const to East Const refactor
Dawid Wolosowicz
2021-09-08
LibGUI: West Const to East Const refactor
Dawid Wolosowicz
2021-09-08
SystemMonitor: Remove an unnecessarily specific inline capacity
Dawid Wolosowicz
2021-09-08
LibGUI: Remove an unnecessarily specific inline capacity
Dawid Wolosowicz
2021-09-08
LibGUI: Sync the highlighting after each model update
Dawid Wolosowicz
2021-09-08
LibGUI: Refactor AbstractView::do_search() into two standalone steps
Dawid Wolosowicz
2021-09-08
LibGUI: Remove barely used AbstractView::is_searching()
Dawid Wolosowicz
2021-09-08
LibGUI: Unify naming of searching timer related members
Dawid Wolosowicz
2021-09-08
LibGUI: Rename AbstractView::m_searching => m_highlighted_search
Dawid Wolosowicz
2021-09-08
LibGUI: Remove barely used AbstractView::is_highlighting_searching()
Dawid Wolosowicz
2021-09-08
LibGUI: Remove barely used AbstractView::searching()
Dawid Wolosowicz
2021-09-08
LibGUI: Make AbstractView::is_searching protected
Dawid Wolosowicz
2021-09-08
SystemMonitor: Make the process list searchable
Dawid Wolosowicz
2021-09-08
LibWeb: Scroll viewport to (0, 0) after loading a new document
Andreas Kling
2021-09-08
LibWeb: Rename InitialContainingBlockBox => InitialContainingBlock
Andreas Kling
2021-09-08
LibWeb: Make BrowsingContext::m_top_level_browsing_context a WeakPtr
Andreas Kling
2021-09-08
LibWeb: Remove unnecessary DOM::Position destructor
Andreas Kling
2021-09-08
LibWeb: Rename frame_did_set_viewport_rect() => browsing_context_*()
Andreas Kling
2021-09-08
LibWeb: Remove unused PageClient::is_multi_process()
Andreas Kling
2021-09-08
LibWeb: Remove bogus forward declaration for Web::StackingContext
Andreas Kling
2021-09-08
LibWeb: Convert BrowsingContext to east-const style
Andreas Kling
2021-09-08
LibWeb: Use delegating constructors in BrowsingContext
Andreas Kling
2021-09-08
LibWeb+WebContent: Port DumpLayoutTree to OutOfProcessWebView
Andreas Kling
2021-09-08
LibGUI+WindowServer: Remove now-obsolete cursor tracking feature
Ben Wiederhake
2021-09-08
Magnifier: Remove unnecessary global cursor tracking
Ben Wiederhake
2021-09-08
CatDog: Switch to new mouse-tracking method
Ben Wiederhake
2021-09-08
Assistant: Fix lockfile logic
Ben Wiederhake
2021-09-08
Assistant: Remove unnecessary global cursor tracking
Ben Wiederhake
2021-09-08
Eyes: Switch to new mouse-tracking method
Ben Wiederhake
2021-09-08
LibGUI+WindowServer: Introduce new mouse tracking mechanism
Ben Wiederhake
2021-09-08
test-js: Add a mark_as_garbage method to force GC to collect that object
davidot
2021-09-08
LibJS: Fix Temporal.PlainTime.prototype.equals test
Luke Wilde
2021-09-08
LibJS: Add and use the CreateNegatedTemporalDuration AO
Linus Groh
2021-09-08
LibJS: Make implementation-defined language more concise
Linus Groh
2021-09-08
LibJS: Use the newly added remainder operation in GetISOPartsFromEpoch
Linus Groh
2021-09-08
LibJS: Validate Calendar.prototype.fields() values more strictly
Linus Groh
2021-09-08
Kernel+SystemServer: Simplify the DevTmpFS design
Liav A
2021-09-08
SystemServer: Don't rely on fstab to specify where to mount the ProcFS
Liav A
2021-09-08
SystemServer: Traverse sub-directories in /sys/dev
Liav A
2021-09-08
Kernel+SystemServer: Defer creation of device nodes to userspace
Liav A
2021-09-07
UserspaceEmulator: Handle SO_ERROR in getsockopt
Hendiadyoin1
2021-09-07
LibWeb: Add preceding and following Node cases in tree constraints
Luke Wilde
2021-09-07
LibRegex: Use the correct capture group index in ERE bytecode generation
Ali Mohammad Pur
2021-09-07
LibWeb: Don't trim whitespace when checking for "module" type on scripts
Luke Wilde
2021-09-07
PixelPaint: Show mouse position in statusbar without active tool
Mustafa Quraish
2021-09-07
PixelPaint: Add Menu action/shortcut to close current image tab
Mustafa Quraish
2021-09-07
PixelPaint: Register RectangleTool thickness slider as primary
Mustafa Quraish
2021-09-07
PixelPaint: Use correct thickness in `RectangleTool::on_second_paint()`
Mustafa Quraish
2021-09-07
PixelPaint: Use correct thickness in `LineTool::on_second_paint()`
Mustafa Quraish
2021-09-07
PixelPaint: Use correct thickness in `EllipseTool::on_second_paint()`
Mustafa Quraish
[next]