summaryrefslogtreecommitdiff
path: root/DevTools
AgeCommit message (Expand)Author
2019-12-02WindowServer: Port to the new IPC systemAndreas Kling
2019-12-02HackStudio: Fixes CppLexer crashing on a comment block that doesSasan Hezarkhani
2019-11-26Kernel: Expose per-thread information in /proc/allAndreas Kling
2019-11-24LibHTML: Use LibProtocol for HTTP requests :^)Andreas Kling
2019-11-23IPCCompiler: Add support for String parameters in messagesAndreas Kling
2019-11-23HackStudio: Highlight matching pairs of [ and ] as wellAndreas Kling
2019-11-23LibIPC+AudioServer: Allow unsolicited server-to-client IPC messagesAndreas Kling
2019-11-18HackStudio: Always re-match curlies/parens after a re-highlightAndreas Kling
2019-11-18HackStudio: Highlight maching parentheses as wellAndreas Kling
2019-11-18HackStudio+LibGUI: Implement matching curly brace highlightingAndreas Kling
2019-11-17LibDraw: Add Rect::from_two_points(Point, Point)Andreas Kling
2019-11-16HackStudio: Move the rubber-banding state into CursorToolAndreas Kling
2019-11-16HackStudio: Fill the selection rubber-band with some nice alpha colorAndreas Kling
2019-11-16HackStudio: Allow rubber-band selection of widgetsAndreas 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-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