Andreas Kling
|
94ca55cefd
Meta: Add license header to source files
|
5 years ago |
Jami Kettunen
|
eab34a7de3
WindowServer+LibGUI: Implement minimizable property to windows
|
5 years ago |
Andreas Kling
|
fc86460134
AK: Move the userspace SharedBuffer from LibC to AK
|
5 years ago |
Andreas Kling
|
411d293961
LibCore+LibGUI: Don't fire timers in non-visible windows by default
|
5 years ago |
Andreas Kling
|
159289af03
WindowServer: Use the system theme for the fallback window background
|
5 years ago |
Andreas Kling
|
c7847d7c81
WindowServer+LibGUI: Mark window bitmaps volatile in occluded windows
|
5 years ago |
Andreas Kling
|
23e16a3e2e
LibGUI: Remove bitrotted automatic keybinds feature
|
5 years ago |
Andreas Kling
|
43da941de5
LibGUI: Use NeverDestroyed<T> for the global GWindow tables
|
5 years ago |
Andreas Kling
|
519cb80a96
LibGUI+WindowServer: Mark minimized window backing stores as volatile
|
5 years ago |
Andreas Kling
|
411058b2a3
WindowServer+LibGUI: Implement basic color theming
|
5 years ago |
Andreas Kling
|
cfcb38dff1
WindowServer+LibGUI: Add data_type and data fields to drag operations
|
5 years ago |
Andreas Kling
|
f8ec8cc255
LibGUI: Mark the first GWindow back bitmap volatile immediately
|
5 years ago |
Andreas Kling
|
dfd0daa157
LibGUI: Mark window back buffers as volatile while not painting
|
5 years ago |
Andreas Kling
|
6f4c380d95
AK: Use size_t for the length of strings
|
5 years ago |
Andreas Kling
|
a7f414bba7
LibGUI+WindowServer: Start fleshing out drag&drop functionality
|
5 years ago |
Andreas Kling
|
272d65e3e2
WindowServer: Port to the new IPC system
|
5 years ago |
Andreas Kling
|
8a024a3305
LibGUI: Rename GEventLoop.{cpp,h} => GWindowServerConnection
|
5 years ago |
Andreas Kling
|
98a6149b4f
LibGUI: Make GWindow drive relayout and do it recursively
|
5 years ago |
Brandon Scott
|
51e655f903
LibGUI: Added window creation callback to GApplication/GWindow
|
5 years ago |
Andreas Kling
|
34d0e96aec
LibCore+LibGUI: Remove GEventLoop and use CEventLoop everywhere
|
5 years ago |
Andreas Kling
|
870bc2a4d1
LibGUI: Get rid of GWindow's destroy-on-close mechanism
|
5 years ago |
Andreas Kling
|
ff6ce422dd
LibGUI: Convert GWidget to ObjectPtr
|
5 years ago |
Andreas Kling
|
fcc3745b02
LibCore+LibGUI+WindowServer: Make events bubble up through ancestors
|
5 years ago |
Andreas Kling
|
d92e26d023
WindowServer+LibGUI: Allow switching windows in/out of fullscreen mode
|
5 years ago |
Andreas Kling
|
c4b1456c88
GWindow: Allow clients to prevent close requests from closing
|
6 years ago |
Andreas Kling
|
3792c91059
LibGUI: Implement save_to(JsonObject&) for GWindow and GWidget
|
6 years ago |
Andreas Kling
|
dc572e31fa
LibGUI: Let GWindow::set_main_widget() take ownership of the widget
|
6 years ago |
rhin123
|
c02868f000
LibGUI: Allow setting window icon before show().
|
6 years ago |
Andreas Kling
|
5ded77df39
Kernel+ProcessManager: Let processes have an icon and show it in the table.
|
6 years ago |
Andreas Kling
|
d4892b3fdc
WindowServer+LibGUI: Remove old "icon path" way of doing things.
|
6 years ago |