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
|
ceec1a7d38
AK: Make Vector use size_t for its size and capacity
|
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 |
Andreas Kling
|
0bb4111735
HackStudio: Unbreak the form editor's widget icons
|
5 years ago |
Andreas Kling
|
bb8e65be41
LibGUI+HackStudio: Move syntax highlighting from HackStudio to LibGUI
|
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
|
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 |
Andreas Kling
|
26a31c7efb
Kernel: Add "accept" pledge promise for accepting incoming connections
|
5 years ago |
joshua stein
|
376fece51e
HackStudio: add exec pledge
|
5 years ago |
joshua stein
|
d063a4ccf3
HackStudio: set sane $PATH early to include /usr/local/bin
|
5 years ago |
Andreas Kling
|
f813bb52a2
Applications+DevTools+MenuApplets: Drop "unix" pledge when possible
|
5 years ago |
Andreas Kling
|
457c7d9efd
HackStudio: Use pledge()
|
5 years ago |
Conrad Pankoff
|
f5412f10cf
HackStudio: Check for make command on startup
|
5 years ago |
Conrad Pankoff
|
fe1037bcb6
HackStudio: Add file list context menu and file removal action
|
5 years ago |
Andreas Kling
|
d9706ee882
HackStudio: Show the project file list in a tree view
|
5 years ago |
Andreas Kling
|
fd5eb79d19
LibGUI: Make GMenu inherit from CObject
|
5 years ago |
Andreas Kling
|
15fb341eb4
HackStudio: Always re-match curlies/parens after a re-highlight
|
5 years ago |
Andreas Kling
|
c8e02e60a6
HackStudio+LibGUI: Implement matching curly brace highlighting
|
5 years ago |
Andreas Kling
|
834eff7983
HackStudio: Mark whitespace tokens as skippable GTextDocumentSpans
|
5 years ago |
Sergey Bugaev
|
c6a8b95643
HackStudio: Add a Stop action to kill the current process
|
5 years ago |