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-05-01
HackStudio: Detection of externally deleted files
Olivier De Cannière
2021-04-29
Everywhere: "file name" => "filename"
Andreas Kling
2021-04-29
Everywhere: Use "the SerenityOS developers." in copyright headers
Linus Groh
2021-04-28
HackStudio: Add context option to set execution point while debugging
FalseHonesty
2021-04-27
LibThread: Fix int to pointer conversion
Jean-Baptiste Boric
2021-04-25
Everywhere: Remove empty line after function body opening curly brace
Linus Groh
2021-04-25
HackStudio: Display variable type name in expression evaluator
FalseHonesty
2021-04-25
HackStudio: Implement custom JS -> C++ "proxy" objects
FalseHonesty
2021-04-25
HackStudio: Add evaluate expression popup to debugger
FalseHonesty
2021-04-25
IPCCompiler: Remove hardcoded endpoint magic, attempt deux
sin-ack
2021-04-25
Revert "IPCCompiler: Use string hashes for IPC endpoint magic"
Andreas Kling
2021-04-25
IPCCompiler: Use string hashes for IPC endpoint magic
sin-ack
2021-04-23
AK: Rename adopt() to adopt_ref()
Andreas Kling
2021-04-22
LibWeb+HackStudio: Use lukew@serenityos.org for my copyright headers
Luke
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-21
HackStudio: Convert String::format() => String::formatted()
Andreas Kling
2021-04-21
Userland: Use Core::DirIterator::next_full_path()
Andreas Kling
2021-04-21
HackStudio: Clean up debugger thread when debugger exits
FalseHonesty
2021-04-21
HackStudio+LibDebug: Support stopping a debugged process
FalseHonesty
2021-04-19
HackStudio: Sort ClassView entries
Itamar
2021-04-18
HackStudio: Add ability to set hardware watchpoints on variables
FalseHonesty
2021-04-18
HackStudio: Don't crash when invalid file is requested to be opened
FalseHonesty
2021-04-18
Everywhere: Fix a bunch of typos
Linus Groh
2021-04-13
Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"
Andreas Kling
2021-04-13
HackStudio: Add ClassView tab for viewing classes in a tree structure
Itamar
2021-04-13
LanguageServers: Only notify client about updated declarations
Itamar
2021-04-13
HackStudio: Store known symbol declarations in ProjectDeclarations
Itamar
2021-04-13
LibCpp: Add 'Namespace' and 'Member' declaration types
Itamar
2021-04-13
HackStudio+LibCpp: Include class members in Locator
Itamar
2021-04-13
LibGUI+HackStudio: Add way to tell FilePicker to open a folder
FalseHonesty
2021-04-12
HackStudio: Fix debugger preview for char variables
FalseHonesty
2021-04-12
LibDebug+HackStudio: Fix crashes relating to debugger variable preview
FalseHonesty
2021-04-12
HackStudio: Properly support Debugger's new source root concept
FalseHonesty
2021-04-12
HackStudio: Allow users to drag and drop files into the editor
RickySeverino
2021-04-10
HackStudio: Alt shortcuts and book title capitalization in menus
Andreas Kling
2021-04-09
HackStudio: Make actions with project tree selections work as expected
Algot Axelzon
2021-04-07
CppLanguageServer: is_empty_property: Return false for null node parent
Brendan Coles
2021-04-06
LibCpp: Add TemplatizedName
Itamar
2021-04-06
LanguageServers/Cpp: Refactor logic of find declaration
Itamar
2021-04-06
LibCpp: Add AST::Name
Itamar
2021-04-06
LanguageServers/Cpp: Don't include declarations bellow the current line
Itamar
2021-04-05
LibGUI: Do AbstractView::set_column_hidden() => set_column_visible()
Andreas Kling
2021-04-04
HackStudio: File search box stays opened after closing
Tim Waterhouse
2021-03-25
Userland: Turn all application menus into window menus :^)
Andreas Kling
2021-03-23
HackStudio+LanguageServers/Cpp: Show scope of symbols in Locator
Itamar
2021-03-23
LanguageServers/Cpp: Declarations inside namespaces are globally visible
Itamar
2021-03-21
HackStudio: Display warning when opening binary files
Itamar
2021-03-18
CppLanguageServer: Make preprocessor ignore unsupported keywords
Vyacheslav Pukhanov
2021-03-17
Everywhere: Remove pessimizing and redundant move()
Andreas Kling
2021-03-13
LanguageServers/Cpp: Support jumping to declaration of preprocessor
Itamar
[next]