ladybird/Servers/WindowServer
Andreas Kling ab6f694905 WindowServer+LibGUI: Allow changing a window's base size and increment
Previously it was only possible to change these window attributes when
creating a new window. This patch adds an IPC message that allows you
to change them at runtime.
2020-02-24 19:23:57 +01:00
..
AppletManager.cpp WindowServer: Move configuration file into /etc/WindowServer 2020-02-16 21:58:17 +01:00
AppletManager.h WindowServer: Move applet code from MenuManager to AppletManager. 2020-02-10 18:33:28 +01:00
Button.cpp WindowServer: Move classes into WindowServer namespace 2020-02-06 20:03:37 +01:00
Button.h LibGfx: Replace manual forward declarations with <LibGfx/Forward.h> 2020-02-15 00:10:34 +01:00
ClientConnection.cpp WindowServer+LibGUI: Allow changing a window's base size and increment 2020-02-24 19:23:57 +01:00
ClientConnection.h WindowServer+LibGUI: Allow changing a window's base size and increment 2020-02-24 19:23:57 +01:00
Clipboard.cpp WindowServer: Move classes into WindowServer namespace 2020-02-06 20:03:37 +01:00
Clipboard.h WindowServer: Move classes into WindowServer namespace 2020-02-06 20:03:37 +01:00
Compositor.cpp Userspace: Use Core::Object::add() when building interfaces 2020-02-23 11:10:52 +01:00
Compositor.h LibGfx: Replace manual forward declarations with <LibGfx/Forward.h> 2020-02-15 00:10:34 +01:00
Cursor.cpp WindowServer: Move classes into WindowServer namespace 2020-02-06 20:03:37 +01:00
Cursor.h WindowServer: Move classes into WindowServer namespace 2020-02-06 20:03:37 +01:00
Event.h WindowServer+LibGUI: Add a "drag move" event 2020-02-13 21:43:32 +01:00
EventLoop.cpp Base: Rename /dev/psaux to /dev/mouse 2020-02-18 14:30:39 +01:00
EventLoop.h WindowServer: Move classes into WindowServer namespace 2020-02-06 20:03:37 +01:00
main.cpp WindowServer: Remove unveils of /bin and /etc/passwd 2020-02-17 20:20:46 +01:00
Makefile WindowServer: Move applet code from MenuManager to AppletManager. 2020-02-10 18:33:28 +01:00
Menu.cpp WindowServer: Ensure on a menu key press invalid items are not hovered 2020-02-11 11:00:09 +01:00
Menu.h LibGfx: Replace manual forward declarations with <LibGfx/Forward.h> 2020-02-15 00:10:34 +01:00
MenuBar.cpp WindowServer: Move classes into WindowServer namespace 2020-02-06 20:03:37 +01:00
MenuBar.h WindowServer: Move classes into WindowServer namespace 2020-02-06 20:03:37 +01:00
MenuItem.cpp WindowServer: Make way for the out-of-process system menu 2020-02-17 20:08:00 +01:00
MenuItem.h LibGfx: Replace manual forward declarations with <LibGfx/Forward.h> 2020-02-15 00:10:34 +01:00
MenuManager.cpp WindowServer: Stop exposing open_menu_stack in MenuManager 2020-02-20 15:11:31 +01:00
MenuManager.h WindowServer: Stop exposing open_menu_stack in MenuManager 2020-02-20 15:11:31 +01:00
Screen.cpp WindowServer: Move classes into WindowServer namespace 2020-02-06 20:03:37 +01:00
Screen.h WindowServer: Move classes into WindowServer namespace 2020-02-06 20:03:37 +01:00
Window.cpp WindowServer+LibGUI: Force full window repaints after theme change 2020-02-19 16:46:28 +01:00
Window.h WindowServer+LibGUI: Force full window repaints after theme change 2020-02-19 16:46:28 +01:00
WindowClient.ipc WindowServer+LibGUI: Add a "drag move" event 2020-02-13 21:43:32 +01:00
WindowFrame.cpp LibGfx: Replace manual forward declarations with <LibGfx/Forward.h> 2020-02-15 00:10:34 +01:00
WindowFrame.h LibGfx: Replace manual forward declarations with <LibGfx/Forward.h> 2020-02-15 00:10:34 +01:00
WindowManager.cpp WindowServer: Stop exposing open_menu_stack in MenuManager 2020-02-20 15:11:31 +01:00
WindowManager.h WindowServer: Make way for the out-of-process system menu 2020-02-17 20:08:00 +01:00
WindowServer.ipc WindowServer+LibGUI: Allow changing a window's base size and increment 2020-02-24 19:23:57 +01:00
WindowSwitcher.cpp WindowServer: Draw a coolbar border around the hovered switcher item 2020-02-11 18:53:56 +01:00
WindowSwitcher.h LibGfx: Replace manual forward declarations with <LibGfx/Forward.h> 2020-02-15 00:10:34 +01:00
WindowType.h WindowServer: Move classes into WindowServer namespace 2020-02-06 20:03:37 +01:00