Andreas Kling
|
c39d44fc2e
LibGfx: Rename GraphicsBitmap.{cpp,h} => Bitmap.{cpp,h}
|
5 years ago |
Andreas Kling
|
9ac94d393e
LibGfx: Rename from LibDraw :^)
|
5 years ago |
Andreas Kling
|
11580babbf
LibDraw: Put all classes in the Gfx namespace
|
5 years ago |
joshua stein
|
dab78c90f3
LibGUI: Don't specify LibC/ for standard includes
|
5 years ago |
Andreas Kling
|
c5bd9d4ed1
LibGUI: Put all classes in the GUI namespace and remove the leading G
|
5 years ago |
Andreas Kling
|
2d39da5405
LibCore: Put all classes in the Core namespace and remove the leading C
|
5 years ago |
Andreas Kling
|
5b47b0d867
LibGUI: Make GAction scoped to its CObject parent (widget or window)
|
5 years ago |
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 |