1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-14 14:21:00 +00:00
serenity/Servers/WindowServer
George Pickering 704f48d7f3 POSIX compliance: (most) shell scripts converted to generic shell
Ports/.port_include.sh, Toolchain/BuildIt.sh, Toolchain/UseIt.sh
have been left largely untouched due to use of Bash-exclusive
functions and variables such as $BASH_SOURCE, pushd and popd.
2019-11-03 09:26:22 +01:00
..
install.sh POSIX compliance: (most) shell scripts converted to generic shell 2019-11-03 09:26:22 +01:00
main.cpp LibCore: Make CObject reference-counted 2019-09-22 00:25:25 +02:00
Makefile WindowServer: Port threading to LibThread 2019-08-26 11:31:14 +02:00
WSAPITypes.h WindowServer+LibGUI: Allow switching windows in/out of fullscreen mode 2019-09-16 18:38:42 +02:00
WSButton.cpp LibDraw: Introduce (formerly known as SharedGraphics.) 2019-07-18 10:18:16 +02:00
WSButton.h LibDraw: Introduce (formerly known as SharedGraphics.) 2019-07-18 10:18:16 +02:00
WSClientConnection.cpp WindowServer: Remove debug spam about child window removals 2019-09-22 00:44:18 +02:00
WSClientConnection.h LibCore: Make CObject reference-counted 2019-09-22 00:25:25 +02:00
WSClipboard.cpp WindowServer+LibGUI: Store a "data type" with the clipboard content 2019-09-14 09:19:05 +02:00
WSClipboard.h WindowServer+LibGUI: Store a "data type" with the clipboard content 2019-09-14 09:19:05 +02:00
WSCompositor.cpp LibDraw: Rename Painter::blit_tiled() => draw_tiled_bitmap() 2019-10-19 11:05:21 +02:00
WSCompositor.h LibCore: Remove ObjectPtr in favor of RefPtr 2019-09-22 00:31:54 +02:00
WSCPUMonitor.cpp WindowServer: Port threading to LibThread 2019-08-26 11:31:14 +02:00
WSCPUMonitor.h WindowServer: Port threading to LibThread 2019-08-26 11:31:14 +02:00
WSCursor.cpp LibGUI+WindowServer: Add a "Hand" cursor to the standard cursors 2019-10-10 21:35:12 +02:00
WSCursor.h LibGUI+WindowServer: Add a "Hand" cursor to the standard cursors 2019-10-10 21:35:12 +02:00
WSEvent.h WindowServer+LibGUI: Allow switching windows in/out of fullscreen mode 2019-09-16 18:38:42 +02:00
WSEventLoop.cpp LibCore: Convert CTCPServer to ObjectPtr 2019-09-21 15:25:08 +02:00
WSEventLoop.h LibCore: Remove ObjectPtr in favor of RefPtr 2019-09-22 00:31:54 +02:00
WSMenu.cpp LibCore: Make CObject reference-counted 2019-09-22 00:25:25 +02:00
WSMenu.h LibCore: Make CObject reference-counted 2019-09-22 00:25:25 +02:00
WSMenuBar.cpp WindowServer+LibGUI: Show action icons in the menus when possible 2019-08-26 18:54:44 +02:00
WSMenuBar.h Add clang-format file 2019-05-28 17:31:20 +02:00
WSMenuItem.cpp WindowServer+LibGUI: Add support for nested menus 2019-08-29 06:36:29 +02:00
WSMenuItem.h AK: Rename <AK/AKString.h> to <AK/String.h> 2019-09-06 15:36:54 +02:00
WSMenuManager.cpp WindowServer: Fixed Menubar resize issue 2019-10-31 19:00:35 +01:00
WSMenuManager.h WindowServer: Fixed Menubar resize issue 2019-10-31 19:00:35 +01:00
WSScreen.cpp WindowServer: Center the mouse cursor on startup 2019-10-26 11:39:15 +02:00
WSScreen.h GraphicsBitmap: create_wrapper() should take pitch as a parameter 2019-08-19 13:45:22 +02:00
WSWindow.cpp LibCore: Make CObject reference-counted 2019-09-22 00:25:25 +02:00
WSWindow.h LibCore: Make CObject reference-counted 2019-09-22 00:25:25 +02:00
WSWindowFrame.cpp WindowServer: Elide window titles that don't fit 2019-09-06 19:09:33 +02:00
WSWindowFrame.h WindowServer: Convert Vector<OwnPtr> to NonnullOwnPtrVector. 2019-07-24 09:04:57 +02:00
WSWindowManager.cpp WindowServer: Fixed Menubar resize issue 2019-10-31 19:00:35 +01:00
WSWindowManager.h LibGUI+WindowServer: Add a "Hand" cursor to the standard cursors 2019-10-10 21:35:12 +02:00
WSWindowSwitcher.cpp LibCore: Make CObject reference-counted 2019-09-22 00:25:25 +02:00
WSWindowSwitcher.h LibCore: Make CObject reference-counted 2019-09-22 00:25:25 +02:00
WSWindowType.h WindowServer: Add a custom window type for Launcher 2019-07-14 00:06:47 +02:00