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-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
2021-02-07
Shell: Move Shell syntax highlighter LibShell
Andreas Kling
2021-02-07
LibSyntax+LibGUI+LibJS: Move JS syntax highlighter to LibJS
Andreas Kling
2021-02-07
LibSyntax: Move GUI::Highlighter to Syntax::Highlighter in LibSyntax
Andreas Kling
2021-02-07
LibGUI+LibCpp: Move C++ syntax highlighter to LibCpp
Andreas Kling
2021-02-06
UserspaceEmulator: Implement a proper VM allocator
Andreas Kling
2021-02-06
UserspaceEmulator: Stub out virt$msyscall()
Andreas Kling
2021-02-06
Profiler: Display timing information in ProfileTimelineWidget
Sahan Fernando
2021-02-05
Userland: Add LibSystem and funnel all syscalls through it
Andreas Kling
2021-02-03
TextEditor: Implement word wrapping
Zac
2021-02-03
HackStudio: do not open empty directories as file
Matteo Sozzi
2021-02-03
HackStudio: tree_view on_activiation changes
Matteo Sozzi
2021-02-01
LibIPC: Stop sending client ID to clients
Andreas Kling
2021-02-01
HackStudio: added new directory action
Matteo Sozzi
2021-01-31
Inspector: Exit if inspected process has not pledged accept
Brendan Coles
2021-01-30
HackStudio: removed toggle_index
Matteo Sozzi
2021-01-30
Inspector: Allow browsing inspection data in UI after process exits
Brendan Coles
2021-01-30
HackStudio: do not toggle_index in open_project
Matteo Sozzi
2021-01-27
HackStudio: Integate with C++ parser-based autocomplete
Itamar
2021-01-27
HackStudio: Attach previous Language Client when detaching
Itamar
2021-01-27
HackStudio: Add parser-based c++ autocomplete engine
Itamar
2021-01-25
Everywhere: Hook up remaining debug macros to Debug.h.
asynts
2021-01-25
Everywhere: Debug macros instead of constexpr.
asynts
2021-01-25
Everywhere: Name debug macros more consistently.
asynts
2021-01-25
Everywhere: Remove unnecessary debug comments.
asynts
2021-01-25
Everywhere: Use CMake to generate AK/Debug.h.
asynts
2021-01-23
UserspaceEmulator: Improve error message for typos
Ben Wiederhake
2021-01-23
UserspaceEmulator: Implement chown
Ben Wiederhake
2021-01-23
HackStudio: Handle failed fork() in TerminalWrapper a bit better
Andreas Kling
2021-01-22
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-17
Kernel+Userland: Remove shared buffers (shbufs)
Andreas Kling
2021-01-17
Everywhere: Remove a bunch of now-unnecessary shared_buffer pledges
Andreas Kling
2021-01-17
Kernel: Remove sys$shbuf_seal() and userland wrappers
Andreas Kling
2021-01-16
Kernel+Userland: Remove sys$shbuf_allow_all() and userland wrappers
Andreas Kling
2021-01-16
UserlandEmulator: Fix data loss in realpath/readlink
Ben Wiederhake
[next]