gtk2/gtk/theme
Carlos Soriano fbbad5deec gtkplacesidebar: use GtkListBox
We were using GTkTreeView in a simple list. Also, as we know,
GtkCellRenderers are not the best way to theme and manipulate
widgets.

So instead use a GtkListBox to modernize the GtkPlacesSidebar,
and in the way clean up some parts of the code (like headings)
which were not used anymore.
Also we don't use a model anymore, since the data is simple
enough to manage it in a subclass of the row itself.
2015-06-16 16:19:37 +02:00
..
Adwaita gtkplacesidebar: use GtkListBox 2015-06-16 16:19:37 +02:00
HighContrast HC: implement overlay scrollbar theming 2015-05-04 14:39:40 +02:00
Raleigh Improve CSD decorations without a compositor 2015-03-22 01:34:37 -04:00
win32