index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
DevTools
/
HackStudio
/
main.cpp
Age
Commit message (
Expand
)
Author
2020-02-07
LibGUI+HackStudio: Move syntax highlighting from HackStudio to LibGUI
Andreas Kling
2020-02-06
LibGUI: Remove leading G from filenames
Andreas Kling
2020-02-06
LibCore: Remove leading C from filenames
Andreas Kling
2020-02-06
LibGUI: Rename {H,V}BoxLayout => {Horizontal,Vertical}BoxLayout
Andreas Kling
2020-02-06
LibGUI: Add HorizontalSplitter and VerticalSplitter convenience classes
Andreas Kling
2020-02-06
LibDraw: Put all classes in the Gfx namespace
Andreas Kling
2020-02-02
LibGUI: Put all classes in the GUI namespace and remove the leading G
Andreas Kling
2020-02-02
LibCore: Put all classes in the Core namespace and remove the leading C
Andreas Kling
2020-02-02
LibGUI: Add GHBoxLayout and GVBoxLayout convenience classes
Andreas Kling
2020-01-18
Meta: Add license header to source files
Andreas Kling
2020-01-17
Kernel: Add "accept" pledge promise for accepting incoming connections
Andreas Kling
2020-01-16
HackStudio: add exec pledge
joshua stein
2020-01-16
HackStudio: set sane $PATH early to include /usr/local/bin
joshua stein
2020-01-12
Applications+DevTools+MenuApplets: Drop "unix" pledge when possible
Andreas Kling
2020-01-11
HackStudio: Use pledge()
Andreas Kling
2019-12-28
HackStudio: Check for make command on startup
Conrad Pankoff
2019-12-28
HackStudio: Add file list context menu and file removal action
Conrad Pankoff
2019-12-23
HackStudio: Show the project file list in a tree view
Andreas Kling
2019-12-09
LibGUI: Make GMenu inherit from CObject
Andreas Kling
2019-11-18
HackStudio: Always re-match curlies/parens after a re-highlight
Andreas Kling
2019-11-18
HackStudio+LibGUI: Implement matching curly brace highlighting
Andreas Kling
2019-11-15
HackStudio: Mark whitespace tokens as skippable GTextDocumentSpans
Andreas Kling
2019-11-14
HackStudio: Add a Stop action to kill the current process
Sergey Bugaev
2019-11-11
HackStudio: Reflect widget selections in the form widget tree view
Andreas Kling
2019-11-11
HackStudio: Show the edited form widget's widget tree in the tree view
Andreas Kling
2019-11-10
HackStudio: Make the widget toolbar buttons checkable and exclusive
Andreas Kling
2019-11-10
HackStudio: Introduce a Tool class with subs CursorTool and WidgetTool
Andreas Kling
2019-11-10
HackStudio: Use a visually distinct icon for the cursor tool
Andreas Kling
2019-11-10
HackStudio: Add placeholder code to test widget factory construction
Andreas Kling
2019-11-10
HackStudio: Use the GWidget class registry to populate the toolbar
Andreas Kling
2019-11-09
HackStudio: Add panes on the right hand side of the form editing mode
Andreas Kling
2019-11-09
HackStudio: Add a widgets toolbar to the form editing mode
Andreas Kling
2019-11-09
HackStudio: Start fleshing out the GUI for a GUI designer :^)
Andreas Kling
2019-11-07
HackStudio: Make the project file list a little narrower by default
Andreas Kling
2019-11-05
HackStudio: Update the "remove current editor" action enabled state
Andreas Kling
2019-11-05
HackStudio: Allow removing the current editor with Alt+Shift+E
Andreas Kling
2019-11-05
HackStudio: Allow switching between editors with Ctrl+E / Ctrl+Shift+E
Andreas Kling
2019-11-05
HackStudio: Allow adding more editors by pressing Ctrl+Alt+E
Andreas Kling
2019-10-28
HackStudio: Start working on a "Locator", much like Qt Creator has
Andreas Kling
2019-10-28
HackStudio: Show .h files with C++ syntax highlighting
Andreas Kling
2019-10-27
HackStudio: Support opening the same file in both editors
Andreas Kling
2019-10-27
LibGUI: Move GTextDocument out of GTextEditor
Andreas Kling
2019-10-27
HackStudio: Allow switching between the two editors with Ctrl+E :^)
Andreas Kling
2019-10-27
HackStudio: Tweak EditorWrapper layouts a bit to make things look nice
Andreas Kling
2019-10-27
HackStudio: Support multiple editors on screen
Andreas Kling
2019-10-26
HackStudio: Tweak style of C++ identifiers
Andreas Kling
2019-10-26
HackStudio: Focus the text editor after opening a file
Andreas Kling
2019-10-26
HackStudio: Implement adding an existing file to project
Andreas Kling
2019-10-26
HackStudio: Implement adding a new file to the project
Andreas Kling
2019-10-26
LibGUI: Make GTextEditor::Span have a range instead of two positions
Andreas Kling
[next]