summaryrefslogtreecommitdiff
path: root/gtk/gtkcheckbutton.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* always display the correct active state.Tim Janik1998-03-261-3/+1
* applied patch to fix draw_indicator behaviour from Lars Hamann and StefanTim Janik1998-02-171-11/+27
* main part for GtkArgSetFunc/GtkArgGetFunc implementation.Tim Janik1998-01-161-1/+2
* Initial revisionElliot Lee1997-11-241-0/+362