summaryrefslogtreecommitdiff
path: root/DevTools/HackStudio/Makefile
AgeCommit message (Expand)Author
2020-05-14Build: Switch to CMake :^)Sergey Bugaev
2020-05-09HackStudio: Show a backtrace in the debug information tabItamar
2020-05-09HackStudio: Reorganize debugger-related filesItamar
2020-05-09LibVT+Terminal: Support hyperlinks in the terminal :^)Andreas Kling
2020-05-05HackStudio: Show local variables in the debuggerItamar
2020-05-03LibTextCodec: Start fleshing out a simple text codec libraryAndreas Kling
2020-04-25HackStudio: Add cpp debuggerItamar
2020-03-13HackStudio: Use Javascript syntax highlighterOriko
2020-03-07LibWeb: Rename directory LibHTML => LibWebAndreas Kling
2020-02-07LibGUI+HackStudio: Move syntax highlighting from HackStudio to LibGUIAndreas Kling
2020-02-06LibGfx: Rename from LibDraw :^)Andreas Kling
2019-12-25Build: support library and generator dependenciesjoshua stein
2019-12-20Build: clean up build system, use one shared Makefilejoshua stein
2019-11-24LibHTML: Use LibProtocol for HTTP requests :^)Andreas Kling
2019-11-13LibPthread: Start working on a POSIX threading libraryAndreas Kling
2019-11-11HackStudio: Show the edited form widget's widget tree in the tree viewAndreas Kling
2019-11-10HackStudio: Introduce a Tool class with subs CursorTool and WidgetToolAndreas Kling
2019-11-09HackStudio: Start fleshing out the GUI for a GUI designer :^)Andreas Kling
2019-11-01HackStudio: Rename TextDocument => ProjectFileAndreas Kling
2019-10-30HackStudio: Show documentation preview in tooltip on identifier hoverAndreas Kling
2019-10-28HackStudio: Start working on a "Locator", much like Qt Creator hasAndreas Kling
2019-10-27HackStudio: Support multiple editors on screenAndreas Kling
2019-10-26HackStudio: Implement adding an existing file to projectAndreas Kling
2019-10-25HackStudio: Start building a C++ lexer to help with syntax highlightingAndreas Kling
2019-10-24HackStudio: Add a widget showing the state of console's running processAndreas Kling
2019-10-23HackStudio: Move "find in files" widget to its own file/classAndreas Kling
2019-10-23HackStudio: Start adding a "find in files" functionAndreas Kling
2019-10-21HackStudio: Embed a Terminal widget below the text editorAndreas Kling
2019-10-21HackStudio: Start working on an IDE for SerenityOSAndreas Kling