summaryrefslogtreecommitdiff
path: root/gtk/gtkpixmap.c
Commit message (Expand)AuthorAgeFilesLines
* Remove GtkPixmap completelyJavier Jardón2010-05-031-286/+0
* Don't use GTK_WIDGET_STATE in internal code anymoreJavier Jardón2010-03-091-1/+1
* Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_NO_WINDOW)Javier Jardón2010-03-061-1/+1
* Deprecate widget flag: GTK_WIDGET_VISIBLEJavier Jardón2010-03-011-2/+2
* [introspection] Merge in Gtk-custom.c annotationsColin Walters2009-12-161-0/+4
* gtk/gtkclist.c gtk/gtkctree.c gtk/gtkpixmap.c get rid of using deprecatedMichael Natterer2008-08-041-18/+17
* build with GTK_DISABLE_DEPRECATED again.Michael Natterer2008-08-041-3/+5
* gtk/gtkclist.c gtk/gtklist.c gtk/gtkoldeditable.c gtk/gtkpixmap.cMichael Natterer2008-08-041-2/+2
* Fix make check:Michael Natterer2008-07-041-2/+0
* 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
* build with GTK_DISABLE_DEPRECATED.Michael Natterer2008-06-171-0/+2
* More of the sameMatthias Clasen2006-05-141-1/+1
* Boilerplate reductionMatthias Clasen2006-05-021-31/+2
* reviewed by: Tim JanikSven Herzberg2006-03-271-1/+2
* Check that the pixmap has the right depth. (#333363, Ed Catmur)Matthias Clasen2006-03-061-1/+2
* Various cleanups. (#315360, Kjartan Maraas)Matthias Clasen2005-09-131-2/+0
* Intern some more strings.Matthias Clasen2005-09-011-1/+2
* Intern type names in code generated by glib-mkenums, too.Matthias Clasen2005-08-311-0/+1
* Modify all of the GtkMisc widgets to round down on centering calculationsMatthias Clasen2005-06-211-4/+2
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-2/+3
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-091-0/+1
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-0/+1
* add -DGTK_DISABLE_DEPRECATED. #undef it at the top of gtktypebuiltins.c.Manish Singh2002-11-201-0/+1
* add -DGDK_DISABLE_DEPRECATEDManish Singh2002-11-171-0/+2
* Export _gdk_draw_pixbuf as gdk_draw_pixbuf(), rename the _draw_pixbufOwen Taylor2002-10-021-8/+8
* add change_value virtual function, to fix buildHavoc Pennington2002-02-081-1/+1
* Make interpretation of misc->xpad/ypad consistent with GtkLabel. DoOwen Taylor2001-12-271-9/+14
* Patch from Matthias Clasen to remove remove all instances ofOwen Taylor2001-07-181-4/+0
* Formatting fixes from multihead brnach. [ mostly foo(bar) => foo (bar) ]Owen Taylor2001-07-121-1/+1
* Applied patch from Nils Barth (bug # 51041) to replace "gint" withHavoc Pennington2001-03-161-1/+1
* better error message if you try to add a widget to a bin that already hasHavoc Pennington2001-02-091-85/+30
* applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik2000-07-261-4/+4
* documented necessary changes for 1.4 transition.Tim Janik2000-05-121-4/+7
* Added notice to look in AUTHORS and ChangeLog files for a list of changes.CST 1999 Shawn T. Amundson1999-02-241-0/+8
* Fixes for low-color displays and a slight enhancement for true-colorCST 1998 Shawn T. Amundson1998-12-031-38/+60
* I submitted this patch twice to gtk-devel-list, and received no comments,Elliot Lee1998-11-301-1/+1
* Pixmaps now grey out when insensitive, code thanks to GNOME stock byCST 1998 Shawn T. Amundson1998-11-171-5/+116
* Merge from themes-2. See the ChangeLog for a somewhat detailedOwen Taylor1998-11-061-27/+5
* 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
* Remove --g-fatal-warnings flag from argv.Owen Taylor1998-06-191-0/+21
* new function gdk_window_at_pointer() to retrive the current GdkWindow theTim Janik1998-06-171-3/+3
* configure.in acheader.h gdk/gdkwindow.c Check for Shape extension both onOwen Taylor1998-05-031-1/+1
* Merged changes from gtk-1-0. Check ChangeLog for details.Owen Taylor1998-05-011-1/+11
* Changed LGPL address for FSF in all .h and .c filesPDT 1998 Shawn T. Amundson1998-04-131-2/+3
* hm, initital refcount revolution commit ;)Tim Janik1998-01-301-5/+4
* main part for GtkArgSetFunc/GtkArgGetFunc implementation.Tim Janik1998-01-161-1/+2
* It's all in the changelog. Well, almost all.Owen Taylor1997-12-181-14/+41