summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2021-09-08SystemMonitor: West Const to East Const refactorDawid Wolosowicz
2021-09-08LibGUI: West Const to East Const refactorDawid Wolosowicz
2021-09-08SystemMonitor: Remove an unnecessarily specific inline capacityDawid Wolosowicz
2021-09-08LibGUI: Remove an unnecessarily specific inline capacityDawid Wolosowicz
2021-09-08LibGUI: Sync the highlighting after each model updateDawid Wolosowicz
2021-09-08LibGUI: Refactor AbstractView::do_search() into two standalone stepsDawid Wolosowicz
2021-09-08LibGUI: Remove barely used AbstractView::is_searching()Dawid Wolosowicz
2021-09-08LibGUI: Unify naming of searching timer related membersDawid Wolosowicz
2021-09-08LibGUI: Rename AbstractView::m_searching => m_highlighted_searchDawid Wolosowicz
2021-09-08LibGUI: Remove barely used AbstractView::is_highlighting_searching()Dawid Wolosowicz
2021-09-08LibGUI: Remove barely used AbstractView::searching()Dawid Wolosowicz
2021-09-08LibGUI: Make AbstractView::is_searching protectedDawid Wolosowicz
2021-09-08SystemMonitor: Make the process list searchableDawid Wolosowicz
2021-09-08LibWeb: Scroll viewport to (0, 0) after loading a new documentAndreas Kling
2021-09-08LibWeb: Rename InitialContainingBlockBox => InitialContainingBlockAndreas Kling
2021-09-08LibWeb: Make BrowsingContext::m_top_level_browsing_context a WeakPtrAndreas Kling
2021-09-08LibWeb: Remove unnecessary DOM::Position destructorAndreas Kling
2021-09-08LibWeb: Rename frame_did_set_viewport_rect() => browsing_context_*()Andreas Kling
2021-09-08LibWeb: Remove unused PageClient::is_multi_process()Andreas Kling
2021-09-08LibWeb: Remove bogus forward declaration for Web::StackingContextAndreas Kling
2021-09-08LibWeb: Convert BrowsingContext to east-const styleAndreas Kling
2021-09-08LibWeb: Use delegating constructors in BrowsingContextAndreas Kling
2021-09-08LibWeb+WebContent: Port DumpLayoutTree to OutOfProcessWebViewAndreas Kling
2021-09-08LibGUI+WindowServer: Remove now-obsolete cursor tracking featureBen Wiederhake
2021-09-08Magnifier: Remove unnecessary global cursor trackingBen Wiederhake
2021-09-08CatDog: Switch to new mouse-tracking methodBen Wiederhake
2021-09-08Assistant: Fix lockfile logicBen Wiederhake
2021-09-08Assistant: Remove unnecessary global cursor trackingBen Wiederhake
2021-09-08Eyes: Switch to new mouse-tracking methodBen Wiederhake
2021-09-08LibGUI+WindowServer: Introduce new mouse tracking mechanismBen Wiederhake
2021-09-08test-js: Add a mark_as_garbage method to force GC to collect that objectdavidot
2021-09-08LibJS: Fix Temporal.PlainTime.prototype.equals testLuke Wilde
2021-09-08LibJS: Add and use the CreateNegatedTemporalDuration AOLinus Groh
2021-09-08LibJS: Make implementation-defined language more conciseLinus Groh
2021-09-08LibJS: Use the newly added remainder operation in GetISOPartsFromEpochLinus Groh
2021-09-08LibJS: Validate Calendar.prototype.fields() values more strictlyLinus Groh
2021-09-08Kernel+SystemServer: Simplify the DevTmpFS designLiav A
2021-09-08SystemServer: Don't rely on fstab to specify where to mount the ProcFSLiav A
2021-09-08SystemServer: Traverse sub-directories in /sys/devLiav A
2021-09-08Kernel+SystemServer: Defer creation of device nodes to userspaceLiav A
2021-09-07UserspaceEmulator: Handle SO_ERROR in getsockoptHendiadyoin1
2021-09-07LibWeb: Add preceding and following Node cases in tree constraintsLuke Wilde
2021-09-07LibRegex: Use the correct capture group index in ERE bytecode generationAli Mohammad Pur
2021-09-07LibWeb: Don't trim whitespace when checking for "module" type on scriptsLuke Wilde
2021-09-07PixelPaint: Show mouse position in statusbar without active toolMustafa Quraish
2021-09-07PixelPaint: Add Menu action/shortcut to close current image tabMustafa Quraish
2021-09-07PixelPaint: Register RectangleTool thickness slider as primaryMustafa Quraish
2021-09-07PixelPaint: Use correct thickness in `RectangleTool::on_second_paint()`Mustafa Quraish
2021-09-07PixelPaint: Use correct thickness in `LineTool::on_second_paint()`Mustafa Quraish
2021-09-07PixelPaint: Use correct thickness in `EllipseTool::on_second_paint()`Mustafa Quraish