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-10-24
LibJS: Rename PropertyName to PropertyKey
Andreas Kling
2021-10-23
HackStudio: Add syntax-highlighting for CSS files
Sam Atkins
2021-10-06
HackStudio: Save editor's font in configs
Marco Cutecchia
2021-10-06
HackStudio: Add option to change the editor's font
Marco Cutecchia
2021-10-06
LibWeb: Make CSS layout lazier
Andreas Kling
2021-10-04
Everywhere: Fix more Copyright header inconsistencies
Tim Schumacher
2021-10-01
Userland: Fix typos
Nico Weber
2021-09-29
LibJS: Convert internal_set() to ThrowCompletionOr
Linus Groh
2021-09-29
LibJS: Convert internal_get() to ThrowCompletionOr
Linus Groh
2021-09-27
HackStudio: Support renaming files from the tree view
Marco Cutecchia
2021-09-22
LibGUI: Rename CallOnChange => AllowCallback and implement elsewhere
thankyouverycool
2021-09-18
HackStudio: Make sure Window is destroyed before Application object
Itamar
2021-09-12
HackStudio: Remove an old file from the vectors in 'Save as...' action
Karol Kosek
2021-09-12
HackStudio: Rename Project::get_file() to Project::create_file()
Karol Kosek
2021-09-12
HackStudio: Remove storing a vector of opened files in Project class
Karol Kosek
2021-09-11
AK: Replace the mutable String::replace API with an immutable version
Idan Horowitz
2021-09-10
HackStudio: Reuse TextDocument::is_modified()
Karol Kosek
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
[next]