1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-10-17 13:12:25 +00:00
serenity/DevTools/Profiler
Andreas Kling 0391806eec LibGUI: Shrink the default selection rect of TreeView items
Instead of filling the whole row with selection color, only fill behind
the text. This gives a snugger, more focused appearance.

For embedders that want the entire row to get filled with the selection
color when selected, they can opt in to the old behavior by calling
TreeView::set_should_fill_selected_rows(). This is used by Profiler.
2020-10-27 20:33:30 +01:00
..
CMakeLists.txt DevTools+LibGUI: Make ProcessChooser a general Dialog in LibGUI 2020-07-28 16:29:36 +02:00
DisassemblyModel.cpp Use new format functions in remaining DevTools. (#3755) 2020-10-13 18:34:27 +02:00
DisassemblyModel.h Meta+DevTools: Make clang-format-10 clean 2020-09-25 21:18:17 +02:00
main.cpp LibGUI: Shrink the default selection rect of TreeView items 2020-10-27 20:33:30 +01:00
Profile.cpp Profiler: Implement "Top functions" feature like Instruments.app has 2020-10-19 20:08:57 +02:00
Profile.h Profiler: Implement "Top functions" feature like Instruments.app has 2020-10-19 20:08:57 +02:00
ProfileModel.cpp LibGUI: Move GUI::Model::Role to GUI::ModelRole 2020-08-16 16:44:09 +02:00
ProfileModel.h Meta+DevTools: Make clang-format-10 clean 2020-09-25 21:18:17 +02:00
ProfileTimelineWidget.cpp Profiler: Rename from ProfileViewer :^) 2020-07-01 19:43:17 +02:00
ProfileTimelineWidget.h Profiler: Rename from ProfileViewer :^) 2020-07-01 19:43:17 +02:00