| Commit message (Expand) | Author | Age | Files | Lines |
* | Tons of transfer annotations | Matthias Clasen | 2010-09-21 | 1 | -5/+5 |
* | gtkaction: unseal private pointer | Javier Jardón | 2010-07-13 | 1 | -3/+3 |
* | gtk/: fully remove gtkalias hacks | Javier Jardón | 2010-07-10 | 1 | -4/+0 |
* | [docs] Improve GtkAction documentation | Tadej Borovšak | 2010-06-04 | 1 | -6/+11 |
* | Remove remaining GtkAction deprecated documentation | Javier Jardón | 2010-05-03 | 1 | -1/+1 |
* | Remove deprecated GtkAction functions | Javier Jardón | 2010-05-03 | 1 | -134/+0 |
* | [docs] Move documentation to inline comments: GtkAction | Tadej Borovšak | 2010-04-18 | 1 | -0/+39 |
* | [annotations] Add allow-none | Johan Dahlin | 2010-02-19 | 1 | -3/+3 |
* | Change GtkIconSize to int in params/return values | Dan Winship | 2009-12-19 | 1 | -1/+1 |
* | [introspection] Merge in Gtk-custom.c annotations | Colin Walters | 2009-12-16 | 1 | -4/+4 |
* | Doc fixes | Matthias Clasen | 2009-11-30 | 1 | -3/+4 |
* | Add gtk_action_[sg]et_always_show_image() | Christian Persch | 2009-11-27 | 1 | -3/+81 |
* | Fix a doc comment | Matthias Clasen | 2009-11-27 | 1 | -1/+0 |
* | Make gtk-doc pick up deprecation notes | Matthias Clasen | 2009-02-28 | 1 | -5/+5 |
* | Make the new GtkAction code work with PolicyKit-gnome's use of actions. | Matthias Clasen | 2009-02-07 | 1 | -2/+4 |
* | 2.15.3GTK_2_15_3 | Matthias Clasen | 2009-02-03 | 1 | -5/+11 |
* | Block the previous action when calling reset() to prevent accidental | Matthias Clasen | 2009-01-27 | 1 | -2/+4 |
* | i Bug 560228 – Add "action-controller" property to GtkWidgetClass | Matthias Clasen | 2009-01-23 | 1 | -558/+154 |
* | Revert the previous change | Matthias Clasen | 2009-01-23 | 1 | -26/+13 |
* | Bug 568334 – Constructor properties for GtkAction | Matthew Barnes | 2009-01-22 | 1 | -13/+26 |
* | Add setters and getters for GtkAction properties, in preparation for bug | Matthias Clasen | 2009-01-21 | 1 | -28/+286 |
* | Bug 566733 – Add GIcon to GtkAction, GtkToolButton | Matthias Clasen | 2009-01-08 | 1 | -7/+140 |
* | Make it possible to overrule the gtk-menu-images setting. | Matthias Clasen | 2008-11-02 | 1 | -1/+1 |
* | gtk/gtkaccellabel.c gtk/gtkaction.c gtk/gtkclist.c gtk/gtkcolorbutton.c | Sven Neumann | 2008-08-12 | 1 | -1/+1 |
* | consistently chain up using GTK_FOO_CLASS(parent_class)->bar(instance) | Michael Natterer | 2008-08-12 | 1 | -7/+7 |
* | 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 |
* | change type of local "image" variable from GtkImage to GtkWidget to fix | Michael Natterer | 2008-06-13 | 1 | -4/+5 |
* | Set the image of a button proxy to the "icon-name" property. | Matthias Clasen | 2008-06-13 | 1 | -2/+17 |
* | Bug 535608 – do not string-copy accel paths in the menu code | Christian Persch | 2008-06-07 | 1 | -3/+4 |
* | Bug 535862 – gtk_action_create_icon can't create icons from the icon | Claudio Saavedra | 2008-06-03 | 1 | -1/+2 |
* | Adjust the code to match the documentation, examples, "common sense" and | Sven Herzberg | 2008-02-08 | 1 | -3/+8 |
* | gtk/gtkaction.c gtk/gtkassistant.c gtk/gtkbin.c gtk/gtkbox.c | Michael Natterer | 2008-02-07 | 1 | -2/+0 |
* | Update the documentation to mark the optional constructors parameters. The | Matthias Clasen | 2007-09-09 | 1 | -13/+12 |
* | Intern the action's name. Saves two string duplicates of it per action; | Christian Persch | 2007-07-10 | 1 | -11/+4 |
* | Remove work-around for the old tooltips code, and just set the action | Christian Persch | 2007-07-10 | 1 | -9/+5 |
* | Replace non-deprecated API using old tooltips API, deprecate old tooltips | Kristian Rietveld | 2007-07-09 | 1 | -4/+2 |
* | Add GtkBuilder, fixes #172535 | Johan Dahlin | 2007-06-15 | 1 | -2/+38 |
* | Use private->data->short_label to update the proxies. | Xan Lopez | 2007-05-25 | 1 | -2/+2 |
* | Fix some compiler warnings. (#433642, Kjartan Maraas) | Matthias Clasen | 2007-04-30 | 1 | -1/+1 |
* | Rename get_submenu() to create_menu(); rename gtk_action_get_submenu() to | Emmanuele Bassi | 2007-03-16 | 1 | -7/+7 |
* | Add GtkActionClass::get_submenu() vfunc: actions providing a menu item or | Emmanuele Bassi | 2007-03-15 | 1 | -2/+27 |
* | Use canonical property names | Matthias Clasen | 2007-01-28 | 1 | -1/+1 |
* | Rearrange things so that setting multiple properties causes not more than | Matthias Clasen | 2007-01-28 | 1 | -17/+20 |
* | Improve the docs of the "label" property. (#341730, Kristof Vansant) | Matthias Clasen | 2006-12-31 | 1 | -0/+8 |
* | Apply a cleanup patch by Kjartan Maraas (#341812) | Matthias Clasen | 2006-10-08 | 1 | -6/+0 |
* | Fix some typos with inline property docs. (#347065, John Finlay) | Matthias Clasen | 2006-07-10 | 1 | -1/+1 |
* | Improve consistency of signal and property names | Matthias Clasen | 2006-07-06 | 1 | -6/+6 |
* | broken pipe | Matthias Clasen | 2006-06-22 | 1 | -0/+1 |