Files
ladybird/Libraries/LibGUI
Andreas Kling 5a02a0d140 LibGUI: Refine the per-item rects in GItemView
Previously we would consider anything in the large padded area around
each item to also be part of the item for mouse event purposes.
This didn't feel right when rubberbanding, so this patch factors out
the per-item rect computation into a get_item_rects() helper which can
then be used by the various functions that need it.
2020-01-04 21:36:42 +01:00
..
2019-09-21 19:21:36 +02:00
2019-07-11 15:49:47 +02:00
2019-10-28 19:08:48 +01:00