]> Pileus Git - ~andy/gtk/history - gtk/gtkimage.c
Deprecate widget flag: GTK_WIDGET_MAPPED
[~andy/gtk] / gtk / gtkimage.c
2010-03-03 Javier JardónDeprecate widget flag: GTK_WIDGET_MAPPED
2010-03-01 Javier JardónDeprecate widget flag: GTK_WIDGET_VISIBLE
2010-03-01 Javier JardónDeprecate widget flag: GTK_WIDGET_DRAWABLE
2009-12-21 Javier JardónMove documentation to inline comments: GtkImage
2009-12-19 Dan WinshipChange GtkIconSize to int in params/return values
2009-12-19 Dan WinshipFix out/transfer annotations on GtkImage getters
2009-12-16 Colin Walters[introspection] Merge in Gtk-custom.c annotations
2009-11-27 Matthias ClasenMerge branch 'master' into toolpalette
2009-11-23 Christian PerschMake setting the icon-size property on GTK_IMAGE_GICON...
2009-10-28 Johannes SchmidMerge branch 'master' into toolpalette
2009-10-18 Matthias ClasenFix a problem in GtkImage size allocation
2009-01-23 Matthias ClasenImprove docs
2008-09-17 Christian Persch Bug 552667 – gtkimage containing gicon leaks memory
2008-08-12 Michael Natterergtk/gtkaccellabel.c gtk/gtkcalendar.c gtk/gtkclist...
2008-08-08 Tor Lillqvistgtk/gtk.symbols gtk/makegtkalias.pl gtk/gtkaccelmap...
2008-07-01 Cody RussellRevert name change
2008-06-30 Cody RussellPractically everything changed.
2008-06-22 Johan DahlinInclude "config.h" instead of <config.h> Command used...
2008-06-16 Matthias ClasenWhen pixel-size is specified, use GTK_ICON_LOOKUP_FORCE...
2008-05-29 Matthias ClasenBug 522084 – GIcon support for GtkIconTheme & GtkImage
2007-11-21 Matthias ClasenAvoid drawing one too many frames. (#107398, Owen Taylo...
2007-05-26 Matthias ClasenRequire gtk-doc 1.6, for signal and property links.
2007-03-09 Matthias ClasenRemove unnecessary NULL checks before g_free(). (#36966...
2006-12-22 Matthias ClasenReplace a lot of idle and timeout calls by the new...
2006-05-18 Matthias ClasenOnly unref the pixbuf if the image has the appropriate...
2006-05-14 Matthias ClasenMore of the same
2006-05-02 Matthias ClasenBoilerplate reduction
2006-03-16 Matthias ClasenUpdate the size of the image, by swapping the implement...
2005-11-16 Michael Natterercall gtk_window_process_updates() so the animation...
2005-09-30 Matthias ClasenDon't leak pixbuf in some cases. (#317611, Tommi Komula...
2005-09-13 Matthias ClasenVarious cleanups. (#315360, Kjartan Maraas)
2005-09-01 Matthias ClasenIntern some more strings.
2005-08-31 Matthias ClasenIntern type names in code generated by glib-mkenums...
2005-08-29 Matthias ClasenDon't refer to nonexisting stock ids.
2005-06-21 Matthias ClasenModify all of the GtkMisc widgets to round down on...
2005-06-19 Matthias ClasenMake this function public. (#64792, Havoc Pennington)
2005-06-08 Matthias ClasenMake the file property readable. (#170674, Lorenzo...
2005-05-14 Manish Singhgdk/gdkdraw.c #include gdkcairo.h for gdk_cairo_create...
2005-05-02 Matthias ClasenForgotten file
2005-04-09 Matthias ClasenDon't display too many broken images. (#169870, Roman...
2005-04-09 Matthias ClasenIf a stock_id is unknown, display the missing image...
2005-03-26 Matthias ClasenUse canonical names for g_object_notify() as well.
2005-03-22 Matthias ClasenDefine macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE...
2005-03-20 Matthias ClasenMake PLT-reduction work with gcc4, and don't include...
2005-03-09 Matthias ClasenFix a typo.
2005-03-09 Matthias ClasenMore canonical property names.
2005-01-25 Matthias ClasenUse the correct setter for a string GValue. (#165203...
2004-12-13 Matthias ClasenAdd a missing break statement. (#161172, Damon Chaplin)
2004-12-12 Tor Lillqvistgtk/gtkaccelmap.[ch] gtk/gtkfilechooser.[ch] gtk/gtkfil...
2004-10-26 Matthias ClasenMake the icon_name parameter G_CONST_RETURN.
2004-10-25 Matthias ClasenAdd a new type GTK_IMAGE_ICON_NAME for named icons...
2004-09-01 Matthias ClasenDon't leak the iter of a running animation. (#151542)
2004-08-09 Matthias ClasenAdd hidden aliases for exported symbols which are used...
2004-07-08 Matthias ClasenMake sure that subpixbufs are properly aligned for
2004-07-03 Matthias ClasenProperly align mask and pixbuf if a subarea is exposed...
2004-05-31 Matthias ClasenTypo fix.
2004-03-06 Federico Mena QuinteroFixes #136082 and #135265, patch by Morten Welinder.
2004-01-16 Matthias ClasenThe first part of the fix for #114351 (see also gdk...
2002-11-07 Owen TaylorDon't try to use render if we can't get a picture for...
2002-10-05 Manish Singhdeprecation cleanup
2002-10-02 Owen TaylorExport _gdk_draw_pixbuf as gdk_draw_pixbuf(), rename...
2002-09-27 Owen TaylorReset the animation iter on unrealize as well as unmap...
2002-08-10 Soren SandmannMinor documentation fixes
2002-03-12 Richard HestilowAllow NULL filenames.
2002-02-05 Havoc Penningtonoffset area being gotten from pixmap by the align/paddi...
2002-02-01 Owen TaylorFix typo in property description. (Christian Rose.)
2002-01-31 Mark McLoughlinmake static.
2002-01-30 Owen TaylorDocument that a size of (GtkIconSize)-1 means don't...
2002-01-29 Havoc PenningtonOptimize exposes of partial insensitive images.
2002-01-10 Vitaly Tishkovgtk/gtkimage.c gtk/gtkimcontext.c gtk/gtktreemodel.c
2001-12-27 Owen TaylorMake interpretation of misc->xpad/ypad consistent with...
2001-09-08 Havoc Penningtonput GtkPacker back in here so it won't be in gtk-unused...
2001-08-29 Havoc Penningtonadd default icon
2001-08-25 Owen TaylorBreak compatibility and make gtk_image_new() take no...
2001-07-18 Owen TaylorPatch from Matthias Clasen to remove remove all instanc...
2001-07-18 Owen TaylorFix idles and timeouts to be properly surrounded by
2001-07-18 Darin AdlerIgnore the sgml directory made by gtkdoc. Use gtk_windo...
2001-05-11 Havoc Penningtondocs, fixes bug #54144
2001-05-07 Havoc Penningtonfix some shell typos
2001-04-18 Havoc Penningtonallow shrinking the image window to test that we clip...
2001-04-18 Havoc Penningtonfix to properly queue resizes when the image is set
2001-03-12 Havoc PenningtonSwitch to using an enum with registration for icon...
2001-03-07 Havoc Penningtonnew function, turns off decorations for a window.
2001-02-20 Jonathan BlandfordNew function to create an icon set from a pixbuf.
2001-02-03 Havoc PenningtonCVS is doing its broken pipe thing, this is more of...
2001-01-24 4Splitted gtk_image_clear into gtk_image_clear() and...
2000-11-01 Havoc PenningtonUm, don't randomly subtract 4 from coordinates.
2000-11-01 Havoc PenningtonNew function to create a pixbuf pointing to a subregion...
2000-10-18 Havoc PenningtonSome updates
2000-09-26 Havoc PenningtonMove more text widget headers into the private header...
2000-07-26 Tim Janikapplied patch from Andreas Persenius <ndap@swipnet...
1999-02-24 CST 1999 Shawn T... Added notice to look in AUTHORS and ChangeLog files...
1998-11-30 Elliot LeeI submitted this patch twice to gtk-devel-list, and...
1998-11-28 Tim Janikdeprecated gtk_widget_freeze_accelerators and
1998-07-04 Tim Janikchanged reversed_[12] to reserved_[12] in gtk_*_get_typ...
1998-06-28 Tim Janikcall the base class init fucntions from all parent...
1998-05-03 Owen Taylorconfigure.in acheader.h gdk/gdkwindow.c Check for Shape...
1998-04-13 PDT 1998 Shawn T... Changed LGPL address for FSF in all .h and .c files
1998-01-16 Tim Janikmain part for GtkArgSetFunc/GtkArgGetFunc implementation.
1997-12-08 Owen Taylorgtkimage.c: Fixes to expose handler from Rob Browning
next