index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
DevTools
/
HackStudio
Age
Commit message (
Expand
)
Author
2021-09-09
HackStudio: Preserve the untitled filename text on file modification
Karol Kosek
2021-09-04
HackStudio: Drop files to the selected editor
Karol Kosek
2021-09-03
AK: Rename create<T> => make_ref_counted<T>
Andreas Kling
2021-09-02
LibCore+Userland: Implement Core::deferred_invoke
sin-ack
2021-09-01
HackStudio: Fix typo in C++ file extension mapping code
Brian Gianforcaro
2021-08-30
HackStudio: Add "Go Back" and "Go Forward" navigation actions
Itamar
2021-08-30
HackStudio: Optionally pass line & column to open_file
Itamar
2021-08-26
Terminal+LibVT: Use LibConfig instead of Core::ConfigFile
Andreas Kling
2021-08-25
HackStudio: Update the tree view cursor on editor change and 'Save as'
Karol Kosek
2021-08-25
HackStudio: Add "New File" actions for different file extensions
Marco Cutecchia
2021-08-22
HackStudio: Update every editor with matching filename on 'Save as...'
Karol Kosek
2021-08-22
HackStudio: Convert selected path to a relative path on 'Save as...'
Karol Kosek
2021-08-22
HackStudio: Warn about unsaved changes on opening different project
Lennon Donaghy
2021-08-22
HackStudio: Fix editor not marking file with unsaved changes as dirty
Lennon Donaghy
2021-08-22
HackStudio: Fix GitWidget issues with switching between projects
Lennon Donaghy
2021-08-22
HackStudio: Moved code closing project from open_project to own method
Lennon Donaghy
2021-08-22
HackStudio: Call update_gml_preview() to reset when opening new project
Lennon Donaghy
2021-08-22
HackStudio: Make FindInFilesWidget reset when opening new project
Lennon Donaghy
2021-08-22
HackStudio: Stop debugger when opening new project
Lennon Donaghy
2021-08-22
HackStudio: Clear embedded terminal upon opening a different project
Lennon Donaghy
2021-08-22
HackStudio: Clear ToDo entries upon opening new project
Lennon Donaghy
2021-08-22
HackStudio: Move handle_external_file_deletion logic into own method
Lennon Donaghy
2021-08-22
Everywhere: Rename get in ConfigFile::get_for_{lib,app,system} to open
networkException
2021-08-21
HackStudio: Fix ds => fs typo in fs changed check in RegistersModel
Luke Wilde
2021-08-20
HackStudio: Update the window title after changing a file name
Karol Kosek
2021-08-20
HackStudio: Update the window title after changing an active editor
Karol Kosek
2021-08-19
HackStudio: Fix "navigate to include"
Itamar
2021-08-19
LibCpp: Handle circular imports gracefully
Itamar
2021-08-18
Userland+LibGUI: Add shorthand versions of the Margins constructor
sin-ack
2021-08-18
Userland+LibGUI: Make Margins arguments match CSS ordering
sin-ack
2021-08-14
LibCpp: Understand preprocessor macro definition and invocation
Itamar
2021-08-12
Revert "HackStudio: Remove noop code when opening the project"
Andreas Kling
2021-08-12
Userland: Fix PATH environment variable ordering
Jean-Baptiste Boric
2021-08-12
HackStudio: Remove noop code when opening the project
Karol Kosek
2021-08-12
HackStudio: Show the 'Save as...' dialog when saving uncreated file
Karol Kosek
2021-08-12
HackStudio: Add 'Save as...' action
Karol Kosek
2021-08-12
HackStudio: Show text editor after starting the application
Karol Kosek
2021-08-11
HackStudio: Make "Open project" action open in the current project path
Karol Kosek
2021-08-07
LibCpp: Do macro substitution in the preprocessor instead of the parser
Itamar
2021-08-07
LibCpp: Import definitions from headers while processing
Itamar
2021-08-07
LibCpp: Do lexing in the Preprocessor
Itamar
2021-08-06
LibGUI+Applications: Rename Model::is_valid to is_within_range
sin-ack
2021-08-06
Everywhere: Replace Model::update() with Model::invalidate()
sin-ack
2021-08-02
HackStudio: Enable building HackStudio on x86_64
Gunnar Beutner
2021-08-01
HackStudio: Properly close previous project when opening a new one
Lennon Donaghy
2021-08-01
DevTools: Remove unused header includes
Brian Gianforcaro
2021-07-31
HackStudio+TextEditor: Sync extensions from the FileIconProvider file
Karol Kosek
2021-07-31
HackStudio: Don't use 'else' after 'return'
Karol Kosek
2021-07-31
HackStudio: Add syntax highlighting for HTML, Shell, and SQL files
Karol Kosek
2021-07-29
HackStudio: Add GML Preview action tab
Conor Byrne
[next]