Andreas Kling
|
f5f136931a
Kernel: Start adding various file system permission checks.
|
6 anni fa |
Andreas Kling
|
fa02d2a39b
Rework the rendering model so that clients instantiate backing stores.
|
6 anni fa |
Andreas Kling
|
59b8183c4b
WindowServer: Support resizing windows.
|
6 anni fa |
Andreas Kling
|
bf30502560
LibGUI: Implement enter/leave events (with WindowServer support.)
|
6 anni fa |
Andreas Kling
|
4b15dd2bca
LibGUI: Rename GEventLoop::exit() and GApplication::exit() to quit().
|
6 anni fa |
Andreas Kling
|
640360e958
Move WindowServer to userspace.
|
6 anni fa |
Andreas Kling
|
29c49356e3
WindowServer: Rename GUI_Foo to WSAPI_Foo.
|
6 anni fa |
Andreas Kling
|
c7f5213d5b
LibGUI: Add some extremely primitive retrying for the server connection.
|
6 anni fa |
Andreas Kling
|
bf58241c11
Port the WindowServer and LibGUI to communicate through local sockets.
|
6 anni fa |
Andreas Kling
|
427df5f312
LibGUI: Yield (using select()) in GEventLoop::wait_for_specific_event().
|
6 anni fa |
Andreas Kling
|
222a6f7bbc
WindowServer: Post error messages to clients on protocol failure.
|
6 anni fa |
Andreas Kling
|
f529b845ec
WindowServer: Convert entire API to be message-based.
|
6 anni fa |
Andreas Kling
|
fbbf57b61c
Rename GUI_Event to GUI_ServerMessage.
|
6 anni fa |
Andreas Kling
|
4f98a35beb
WindowServer: Begin refactoring towards a fully asynchronous protocol.
|
6 anni fa |
Andreas Kling
|
96352ab735
LibGUI: Pass the computed max_fd(+1) to select().
|
6 anni fa |
Andreas Kling
|
3085e400bc
LibGUI: Add GAction class and make GMenu deal in actions rather than strings.
|
6 anni fa |
Andreas Kling
|
db98327bdc
Plumb menu item activation events from WindowServer to clients.
|
6 anni fa |
Andreas Kling
|
53d34a0885
Port Terminal to LibGUI.
|
6 anni fa |
Andreas Kling
|
11db8c1697
Add a simple close button ("X") to windows.
|
6 anni fa |
Andreas Kling
|
95c3442d59
Implement event loop timers.
|
6 anni fa |
Andreas Kling
|
2e370fa4d5
LibGUI: Don't consider a GWidget focused if the window is inactive.
|
6 anni fa |
Andreas Kling
|
25d045dee5
LibGUI: Reduce GEventLoop debug spam.
|
6 anni fa |
Andreas Kling
|
d72575d196
LibGUI: Start bringing up GTextBox in the standalone world.
|
6 anni fa |
Andreas Kling
|
7cf3c7461c
Refactor GUI rendering model to be two-phased.
|
6 anni fa |
Andreas Kling
|
6d9959e367
LibGUI: Open the GUI event stream with O_CLOEXEC.
|
6 anni fa |
Andreas Kling
|
ea6678b7b3
LibGUI: Hook up GWindow event dispatch for paint and mouse events.
|
6 anni fa |
Andreas Kling
|
8eae89a405
Start bringing up LibGUI properly (formerly Widgets.)
|
6 anni fa |
Andreas Kling
|
b91479d9b9
Rename all the LibGUI classes to GClassName.
|
6 anni fa |