Change the way emblems are drawn on icons.
commit7890e1cc4b169aab33f1d4adcd0416b122490557
authorStephen Watson <stephen@kerofin.demon.co.uk>
Sun, 1 Jun 2008 18:58:45 +0000 (1 19:58 +0100)
committerStephen Watson <stephen@kerofin.demon.co.uk>
Sun, 1 Jun 2008 18:58:45 +0000 (1 19:58 +0100)
tree2fa475cc3b0f7ddde6a1a473cc3979b0b836bd9d
parent11ca390c1a17e03b691c74c5a4b3aefdb2c45394
Change the way emblems are drawn on icons.
The emblem images are no longer MaskedPixmaps but are fetched from stock when
needed.  This allows the theming mechanism to work on them.  There may be an
overhead due to repeated calls to gtk_style_lookup_icon_set and
gtk_icon_set_render_icon.
ROX-Filer/src/cell_icon.c
ROX-Filer/src/display.c
ROX-Filer/src/display.h
ROX-Filer/src/panel.c
ROX-Filer/src/pinboard.c
ROX-Filer/src/pixmaps.c
ROX-Filer/src/pixmaps.h
ROX-Filer/src/view_collection.c