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
|
2719d6d502
SystemMonitor: Unbreak the in-table progress bars showing disk usage
|
5 years ago |
Andreas Kling
|
6c5100b644
LibGUI: Add helper for constructing new TabWidget tabs
|
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 |
Brian Gianforcaro
|
edb66f214d
SystemMonitor: Fix display of file system size column.
|
5 years ago |
Andreas Kling
|
b011ea9962
LibGUI: Reduce menu-related header dependencies
|
5 years ago |
Andreas Kling
|
dcb0766d3f
LibGUI: Remove some header dependencies from Application.h
|
5 years ago |
Andreas Kling
|
6ecf90c6f8
SystemMonitor: Tweak bottom margin of the process table
|
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
|
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
|
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 |
Sergey Bugaev
|
1e948f1766
SystemMonitor: Unveil /dev
|
5 years ago |
Andreas Kling
|
6906edee9a
LibGUI: Add 64-bit signed integer support to GVariant
|
5 years ago |
Andreas Kling
|
3de5439579
AK: Let's call decrementing reference counts "unref" instead of "deref"
|
5 years ago |
Andreas Kling
|
edf509c19e
SystemMonitor: Use unveil()
|
5 years ago |
Andreas Kling
|
d8357ceb26
SystemMonitor: Add an "Unveiled paths" section to the per-process tabs
|
5 years ago |
Andreas Kling
|
94ca55cefd
Meta: Add license header to source files
|
5 years ago |
Andreas Kling
|
26a31c7efb
Kernel: Add "accept" pledge promise for accepting incoming connections
|
5 years ago |
Andreas Kling
|
f813bb52a2
Applications+DevTools+MenuApplets: Drop "unix" pledge when possible
|
5 years ago |
Andreas Kling
|
0d961ece94
SystemMonitor: Add "proc" pledge so we can send signals to processes
|
5 years ago |
Andreas Kling
|
f848faeec8
SystemMonitor: Use pledge()
|
5 years ago |