index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Servers
/
WindowServer
/
WSWindowManager.cpp
Age
Commit message (
Expand
)
Author
2019-10-10
LibGUI+WindowServer: Add a "Hand" cursor to the standard cursors
Andreas Kling
2019-09-22
LibCore: Make CObject reference-counted
Andreas Kling
2019-09-20
LibCore+LibGUI+WindowServer: Make events bubble up through ancestors
Andreas Kling
2019-09-09
WindowServer: Avoid doing sqrt() in double-click detection
Andreas Kling
2019-09-08
WindowServer: Don't transform quick far-apart clicks into double-clicks
Andreas Kling
2019-09-05
WindowServer+LibGUI+FontEditor: Encode special characters as UTF-8
Sergey Bugaev
2019-09-01
WindowServer: Don't crash when trying to close an empty menu
Andreas Kling
2019-08-29
WindowServer+LibGUI: Add support for nested menus
Andreas Kling
2019-08-27
WindowServer: Add an icon for the system menu / About action
Andreas Kling
2019-08-26
WindowServer: Add some app icons to the system menu
Andreas Kling
2019-08-12
WindowServer: Fix incorrect "window left" event after button drag
Andreas Kling
2019-07-31
WindowServer: Allow moving the Launcher window type.
Andreas Kling
2019-07-28
WindowServer+LibGUI: Remove old "icon path" way of doing things.
Andreas Kling
2019-07-28
WindowServer+LibGUI: Pass window icons as shared buffers rather than paths.
Andreas Kling
2019-07-21
WindowServer: Disable the global menubar while a modal window is active.
Andreas Kling
2019-07-18
LibDraw: Introduce (formerly known as SharedGraphics.)
Andreas Kling
2019-07-18
WindowServer: Rename WSMenuBarKeeper => WSMenuManager.
Andreas Kling
2019-07-17
WSEventLoop: Remove inheritance from CEventLoop
Robin Burchell
2019-07-16
WindowServer: Spawn a SystemDialog when activating the shutdown menu.
Andreas Kling
2019-07-13
WindowServer: Don't deliver the same mouse event twice.
Andreas Kling
2019-07-12
WSWindowManager: Ensure that we pick a single window to deliver a full stream...
Robin Burchell
2019-07-04
WindowServer: Convert dbgprintf() in WSWindowManager to dbg().
Andreas Kling
2019-07-03
AK: Rename the common integer typedefs to make it obvious what they are.
Andreas Kling
2019-06-29
WindowServer: Allow changing window opacity with Logo+MouseWheel.
Andreas Kling
2019-06-28
WindowServer: Make use of the new Vector(initializer_list).
Andreas Kling
2019-06-22
WindowServer: Fix compiler warnings.
Andreas Kling
2019-06-21
AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr.
Andreas Kling
2019-06-21
WindowServer: Move some event code from WSWindowManager to WSMenuBarKeeper.
Andreas Kling
2019-06-21
WindowServer: Render the global menubar into a separate WSWindow.
Andreas Kling
2019-06-16
WindowServer: Add a shutdown option to the menu, rather than forcing terminal...
Robin Burchell
2019-06-07
Meta: Tweak .clang-format to not wrap braces after enums.
Andreas Kling
2019-06-07
WindowServer: Run clang-format on everything.
Andreas Kling
2019-06-02
WindowServer: Always update the maximize button icon when we should.
Andreas Kling
2019-05-27
can now tile background and made sure the IRC choose server popup still works
Christopher Dumas
2019-05-27
IRC client setttings, Terminal settings, more WM settings
Christopher Dumas
2019-05-27
implemented settings for window manager.
Christopher Dumas
2019-05-27
Network stack is now configurable, and resolution is also configurable, but l...
Christopher Dumas
2019-05-24
WindowServer: Remove some unused WSWindowManager members.
Andreas Kling
2019-05-24
Launcher loads applications from Launcher.ini, is started by default, and is ...
Christopher Dumas
2019-05-24
WindowServer: Factor out compositing from WSWindowManager into WSCompositor.
Andreas Kling
2019-05-24
WindowServer: Add 2560x1440 resolution option.
Andreas Kling
2019-05-21
WindowServer: Don't eat a MouseUp when producing a MouseDoubleClick
Robin Burchell
2019-05-18
WSWindowManager: Add double click to maximize/restore
Robin Burchell
2019-05-17
WindowServer: Add support for fullscreen windows.
Andreas Kling
2019-05-17
WindowServer: Add a more dynamic app list
Robin Burchell
2019-05-16
WindowServer: Fill unbacked windows with their background color.
Andreas Kling
2019-05-16
WSWindowManager: Fix a small whoopsie with double click delivery
Robin Burchell
2019-05-15
Move double click events from LibGUI to the window server
Robin Burchell
2019-05-12
WindowServer: Add a maximize/unmaximize button to windows.
Andreas Kling
2019-05-07
WindowServer: Don't launch a terminal when clicking system menu separators.
Andreas Kling
[next]