summaryrefslogtreecommitdiff
path: root/DevTools
AgeCommit message (Expand)Author
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-14HackStudio: Do not spawn an intermediary shellSergey Bugaev
2019-11-14HackStudio: Add TerminalWrapper::kill_running_command()Sergey Bugaev
2019-11-14HackStudio: Add TerminalWrapper::on_command_exitSergey Bugaev
2019-11-13LibPthread: Start working on a POSIX threading libraryAndreas Kling
2019-11-13Terminal+HackStudio: Fix leaking PTM fd to child processesSergey 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: Allow moving the selected widgets using the arrow keysAndreas Kling
2019-11-10HackStudio: Allow moving widgets around using the CursorToolAndreas Kling
2019-11-10HackStudio: Start implementing basic widget selection in CursorToolAndreas 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: Tweak the inset of the FormWidgetAndreas Kling
2019-11-09HackStudio: Make the FormEditorWidget have a MidGray backgroundAndreas 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-06LibHTML: Rename parse_html() => parse_html_document()Andreas Kling
2019-11-06Revert "LibHTML: Rename parse_html() => parse_html_document()"Andreas Kling
2019-11-06LibHTML: Rename parse_html() => parse_html_document()Andreas 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-11-05HackStudio: Put annoying debug spam behind EDITOR_DEBUGAndreas Kling
2019-11-05HackStudio: Don't parse documentation if already parsedJoão Paulo Pulga
2019-11-01HackStudio: Use GTextDoument::find_all() to implement find-in-filesAndreas Kling
2019-11-01HackStudio: Rename TextDocument => ProjectFileAndreas Kling
2019-10-30HackStudio: Show documentation preview in tooltip on identifier hoverAndreas Kling
2019-10-28HackStudio: Add little icons for ".cpp" and ".h" filesAndreas Kling
2019-10-28HackStudio: Remove unnecessary Locator::keydown_event()Andreas Kling
2019-10-28HackStudio: Allow opening a Locator suggestion by double-clicking itAndreas Kling
2019-10-28HackStudio: Scroll the locator suggestions when navigating with arrowsAndreas 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: Draw a brownish frame around the current editor widgetAndreas 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