summaryrefslogtreecommitdiff
path: root/LibGUI/GItemView.cpp
AgeCommit message (Expand)Author
2019-03-28LibGUI: Use GFrame to draw the frames around GItemView and GTableView.Andreas Kling
2019-03-25GItemView: Some improvements to keyboard navigation.Andreas Kling
2019-03-25GItemView: Hide the horizontal scrollbar since we never need it.Andreas Kling
2019-03-25GItemView: Add slightly more horizontal padding to the icon labels.Andreas Kling
2019-03-25LibGUI: Add GWidget::doubleclick_event().Andreas Kling
2019-03-24LibGUI+FileManager: Add a GIcon class to support multi-size icons.Andreas Kling
2019-03-23GItemView: Implement up/down/left/right keyboard navigation.Andreas Kling
2019-03-23LibGUI: Add a GItemView class.Andreas Kling