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-03-04
HackStudio/LanguageServers: Move some components out of Cpp
AnotherTest
2021-03-03
Profiler: Symbolicate addresses in non-PIE ELF objects
Andreas Kling
2021-03-03
Profiler: Cache and reuse mapped ELF objects
Andreas Kling
2021-03-03
HackStudio: Allow multi-selection in project view tree
Bui Quang Minh
2021-03-02
Kernel+Profiler: Capture metadata about all profiled processes
Andreas Kling
2021-03-02
HackStudio: Implement removing file from disk
Bui Quang Minh
2021-03-02
LanguageServers/Cpp: Fix nullptr dereference in ~LanguageClient
Itamar
2021-03-02
LanguageServers/Cpp: Fix typo
Itamar
2021-03-01
Profiler: Print addresses as pointers in new Samples view
Brian Gianforcaro
2021-02-28
Profiler: remove unimplemented Profile::LibraryMetadata::symbolicate() defini...
thislooksfun
2021-02-27
Profiler: Add a new "Samples" view to the main UI
Andreas Kling
2021-02-27
LibVT: Put TerminalWidget in the VT namespace :^)
Andreas Kling
2021-02-27
Profiler: Move ELF object name to its own profile graph column
Andreas Kling
2021-02-27
Profiler: Unbreak DisassemblyModel after shared library introduction
Andreas Kling
2021-02-27
HackStudio: Support searching symbol declarations in the Locator
Itamar
2021-02-27
LanguageServers/Cpp: Update client asynchronously about symbols
Itamar
2021-02-27
LanguageServers/Cpp: Add type to Declarations
Itamar
2021-02-27
LanguageServers: Add ProjectLoaction, Declaration types and use in IPC
Itamar
2021-02-26
LanguageServers/Cpp: Don't VERIFY that a file could be found
Itamar
2021-02-26
Everywhere: Remove a bunch of redundant 'AK::' namespace prefixes
Linus Groh
2021-02-26
HackStudio: Set correct icons, text and location in menus
thankyouverycool
2021-02-24
Profiler: Add help documentation
Brendan Coles
2021-02-24
Profiler: Make sure rendered timestamps don't overflow
Sahan Fernando
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-23
HackStudio: Fix a misuse of dbgln() intended as dbgln_if()
AnotherTest
2021-02-23
UserspaceEmulator: Fix an outln() format bug
AnotherTest
2021-02-23
Inspector: Add help documentation
Brendan Coles
2021-02-22
HackStudio: Fix opened files appearing empty (#5480)
Ivan Hansgaard Hansen
2021-02-20
LanguageServers/Cpp: Add 'FindDeclaration' capability
Itamar
2021-02-20
LibCpp: Store filename in ASTNodes
Itamar
2021-02-20
HackStudio: Always use relative paths when opening project files
Itamar
2021-02-20
HackStudio: Display identifiers as clickable
Itamar
2021-02-20
LibGUI: Swap order of InputBox value and parent window args
Linus Groh
2021-02-19
LibGUI: Remove GUI::FilePicker::file_exists()
Andreas Kling
2021-02-14
Kernel+Userland: Give sys$recvfd() an options argument for O_CLOEXEC
Andreas Kling
2021-02-13
LanguageServers/cpp: Use parser-based autocomplete engine by default
Itamar
2021-02-13
HackStudio: Handle crash of the LanguageServer gracefully
Itamar
2021-02-13
LanguageServers/Cpp: Handle autocomplete request on an empty line
Itamar
2021-02-13
HackStudio: Set icon for 'make is not available' notification
Itamar
2021-02-13
HackStudio: Project templates and New Project dialog
Nick Vella
2021-02-10
LanguageServers/Cpp: Autocomplete declarations from included headers
Itamar
2021-02-10
LanguageServers/Cpp: Autocomplete function and struct/class names
Itamar
2021-02-10
HackStudio: Show notification if 'make' is not available
Itamar
2021-02-08
LanguageServers/Cpp: ParserAutoComplete engine inspects header files
Itamar
2021-02-08
LanguageServers/Cpp: Use FileDB and AutoCompleteEngine base class
Itamar
2021-02-08
LanguageServers/Cpp: Add FileDB and pass project_root in Greet()
Itamar
2021-02-08
Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...)
AnotherTest
2021-02-08
UserspaceEmulator: Use vdbgln() instead of dbgln() when reporting
AnotherTest
2021-02-08
Everywhere: Fix weird includes
Ben Wiederhake
2021-02-08
Everywhere: Add semantically-missing includes
Ben Wiederhake
[next]