summaryrefslogtreecommitdiff
path: root/DevTools/HackStudio/main.cpp
AgeCommit message (Expand)Author
2020-02-07LibGUI+HackStudio: Move syntax highlighting from HackStudio to LibGUIAndreas Kling
2020-02-06LibGUI: Remove leading G from filenamesAndreas Kling
2020-02-06LibCore: Remove leading C from filenamesAndreas Kling
2020-02-06LibGUI: Rename {H,V}BoxLayout => {Horizontal,Vertical}BoxLayoutAndreas Kling
2020-02-06LibGUI: Add HorizontalSplitter and VerticalSplitter convenience classesAndreas Kling
2020-02-06LibDraw: Put all classes in the Gfx namespaceAndreas Kling
2020-02-02LibGUI: Put all classes in the GUI namespace and remove the leading GAndreas Kling
2020-02-02LibCore: Put all classes in the Core namespace and remove the leading CAndreas Kling
2020-02-02LibGUI: Add GHBoxLayout and GVBoxLayout convenience classesAndreas Kling
2020-01-18Meta: Add license header to source filesAndreas Kling
2020-01-17Kernel: Add "accept" pledge promise for accepting incoming connectionsAndreas Kling
2020-01-16HackStudio: add exec pledgejoshua stein
2020-01-16HackStudio: set sane $PATH early to include /usr/local/binjoshua stein
2020-01-12Applications+DevTools+MenuApplets: Drop "unix" pledge when possibleAndreas Kling
2020-01-11HackStudio: Use pledge()Andreas Kling
2019-12-28HackStudio: Check for make command on startupConrad Pankoff
2019-12-28HackStudio: Add file list context menu and file removal actionConrad Pankoff
2019-12-23HackStudio: Show the project file list in a tree viewAndreas Kling
2019-12-09LibGUI: Make GMenu inherit from CObjectAndreas Kling
2019-11-18HackStudio: Always re-match curlies/parens after a re-highlightAndreas Kling
2019-11-18HackStudio+LibGUI: Implement matching curly brace highlightingAndreas Kling
2019-11-15HackStudio: Mark whitespace tokens as skippable GTextDocumentSpansAndreas Kling
2019-11-14HackStudio: Add a Stop action to kill the current processSergey Bugaev
2019-11-11HackStudio: Reflect widget selections in the form widget tree viewAndreas Kling
2019-11-11HackStudio: Show the edited form widget's widget tree in the tree viewAndreas Kling
2019-11-10HackStudio: Make the widget toolbar buttons checkable and exclusiveAndreas Kling
2019-11-10HackStudio: Introduce a Tool class with subs CursorTool and WidgetToolAndreas Kling
2019-11-10HackStudio: Use a visually distinct icon for the cursor toolAndreas Kling
2019-11-10HackStudio: Add placeholder code to test widget factory constructionAndreas Kling
2019-11-10HackStudio: Use the GWidget class registry to populate the toolbarAndreas Kling
2019-11-09HackStudio: Add panes on the right hand side of the form editing modeAndreas Kling
2019-11-09HackStudio: Add a widgets toolbar to the form editing modeAndreas Kling
2019-11-09HackStudio: Start fleshing out the GUI for a GUI designer :^)Andreas Kling
2019-11-07HackStudio: Make the project file list a little narrower by defaultAndreas Kling
2019-11-05HackStudio: Update the "remove current editor" action enabled stateAndreas Kling
2019-11-05HackStudio: Allow removing the current editor with Alt+Shift+EAndreas Kling
2019-11-05HackStudio: Allow switching between editors with Ctrl+E / Ctrl+Shift+EAndreas Kling
2019-11-05HackStudio: Allow adding more editors by pressing Ctrl+Alt+EAndreas Kling
2019-10-28HackStudio: Start working on a "Locator", much like Qt Creator hasAndreas Kling
2019-10-28HackStudio: Show .h files with C++ syntax highlightingAndreas Kling
2019-10-27HackStudio: Support opening the same file in both editorsAndreas Kling
2019-10-27LibGUI: Move GTextDocument out of GTextEditorAndreas Kling
2019-10-27HackStudio: Allow switching between the two editors with Ctrl+E :^)Andreas Kling
2019-10-27HackStudio: Tweak EditorWrapper layouts a bit to make things look niceAndreas Kling
2019-10-27HackStudio: Support multiple editors on screenAndreas Kling
2019-10-26HackStudio: Tweak style of C++ identifiersAndreas Kling
2019-10-26HackStudio: Focus the text editor after opening a fileAndreas Kling
2019-10-26HackStudio: Implement adding an existing file to projectAndreas Kling
2019-10-26HackStudio: Implement adding a new file to the projectAndreas Kling
2019-10-26LibGUI: Make GTextEditor::Span have a range instead of two positionsAndreas Kling