summaryrefslogtreecommitdiff
path: root/gtk/gtkiconfactory.c
Commit message (Expand)AuthorAgeFilesLines
* Use a better caps lock warning iconMatthias Clasen2009-01-051-0/+1
* Bug 555386 – format not a string literal and no format argumentsChristian Persch2008-10-131-1/+1
* gtk/gtk.symbols gtk/makegtkalias.pl gtk/gtkaccelmap.c gtk/gtkfilechooser.cTor Lillqvist2008-08-081-5/+5
* Bug 384940 – handle rejecting jobs and authentication meaningfullyMatthias Clasen2008-07-151-0/+1
* Revert name changeCody Russell2008-07-011-1/+1
* Practically everything changed.Cody Russell2008-06-301-1/+1
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* Use g_set_error_literal where appropriate. Bug #538640.Christian Persch2008-06-191-1/+1
* Make the iconfactory buildable implementation less strictMatthias Clasen2008-05-241-2/+2
* Forgotten filesMatthias Clasen2008-05-061-0/+3
* include <pango/pango.h> instead of <pango/pango-layout.h>.Michael Natterer2008-04-251-1/+0
* register the GTK_STOCK_PAGE_SETUP icon.Michael Natterer2008-04-171-0/+1
* - Treat enums like enums and not values - Avoid invalid free, in case ofJohan Dahlin2008-03-071-26/+79
* Fix build.Carlos Garnacho2008-03-071-1/+1
* Implement GtkBuildable on GtkIconFactory, to make it possible to registerJohan Dahlin2008-03-071-2/+225
* Adjust to icon cache api change. (#506135, Kazuki Iwamoto)Matthias Clasen2007-12-291-1/+3
* Fixed typo in icon_size_lookup_intern() - colon instead of semicolonYevgen Muntyan2007-10-161-1/+1
* Be more careful when handling (GtkIconSize)-1. (#456137, Harry Lu, ChrisMatthias Clasen2007-10-161-3/+6
* Improve a warning Always set the error when returning NULL. (#440982,Matthias Clasen2007-05-251-1/+2
* Internalize some strings, pointed out by Damon Chaplin.Matthias Clasen2007-04-271-1/+1
* Switch over to use glib's new g_hash_table_get_keys() rather than our ownChris Wilson2007-04-111-22/+4
* Apply a cleanup patch by Kjartan Maraas (#341812)Matthias Clasen2006-10-081-2/+2
* Export this privately.Matthias Clasen2006-07-201-3/+7
* Forgotten fileMatthias Clasen2006-05-191-0/+1
* More of the sameMatthias Clasen2006-05-141-1/+1
* Boilerplate reductionMatthias Clasen2006-05-021-33/+2
* Merge the gtk-printing branch. For more detailed ChangeLog entries, seeAlexander Larsson2006-04-211-0/+3
* Register RTL versions of the indent and unindent icons. (#326857, ItaiMatthias Clasen2006-01-151-2/+8
* Store builtin stock icons in an icon cache, instead of populating a hashMatthias Clasen2005-11-041-411/+152
* Intern some more strings.Matthias Clasen2005-09-011-2/+2
* Also intern static strings passed to g_object_set_data()Matthias Clasen2005-08-311-1/+1
* Intern type names in code generated by glib-mkenums, too.Matthias Clasen2005-08-311-1/+1
* Construct the "Select All" menuitem from stock.Matthias Clasen2005-08-291-0/+4
* Add some new stock items. (#166480, Kristof Vansant)Matthias Clasen2005-06-251-0/+12
* Add 16x16 versions of the zoom icons and of GTK_STOCK_INDEX. Some of theMatthias Clasen2005-04-091-5/+20
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-1/+4
* Make gtk_icon_theme_load_icon() work independent of icon factoryMatthias Clasen2005-01-031-4/+4
* gtk/gtkaccelmap.[ch] gtk/gtkfilechooser.[ch] gtk/gtkfilesel.cTor Lillqvist2004-12-121-1/+50
* Make sure the RTL variants are used for media icons update following theBastien Nocera2004-11-041-15/+15
* Doc update.Matthias Clasen2004-08-161-2/+40
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-091-0/+2
* Add a number of new stock items. (#102530, #68015, #109811, Jordi Mallach,Matthias Clasen2004-07-121-0/+48
* Add stock_file_16.png, stock_file_24.png, stock_directory_16.png andMatthias Clasen2004-07-061-0/+8
* Prevent unwanted recursion by resetting icon_set->cache before freeing theMatthias Clasen2004-06-261-5/+6
* Accept a NULL style.Matthias Clasen2004-06-261-2/+2
* Actually count the cached icons. (#135888, Crispin Flowerday)Matthias Clasen2004-05-091-3/+2
* Merge from 2.4:Matthias Clasen2004-05-061-1/+2
* Add a11y relations between the color wheel and the spin buttons. (#132745,Matthias Clasen2004-04-141-1/+2
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-0/+1
* Increment the reference count of the style when copying the cached icon.Matthias Clasen2004-03-041-1/+4