summaryrefslogtreecommitdiff
path: root/gtk/gtkiconviewprivate.h
Commit message (Collapse)AuthorAgeFilesLines
* iconview: Remove iterm->prelightBenjamin Otte2014-09-161-1/+0
| | | | | | | item->prelight is always equal to iconview->priv->last_prelight == item so there is no need to track it separately.
* Add optional single click activation mode for icon viewWilliam Jon McCann2013-01-201-0/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=345023
* iconview: Bring back per-row contextsBenjamin Otte2012-05-081-0/+3
| | | | | Apparently GtkCellAreaContext is broken enough to not allow multiple allocations...
* iconview: Redo layoutingBenjamin Otte2012-05-071-3/+0
|
* iconview: Redo size requestsBenjamin Otte2012-05-071-2/+0
| | | | | | Instead of just returning the last allocated numbers, we now compute the proper sizes from scratch. This is a bit less trivial, but it results in proper height-for-width handling.
* iconview: Don't cache itersBenjamin Otte2012-05-071-1/+0
| | | | | | | | This is a huge quest to remove all caching from GtkIconview to simplify the code. As it turns out, iconview performance is a joke, so the caches are kinda unnecessary. If we need caching, we can add it in a useful way later.
* iconview: Remove needless requirementBenjamin Otte2012-05-071-2/+0
| | | | | | | | | | If we use &item->cell_area instead of (GdkRectangle *) item there is no need anymore to keep the cell_area as the first member of the the item. And we cget compile-time checks for changes to the item struct.
* Change FSF AddressJavier Jardón2012-02-271-3/+1
|
* iconview: Split out iconview accessibleBenjamin Otte2011-12-191-0/+157