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 |
Andreas Kling
|
2fea238675
HackStudio: Reflect widget selections in the form widget tree view
|
5 years ago |
Andreas Kling
|
d5f735ecec
HackStudio: Show the edited form widget's widget tree in the tree view
|
5 years ago |
Andreas Kling
|
6dab257a45
HackStudio: Make the widget toolbar buttons checkable and exclusive
|
5 years ago |
Andreas Kling
|
e87756424d
HackStudio: Introduce a Tool class with subs CursorTool and WidgetTool
|
5 years ago |
Andreas Kling
|
a04ab219d1
HackStudio: Use a visually distinct icon for the cursor tool
|
5 years ago |
Andreas Kling
|
f92e0f7d80
HackStudio: Add placeholder code to test widget factory construction
|
5 years ago |
Andreas Kling
|
2da058c7f2
HackStudio: Use the GWidget class registry to populate the toolbar
|
5 years ago |
Andreas Kling
|
3e84ea9a53
HackStudio: Add panes on the right hand side of the form editing mode
|
5 years ago |
Andreas Kling
|
489c6ac05c
HackStudio: Add a widgets toolbar to the form editing mode
|
5 years ago |