summaryrefslogtreecommitdiff
path: root/gtk/gtkradiobutton.c
Commit message (Expand)AuthorAgeFilesLines
* applied patch to improve variable names, by Olivier Delhomme, #451527.Tim Janik2007-06-271-10/+10
* Revert previous commit; the API is not yet finalized - see bug #166995.Emmanuele Bassi2007-06-041-146/+2
* Add gtk_radio_button_set_value(), gtk_radio_button_get_current_value() andEmmanuele Bassi2007-06-031-2/+146
* Fix typoMatthias Clasen2007-06-031-1/+1
* Fixed a warning from g_object_set (radiobutton, "group", NULL, NULL).Tristan Van Berkom2007-02-281-2/+5
* Avoid a compiler warning. (#395045, Chris Wilson)Matthias Clasen2007-01-141-3/+5
* don't use gtk_widget_keynav_failed(). Instead, look atMichael Natterer2006-11-161-8/+16
* Add new infrastructure for notifications of failed keyboard navigation andMichael Natterer2006-11-161-1/+16
* CleanupsMatthias Clasen2006-10-081-2/+2
* More of the sameMatthias Clasen2006-05-141-1/+1
* Boilerplate reductionMatthias Clasen2006-05-021-36/+4
* Emit notify::active here, when changing the value of this property.Matthias Clasen2006-02-221-2/+6
* Various cleanups. (#315360, Kjartan Maraas)Matthias Clasen2005-09-131-4/+0
* Intern some more strings.Matthias Clasen2005-09-011-2/+2
* Intern type names in code generated by glib-mkenums, too.Matthias Clasen2005-08-311-1/+1
* Don't grab focus to unrealized widgets. (#302240, Philip Langdale)Matthias Clasen2005-04-291-2/+2
* Add a "group" property like the one found in radio buttons.Matthias Clasen2005-04-031-1/+2
* Use canonical names for g_object_notify() as well.Matthias Clasen2005-03-261-2/+5
* Define macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE, GTK_PARAM_READWRITEMatthias Clasen2005-03-221-1/+2
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-1/+4
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-091-0/+1
* Improve various translatable messages.Dafydd Harries2004-07-231-1/+1
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-0/+1
* hu Feb 26 15:43:43 2004 Owen Taylor <otaylor@redhat.com>Owen Taylor2004-02-261-0/+2
* Add a ::group-changed signal emitted when the radio button/menu item isOwen Taylor2004-02-261-2/+62
* The first part of the fix for #114351 (see also gdk-pixbuf/ChangeLog andMatthias Clasen2004-01-161-2/+2
* 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-0/+2
* Make the widgets work reasonably when they don't have children -- draw theOwen Taylor2002-10-171-1/+3
* Deprecation cleanupManish Singh2002-10-131-39/+55
* Don't do special focus handling if draw_indicator is not set. (#64723,Owen Taylor2002-03-021-0/+6
* feedback when check and radio buttons are depressed.Soeren Sandmann2002-02-221-29/+34
* Remove excess calls to g_return_if_fail from static and virtual functions.Matthias Clasen2002-01-301-6/+0
* Patch from Bill Haneman (with many modifications) to make the focus colorOwen Taylor2001-12-041-0/+12
* Use the widget's state when drawing the indicator, as in GtkCheckButton.Owen Taylor2001-11-191-0/+1
* add some no-indicator radio buttonsjacob berkman2001-11-161-0/+11
* Mass fixing of trivial doc bugs. (#63544, #57007, #64141, #63472, #57108,Matthias Clasen2001-11-101-3/+4
* Add a utility function to translate coordinates relative to one widget'sOwen Taylor2001-10-161-13/+168
* set radio_menu_item->group to NULL after removing it from the list, as itMatt Wilson2001-09-211-0/+3
* Don't draw with GTK_STATE_ACTIVE.Alex Larsson2001-09-191-1/+1
* add default iconHavoc Pennington2001-08-291-2/+2
* fix silly cut'n'paste error, with_label and with_mnemonic should createManish Singh2001-08-281-2/+2
* Add properties for labels, mnemonics and stock items. Added C accessorAlexander Larsson2001-08-271-12/+6
* Patch from Matthias Clasen to remove remove all instances ofOwen Taylor2001-07-181-5/+0
* Fix stupid error introduced last night that was making things decidedlyOwen Taylor2001-06-241-5/+5
* Use new mnemonic convenience functionsHavoc Pennington2001-06-051-0/+50
* Fix G_VALUE_NO_COPY_CONTENTS instead of G_SIGNAL_TYPE_STATIC_SCOPEOwen Taylor2001-04-021-7/+7
* test was backward, so deprecated functions were excluded by defaultHavoc Pennington2001-02-191-0/+3
* 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-0/+3