1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-13 18:00:59 +00:00
serenity/Servers/WindowServer
2020-05-03 14:24:54 +02:00
..
AppletManager.cpp WindowServer: Fix AppletManager build 2020-04-19 20:24:03 +02: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: Remove debug spam when creating new windows 2020-05-03 14:24:54 +02:00
ClientConnection.h WindowServer+LibGUI: Automatically close child windows with parent 2020-05-02 01:29:55 +02: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 WindowServer: Fix typo (backgound_color => background_color) 2020-04-30 09:04:39 +02:00
Compositor.h WindowServer: Fix typo (backgound_color => background_color) 2020-04-30 09:04:39 +02: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: Support the 4th and 5th mouse buttons 2020-05-02 22:07:43 +02: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 Userspace: Add missing #includes now that AK/StdLibExtras.h is smaller 2020-03-08 13:06:51 +01:00
Makefile WindowServer: Move applet code from MenuManager to AppletManager. 2020-02-10 18:33:28 +01:00
Menu.cpp WindowServer: Fix some pixels in menus after window border changes 2020-04-30 22:15:16 +02:00
Menu.h WindowServer: Fix name typo in descend_into_submenu_at_hovered_item() 2020-04-24 17:26:16 +02:00
MenuBar.cpp WindowServer: Control menu title font from menubar 2020-03-10 09:37:34 +01:00
MenuBar.h WindowServer: Control menu title font from menubar 2020-03-10 09:37:34 +01:00
MenuItem.cpp WindowServer: Add action icons to the window menus 2020-04-30 12:58:38 +02:00
MenuItem.h WindowServer: Add action icons to the window menus 2020-04-30 12:58:38 +02:00
MenuManager.cpp WindowServer: Allow the system menu to be open when a modal is shown 2020-04-21 16:54:34 +02:00
MenuManager.h WindowServer: Control menu title font from menubar 2020-03-10 09:37:34 +01:00
Screen.cpp WindowServer+LibGUI: Support the 4th and 5th mouse buttons 2020-05-02 22:07:43 +02:00
Screen.h WindowServer: Return richer result when changing resolutions 2020-02-28 12:16:05 +01:00
Window.cpp WindowServer+LibGUI+Taskbar: Don't include frameless windows in lists 2020-05-02 12:24:23 +02:00
Window.h WindowServer+LibGUI+Taskbar: Don't include frameless windows in lists 2020-05-02 12:24:23 +02:00
WindowClient.ipc WindowServer+LibGUI+Taskbar: Don't include frameless windows in lists 2020-05-02 12:24:23 +02:00
WindowFrame.cpp WindowServer+LibGUI: Add "frameless" window flag 2020-05-02 01:29:55 +02:00
WindowFrame.h WindowServer+NotificationServer: Vertical title bar for notifications 2020-03-30 17:03:15 +02:00
WindowManager.cpp WindowServer: Update desktop window rect on resolution change 2020-05-03 00:41:35 +02:00
WindowManager.h WindowServer: Reset double-click timers for back/forward buttons 2020-05-03 00:29:57 +02:00
WindowServer.ipc WindowServer+LibGUI: Automatically close child windows with parent 2020-05-02 01:29:55 +02:00
WindowSwitcher.cpp WindowServer+LibGUI+Taskbar: Don't include frameless windows in lists 2020-05-02 12:24:23 +02:00
WindowSwitcher.h LibGfx: Replace manual forward declarations with <LibGfx/Forward.h> 2020-02-15 00:10:34 +01:00
WindowType.h WindowServer: Add WindowType::Desktop 2020-04-18 21:10:16 +02:00