summaryrefslogtreecommitdiff
path: root/gtk/gtkimage.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* gtk/gtkimage.c gtk/gtkimcontext.c gtk/gtktreemodel.cVitaly Tishkov2002-01-101-1/+1
* Make interpretation of misc->xpad/ypad consistent with GtkLabel. DoOwen Taylor2001-12-271-9/+14
* put GtkPacker back in here so it won't be in gtk-unused.txt, but don't putHavoc Pennington2001-09-081-1/+0
* add default iconHavoc Pennington2001-08-291-37/+396
* Break compatibility and make gtk_image_new() take no arguments. TheOwen Taylor2001-08-251-11/+10
* Patch from Matthias Clasen to remove remove all instances ofOwen Taylor2001-07-181-1/+0
* Fix idles and timeouts to be properly surrounded byOwen Taylor2001-07-181-0/+4
* Ignore the sgml directory made by gtkdoc. Use gtk_window_set_resizableDarin Adler2001-07-181-1/+1
* docs, fixes bug #54144Havoc Pennington2001-05-111-1/+3
* fix some shell typosHavoc Pennington2001-05-071-25/+221
* allow shrinking the image window to test that we clip to allocation.Havoc Pennington2001-04-181-2/+2
* fix to properly queue resizes when the image is setHavoc Pennington2001-04-181-9/+14
* Switch to using an enum with registration for icon sizes, instead ofHavoc Pennington2001-03-121-16/+11
* new function, turns off decorations for a window.Havoc Pennington2001-03-071-1/+7
* New function to create an icon set from a pixbuf.Jonathan Blandford2001-02-201-0/+4
* CVS is doing its broken pipe thing, this is more of the previous commitHavoc Pennington2001-02-031-10/+218
* Splitted gtk_image_clear into gtk_image_clear() and gtk_image_reset().42001-01-241-6/+30
* Um, don't randomly subtract 4 from coordinates.Havoc Pennington2000-11-011-4/+6
* New function to create a pixbuf pointing to a subregion of another pixbuf.Havoc Pennington2000-11-011-6/+9
* Some updatesHavoc Pennington2000-10-181-1/+1
* Move more text widget headers into the private header listHavoc Pennington2000-09-261-51/+612
* applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik2000-07-261-4/+4
* Added notice to look in AUTHORS and ChangeLog files for a list of changes.CST 1999 Shawn T. Amundson1999-02-241-0/+8
* I submitted this patch twice to gtk-devel-list, and received no comments,Elliot Lee1998-11-301-1/+1
* deprecated gtk_widget_freeze_accelerators andTim Janik1998-11-281-4/+4
* changed reversed_[12] to reserved_[12] in gtk_*_get_type functions.Tim Janik1998-07-041-2/+2
* call the base class init fucntions from all parent types upon classTim Janik1998-06-281-2/+3
* configure.in acheader.h gdk/gdkwindow.c Check for Shape extension both onOwen Taylor1998-05-031-1/+1
* Changed LGPL address for FSF in all .h and .c filesPDT 1998 Shawn T. Amundson1998-04-131-2/+3
* main part for GtkArgSetFunc/GtkArgGetFunc implementation.Tim Janik1998-01-161-1/+2
* gtkimage.c: Fixes to expose handler from Rob BrowningOwen Taylor1997-12-081-18/+21
* Initial revisionElliot Lee1997-11-241-0/+181