| Commit message (Expand) | Author | Age | Files | Lines |
* | Move wholly deprecated classes to gtk/deprecated/ | Matthias Clasen | 2013-07-19 | 1 | -614/+0 |
* | gtk: Use new macros for defining private data | Emmanuele Bassi | 2013-07-09 | 1 | -7/+2 |
* | Deprecate GtkAction and GtkUIManager | William Jon McCann | 2013-06-30 | 1 | -0/+22 |
* | Change FSF Address | Javier Jardón | 2012-02-27 | 1 | -3/+1 |
* | [GI] Cosmetic cleanups of annotations and doc comments | Pavel Holejsovsky | 2011-01-18 | 1 | -1/+2 |
* | [GI] Add missing (allow-none) annotations | Pavel Holejsovsky | 2011-01-18 | 1 | -2/+2 |
* | Add _gtk_toggle_action_set_active() internal function | Javier Jardón | 2010-07-19 | 1 | -2/+2 |
* | gtktoggleaction: move public members to private structure | Javier Jardón | 2010-07-14 | 1 | -1/+0 |
* | Use accessor functions to access GtkToggleAction | Javier Jardón | 2010-07-14 | 1 | -6/+10 |
* | GtkRadioAction: unseal private pointer | Javier Jardón | 2010-07-13 | 1 | -3/+4 |
* | gtk/: fully remove gtkalias hacks | Javier Jardón | 2010-07-10 | 1 | -5/+0 |
* | [PATCH] add the binding friendly join_group method to GtkRadioAction | John (J5) Palmieri | 2010-05-19 | 1 | -0/+55 |
* | Move documentation to inline comments: GtkRadioAction | Javier Jardón | 2010-05-16 | 1 | -0/+12 |
* | [GtkRadioAction] fix annotation _set_group, _get_group | John (J5) Palmieri | 2010-05-06 | 1 | -2/+2 |
* | [GtkRadioAction] Annotate _set_group | Colin Walters | 2010-05-06 | 1 | -1/+1 |
* | [annotations] Add allow-none | Johan Dahlin | 2010-02-19 | 1 | -2/+2 |
* | [introspection] Merge in Gtk-custom.c annotations | Colin Walters | 2009-12-16 | 1 | -1/+1 |
* | Bug 572904 – GtkRadioAction broken in trunk | Tristan Van Berkom | 2009-02-26 | 1 | -1/+1 |
* | Set draw-as-radio to TRUE | Matthias Clasen | 2009-01-25 | 1 | -6/+8 |
* | i Bug 560228 – Add "action-controller" property to GtkWidgetClass | Matthias Clasen | 2009-01-23 | 1 | -0/+3 |
* | Revert name change | Cody Russell | 2008-07-01 | 1 | -1/+1 |
* | Practically everything changed. | Cody Russell | 2008-06-30 | 1 | -1/+1 |
* | Include "config.h" instead of <config.h> Command used: find -name | Johan Dahlin | 2008-06-22 | 1 | -1/+1 |
* | Require gtk-doc 1.8 | Matthias Clasen | 2007-11-25 | 1 | -3/+3 |
* | Update the documentation to mark the optional constructors parameters. The | Matthias Clasen | 2007-09-09 | 1 | -16/+15 |
* | More of the same | Matthias Clasen | 2006-05-14 | 1 | -1/+1 |
* | Boilerplate reduction | Matthias Clasen | 2006-05-02 | 1 | -32/+2 |
* | Add a current-value property and a setter for it. (#322735, Jorn Baayen) | Matthias Clasen | 2006-01-16 | 1 | -1/+70 |
* | Intern some more strings. | Matthias Clasen | 2005-09-01 | 1 | -2/+2 |
* | Intern type names in code generated by glib-mkenums, too. | Matthias Clasen | 2005-08-31 | 1 | -1/+1 |
* | Make the docs build. (#302230, Ali Akcaagac) | Matthias Clasen | 2005-04-30 | 1 | -1/+1 |
* | Use canonical names for g_object_notify() as well. | Matthias Clasen | 2005-03-26 | 1 | -4/+2 |
* | Define macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE, GTK_PARAM_READWRITE | Matthias Clasen | 2005-03-22 | 1 | -2/+3 |
* | Make PLT-reduction work with gcc4, and don't include everything in | Matthias Clasen | 2005-03-20 | 1 | -1/+4 |
* | Add an example for manually setting up a group of actions. | Matthias Clasen | 2005-03-15 | 1 | -1/+19 |
* | Fix many instances of "the the" in docs and comments. (#165815, Masao | Matthias Clasen | 2005-02-01 | 1 | -1/+1 |
* | Add hidden aliases for exported symbols which are used internally in order | Matthias Clasen | 2004-08-09 | 1 | -0/+1 |
* | Improve various translatable messages. | Dafydd Harries | 2004-07-23 | 1 | -1/+1 |
* | Remove unnecessary checks. (#148175, Morten Welinder) | Matthias Clasen | 2004-07-23 | 1 | -2/+1 |
* | The first part of the fix for #114351 (see also gdk-pixbuf/ChangeLog and | Matthias Clasen | 2004-01-16 | 1 | -4/+4 |
* | Add a writable group property to align with the GtkRadioButton API. | Matthias Clasen | 2004-01-14 | 1 | -1/+31 |
* | Add creation functions for actions. | Matthias Clasen | 2004-01-07 | 1 | -0/+37 |
* | Fix the behaviour of insensitive actions, which was broken when | Matthias Clasen | 2003-12-19 | 1 | -1/+1 |
* | Set "draw_as_radio" on proxy menu items for radio actions. | Matthias Clasen | 2003-08-29 | 1 | -0/+12 |
* | Change the XML format: <Root> element is replaced by <ui>, <menu> element | Matthias Clasen | 2003-08-27 | 1 | -5/+155 |
* | A model-view separation for menus and toolbars, using the EggMenu code by | Matthias Clasen | 2003-08-24 | 1 | -0/+240 |