AnotherTest
|
71de8b7480
LibGUI: Remove `AbstractView::did_update_model()'
|
4 rokov pred |
Andreas Kling
|
80e12999c4
LibGUI: Model-less views should not swallow key events
|
4 rokov pred |
Andreas Kling
|
ea14c67e29
LibGUI: Make TreeView use the view cursor properly
|
4 rokov pred |
Andreas Kling
|
0391806eec
LibGUI: Shrink the default selection rect of TreeView items
|
4 rokov pred |
Tom
|
52a847a0eb
LibGUI: Implement searching/jumping as you type in views
|
4 rokov pred |
Andreas Kling
|
3bccd99fe9
LibGUI: Add TreeView::expand_all_parents_of(ModelIndex)
|
4 rokov pred |
Andreas Kling
|
f69281573e
LibGUI: Double-clicking on a TreeView item should set cursor
|
4 rokov pred |
Andreas Kling
|
95b6c98435
LibGUI: Fix TreeView scrolling to top when clicking sub-items
|
4 rokov pred |
Andreas Kling
|
9cf37901cd
LibGUI: Add a cursor to AbstractView, separate from the selection
|
4 rokov pred |
Andreas Kling
|
0b9d765f6b
LibGUI: Add AbstractView::move_cursor() and share some movement logic
|
4 rokov pred |
thankyouverycool
|
0bb2025b69
Base: Create /res/icons/serenity for misc. sized system icons
|
4 rokov pred |
Andreas Kling
|
c4347a16cf
LibGUI: Make AbstractTableView row height configurable
|
4 rokov pred |
Andreas Kling
|
44e371635e
LibGUI: Move table view headers into their own widget
|
4 rokov pred |
Andreas Kling
|
9102b624ac
LibGUI+DevTools+Applications: Use ModelIndex::data() in many places
|
4 rokov pred |
Andreas Kling
|
96f98b1fc9
LibGUI: Simplify TableCellPaintingDelegate API slightly
|
4 rokov pred |
Andreas Kling
|
a1e381a0f8
LibGUI: Move GUI::Model::Role to GUI::ModelRole
|
4 rokov pred |
Andreas Kling
|
4088beb8eb
LibGUI: Remove Model::sibling() since it's the same as index()
|
4 rokov pred |
thankyouverycool
|
332f349e07
LibGUI: Fix keybind conflicts in TreeView
|
5 rokov pred |
thankyouverycool
|
366d7e6d05
LibGUI: Only report toggled directories once on subtree collapse/expansion
|
5 rokov pred |
thankyouverycool
|
e6ddc7e022
LibGUI: Add missing on_toggle hook to TreeView
|
5 rokov pred |
thankyouverycool
|
cbf3c2caeb
LibGUI: Add on_toggle function to TreeView
|
5 rokov pred |
Andreas Kling
|
c6c71b0fcc
LibGUI: Respect per-index font when computing TreeView item rects
|
5 rokov pred |
AnotherTest
|
476ccb2206
LibGUI: Do not recurse into rows with invalid indices
|
5 rokov pred |
Andreas Kling
|
116cf92156
LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize
|
5 rokov pred |
FalseHonesty
|
12fe546be9
LibGUI+HackStudio: Fix cursor appearance and crash while debugging
|
5 rokov pred |
Andreas Kling
|
278b307713
LibGUI: Make all views use CenterLeft as the default text alignment
|
5 rokov pred |
Andreas Kling
|
2adb0a07e5
LibGUI: Get rid of Model::ColumnMetadata and always use auto-sizing
|
5 rokov pred |
Andreas Kling
|
2e03bded43
LibGUI: Add Model::Role::TextAlignment and remove from ColumnMetadata
|
5 rokov pred |
Andreas Kling
|
04187576ff
LibGUI: Models should always specify font via Model::Role::Font
|
5 rokov pred |
Andreas Kling
|
9d9a31384e
LibGUI: Allow expand/collapse subtrees in TreeView with Alt+Left/Right
|
5 rokov pred |