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
/
Services
Age
Commit message (
Expand
)
Author
2022-08-26
FileSystemAccessServer: Set dummy child to WindowMode::Passive
thankyouverycool
2022-08-26
WindowServer: Always restore modal chain when clicking a window
thankyouverycool
2022-08-26
LibGUI+Taskbar+WindowServer: Prevent minimization when blocked
thankyouverycool
2022-08-26
WindowServer: Ignore modal blocking if capturing input
thankyouverycool
2022-08-25
LibGUI+Taskbar+WindowServer: Remove mode and parent methods from Taskbar
thankyouverycool
2022-08-25
WindowServer: Default to Desktop when picking a new active window
thankyouverycool
2022-08-25
WindowServer: Invalidate new and previous active input window frames
thankyouverycool
2022-08-25
WindowServer: Restore modal chains from the Taskbar and Switcher
thankyouverycool
2022-08-25
WindowServer: Use nearest modeless window for modal Taskbar rects
thankyouverycool
2022-08-25
WindowServer: Don't move child windows in unison with their parents
thankyouverycool
2022-08-25
WindowServer: Don't let modals minimize themselves
thankyouverycool
2022-08-25
WindowServer: Replace modal stacks with modal chains
thankyouverycool
2022-08-25
LibGUI+WindowServer+Apps: Replace Accessory Windows
thankyouverycool
2022-08-25
LibGfx+LibGUI+WindowServer+Apps+Demos: Replace ToolWindows
thankyouverycool
2022-08-25
LibGUI+WindowServer: Introduce WindowModes
thankyouverycool
2022-08-25
WindowServer: Add modeless_ancestor() helper
thankyouverycool
2022-08-25
WindowServer: Remove m_unmaximized_rect from Window
thankyouverycool
2022-08-25
LibGfx+WindowServer: Remove set_size_around() from Rect and Window
thankyouverycool
2022-08-25
WindowServer: Remove nudge_into_desktop() from Window
thankyouverycool
2022-08-25
WindowServer: Fix typo 'reminder' -> 'remainder' in WindowManager
thankyouverycool
2022-08-25
WindowServer: Get taskbar height from TaskbarWindow directly
thankyouverycool
2022-08-25
LibGUI+WindowServer: Initialize minimum window size to zero
thankyouverycool
2022-08-24
WindowServer+DisplaySettings: Capitalize display mode dropdown
James Bellamy
2022-08-23
Userland: Rely on a single authoritative source for the default `PATH`
Tim Schumacher
2022-08-23
LibJS: Remove {Bytecode::,}Interpreter::global_object()
Linus Groh
2022-08-23
LibJS+LibWeb: Reduce use of GlobalObject as an intermediary
Linus Groh
2022-08-23
LibJS: Pass Realm to define_native_{accessor,function}()
Linus Groh
2022-08-23
LibJS: Pass Realm to GlobalObject::initialize_global_object()
Linus Groh
2022-08-23
LibWeb: Replace GlobalObject with Realm in wrapper functions
Linus Groh
2022-08-23
LibJS: Replace GlobalObject with VM in Value AOs [Part 4/19]
Linus Groh
2022-08-23
LibJS: Remove GlobalObject from VM::this_value()
Linus Groh
2022-08-23
LibJS: Remove GlobalObject from VM::throw_completion()
Linus Groh
2022-08-23
LibJS+LibWeb: Replace GlobalObject with Realm in Heap::allocate<T>()
Linus Groh
2022-08-23
NetworkServer: Use Core::Stream instead of Core::File
huttongrabiel
2022-08-22
ChessEngine: Don't throw away useful branches from last tree
Lucas CHOLLET
2022-08-22
ChessEngine: Use reduced Board objects in MCTSTree
Lucas CHOLLET
2022-08-22
ChessEngine: Limit MCTSTree expansion
Lucas CHOLLET
2022-08-21
WindowServer: Redraw menu items after client updates them somehow
Andreas Kling
2022-08-16
LibGUI+WindowServer+DisplaySettings: Add Tooltips to SystemEffects
thankyouverycool
2022-08-16
WindowServer: Remove unused header in SystemEffects
thankyouverycool
2022-08-16
WindowServer: Walk the open menu stack in reverse on MouseMove events
thankyouverycool
2022-08-16
WindowServer: Do not pop-up submenus directly atop their ancestors
thankyouverycool
2022-08-16
WindowServer: Add MenuManager helper to find closest open ancestor
thankyouverycool
2022-08-16
WindowServer: Force cursor invalidation when composing immediately
thankyouverycool
2022-08-16
WindowServer: Don't start a drag and drop unless holding Primary mouse
thankyouverycool
2022-08-16
WindowServer: Use correct config group for workspace settings
thankyouverycool
2022-08-16
WindowServer+WorkspacePicker: Adjust active and inactive colors
thankyouverycool
2022-08-16
WindowServer: Always use the automatic cursor tracking window's cursor
Andreas Kling
2022-08-16
WindowServer: Move "automatic cursor tracking window" to WindowManager
Andreas Kling
2022-08-16
WindowServer: Rename "active input tracking window"
Andreas Kling
[next]