summaryrefslogtreecommitdiff
path: root/Libraries/LibGUI/TreeView.cpp
AgeCommit message (Expand)Author
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