summaryrefslogtreecommitdiff
path: root/gtk/gtkcheckbutton.c
Commit message (Expand)AuthorAgeFilesLines
* Intern type names in code generated by glib-mkenums, too.Matthias Clasen2005-08-311-1/+1
* Use canonical names for g_object_notify() as well.Matthias Clasen2005-03-261-4/+6
* Define macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE, GTK_PARAM_READWRITEMatthias Clasen2005-03-221-3/+4
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-1/+4
* More canonical property names.Matthias Clasen2005-03-091-2/+2
* 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
* The first part of the fix for #114351 (see also gdk-pixbuf/ChangeLog andMatthias Clasen2004-01-161-4/+4
* gtk/gtkradiobutton.c (gtk_radio_button_draw_indicator): UseOwen Taylor2003-06-041-1/+1
* gtk/gtkradiobutton.c (gtk_radio_button_draw_indicator)Soeren Sandmann2002-11-101-1/+3
* Fix use of uninitialized variable.Owen Taylor2002-10-181-3/+3
* Make the widgets work reasonably when they don't have children -- draw theOwen Taylor2002-10-171-15/+14
* Deprecation cleanupManish Singh2002-10-111-13/+16
* Clamp size of child to at least 1x1. (#82431, Boris Shingarov.)Owen Taylor2002-06-121-0/+3
* feedback when check and radio buttons are depressed.Soeren Sandmann2002-02-221-38/+39
* Remove excess calls to g_return_if_fail from static and virtual functions.Matthias Clasen2002-01-301-15/+1
* Fix problem where child->requisition was accessed directly instead ofOwen Taylor2002-01-081-2/+5
* Patch from Bill Haneman (with many modifications) to make the focus colorOwen Taylor2001-12-041-24/+54
* Cal gdk_window_invalidate_maybe_recurse() for recursion. (Soeren Sandmann)Owen Taylor2001-11-151-3/+2
* Applied patch from Soeren Sandmann <sandmann@daimi.au.dk>. VerticallyManish Singh2001-10-011-3/+5
* Don't draw with GTK_STATE_ACTIVE.Alex Larsson2001-09-191-12/+4
* Add properties for labels, mnemonics and stock items. Added C accessorAlexander Larsson2001-08-271-26/+7
* Patch from Matthias Clasen to remove remove all instances ofOwen Taylor2001-07-181-4/+0
* Use new mnemonic convenience functionsHavoc Pennington2001-06-051-5/+3
* fix some shell typosHavoc Pennington2001-05-071-3/+3
* New default theme! A slighly improved version of the 2.0 Raleigh theme,Owen Taylor2001-05-011-1/+1
* Fix G_VALUE_NO_COPY_CONTENTS instead of G_SIGNAL_TYPE_STATIC_SCOPEOwen Taylor2001-04-021-41/+106
* Renamed gtk_button_new_stock() to gtk_button_new_from_stock() and removedAlexander Larsson2001-03-211-0/+29
* Document expose event->region change and that gtk_widget_event doesn'tAlexander Larsson2001-03-091-10/+6
* Remove draw_focus and draw_default (gtk_widget_draw_focus): remove thisHavoc Pennington2001-02-281-18/+0
* test was backward, so deprecated functions were excluded by defaultHavoc Pennington2001-02-191-2/+7
* Remove "draw" virtual method and signalHavoc Pennington2000-12-041-37/+0
* applied patch from Andreas Persenius <ndap@swipnet.se> that updates theTim Janik2000-07-261-4/+4
* Remove all references to offscreen flag which was no longer used.Havoc Pennington2000-06-021-1/+8
* documented necessary changes for 1.4 transition.Tim Janik2000-05-121-15/+13
* Added notice to look in AUTHORS and ChangeLog files for a list of changes.CST 1999 Shawn T. Amundson1999-02-241-0/+8
* set RECEIVES_DEFAULT on init, and a button press on the widget doesn'tGeorge Lebl1999-01-251-0/+1
* nparams for selection_get should be 3, not 2. [ From Damon ChaplinOwen Taylor1999-01-151-18/+37
* reworked the redrawing heuristics somewhat, this fixed a bunch of existingTim Janik1999-01-121-4/+10
* eliminated some queue_draws when invoking gtk_widget_set_state, since thatTim Janik1999-01-111-95/+91
* 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-58/+60
* totaly binary incomnpatible change:Tim Janik1998-07-071-8/+8
* 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-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
* Removed, because that's what a NULL comparison function means. And itOwen Taylor1998-04-071-2/+2
* More extensive debugging outputOwen Taylor1998-04-031-2/+2