1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-15 03:31:00 +00:00
serenity/Servers/WindowServer
Andreas Kling 23bb276fcd LibC: Run constructors on process startup.
Cooperate with the compiler to generate and execute the _init_array list
of constructor functions on userspace program statup. This took two days
to get working, my goodness. :^)
2019-03-27 12:48:21 +01:00
..
.gitignore Move WindowServer into Servers. 2019-03-20 04:34:14 +01:00
main.cpp Move WindowServer into Servers. 2019-03-20 04:34:14 +01:00
Makefile LibC: Run constructors on process startup. 2019-03-27 12:48:21 +01:00
WSAPITypes.h WindowServer: Support PNG wallpapers. 2019-03-21 15:54:19 +01:00
WSClientConnection.cpp WindowServer: Support PNG wallpapers. 2019-03-21 15:54:19 +01:00
WSClientConnection.h WindowServer: Support PNG wallpapers. 2019-03-21 15:54:19 +01:00
WSClipboard.cpp Move WindowServer into Servers. 2019-03-20 04:34:14 +01:00
WSClipboard.h Move WindowServer into Servers. 2019-03-20 04:34:14 +01:00
WSMenu.cpp Move WindowServer into Servers. 2019-03-20 04:34:14 +01:00
WSMenu.h Move WindowServer into Servers. 2019-03-20 04:34:14 +01:00
WSMenuBar.cpp Move WindowServer into Servers. 2019-03-20 04:34:14 +01:00
WSMenuBar.h Move WindowServer into Servers. 2019-03-20 04:34:14 +01:00
WSMenuItem.cpp Move WindowServer into Servers. 2019-03-20 04:34:14 +01:00
WSMenuItem.h Move WindowServer into Servers. 2019-03-20 04:34:14 +01:00
WSMessage.h WindowServer: Support PNG wallpapers. 2019-03-21 15:54:19 +01:00
WSMessageLoop.cpp LibC: Time-related POSIX compliance fixes. 2019-03-27 01:31:53 +01:00
WSMessageLoop.h Move WindowServer into Servers. 2019-03-20 04:34:14 +01:00
WSMessageReceiver.cpp Move WindowServer into Servers. 2019-03-20 04:34:14 +01:00
WSMessageReceiver.h Move WindowServer into Servers. 2019-03-20 04:34:14 +01:00
WSScreen.cpp Move WindowServer into Servers. 2019-03-20 04:34:14 +01:00
WSScreen.h Move WindowServer into Servers. 2019-03-20 04:34:14 +01:00
WSWindow.cpp WindowServer+LibGUI: Implement automatic cursor tracking. 2019-03-24 15:01:56 +01:00
WSWindow.h WindowServer+LibGUI: Implement automatic cursor tracking. 2019-03-24 15:01:56 +01:00
WSWindowManager.cpp LibGUI: Add GWidget::doubleclick_event(). 2019-03-25 01:43:32 +01:00
WSWindowManager.h WindowServer: Moving a window to front should always activate it. 2019-03-24 13:09:46 +01:00
WSWindowSwitcher.cpp WindowServer: Moving a window to front should always activate it. 2019-03-24 13:09:46 +01:00
WSWindowSwitcher.h Move WindowServer into Servers. 2019-03-20 04:34:14 +01:00
WSWindowType.h Move WindowServer into Servers. 2019-03-20 04:34:14 +01:00