summaryrefslogtreecommitdiff
path: root/Userland/DevTools/HackStudio/HackStudioWidget.cpp
AgeCommit message (Expand)Author
2023-03-03HackStudio: Don't hard-code a default code fontAndreas Kling
2023-02-24HackStudio: Add 'pause debuggee' buttonItamar
2023-02-24SystemMonitor: Add "Debug In HackStudio" action to process context menuItamar
2023-02-24HackStudio: Add progress bar to Debugger initializationItamar
2023-02-24HackStudio: Fix event loop usage in debugger callbacksItamar
2023-02-24HackStudio: Add ability to attach debugger to a running processItamar
2023-02-21Userland: Fix remaining smart pointer const-correctness issuesAndreas Kling
2023-02-19HackStudio: Make wrapping modes consistentSam Atkins
2023-02-18Userland: Specify margins and spacing in the GUI::Layout constructorSam Atkins
2023-02-13LibCore: Move Stream-based file into the `Core` namespaceTim Schumacher
2023-02-13LibCore: Rename `File` to `DeprecatedFile`Tim Schumacher
2023-02-10Everywhere: Remove needless copies of Error / ErrorOr instancesTimothy Flynn
2023-01-26LibGfx: Remove `try_` prefix from bitmap creation functionsTim Schumacher
2023-01-24FileManager+HackStudio+SpaceAnalyzer: Use File::can_delete_or_moveKarol Kosek
2023-01-11HackStudio: Hide autocomplete popup when switching tabsMatthew Olsson
2022-12-26HackStudio: Remove `release_values_but_fixme_should_propogate_errors`sominusliticus
2022-12-25Hackstudio: Use `GUI::TextEditor' actions for cut/copy/paste buttonsAayush
2022-12-23HackStudio: Make a new ProjectBuilder object when opening a projectKarol Kosek
2022-12-23HackStudio: Open projects after the action tab was createdKarol Kosek
2022-12-23LibCore: Remove the `force` parameter from File::removeTim Schumacher
2022-12-23LibCore: Let File::remove return a normal ErrorOrTim Schumacher
2022-12-21HackStudio: Fix typo in one error messageKarol Kosek
2022-12-20HackStudio: Port to `Core::Stream::File` :^)Karol Kosek
2022-12-16HackStudio: Add a factory function for DebugInfoWidgetBaitinq
2022-12-16HackStudio: Add a factory function for HackStudioWidgetBaitinq
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-30HackStudio: Replace blank file when opening a new oneFiliph Sandström
2022-11-29HackStudio: Remove FindWidgetthankyouverycool
2022-10-25Userland: Let applications make use of make_command_palette_action()demostanis
2022-10-11HackStudio: Set proper action scope for editor shortcutsTimothy Slater
2022-10-06HackStudio: Prevent closing the last editor groupMarco Cutecchia
2022-10-06HackStudio: Remove the 'Open in a new tab' actionMarco Cutecchia
2022-10-06HackStudio: Open files in dedicated tabsMarco Cutecchia
2022-09-29AK+Everywhere: Replace "protocol" with "scheme" url helpersnetworkException
2022-09-14Everywhere: Fix a variety of typosBrian Gianforcaro
2022-08-31HackStudio: Warn of unsaved changes before making a new projectSkye Sprung
2022-08-30Applications+DevTools: Remove fixed sizes from Splittersthankyouverycool
2022-08-10HackStudio: Add fullscreen shortcutJunior Rantila
2022-07-12Everywhere: Replace single-char StringView op. arguments with charssin-ack
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-07-12DevTools/HackStudio: Fix 'enabled' property of 'build' and 'run' buttonsferhatgec
2022-07-08HackStudio: Add the "Copy Full Path" TreeView context menu optionYuval
2022-07-08HackStudio: Add the "Copy Relative Path" TreeView context menu optionYuval
2022-06-30HackStudio: Properly clear previous editor tabs when closing projectLennon Donaghy
2022-06-30HackStudio: Leave one editor tab open on closing projectLennon Donaghy
2022-06-28Applications: Remove usages of deprecated implicit conversionsFrHun
2022-06-16HackStudio: Add "Open in New Tab" context menu entryhhsdev
2022-05-13LibGUI+Userland: Make Dialog::ExecResult an enum classSam Atkins
2022-04-27HackStudio: Update window close button on document changetimre13