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
|
c5d913970a
LibGUI: Remove parent parameter to GUI::Widget constructor
|
5 years ago |
Andreas Kling
|
3d20da9ee4
Userspace: Use Core::Object::add() when building interfaces
|
5 years ago |
Andreas Kling
|
8efafdfc12
IRCClient: Modernize Core::Object usage
|
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
|
6a71ba1deb
LibGUI: Add HorizontalSplitter and VerticalSplitter convenience classes
|
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 |
Jami Kettunen
|
cece0d230d
Applications: Add new keyboard shortcuts & update few existing ones
|
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
|
bc319d9e88
LibCore: Make CObject reference-counted
|
5 years ago |
Andreas Kling
|
31b38ed88f
LibGUI: Don't create GMessageBox and GInputBox on the stack
|
5 years ago |
Andreas Kling
|
409494193e
LibGUI: Convert remaining random little things to ObjectPtr
|
5 years ago |
Andreas Kling
|
ff6ce422dd
LibGUI: Convert GWidget to ObjectPtr
|
5 years ago |
Andreas Kling
|
f4531c976c
LibGUI: Convert GToolBar to ObjectPtr
|
5 years ago |
Andreas Kling
|
4f4438c04c
LibGUI: Convert GSplitter to ObjectPtr
|
5 years ago |
Andreas Kling
|
e7b55037f4
LibGUI: Convert GTableView to ObjectPtr
|
5 years ago |
Andreas Kling
|
e83390387c
LibGUI: Simplify GCommonActions a bit
|
5 years ago |
Andreas Kling
|
f8c0168adc
IRCClient: Fix window selection after GModelSelection changes
|
5 years ago |
rhin123
|
7df4cfe606
IRCCient: Added GCommonActions
|
5 years ago |
Andreas Kling
|
2441c1fde2
IRCClient: Use GAboutDialog :^)
|
5 years ago |
Andreas Kling
|
75eb84c7e4
IRCClient: Size columns to-fit in the window and member views
|
5 years ago |