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-05-14
Profiler: Avoid copies / String construction when parsing profile (#7096)
Brian Gianforcaro
2021-05-14
Kernel+Profiler: Track lost time between profiler timer ticks
Gunnar Beutner
2021-05-14
Profiler: Let the user ignore context switches
Gunnar Beutner
2021-05-14
Profiler: Add histogram for sample counts
Gunnar Beutner
2021-05-13
Inspector: Don't check that target has pledged "accept"
Andreas Kling
2021-05-13
Userland: Tighten a *lot* of pledges! :^)
Andreas Kling
2021-05-13
LibCore+Inspector: Reverse the direction of Inspector connections
Andreas Kling
2021-05-13
IPCCompiler: Add "u64" and "i64" to the list of primitive types
Andreas Kling
2021-05-12
Userland+LibCore: Update FileWatcher + its users for InodeWatcher 2.0
sin-ack
2021-05-12
Everywhere: Add Alt shortcuts to remaining top-level menus
Linus Groh
2021-05-12
Everywhere: Rename app_menu to file_menu, continued
Linus Groh
2021-05-12
LibCore+Everywhere: Move OpenMode out of IODevice
Ali Mohammad Pur
2021-05-10
HackStudio: Tweak Files/Classes tab views
Andreas Kling
2021-05-10
HackStudio: Use is<GitWidget>() instead of comparing class_name()
Andreas Kling
2021-05-10
HackStudio: Remove the visual form editor
Andreas Kling
2021-05-09
CppLanguageServer: Cache declarations from headers in every document
Itamar
2021-05-09
CppLanguageServer: Call Parser::parse() inside create_document_data()
Itamar
2021-05-09
LibCpp: Rename m_definitions=>m_preprocessor_definitions
Itamar
2021-05-09
LanguageServers: Fix incorrect use of adopt_ref in FileDB::get()
Itamar
2021-05-09
UserspaceEmulator: Allow running executables not in PATH
Brendan Coles
2021-05-08
LibGUI: Some tweaks for TextEditor's will-execute-command virtual
Andreas Kling
2021-05-08
AK: Add missing GenericTraits<NonnullRefPtr>
Itamar
2021-05-08
HackStudio: Remove redundant insertion to m_open_files
Itamar
2021-05-08
LibGUI: Use UndoStack::on_state_change inside TextDocument/TextEditor
Andreas Kling
2021-05-08
Profiler: Fix scrolling behavior
Gunnar Beutner
2021-05-08
Profiler: Let the user select more than one process
Gunnar Beutner
2021-05-08
Profiler: Migrate mouse events to TimelineView
Carlos César Neves Enumo
2021-05-08
Profiler: Fix timeline wrong initial horizontal position
Carlos César Neves Enumo
2021-05-08
Profiler: Make the timeline resizable
Gunnar Beutner
2021-05-07
Profiler: Don't iterate all events when filtering timeline view
Brian Gianforcaro
2021-05-07
Profiler: Make processes selectable in the timeline view
Gunnar Beutner
2021-05-07
Profiler: Remove the old process selection widget
Gunnar Beutner
2021-05-07
Profiler: Move filter checks into their own function
Gunnar Beutner
2021-05-06
Profiler: Add fixed track headers to the timeline view
Andreas Kling
2021-05-06
Profiler: Add a statusbar and show the timeline selection info in it :^)
Andreas Kling
2021-05-06
Profiler: Rename ProfileTimelineWidget => TimelineTrack
Andreas Kling
2021-05-06
Profiler: Add TimelineView widget and make the timeline cursor global
Andreas Kling
2021-05-06
Profiler: Tweak timeline widget appearance
Andreas Kling
2021-05-06
Profiler: Show one timeline per process :^)
Andreas Kling
2021-05-06
LibGUI: Move widget registration to LibCore
Tom
2021-05-04
Profiler: Move everything into the "Profiler" namespace
Andreas Kling
2021-05-04
Profiler: Don't link against LibCoreDump
Andreas Kling
2021-05-04
Profiler: Print addresses in debug log in hex.
Brian Gianforcaro
2021-05-03
Userland: Add try_* IPC handlers
Gunnar Beutner
2021-05-03
IPCCompiler: Don't generate handlers for response messages
Gunnar Beutner
2021-05-03
Userland: Use snake case names in .ipc files
Gunnar Beutner
2021-05-03
Userland: Make IPC results with one return value available directly
Gunnar Beutner
2021-05-03
Userland: Update IPC calls to use proxies
Gunnar Beutner
2021-05-03
Userland: Split IPC endpoints into proxies and stubs
Gunnar Beutner
2021-05-03
Userland: Change IPC funcs to use plain arguments instead of a struct
Gunnar Beutner
[next]