Andreas Kling
|
f0cde70c18
LibGUI: Simplify submenu construction
|
5 years ago |
Andreas Kling
|
3af8fcc839
HexEditor: Fill main widget with background to prevent gaps
|
5 years ago |
Andreas Kling
|
0af5e0b9f8
Applications: Tweak main layout spacing and background
|
5 years ago |
Andreas Kling
|
52a250cb61
LibGUI: Make MenuBar a Core::Object
|
5 years ago |
Andreas Kling
|
26eeaef0a8
LibGUI: Add MenuBar::add_menu(name)
|
5 years ago |
Tibor Nagy
|
f347dd5c5e
Applications: Use "Document - AppName" window title format
|
5 years ago |
Andreas Kling
|
37fc6c117c
Userspace: Add missing #includes now that AK/StdLibExtras.h is smaller
|
5 years ago |
Andreas Kling
|
b29ff7b821
LibGUI: Don't use Core::Object::add() to instantiate dialogs
|
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
|
b011ea9962
LibGUI: Reduce menu-related header dependencies
|
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
|
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
|
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 |
Jami Kettunen
|
7f15604f72
HexEditor: Clarify in InputBox which offset (Hex/Dec) you're Going To
|
5 years ago |
Andreas Kling
|
fd5eb79d19
LibGUI: Make GMenu inherit from CObject
|
5 years ago |
Brandon Scott
|
98e556fee9
HexEditor: Created has_selection() method.
|
5 years ago |
Brandon Scott
|
c77fe5161c
HexEditor: Added fill selection action.
|
5 years ago |
Brandon Scott
|
f947353a56
HexEditor: Added new file action.
|
5 years ago |
Brandon Scott
|
e3fbd2fe60
HexEditor: Added a multi-label status bar, and a new copy option.
|
5 years ago |
Brandon Scott
|
a76b02f741
HexEditor: Added navigate to a hex offset
|
5 years ago |
Brandon Scott
|
48ef1d1bd1
HexEditor: Initial application release
|
5 years ago |