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-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
2021-05-03
LibGUI: Rename ScrollableWidget => AbstractScrollableWidget
Andreas Kling
2021-05-03
UserspaceEmulator: Make sure TLS allocation behavior matches kernel
Gunnar Beutner
2021-05-03
UserspaceEmulator: Add missing argument for sys$allocate_tls
Gunnar Beutner
2021-05-03
UserspaceEmulator: Add stub for sys$futex
Gunnar Beutner
2021-05-02
HackStudio: Show dialog on build and exit if there are unsaved changes
Itamar
2021-05-02
HackStudio: Add a "document dirty" indicator to the EditorWrapper
Itamar
2021-05-02
HackStudio: Get rid of m_currently_open_file member
Itamar
2021-05-02
LibGUI+HackStudio: Remove editing specific hacks from GUI::Command
Andreas Kling
2021-05-02
Userland: Make IPC handlers return void if they don't have any outputs
Gunnar Beutner
2021-05-02
Userland: Get rid of the OwnPtr<...> boilerplate code for IPC handlers
Gunnar Beutner
2021-05-02
HackStudio: Use common copy functions in ProjectTemplate.cpp
Valtteri Koskivuori
2021-05-01
Everywhere: Turn #if *_DEBUG into dbgln_if/if constexpr
Gunnar Beutner
2021-05-01
Everywhere: Rename app_menu to file_menu or game_menu
Andreas Kling
2021-05-01
HackStudio: Detection of externally deleted files
Olivier De Cannière
2021-05-01
LibX86+UserspaceEmulator: Add MMX insns prototypes
Hendiadyoin1
2021-04-29
Everywhere: "indexes" => "indices"
Andreas Kling
2021-04-29
Everywhere: "file name" => "filename"
Andreas Kling
2021-04-29
Everywhere: Use "the SerenityOS developers." in copyright headers
Linus Groh
2021-04-28
HackStudio: Add context option to set execution point while debugging
FalseHonesty
2021-04-27
LibThread: Fix int to pointer conversion
Jean-Baptiste Boric
2021-04-26
Profiler: Use NonnullOwnPtr for libraries
Gunnar Beutner
2021-04-26
Kernel+Profiler: Improve profiling subsystem
Gunnar Beutner
2021-04-25
Everywhere: Remove empty line after function body opening curly brace
Linus Groh
2021-04-25
HackStudio: Display variable type name in expression evaluator
FalseHonesty
[next]