aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-icon-factory.c
Commit message (Expand)AuthorAgeFilesLines
* Coding style and whitespace cleanup.Matthew Barnes2011-09-041-1/+3
* Bug #646109 - Fix use of include <config.h> to make sure translations workMilan Crha2011-05-271-0/+2
* More whitespace cleanup.Matthew Barnes2011-01-311-6/+6
* Use latest gnome-desktop APIRodrigo Moya2011-01-251-1/+1
* Update API documentation.Matthew Barnes2010-02-101-8/+13
* Fallback to missing image, when a stock icon could not be foundGustavo Noronha Silva2010-01-231-2/+12
* Kill Evolution's icon cache once and for all.Matthew Barnes2009-11-201-217/+17
* Prefer GLib mutexes over pthread mutexes.Matthew Barnes2009-10-271-2/+0
* Bug #580895 - Kill libgnomeui/gnome-thumbnail.hMilan Crha2009-08-041-6/+63
* More whitespace cleanup.Matthew Barnes2009-07-191-1/+1
* Fix excessive whitespace.Matthew Barnes2009-07-131-3/+0
* Prefer GLib basic types over C types.Matthew Barnes2009-05-291-12/+12
* Remove trailing whitespace, again.Matthew Barnes2009-05-291-1/+1
* Eliminate redundant E_ICON_SIZE_* enumeration.Matthew Barnes2009-05-241-66/+15
* Only include the toplevel GTK+ header.Matthew Barnes2008-10-311-1/+1
* License changes from GPL to LGPLSankarasivasubramanian Pasupathilingam2008-09-161-14/+14
* Added a debug macro and turned it off.Bharath Acharya2008-08-181-4/+5
* Make evolution respect GTK_ICON_SIZE changes, part of bug #416258.Gilles Dartiguelongue2008-08-161-30/+43
* ** Fixes bug #546892Matthew Barnes2008-08-121-56/+0
* updated novell copyright notices (left others alone)Jeffrey Stedfast2008-06-211-1/+1
* ** Allow evolution to build with G_DISABLE_SINGLE_INCLUDES andMatthew Barnes2008-06-061-2/+0
* Construct pathname under EVOLUTION_DATADIR at run-time becauseTor Lillqvist2008-01-251-4/+9
* ** Fix for bug #488213Milan Crha2008-01-121-1/+31
* ** Remove trailing whitespace from source code.Matthew Barnes2007-11-151-10/+10
* ** Migration of theme icons to data/icons/ (bug #479257)Michael Monreal2007-10-121-1/+3
* Update FSF address in header comments (#469886). Patch from TobiasMatthew Barnes2007-09-021-1/+1
* patch by: Tim Yamin <plasm@roo.me.uk> reviewed by: Srinivasa RagavanTobias Mueller2007-08-181-2/+6
* Add App specific themable icons.Srinivasa Ragavan2007-05-111-1/+2
* Massive code cleanup (bug #429422)Matthew Barnes2007-04-201-70/+83
* Remove unreachable code and fix the leak of basename.Harish Krishnaswamy2006-11-211-12/+3
* Use guint for 1-bit bitfield. Remove unused var Remove unused vars RenameKjartan Maraas2006-02-081-2/+2
* accept SVGs for stock icons. Fixes bug 304417.Benjamin Berg2006-02-071-0/+1
* Use GLib API where applicable for portability.Tor Lillqvist2005-12-171-28/+29
* add protoJP Rosevear2004-11-261-1/+14
* We must return TRUE here so that things actually get removed from the listRodney Dawes2004-08-101-0/+2
* connect to "changed" signal on the GnomeIconTheme object.Rodrigo Moya2004-08-061-2/+12
* Fixes #62030Rodrigo Moya2004-08-051-4/+4
* If the icon_name is an abolute path, just load it.Dan Winship2004-06-031-6/+11
* doh. need to append ".png" to the icon filenames when falling back on looking...Jeffrey Stedfast2004-05-201-2/+2
* Lots of re-working action. We no longer load a pixbuf for each and everyJeffrey Stedfast2004-05-201-98/+167
* *** empty log message ***Jeffrey Stedfast2004-05-131-9/+22
* Make this work for non-stock icons too.Dan Winship2004-04-301-1/+3
* make sure we unlock if we fail to find an icon.Not Zed2004-04-221-0/+1
* *** empty log message ***Jeffrey Stedfast2004-04-211-2/+0
* Make thread-safe. Fixes a crash I encountered this morning.Jeffrey Stedfast2004-04-211-176/+166
* Add e-icon-factory.[ch] Use the icon theme via EIconFactory MoveMichael Terry2004-04-191-0/+288