]> Pileus Git - ~andy/gtk/history - gtk/gtkradiobutton.c
stylecontext: Do invalidation on first resize container
[~andy/gtk] / gtk / gtkradiobutton.c
2012-08-20 Emmanuele Bassidocs: Fix up the RadioButton example in the description
2012-02-27 Javier JardónChange FSF Address
2012-01-09 Rui Matosradiobutton: Use the widget state flags as a base for...
2011-11-06 Torsten Schönfeldgtk: add annotations for some GtkRadio* constructors
2011-09-13 Federico Mena QuinteroMerge branch 'bgo593793-filechooser-recent-folders...
2011-09-05 Federico Mena QuinteroMerge branch 'bgo593793-filechooser-recent-folders...
2011-09-05 Benjamin Otteradiobutton: Remove redundant call
2011-08-26 Federico Mena QuinteroMerge branch 'bgo593793-filechooser-recent-folders...
2011-08-02 Federico Mena QuinteroMerge branch 'bgo593793-filechooser-recent-folders...
2011-07-27 Federico Mena QuinteroMerge branch 'bgo593793-filechooser-recent-folders...
2011-07-08 Federico Mena QuinteroMerge bgo593793-filechooser-recent-folders-master branch.
2011-07-05 Matthias ClasenConvert GailRadioButton to GtkRadioButtonAccessible
2011-04-12 Kristian HøgsbergMerge branch 'gdk-backend-wayland'
2011-03-18 Cosimo Cecchiradiobutton: exclude states we set manually from the...
2011-03-18 Cosimo Cecchiradiobutton: build the new state flags from the previou...
2011-02-11 Alexander LarssonMerge branch 'master' into broadway
2011-02-02 Martin Pitt[GI] Mark mis-detected constructors as such
2011-01-24 Matthias ClasenSilence new gcc warnings
2011-01-20 Pavel Holejsovsky[GI] Add missing (transfer) annotations
2011-01-20 Pavel Holejsovsky[GI] Fixes of existing incorrect annotations
2011-01-20 Pavel Holejsovsky[GI] Add (type) annotations to real types
2011-01-19 Alexander LarssonMerge branch 'master' into broadway2
2011-01-18 Pavel Holejsovsky[GI] Cosmetic cleanups of annotations and doc comments
2011-01-03 Carlos Garcia CamposGtkRadioButton: Use "radio" style class instead of...
2010-12-04 Alexander LarssonMerge branch 'master' into broadway
2010-12-04 Tristan Van BerkomMerge branch 'master' into treeview-refactor
2010-12-04 Matthias ClasenFix GtkRadioButton drawing
2010-12-04 Carlos GarnachoGtkRadioButton: Use GtkStyleContext for rendering.
2010-12-04 Matthias ClasenFix prelighting of inconsistent radio and check buttons
2010-12-04 Carlos GarnachoGtkRadioButton: Set widget state as state flags.
2010-11-25 Tristan Van BerkomMerge branch 'master' into treeview-refactor
2010-11-19 Martin PittGtkRadioButtons: Mark group arguments as "allow-none"
2010-11-19 Javier JardónCreate a private header to access some GtkButton variables
2010-10-30 Javier JardónUse gtk_box_new() instead gtk_[v|h]box_new()
2010-10-30 Javier JardónUse gtk_box_new() instead gtk_[v|h]box_new()
2010-10-26 Tristan Van BerkomMerge branch 'master' into treeview-refactor
2010-10-26 Javier Jardóngtktogglebutton: Add _gtk_toggle_button_set_active...
2010-10-26 Javier Jardóngtkradiobutton: Use accessor functions to access GtkTog...
2010-09-27 Javier JardónMove destroy signal to GtkWidget
2010-09-26 Benjamin OtteAPI: Rename gtk_cairo_paint_*() to gtk_paint_*()
2010-09-26 Benjamin OtteAPI: checkbutton: Port to draw vfunc
2010-09-26 Benjamin Otteradiobutton: Remove redundant is_drawable() check
2010-09-21 Cody RussellMerge branch 'notebooks-without-mouse-scrolling'
2010-09-21 Matthias ClasenTons of transfer annotations
2010-09-17 Matthias ClasenAdd some element-type annotations to gtk apis
2010-09-07 John (J5) Palmieriadd gtk_radio_button_join_group method for bindings
2010-08-27 Javier JardónUse GtkFooPrivate instead GtkFooPriv
2010-08-22 Javier Jardóngtk/gtkradiobutton.c: use accessor functions to access...
2010-07-13 Jonh WendellMerge branch 'windows_list'
2010-07-13 Javier JardónGtkRadioButton: Move public members to private structure
2010-07-13 Javier JardónUse GtkBin accessors
2010-07-13 Javier JardónUse accessor functions to acces GtkContainer
2010-07-10 Javier Jardóngtk/: fully remove gtkalias hacks
2010-05-19 Javier JardónMove documentation to inline comments: GtkRadioButton
2010-04-04 Javier JardónDon't use GTK_WIDGET_STATE in internal code anymore
2010-04-04 Javier JardónDon't use GTK_WIDGET_*SET_FLAGS (wid, GTK_NO_WINDOW)
2010-04-04 Javier JardónDeprecate widget flag: GTK_WIDGET_MAPPED
2010-04-04 Javier JardónDon't use GTK_WIDGET_*SET_FLAGS (wid, GTK_RECEIVES_DEFAULT)
2010-04-04 Javier JardónDeprecate widget flag: GTK_WIDGET_VISIBLE
2010-04-04 Javier JardónDeprecate widget flag: GTK_WIDGET_IS_SENSITIVE
2010-04-04 Javier JardónDeprecate widget flag: GTK_WIDGET_DRAWABLE
2010-04-04 Johan Dahlin[annotations] Add allow-none
2010-04-04 Colin Walters[introspection] Merge in Gtk-custom.c annotations
2010-03-09 Javier JardónDon't use GTK_WIDGET_STATE in internal code anymore
2010-03-06 Javier JardónDon't use GTK_WIDGET_*SET_FLAGS (wid, GTK_NO_WINDOW)
2010-03-03 Javier JardónDeprecate widget flag: GTK_WIDGET_MAPPED
2010-03-01 Javier JardónDon't use GTK_WIDGET_*SET_FLAGS (wid, GTK_RECEIVES_DEFAULT)
2010-03-01 Javier JardónDeprecate widget flag: GTK_WIDGET_VISIBLE
2010-03-01 Javier JardónDeprecate widget flag: GTK_WIDGET_IS_SENSITIVE
2010-03-01 Javier JardónDeprecate widget flag: GTK_WIDGET_DRAWABLE
2010-02-19 Johan Dahlin[annotations] Add allow-none
2009-12-16 Colin Walters[introspection] Merge in Gtk-custom.c annotations
2009-10-28 Johannes SchmidMerge branch 'master' into toolpalette
2009-09-18 Owen TaylorDon't focus unmapped radio buttons
2008-08-07 Michael Natterergtk/gtkclist.c gtk/gtkcontainer.c gtk/gtkfilechooserbut...
2008-07-01 Cody RussellRevert name change
2008-06-30 Cody RussellPractically everything changed.
2008-06-22 Johan DahlinInclude "config.h" instead of <config.h> Command used...
2007-06-27 Tim Janikapplied patch to improve variable names, by Olivier...
2007-06-04 Emmanuele BassiRevert previous commit; the API is not yet finalized...
2007-06-03 Emmanuele BassiAdd gtk_radio_button_set_value(), gtk_radio_button_get_...
2007-06-03 Matthias ClasenFix typo
2007-02-28 Tristan Van BerkomFixed a warning from g_object_set (radiobutton, "group...
2007-01-14 Matthias ClasenAvoid a compiler warning. (#395045, Chris Wilson)
2006-11-16 Michael Nattererdon't use gtk_widget_keynav_failed(). Instead, look at
2006-11-16 Michael NattererAdd new infrastructure for notifications of failed...
2006-10-08 Matthias ClasenCleanups
2006-05-14 Matthias ClasenMore of the same
2006-05-02 Matthias ClasenBoilerplate reduction
2006-02-22 Matthias ClasenEmit notify::active here, when changing the value of...
2005-09-13 Matthias ClasenVarious cleanups. (#315360, Kjartan Maraas)
2005-09-01 Matthias ClasenIntern some more strings.
2005-08-31 Matthias ClasenIntern type names in code generated by glib-mkenums...
2005-04-29 Matthias ClasenDon't grab focus to unrealized widgets. (#302240, Phili...
2005-04-03 Matthias ClasenAdd a "group" property like the one found in radio...
2005-03-26 Matthias ClasenUse canonical names for g_object_notify() as well.
2005-03-22 Matthias ClasenDefine macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE...
2005-03-20 Matthias ClasenMake PLT-reduction work with gcc4, and don't include...
2004-08-09 Matthias ClasenAdd hidden aliases for exported symbols which are used...
2004-07-23 Dafydd HarriesImprove various translatable messages.
next