index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
LibGUI
/
GItemView.cpp
Age
Commit message (
Expand
)
Author
2019-06-07
LibGUI: Run clang-format on everything.
Andreas Kling
2019-05-09
LibGUI: Remove GModel activations to GAbstractView.
Andreas Kling
2019-04-10
LibGUI: Move frame painting from GFrame to StylePainter.
Andreas Kling
2019-03-29
Rename Painter::set_clip_rect() to add_clip_rect().
Andreas Kling
2019-03-29
LibGUI: Expand GModelIndex a bit, adding internal data and model pointers.
Andreas Kling
2019-03-28
LibGUI: Improve GFrame's look for Container shapes.
Andreas Kling
2019-03-28
LibGUI: Add a GPainter class that inherits from Painter.
Andreas Kling
2019-03-28
LibGUI: Use GFrame to draw the frames around GItemView and GTableView.
Andreas Kling
2019-03-25
GItemView: Some improvements to keyboard navigation.
Andreas Kling
2019-03-25
GItemView: Hide the horizontal scrollbar since we never need it.
Andreas Kling
2019-03-25
GItemView: Add slightly more horizontal padding to the icon labels.
Andreas Kling
2019-03-25
LibGUI: Add GWidget::doubleclick_event().
Andreas Kling
2019-03-24
LibGUI+FileManager: Add a GIcon class to support multi-size icons.
Andreas Kling
2019-03-23
GItemView: Implement up/down/left/right keyboard navigation.
Andreas Kling
2019-03-23
LibGUI: Add a GItemView class.
Andreas Kling