summaryrefslogtreecommitdiff
path: root/Userland/DevTools/HackStudio/CMakeLists.txt
AgeCommit message (Expand)Author
2023-03-21Everywhere: Use `LibFileSystem` where trivialCameron Youell
2023-03-11HackStudio: Use Syntax::Language instead of our own oneSam Atkins
2023-03-04HackStudio: Enable CMake syntax highlightingSam Atkins
2022-11-29HackStudio: Remove FindWidgetthankyouverycool
2022-11-01Everywhere: Mark dependencies of most targets as PRIVATETim Schumacher
2022-10-12Userland: Properly populate GENERATED_SOURCESAli Mohammad Pur
2022-09-05LibUnicode+Userland: Migrate generated CLDR data to LibLocaleDataTimothy Flynn
2022-05-26Userland: Depend some applications on WebContent if it's being usedKarol Kosek
2022-05-15LibWebView: Move OutOfProcessWebView to a new LibWebView libraryDexesTTP
2022-04-15HackStudio: Allow customizing the actions of the Build & Run buttonsMarco Cutecchia
2022-04-06HackStudio: Remove "evaluate expression" dialogAndreas Kling
2022-03-29HackStudio: Add FindWidgetItamar
2022-01-12HackStudio: Add ProjectBuilder componentItamar
2022-01-01HackStudio: Add new multiline commit dialogConor Byrne
2021-12-30Userland: Link directly against LibUnicodeData where neededTimothy Flynn
2021-11-26HackStudio: Port to LibMain :^)Federico Guerinoni
2021-11-20HackStudio: Add option to inspect CoredumpItamar
2021-07-31HackStudio: Add syntax highlighting for HTML, Shell, and SQL filesKarol Kosek
2021-07-29HackStudio: Add GML Preview action tabConor Byrne
2021-07-22Userland: Use /proc/kernel_base to determine the kernel base addressGunnar Beutner
2021-06-23HackStudio: Add TODO entries widgetFederico Guerinoni
2021-06-23LanguageServers: Add function to collect TODO entries in a documentFederico Guerinoni
2021-06-17Everywhere: Add component declarationsGunnar Beutner
2021-05-10HackStudio: Remove the visual form editorAndreas Kling
2021-04-25HackStudio: Implement custom JS -> C++ "proxy" objectsFalseHonesty
2021-04-25HackStudio: Add evaluate expression popup to debuggerFalseHonesty
2021-04-13HackStudio: Add ClassView tab for viewing classes in a tree structureItamar
2021-04-13HackStudio: Store known symbol declarations in ProjectDeclarationsItamar
2021-03-06HackStudio: Create Language enum from file extension or language nameItamar
2021-02-13HackStudio: Project templates and New Project dialogNick Vella
2021-02-07LibGUI+LibCpp: Move C++ syntax highlighter to LibCppAndreas Kling
2021-01-12DevTools: Move to Userland/DevTools/Andreas Kling