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-12-11
Everywhere: Fix -Winconsistent-missing-override warnings from Clang
Daniel Bertalan
2021-12-09
HackStudio+TextEditor: Persist EditingEngineType across editors
scwfri
2021-12-06
LibIPC: Add IPC::take_over_accepted_client_from_system_server<Client>()
Andreas Kling
2021-12-05
Userland: Cast unused BackgroundAction::construct() results to void
Sam Atkins
2021-12-04
HackStudio: Fix cursor not jumping to column 1 in the embedded terminal
Daniel Bertalan
2021-12-03
LibCpp: Add "ignore invalid statements" option to Preprocessor
Itamar
2021-12-03
HackStudio: Decrease the maximal crash frequency of the server to 10 sec
Itamar
2021-12-03
HackStudio: Only send the content of open files to language server
Itamar
2021-12-03
HackStudio: Add HackStudio::for_each_open_file
Itamar
2021-11-30
CrashReporter+HackStudio: Let's call it "Debug in Hack Studio"
Andreas Kling
2021-11-30
HackStudio: Scope the "delete file from project" action to tree view
Andreas Kling
2021-11-28
LibIPC+IPCCompiler+AK: Make IPC value decoders return ErrorOr<void>
Andreas Kling
2021-11-28
Everywhere: Use default execpromises argument for Core::System::pledge
Brian Gianforcaro
2021-11-26
HackStudio: Port to LibMain :^)
Federico Guerinoni
2021-11-23
LibCore+AK: Move MappedFile from AK to LibCore
Andreas Kling
2021-11-23
LibCore: Make LocalSocket takeover mechanism return ErrorOr<T>
Andreas Kling
2021-11-23
LibCore+LibSystem: Move syscall wrappers from LibSystem to LibCore
Andreas Kling
2021-11-23
LanguageServers/Shell: Port to LibMain :^)
Andreas Kling
2021-11-23
LanguageServers/Cpp: Port to LibMain :^)
Andreas Kling
2021-11-22
HackStudio: Disable the Rename action on insufficient permissions
Karol Kosek
2021-11-22
HackStudio: Remove noop when deciding whether to disable delete action
Karol Kosek
2021-11-20
HackStudio: Add option to inspect Coredump
Itamar
2021-11-20
HackStudio: Improve backtrace accuracy
Itamar
2021-11-20
HackStudio: Use ProcessInspector instead of DebugSession where possible
Itamar
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
2021-11-08
LibCore: Use ErrorOr<T> for Core::File::copy_file()
Andreas Kling
2021-11-08
LibCore: Use ErrorOr<T> for Core::File::remove()
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()
Andreas Kling
2021-11-02
Demos+DevTools+Games: Fix visibility of Object-derivative constructors
Ben Wiederhake
2021-11-02
HackStudio: Don't close autocomplete after applying #include directories
thislooksfun
2021-11-02
LibGUI: Allow autocomplete to stay open after applying
thislooksfun
2021-11-02
HackStudio: Remove unused #include
thislooksfun
2021-11-02
HackStudio: Append a / when completing a directory
thislooksfun
2021-11-02
HackStudio: Correctly handle nested paths
thislooksfun
2021-11-02
HackStudio: Handle autocomplete inside #include's <> and ""
thislooksfun
2021-11-02
LibGUI: Remove GUI::AutocompleteProvider::Entry::kind
thislooksfun
2021-11-02
HackStudio+LibGUI: Handle #include quotes and brackets in the engine
thislooksfun
2021-11-02
LibGUI: Allow completion suggestions to fill and display different text
thislooksfun
2021-11-01
Everywhere: Remove unused ArgsParser header
Ben Wiederhake
2021-10-29
HackStudio: Add 'Show Dotfiles' option
Marco Cutecchia
2021-10-27
Everywhere: Rename left/right-click to primary/secondary
Filiph Sandström
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
[next]