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
/
WindowServer
/
WindowManager.h
Age
Commit message (
Expand
)
Author
2021-09-04
Cursors: Add new Magnifying glass cursor
Mustafa Quraish
2021-09-04
Cursors: Add new Eyedropper cursor
Mustafa Quraish
2021-08-23
WindowServer: Add support for cursor themes
Maciej Zygmanowski
2021-08-02
LibGUI, WindowServer: Greatly simplify menubar logic
sin-ack
2021-07-19
WindowServer: Add set_virtual_dekstop WindowManager message
Peter Elliott
2021-07-07
WindowServer: Allow windows to be pinnable (always on top)
Andres Crucitti
2021-07-04
WindowServer: Add show desktop toggle IPC call
ForLoveOfCats
2021-07-03
WindowServer: Add API to change virtual desktop settings
Tom
2021-07-03
WindowServer: Add basic virtual desktop support
Tom
2021-06-28
LibGUI+WindowServer: Add new WMEvent Super+Space
Spencer Dixon
2021-06-25
WindowServer: Change rendering drag&drop to use the Overlay class
Tom
2021-06-25
WindowServer: Change window geometry label to use the Overlay class
Tom
2021-06-25
WindowServer: Add an Overlay class for flicker-free overlay rendering
Tom
2021-06-20
WindowServer: Load multiple scaled versions of Bitmaps and Cursors
Tom
2021-06-20
WindowServer: Add API to set/get screen layouts
Tom
2021-06-20
WindowServer: Add initial support for rendering on multiple screens
Tom
2021-06-18
WindowServer: Move key event handling to its own function
Andreas Kling
2021-06-18
WindowServer: Make various functions take MouseEvent by const reference
Andreas Kling
2021-06-18
WindowServer: Simplify how we determine the hovered window
Andreas Kling
2021-06-18
WindowServer: Simplify processing of window-specific mouse events
Andreas Kling
2021-06-18
WindowServer: Move titlebar button mouse event handling to a function
Andreas Kling
2021-06-18
WindowServer: Make deliver_mouse_event() perform coordinate translation
Andreas Kling
2021-06-18
WindowServer: Always send mouse events to active input tracker first
Andreas Kling
2021-06-18
WindowServer: Allow each WindowStack to have an active window
Andreas Kling
2021-06-18
WindowServer: Convert WindowManager to east-const style
Andreas Kling
2021-06-18
WindowServer: Add WindowStack concept
Andreas Kling
2021-06-16
WindowServer: Remove unused AK::InlineLinkedList header includes
Brian Gianforcaro
2021-06-08
Everywhere: Replace Vector<T*> with nonnull entries with Vector<T&>
Ali Mohammad Pur
2021-06-03
WindowServer: Switch Window to IntrusiveList from InlineLinkedList
Brian Gianforcaro
2021-05-21
WindowServer+LibGUI: Add an IPC API to change the current system fonts
Andreas Kling
2021-05-10
WindowServer: Add "Move" action to window menus
Andreas Kling
2021-05-09
WindowServer: Notify WM clients when a window's modified state changes
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-19
LibGUI+WindowServer: Add WM_SuperKeyPressed event
Conor Byrne
2021-04-17
LibGUI+WindowServer: Separate window manager IPC from regular IPC
sin-ack
2021-04-13
Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"
Andreas Kling
2021-04-02
WindowServer+MouseSettings: Add ability to configure double-click speed (#5876)
Daniël van de Burgt
2021-03-31
WindowServer+LibGfx: Remove code for drawing the old-style menu bar
Andreas Kling
2021-03-30
WindowServer+Taskbar: Show applets in taskbar :^)
Andreas Kling
2021-03-25
WindowServer+LibGUI: Remove the global menubar :^)
Andreas Kling
2021-03-25
WindowServer: Remove "system menu" concept from WindowServer
Andreas Kling
2021-03-25
WindowServer: Remove the global app menu
Andreas Kling
2021-03-25
WindowServer+LibGfx: Show menus in windows! :^)
Andreas Kling
2021-02-21
WindowServer: Re-evaluate the mouse cursor when alpha hit-testing
Tom
2021-02-16
WindowServer+LibGUI+LibGfx: Add WindowType::ToolWindow
Andreas Kling
2021-02-15
WindowManager: Make the Logo key open the system menu
Jean-Baptiste Boric
2021-02-15
WindowServer: Fix double click handling while using cursor tracking
Tom
2021-01-29
WindowServer: Properly determine where a window may be
Ben Wiederhake
2021-01-20
WindowServer: In HighDPI mode, load high-res window buttons and high-res cursors
Nico Weber
2021-01-16
WindowServer+LibGUI: Pass drag&drop bitmaps via Gfx::ShareableBitmap
Andreas Kling
[next]