ladybird/DevTools
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
..
HackStudio HackStudio: Reset the cursor to I-beam when switching between files 2020-10-26 16:43:28 +01:00
Inspector Use new format functions in remaining DevTools. (#3755) 2020-10-13 18:34:27 +02:00
IPCCompiler AK: Introduce SourceGenerator::fork(). 2020-10-24 12:56:25 +02:00
Profiler LibGUI: Shrink the default selection rect of TreeView items 2020-10-27 20:33:30 +01:00
UserspaceEmulator UserspaceEmulator: Remove some unneeded String copies 2020-10-25 10:13:03 +01:00
CMakeLists.txt DevTools: Remove VisualBuilder and FormCompiler 2020-10-01 21:07:12 +02:00