Andreas Kling
|
0f3e57a6fb
LibGUI: Use GUI::Window::set_main_widget<WidgetType>() in clients
|
5 years ago |
Andreas Kling
|
4697195645
LibGUI: Use set_layout<LayoutType>() in lots of client code
|
5 years ago |
Andreas Kling
|
a26b63a958
LibGUI: Remove Button& parameter from Button::on_click hook
|
5 years ago |
Andreas Kling
|
c5d913970a
LibGUI: Remove parent parameter to GUI::Widget constructor
|
5 years ago |
Andreas Kling
|
b011ea9962
LibGUI: Reduce menu-related header dependencies
|
5 years ago |
Andreas Kling
|
6a9cc66b97
LibGUI: Remove leading G from filenames
|
5 years ago |
Andreas Kling
|
799b0a4fa8
LibGUI: Rename {H,V}BoxLayout => {Horizontal,Vertical}BoxLayout
|
5 years ago |
Andreas Kling
|
5c06c32df4
LibGfx: Prefer using Gfx::Bitmap::load_from_file instead of load_png()
|
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 |
Andreas Kling
|
c5bd9d4ed1
LibGUI: Put all classes in the GUI namespace and remove the leading G
|
5 years ago |
Andreas Kling
|
d67da8c101
LibGUI: Add GHBoxLayout and GVBoxLayout convenience classes
|
5 years ago |
Andreas Kling
|
94ca55cefd
Meta: Add license header to source files
|
5 years ago |
Andreas Kling
|
fd5eb79d19
LibGUI: Make GMenu inherit from CObject
|
5 years ago |
Andreas Kling
|
d6abfbdc5a
LibCore: Remove ObjectPtr in favor of RefPtr
|
5 years ago |
Andreas Kling
|
defafd72bc
LibGUI: Convert custom widgets and subclasses to ObjectPtr
|
5 years ago |
Andreas Kling
|
45cfd57f6e
GButton: Convert most code to using ObjectPtr for GButton
|
5 years ago |
Andreas Kling
|
7584480f62
LibGUI: Convert GWindow to ObjectPtr
|
5 years ago |
Andreas Kling
|
ff6ce422dd
LibGUI: Convert GWidget to ObjectPtr
|
5 years ago |
Andreas Kling
|
a77814bdee
VisualBuilder: Use GAboutDialog :^)
|
5 years ago |
Andreas Kling
|
e83390387c
LibGUI: Simplify GCommonActions a bit
|
5 years ago |
rhin123
|
4f3812ad14
VisualBuilder: Added GCommonActions
|
5 years ago |
Andreas Kling
|
16628d0f8f
VisualBuilder: Remove empty "Edit" menu
|
5 years ago |
Andreas Kling
|
72a3f69df7
LibGUI: Get rid of GWindow::should_exit_event_loop_on_close().
|
6 years ago |
Andreas Kling
|
b729b5fc64
VisualBuilder: Support loading a saved form from JSON.
|
6 years ago |
Andreas Kling
|
892acfb10d
VisualBuilder: Run clang-format on everything.
|
6 years ago |
Andreas Kling
|
40ca3b019f
VisualBuilder: Add GRadioButton to the widget repertoire.
|
6 years ago |
Andreas Kling
|
3ae9fc5d88
Move VisualBuilder into a new DevTools directory.
|
6 years ago |