summaryrefslogtreecommitdiff
path: root/Userland/DevTools/HackStudio/HackStudioWidget.cpp
AgeCommit message (Expand)Author
2021-05-01HackStudio: Detection of externally deleted filesOlivier De Cannière
2021-04-29Everywhere: "file name" => "filename"Andreas Kling
2021-04-29Everywhere: Use "the SerenityOS developers." in copyright headersLinus Groh
2021-04-25Everywhere: Remove empty line after function body opening curly braceLinus Groh
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-21HackStudio: Clean up debugger thread when debugger exitsFalseHonesty
2021-04-21HackStudio+LibDebug: Support stopping a debugged processFalseHonesty
2021-04-18HackStudio: Don't crash when invalid file is requested to be openedFalseHonesty
2021-04-13Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"Andreas Kling
2021-04-13HackStudio: Add ClassView tab for viewing classes in a tree structureItamar
2021-04-13LibGUI+HackStudio: Add way to tell FilePicker to open a folderFalseHonesty
2021-04-12HackStudio: Properly support Debugger's new source root conceptFalseHonesty
2021-04-10HackStudio: Alt shortcuts and book title capitalization in menusAndreas Kling
2021-04-09HackStudio: Make actions with project tree selections work as expectedAlgot Axelzon
2021-04-05LibGUI: Do AbstractView::set_column_hidden() => set_column_visible()Andreas Kling
2021-03-25Userland: Turn all application menus into window menus :^)Andreas Kling
2021-03-21HackStudio: Display warning when opening binary filesItamar
2021-03-06HackStudio: Remove redundant null check when creating a new project fileItamar
2021-03-03HackStudio: Allow multi-selection in project view treeBui Quang Minh
2021-03-02HackStudio: Implement removing file from diskBui Quang Minh
2021-02-26HackStudio: Set correct icons, text and location in menusthankyouverycool
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-02-22HackStudio: Fix opened files appearing empty (#5480)Ivan Hansgaard Hansen
2021-02-20HackStudio: Always use relative paths when opening project filesItamar
2021-02-20LibGUI: Swap order of InputBox value and parent window argsLinus Groh
2021-02-19LibGUI: Remove GUI::FilePicker::file_exists()Andreas Kling
2021-02-13LanguageServers/cpp: Use parser-based autocomplete engine by defaultItamar
2021-02-13HackStudio: Project templates and New Project dialogNick Vella
2021-02-03TextEditor: Implement word wrappingZac
2021-02-03HackStudio: do not open empty directories as fileMatteo Sozzi
2021-02-03HackStudio: tree_view on_activiation changesMatteo Sozzi
2021-02-01HackStudio: added new directory actionMatteo Sozzi
2021-01-30HackStudio: removed toggle_indexMatteo Sozzi
2021-01-30HackStudio: do not toggle_index in open_projectMatteo Sozzi
2021-01-27HackStudio: Integate with C++ parser-based autocompleteItamar
2021-01-12DevTools: Move to Userland/DevTools/Andreas Kling