index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
DevTools
/
Profiler
/
main.cpp
Age
Commit message (
Expand
)
Author
2020-10-31
Profiler: Set window title based on the selected View
Uma Sankar Yedida
2020-10-27
LibGUI: Shrink the default selection rect of TreeView items
Andreas Kling
2020-10-19
Profiler: Implement "Top functions" feature like Instruments.app has
Andreas Kling
2020-10-13
Use new format functions in remaining DevTools. (#3755)
Paul Scharnofske
2020-08-26
LibGUI: Move table view headers into their own widget
Andreas Kling
2020-08-15
Misc: Use automatic window positioning in more applications
Linus Groh
2020-08-15
LibGUI: Add and use Window::center_on_screen()
Linus Groh
2020-08-12
DevTools: Mark compilation-unit-only functions as static
Ben Wiederhake
2020-07-28
DevTools+LibGUI: Make ProcessChooser a general Dialog in LibGUI
thankyouverycool
2020-07-16
LibWeb: Require parent window argument for MessageBox
Tom
2020-07-04
LibGUI: Turn GUI::Application::the() into a pointer
Andreas Kling
2020-07-04
LibGUI: Make GUI::Application a Core::Object
Andreas Kling
2020-07-02
Profiler: Turn the "choose a process" functionality into a GUI::Dialog
Andreas Kling
2020-07-01
Profiler: Allow specifying a PID to profile with --pid
Andreas Kling
2020-07-01
Profiler: If run without arguments, let user select process from a list
Andreas Kling
2020-07-01
Profiler: Rename from ProfileViewer :^)
Andreas Kling