summaryrefslogtreecommitdiff
path: root/Userland/DevTools/HackStudio/HackStudioWidget.cpp
AgeCommit message (Expand)Author
2021-05-22Userland: Rename LibThread => LibThreadingAndreas Kling
2021-05-21Applications: Use titlecase and distinct underlined characters in menusMax Wipfli
2021-05-16HackStudio+CppLanguageServer: Remove lexer-based autocomplete engineItamar
2021-05-12Userland+LibCore: Update FileWatcher + its users for InodeWatcher 2.0sin-ack
2021-05-12Everywhere: Add Alt shortcuts to remaining top-level menusLinus Groh
2021-05-12Everywhere: Rename app_menu to file_menu, continuedLinus Groh
2021-05-12LibCore+Everywhere: Move OpenMode out of IODeviceAli Mohammad Pur
2021-05-10HackStudio: Tweak Files/Classes tab viewsAndreas Kling
2021-05-10HackStudio: Use is<GitWidget>() instead of comparing class_name()Andreas Kling
2021-05-10HackStudio: Remove the visual form editorAndreas Kling
2021-05-08HackStudio: Remove redundant insertion to m_open_filesItamar
2021-05-06LibGUI: Move widget registration to LibCoreTom
2021-05-02HackStudio: Show dialog on build and exit if there are unsaved changesItamar
2021-05-02HackStudio: Add a "document dirty" indicator to the EditorWrapperItamar
2021-05-02HackStudio: Get rid of m_currently_open_file memberItamar
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