Jelle Raaijmakers
|
f391ccfe53
LibGfx+Everywhere: Change `Gfx::Rect` to be endpoint exclusive
|
2 years ago |
Caoimhe
|
d05cb50b24
LibGUI: Only clear `TreeView::m_view_metadata` when required
|
2 years ago |
Andreas Kling
|
eb9d2c64c8
LibGUI: Center TreeView item icons vertically
|
2 years ago |
Tim Schumacher
|
82a152b696
LibGfx: Remove `try_` prefix from bitmap creation functions
|
2 years ago |
Andreas Kling
|
3407ab0fd1
LibGfx: Make Font::width() return a float
|
2 years ago |
martinfalisse
|
481c0419ba
LibGUI: Fix highlighting of elements in TreeView
|
2 years ago |
MacDue
|
7be0b27dd3
Meta+Userland: Pass Gfx::IntPoint by value
|
2 years ago |
Linus Groh
|
57dc179b1f
Everywhere: Rename to_{string => deprecated_string}() where applicable
|
2 years ago |
Easton Pillay
|
22d54cd446
LibGUI: Hold down Alt when clicking TreeView to expand full subtree
|
2 years ago |
Timothy Flynn
|
32642394a9
LibGUI: Programatically draw table header sorting arrows
|
2 years ago |
sin-ack
|
3f3f45580a
Everywhere: Add sv suffix to strings relying on StringView(char const*)
|
3 years ago |
kleines Filmröllchen
|
cd5ed44f64
LibGUI: Don't stringify non-textlike data in TreeView's tree column
|
3 years ago |
kleines Filmröllchen
|
4e8cb0508f
LibGUI: Add is_toggled getter for TreeView
|
3 years ago |
kleines Filmröllchen
|
d813bf77ee
LibGUI: Associate model index metadata directly with the model index
|
3 years ago |
kleines Filmröllchen
|
68a758304a
LibGUI: Register should_fill_selected_rows for GML in TreeView
|
3 years ago |
Idan Horowitz
|
086969277e
Everywhere: Run clang-format
|
3 years ago |
Lenny Maiorani
|
fe3b846ac8
Libraries: Use default constructors/destructors in LibGUI
|
3 years ago |
networkException
|
b67d4ab52f
LibGUI: Allow falling back to default paint behavior in delegate
|
3 years ago |
Andreas Kling
|
235f39e449
LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()
|
3 years ago |
Filiph Sandström
|
d6a0726302
Everywhere: Rename left/right-click to primary/secondary
|
3 years ago |
sin-ack
|
309a20c014
LibGUI: Draw a focus rect over the row when sel. behavior is SelectRows
|
3 years ago |
sin-ack
|
158629d1c4
LibGUI: Partially restore original TreeView column painting behavior
|
3 years ago |
sin-ack
|
8c1a6a8436
LibGUI: Default TreeView to SelectionBehavior::SelectItems
|
3 years ago |
sin-ack
|
1408aa1295
LibGUI: Do not allow tree column to shrink beyond indent and icon
|
3 years ago |
sin-ack
|
ba768eb872
LibGUI: TreeView tree column text painting adjustments
|
3 years ago |
Andreas Kling
|
8ba47facf6
LibGUI: Add ModelRole::IconOpacity and support it in all views :^)
|
3 years ago |
Andreas Kling
|
4486e5b26d
LibGUI: Remove some unused code in GUI::TreeView
|
3 years ago |
Andreas Kling
|
c7d891765c
LibGfx: Use "try_" prefix for static factory functions
|
4 years ago |
Andreas Kling
|
df96380121
LibGUI: Tighten paint invalidation rects in item views :^)
|
4 years ago |
Marcus Nilsson
|
94551149d1
TreeView: Don't try to move cursor with invalid index
|
4 years ago |