summaryrefslogtreecommitdiff
path: root/gtk/gtkcheckmenuitem.c
Commit message (Expand)AuthorAgeFilesLines
* Remove excess calls to g_return_if_fail from static and virtual functions.Matthias Clasen2002-01-301-14/+1
* General property notification cleanup.Matthias Clasen2002-01-281-3/+3
* Notify on the ::active property _here_, not inOwen Taylor2001-11-281-4/+3
* Make gtkmarshal.list/gtkmarshal.h only for compatibility with GTK+-1.2;Owen Taylor2001-11-171-1/+2
* Make Menu items NO_WINDOW widgets.Owen Taylor2001-11-161-3/+3
* Patch from Matthias Clasen to remove remove all instances ofOwen Taylor2001-07-181-6/+0
* Fix stupid error introduced last night that was making things decidedlyOwen Taylor2001-06-241-0/+17
* Use new mnemonic convenience functionsHavoc Pennington2001-06-051-0/+29
* Add missing NULL on valist.Owen Taylor2001-03-291-1/+1
* Apply property patch from Lee MallaboneHavoc Pennington2001-03-231-2/+85
* test was backward, so deprecated functions were excluded by defaultHavoc Pennington2001-02-191-1/+54
* fix bug where it always set the foreground, even if we were only using aHavoc Pennington2001-02-131-2/+2
* doh, this was broken beyond believe.Tim Janik2000-12-131-1/+0
* Fix link to PNG home, remove reference to fribidi.Owen Taylor2000-12-051-2/+4
* Remove "draw" virtual method and signalHavoc Pennington2000-12-041-17/+0
* Add note about GtkMenuPositionFunc API changes.Alexander Larsson2000-11-081-13/+25
* urg, removed implementation of gtk_marshal_VOID__INT_INT_INT_INT. ifTim Janik2000-10-251-1/+1
* applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik2000-07-261-4/+4
* Make this compile without framebuffer enabledHavoc Pennington2000-06-201-1/+1
* documented necessary changes for 1.4 transition.Tim Janik2000-05-121-6/+4
* Adapt cast macros to standard.Raja R Harinath1999-11-221-37/+35
* Added notice to look in AUTHORS and ChangeLog files for a list of changes.CST 1999 Shawn T. Amundson1999-02-241-0/+8
* removed deprecated functions: gtk_clist_set_border,Tim Janik1999-01-171-7/+0
* deprecated gtk_check_menu_item_set_state, people should useTim Janik1999-01-171-2/+11
* I submitted this patch twice to gtk-devel-list, and received no comments,Elliot Lee1998-11-301-1/+1
* Merge from themes-2. See the ChangeLog for a somewhat detailedOwen Taylor1998-11-061-6/+2
* Added gdk_text/string_extents() - too calculate all the metrics at once ofOwen Taylor1998-08-121-0/+2
* Use common marshalling routines instead of having widget-private ones. ItElliot Lee1998-07-211-1/+1
* 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
* boy! did i really modify that many files?Tim Janik1998-06-161-1/+1
* fixed an assertment.Tim Janik1998-06-071-6/+7
* reimplemented the signal storage system to use a linear array rather thanTim Janik1998-05-061-2/+2
* configure.in acheader.h gdk/gdkwindow.c Check for Shape extension both onOwen Taylor1998-05-031-2/+2
* Changed LGPL address for FSF in all .h and .c filesPDT 1998 Shawn T. Amundson1998-04-131-2/+3
* made the <widget>_signals[] arrays of type guint rather than gint. madeTim Janik1998-03-091-1/+1
* main part for GtkArgSetFunc/GtkArgGetFunc implementation.Tim Janik1998-01-161-1/+2
* applied jamesa-971010-0 for stability. applied jamesa-971010-2 for a smallTim Janik1997-12-071-6/+27
* Initial revisionElliot Lee1997-11-241-0/+250