Andreas Kling
|
0f3e57a6fb
LibGUI: Use GUI::Window::set_main_widget<WidgetType>() in clients
|
5 лет назад |
Andreas Kling
|
4697195645
LibGUI: Use set_layout<LayoutType>() in lots of client code
|
5 лет назад |
Andreas Kling
|
a26b63a958
LibGUI: Remove Button& parameter from Button::on_click hook
|
5 лет назад |
Andreas Kling
|
f72e5bbb17
Kernel+LibC: Rename shared buffer syscalls to use a prefix
|
5 лет назад |
Andreas Kling
|
3d20da9ee4
Userspace: Use Core::Object::add() when building interfaces
|
5 лет назад |
Andreas Kling
|
3fe2640c8c
LibGfx: Add forward declaration header
|
5 лет назад |
Andreas Kling
|
6a9cc66b97
LibGUI: Remove leading G from filenames
|
5 лет назад |
Andreas Kling
|
d17e23bd27
LibCore: Remove leading C from filenames
|
5 лет назад |
Andreas Kling
|
799b0a4fa8
LibGUI: Rename {H,V}BoxLayout => {Horizontal,Vertical}BoxLayout
|
5 лет назад |
Andreas Kling
|
20cfd2a6bf
LibGfx: Unpublish Gfx::Rect from global namespace
|
5 лет назад |
Andreas Kling
|
11580babbf
LibDraw: Put all classes in the Gfx namespace
|
5 лет назад |
Andreas Kling
|
c5bd9d4ed1
LibGUI: Put all classes in the GUI namespace and remove the leading G
|
5 лет назад |
Andreas Kling
|
2d39da5405
LibCore: Put all classes in the Core namespace and remove the leading C
|
5 лет назад |
Andreas Kling
|
d67da8c101
LibGUI: Add GHBoxLayout and GVBoxLayout convenience classes
|
5 лет назад |
Andreas Kling
|
94ca55cefd
Meta: Add license header to source files
|
5 лет назад |
Andreas Kling
|
fc86460134
AK: Move the userspace SharedBuffer from LibC to AK
|
5 лет назад |
Sergey Bugaev
|
f2546d15ce
Taskbar: Add a quick launch bar
|
5 лет назад |
Andreas Kling
|
272d65e3e2
WindowServer: Port to the new IPC system
|
5 лет назад |
Andreas Kling
|
8a024a3305
LibGUI: Rename GEventLoop.{cpp,h} => GWindowServerConnection
|
5 лет назад |
Andreas Kling
|
bc319d9e88
LibCore: Make CObject reference-counted
|
5 лет назад |
Andreas Kling
|
defafd72bc
LibGUI: Convert custom widgets and subclasses to ObjectPtr
|
5 лет назад |
Andreas Kling
|
55a6e4ac0b
LibGUI: Convert GFrame to ObjectPtr
|
5 лет назад |
Andreas Kling
|
d4892b3fdc
WindowServer+LibGUI: Remove old "icon path" way of doing things.
|
6 лет назад |
Andreas Kling
|
841b2e5d13
WindowServer+LibGUI: Pass window icons as shared buffers rather than paths.
|
6 лет назад |
Andreas Kling
|
72a3f69df7
LibGUI: Get rid of GWindow::should_exit_event_loop_on_close().
|
6 лет назад |
Andreas Kling
|
aa2224a2f0
GWidget: Add set_preferred_size(width, height) overload.
|
6 лет назад |
Andreas Kling
|
fd604a7c68
Applications: Run clang-format on everything.
|
6 лет назад |
Andreas Kling
|
21c56477b0
LibGUI: Add a GAbstractButton base class for button widgets.
|
6 лет назад |
Andreas Kling
|
956bd23aae
WindowServer+TaskBar: Add a taskbar window button popup menu.
|
6 лет назад |
Andreas Kling
|
49e7ffc06a
WindowServer: Introduce a WM event mask so Taskbar can ignore window rects.
|
6 лет назад |