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
|
c5d913970a
LibGUI: Remove parent parameter to GUI::Widget constructor
|
5 年之前 |
Andreas Kling
|
6a9cc66b97
LibGUI: Remove leading G from filenames
|
5 年之前 |
Andreas Kling
|
799b0a4fa8
LibGUI: Rename {H,V}BoxLayout => {Horizontal,Vertical}BoxLayout
|
5 年之前 |
Andreas Kling
|
c5bd9d4ed1
LibGUI: Put all classes in the GUI namespace and remove the leading G
|
5 年之前 |
Andreas Kling
|
d67da8c101
LibGUI: Add GHBoxLayout and GVBoxLayout convenience classes
|
5 年之前 |
Andreas Kling
|
6906edee9a
LibGUI: Add 64-bit signed integer support to GVariant
|
5 年之前 |
Andreas Kling
|
94ca55cefd
Meta: Add license header to source files
|
5 年之前 |
Andreas Kling
|
d6abfbdc5a
LibCore: Remove ObjectPtr in favor of RefPtr
|
5 年之前 |
Andreas Kling
|
409494193e
LibGUI: Convert remaining random little things to ObjectPtr
|
5 年之前 |
Andreas Kling
|
ff6ce422dd
LibGUI: Convert GWidget to ObjectPtr
|
5 年之前 |
Andreas Kling
|
e7b55037f4
LibGUI: Convert GTableView to ObjectPtr
|
5 年之前 |
Andreas Kling
|
93851c3832
LibGUI: Convert GTextBox, GTextEditor and GResizeCorner to ObjectPtr
|
5 年之前 |
Andreas Kling
|
6311a617be
GComboBox: Include the selected index with the on_change notification
|
5 年之前 |
Andreas Kling
|
6a0011dcea
LibGUI+VisualBuilder: Support custom editing widgets for property values.
|
6 年之前 |
Andreas Kling
|
892acfb10d
VisualBuilder: Run clang-format on everything.
|
6 年之前 |
Andreas Kling
|
1ff7f76172
VisualBuilder: Tweak margins in properties window.
|
6 年之前 |
Andreas Kling
|
3ae9fc5d88
Move VisualBuilder into a new DevTools directory.
|
6 年之前 |