summaryrefslogtreecommitdiff
path: root/Libraries/LibGUI/TreeView.cpp
AgeCommit message (Expand)Author
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling
2021-01-09LibGUI: Add visual indicators for accepted drags to view classesAndreas Kling
2021-01-03LibGUI: Move widget registrations to the corresponding cpp fileAndrew Kaster
2020-11-30LibGUI: Remove `AbstractView::did_update_model()'AnotherTest
2020-10-28LibGUI: Model-less views should not swallow key eventsAndreas Kling
2020-10-27LibGUI: Make TreeView use the view cursor properlyAndreas Kling
2020-10-27LibGUI: Shrink the default selection rect of TreeView itemsAndreas Kling
2020-10-22LibGUI: Implement searching/jumping as you type in viewsTom
2020-09-18LibGUI: Add TreeView::expand_all_parents_of(ModelIndex)Andreas Kling
2020-09-16LibGUI: Double-clicking on a TreeView item should set cursorAndreas Kling
2020-09-16LibGUI: Fix TreeView scrolling to top when clicking sub-itemsAndreas Kling
2020-08-27LibGUI: Add a cursor to AbstractView, separate from the selectionAndreas Kling
2020-08-27LibGUI: Add AbstractView::move_cursor() and share some movement logicAndreas Kling
2020-08-27Base: Create /res/icons/serenity for misc. sized system iconsthankyouverycool
2020-08-26LibGUI: Make AbstractTableView row height configurableAndreas Kling
2020-08-26LibGUI: Move table view headers into their own widgetAndreas Kling
2020-08-16LibGUI+DevTools+Applications: Use ModelIndex::data() in many placesAndreas Kling
2020-08-16LibGUI: Simplify TableCellPaintingDelegate API slightlyAndreas Kling
2020-08-16LibGUI: Move GUI::Model::Role to GUI::ModelRoleAndreas Kling
2020-08-13LibGUI: Remove Model::sibling() since it's the same as index()Andreas Kling
2020-07-13LibGUI: Fix keybind conflicts in TreeViewthankyouverycool
2020-07-13LibGUI: Only report toggled directories once on subtree collapse/expansionthankyouverycool
2020-07-10LibGUI: Add missing on_toggle hook to TreeViewthankyouverycool
2020-07-07LibGUI: Add on_toggle function to TreeViewthankyouverycool
2020-07-04LibGUI: Respect per-index font when computing TreeView item rectsAndreas Kling
2020-07-01LibGUI: Do not recurse into rows with invalid indicesAnotherTest
2020-06-10LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSizeAndreas Kling
2020-05-30LibGUI+HackStudio: Fix cursor appearance and crash while debuggingFalseHonesty
2020-05-21LibGUI: Make all views use CenterLeft as the default text alignmentAndreas Kling
2020-05-21LibGUI: Get rid of Model::ColumnMetadata and always use auto-sizingAndreas Kling
2020-05-21LibGUI: Add Model::Role::TextAlignment and remove from ColumnMetadataAndreas Kling
2020-05-21LibGUI: Models should always specify font via Model::Role::FontAndreas Kling
2020-05-21LibGUI: Allow expand/collapse subtrees in TreeView with Alt+Left/RightAndreas Kling
2020-05-07LibGUI: Properly draw the background of the selected TreeView lineDexesTTP
2020-04-18LibGUI: Make view widgets fill background by defaultAndreas Kling
2020-04-12LibGUI: Add a way for models to update without invalidating indexesAndreas Kling
2020-03-30LibGUI: Brighten icons when hovering items in item viewsAndreas Kling
2020-03-02LibGUI: Fix broken TreeView rendering with more than two columnsAndreas Kling
2020-02-24LibGUI: Scroll selected treeview entries into viewTibor Nagy
2020-02-23LibGUI: Remove parent parameter to GUI::Widget constructorAndreas Kling
2020-02-21LibGUI: Improve TreeView keyboard navigationTibor Nagy
2020-02-16LibGUI: Add forwarding headerAndreas Kling
2020-02-15LibGUI: Use inactive selection colors from palette instead of hardcoding themTibor Nagy
2020-02-06LibGUI: Remove leading G from filenamesAndreas Kling