summaryrefslogtreecommitdiff
path: root/gtk/gtkimage.c
Commit message (Expand)AuthorAgeFilesLines
* Bug 522084 – GIcon support for GtkIconTheme & GtkImageMatthias Clasen2008-05-291-1/+236
* Avoid drawing one too many frames. (#107398, Owen Taylor, Miguel Gomez)Matthias Clasen2007-11-211-8/+10
* Require gtk-doc 1.6, for signal and property links.Matthias Clasen2007-05-261-20/+7
* Remove unnecessary NULL checks before g_free(). (#369666, Morten Welinder,Matthias Clasen2007-03-091-2/+1
* Replace a lot of idle and timeout calls by the new gdk_threads api.Matthias Clasen2006-12-221-6/+2
* Only unref the pixbuf if the image has the appropriate storage type.Matthias Clasen2006-05-181-4/+7
* More of the sameMatthias Clasen2006-05-141-1/+1
* Boilerplate reductionMatthias Clasen2006-05-021-43/+11
* Update the size of the image, by swapping the implementations ofMatthias Clasen2006-03-161-25/+23
* call gtk_window_process_updates() so the animation keeps running even ifMichael Natterer2005-11-161-2/+10
* Don't leak pixbuf in some cases. (#317611, Tommi Komulainen)Matthias Clasen2005-09-301-3/+3
* Various cleanups. (#315360, Kjartan Maraas)Matthias Clasen2005-09-131-2/+0
* Intern some more strings.Matthias Clasen2005-09-011-1/+1
* Intern type names in code generated by glib-mkenums, too.Matthias Clasen2005-08-311-1/+1
* Don't refer to nonexisting stock ids.Matthias Clasen2005-08-291-1/+1
* Modify all of the GtkMisc widgets to round down on centering calculationsMatthias Clasen2005-06-211-4/+2
* Make this function public. (#64792, Havoc Pennington)Matthias Clasen2005-06-191-3/+14
* Make the file property readable. (#170674, Lorenzo Gil Sanchez)Matthias Clasen2005-06-081-11/+27
* gdk/gdkdraw.c #include gdkcairo.h for gdk_cairo_create() declaration.Manish Singh2005-05-141-3/+1
* Forgotten fileMatthias Clasen2005-05-021-12/+3
* Don't display too many broken images. (#169870, Roman Kagan, patch by IvanMatthias Clasen2005-04-091-4/+2
* If a stock_id is unknown, display the missing image. (#169870, StevenMatthias Clasen2005-04-091-4/+16
* Use canonical names for g_object_notify() as well.Matthias Clasen2005-03-261-11/+11
* Define macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE, GTK_PARAM_READWRITEMatthias Clasen2005-03-221-13/+15
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-1/+4
* Fix a typo.Matthias Clasen2005-03-091-1/+1
* More canonical property names.Matthias Clasen2005-03-091-6/+6
* Use the correct setter for a string GValue. (#165203, Damon Chaplin)Matthias Clasen2005-01-251-1/+1
* Add a missing break statement. (#161172, Damon Chaplin)Matthias Clasen2004-12-131-0/+2
* gtk/gtkaccelmap.[ch] gtk/gtkfilechooser.[ch] gtk/gtkfilesel.cTor Lillqvist2004-12-121-0/+32
* Make the icon_name parameter G_CONST_RETURN.Matthias Clasen2004-10-261-66/+32
* Add a new type GTK_IMAGE_ICON_NAME for named icons, update the size andMatthias Clasen2004-10-251-4/+435
* Don't leak the iter of a running animation. (#151542)Matthias Clasen2004-09-011-4/+1
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-091-0/+3
* Make sure that subpixbufs are properly aligned forMatthias Clasen2004-07-081-5/+43
* Properly align mask and pixbuf if a subarea is exposed. (#135423, fix byMatthias Clasen2004-07-031-2/+4
* Typo fix.Matthias Clasen2004-05-311-1/+1
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-0/+1
* The first part of the fix for #114351 (see also gdk-pixbuf/ChangeLog andMatthias Clasen2004-01-161-20/+20
* Don't try to use render if we can't get a picture for the drawable. (FixesOwen Taylor2002-11-071-12/+27
* deprecation cleanupManish Singh2002-10-051-38/+40
* Export _gdk_draw_pixbuf as gdk_draw_pixbuf(), rename the _draw_pixbufOwen Taylor2002-10-021-11/+11
* Reset the animation iter on unrealize as well as unmap. (#94336)Owen Taylor2002-09-271-5/+18
* Minor documentation fixesSoren Sandmann2002-08-101-9/+9
* Allow NULL filenames.Richard Hestilow2002-03-121-1/+0
* offset area being gotten from pixmap by the align/padding offsets, so weHavoc Pennington2002-02-051-1/+1
* Fix typo in property description. (Christian Rose.)Owen Taylor2002-02-011-1/+1
* make static.Mark McLoughlin2002-01-311-1/+1
* Document that a size of (GtkIconSize)-1 means don't scale.Owen Taylor2002-01-301-1/+1
* Optimize exposes of partial insensitive images.Havoc Pennington2002-01-291-92/+167