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
Age
Commit message (
Expand
)
Author
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
UserspaceEmulator: Convert String::format() => String::formatted()
Andreas Kling
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
Inspector: Add context menu to copy property name/value
DragonAlex98
2021-04-21
Inspector: Select entire property row
DragonAlex98
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-20
Inspector: Don't allow to inspect Inspector itself
Maciej Zygmanowski
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
Kernel+LibC: Clean up how assertions work in the kernel and LibC
Gunnar Beutner
2021-04-18
Everywhere: Fix a bunch of typos
Linus Groh
2021-04-16
UserspaceEmulator: use outln_if
Hendiadyoin1
2021-04-16
Everywhere: Add `-Wdouble-promotion` warning
Nicholas-Baron
2021-04-16
UserspaceEmulator: Print stacktrace for unhandled exceptions
Gunnar Beutner
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-12
UserspaceEmulator: Improve detection of memory leaks
Tobias Christiansen
2021-04-11
Playground: Add Alt shortcuts to menus
Andreas Kling
2021-04-11
LibC: Move S_* defines into <fcntl.h>
Gunnar Beutner
2021-04-10
Profiler: Alt shortcuts and book title capitalization in menus
Andreas Kling
2021-04-10
Profiler: Don't change window title based on last enabled option
Andreas Kling
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-08
UE: only write libc and libsystem location once
Hendiadyoin1
2021-04-08
UE: Use AK's bit_cast and not reimplement it
Hendiadyoin1
2021-04-08
UE: Default initialize regionmap
Hendiadyoin1
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-31
UserspaceEmulator: Default-initialize the siginfo struct used in waitid
AnotherTest
2021-03-30
FontEditor+TextEditor+Playground: Refuse to load device files
Idan Horowitz
2021-03-29
Playground: Autocomplete after empty {}
Edgar Araújo
2021-03-29
Playground: Move AutocompleteProvider to a separate file
Edgar Araújo
[next]