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-06-17
Everywhere: Add component declarations
Gunnar Beutner
2021-06-13
HackStudio: Indicate git changes in the editor's gutter
Dmitrii Ubskii
2021-06-13
LibGUI+HackStudio: Make gutter a first class element
Dmitrii Ubskii
2021-06-13
IPCCompiler: Avoid copies for IPC method return values
Gunnar Beutner
2021-06-12
HackStudio: Remove unnecessary unveil in ShellLanguageServer
NonStdModel
2021-06-12
AK: Rename Vector::append(Vector) => Vector::extend(Vector)
Andreas Kling
2021-06-12
HackStudio: Add "Show in File Manager" Action to project TreeView
networkException
2021-06-11
AK+LibX86: Generalize u128/256 to AK::UFixedBigInt
Hendiadyoin1
2021-06-09
LibCpp: Support non-field class members
Itamar
2021-06-08
Everywhere: Replace Vector<T*> with nonnull entries with Vector<T&>
Ali Mohammad Pur
2021-06-08
UserspaceEmulator: Stop parsing options on first non-option
Jelle Raaijmakers
2021-06-06
AK+Everywhere: Disallow constructing Functions from incompatible types
Ali Mohammad Pur
2021-06-05
LibGUI: Fix off-by-one error in Lexer tokens
Max Wipfli
2021-06-04
HackStudio: Add comment about lexicographical insertion to ClassView
Itamar
2021-06-04
HackStudio: Use Node's name when inserting to the ClassView tree
Itamar
2021-06-04
Profiler: Show the duration of the time interval chosen
DhruvMaroo
2021-06-03
Profiler: Remove m_deepest_stack_depth
Gunnar Beutner
2021-06-03
Profiler: Use sequential serial numbers for profiling events
Gunnar Beutner
2021-06-02
HackStudio: Make locator lose focus on close
Marcus Nilsson
2021-06-02
HackStudio: Remove unused includes
Marcus Nilsson
2021-06-02
HackStudio: Close locator on exit
Marcus Nilsson
2021-06-02
TextEditor/GMLPlayground: Don't close app if user aborts save on exit
Matthew Jones
2021-06-02
Inspector: Check if RemoteProcess `is_inspectable`
Matthew Jones
2021-06-02
Profiler: Fix loading profiles which previously would crash the profiler
Gunnar Beutner
2021-06-01
CppLanguageServer: Work with a HashMap of Symbols in each document
Itamar
2021-05-29
Everywhere: Sort out superfluous QuickSort.h imports
Ben Wiederhake
2021-05-28
Profiler: Use a more reasonable default event mask
Gunnar Beutner
2021-05-28
UE: Make sure signal_trampoline_dummy is not optimized away with -flto
Gunnar Beutner
2021-05-27
Profiler: Don't try to create a DisassemblyModel for invalid indices
Andreas Kling
2021-05-26
Playground: Start out with a GUI::Frame on the right hand side
Andreas Kling
2021-05-26
LibGUI/AbstractView: Remove `on_selection`
Jelle Raaijmakers
2021-05-25
Profiler: Hide timeline scrollbars if we don't need them :^)
Andreas Kling
2021-05-24
AK+Everywhere: Consolidate String::index_of() and String::find()
Andreas Kling
2021-05-23
LibC+UE: Keep more unused chunked blocks around
Gunnar Beutner
2021-05-23
LibCore: Make ProcessStatisticsReader return results in a Vector
Andreas Kling
2021-05-23
Userland: Mark subclasses of IPC::{Client,Server}Connection final
Andreas Kling
2021-05-23
LibIPC: Remove unnecessary IPC::ServerConnection::handshake()
Andreas Kling
2021-05-23
HackStudio: Greet language servers asynchronously
Andreas Kling
2021-05-23
InspectorServer: Remove unnecessary greet() message
Andreas Kling
2021-05-22
Profiler: Allow scaling the timeline with Ctrl+MouseWheel :^)
Andreas Kling
2021-05-22
Profiler: Allow scrolling through full range of profile timeline
Andreas Kling
2021-05-22
Profiler: Add a "Show Disassembly" action (and hide it by default)
Andreas Kling
2021-05-22
Profiler: Add some helpful debug output if a process is missing
Andreas Kling
2021-05-22
Profiler: Split the call tree into one subtree per process
Andreas Kling
2021-05-22
Userland: Rename LibThread => LibThreading
Andreas Kling
2021-05-22
CppLanguageServer: Add test case for auto-completing include paths
Itamar
2021-05-22
CppLanguageServer+LibGUI: Autocomplete #include paths
Itamar
2021-05-22
LanguageServers: Add FileDB::project_root() getter
Itamar
2021-05-22
CppLanguageServer: Rename Optional<> autocomplete* to try_autocomplete*
Itamar
2021-05-22
CppLanguageServer: Rename all_definitions=>preprocessor_definitions
Itamar
[prev]
[next]