Andreas Kling
|
ceec1a7d38
AK: Make Vector use size_t for its size and capacity
|
5 years ago |
Andreas Kling
|
c5d913970a
LibGUI: Remove parent parameter to GUI::Widget constructor
|
5 years ago |
Andreas Kling
|
6a9cc66b97
LibGUI: Remove leading G from filenames
|
5 years ago |
Andreas Kling
|
d17e23bd27
LibCore: Remove leading C 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
|
f8b00aa290
LibGfx: Unpublish Gfx::Size from the global namespace
|
5 years ago |
Andreas Kling
|
9b87843af1
LibGfx: Unpublish Gfx::Point from global namespace
|
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
|
2d39da5405
LibCore: Put all classes in the Core namespace and remove the leading C
|
5 years ago |
Andreas Kling
|
d67da8c101
LibGUI: Add GHBoxLayout and GVBoxLayout convenience classes
|
5 years ago |
Andreas Kling
|
6906edee9a
LibGUI: Add 64-bit signed integer support to GVariant
|
5 years ago |
Andreas Kling
|
94ca55cefd
Meta: Add license header to source files
|
5 years ago |
Andreas Kling
|
a79bac428b
LibGUI+LibDraw: Add "Palette" concept for scoped color theming
|
5 years ago |
Andreas Kling
|
411058b2a3
WindowServer+LibGUI: Implement basic color theming
|
5 years ago |
Andreas Kling
|
fd5eb79d19
LibGUI: Make GMenu inherit from CObject
|
5 years ago |
Andreas Kling
|
8d550c174e
LibCore: Convert CFile to ObjectPtr
|
5 years ago |
Andreas Kling
|
664dff0581
VisualBuilder: Disallow moving managed widgets with the arrow keys
|
5 years ago |
Andreas Kling
|
4f184114de
VisualBuilder: Add icons for the layout menu actions
|
5 years ago |
Andreas Kling
|
9d460d55d1
VisualBuilder: Don't allow moving/resizing widgets that are in a layout
|
5 years ago |
Andreas Kling
|
5e439bb3c8
VisualBuilder: Fix hit testing for composite widgets
|
5 years ago |
Andreas Kling
|
b37fc9f655
VisualBuilder: Make it possible to add a layout to a widget
|
5 years ago |
Andreas Kling
|
9acdf9bb0a
VisualBuilder: Support nested widgets
|
5 years ago |
Andreas Kling
|
d754ac5bcb
LibGUI+VisualBuilder: Add move-to-front/back to GCommonActions
|
5 years ago |
Andreas Kling
|
92b17eab23
VisualBuilder: Use GCommonActions::make_delete_action()
|
5 years ago |
Andreas Kling
|
11f2e7cd5c
GMenu: Update apps now that you can create a nameless GMenu
|
5 years ago |
rhin123
|
8fc2034ca1
VBForm: Fixed cursor not changing on resize /w multiple selections
|
5 years ago |
rhin123
|
e7d15ccca4
VBForm: Set mouse type relative to how we resize the VBWidget
|
5 years ago |