summaryrefslogtreecommitdiff
path: root/gtk/gtkaction.c
Commit message (Expand)AuthorAgeFilesLines
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* GtkAction: Hold a reference to proxy widgetsColin Walters2011-12-201-0/+3
* Move wholly deprecated files to a subdirectoryMatthias Clasen2011-11-011-1/+1
* gtk: Use const instead G_CONST_RETURNJavier Jardón2011-06-101-7/+7
* [GI] Add missing (transfer) annotationsPavel Holejsovsky2011-01-201-2/+3
* [GI] Fixes of existing incorrect annotationsPavel Holejsovsky2011-01-201-4/+5
* [GI] Cosmetic cleanups of annotations and doc commentsPavel Holejsovsky2011-01-181-1/+2
* [GI] Add missing (allow-none) annotationsPavel Holejsovsky2011-01-181-2/+2
* Tons of transfer annotationsMatthias Clasen2010-09-211-5/+5
* gtkaction: unseal private pointerJavier Jardón2010-07-131-3/+3
* gtk/: fully remove gtkalias hacksJavier Jardón2010-07-101-4/+0
* [docs] Improve GtkAction documentationTadej Borovšak2010-06-041-6/+11
* Remove remaining GtkAction deprecated documentationJavier Jardón2010-05-031-1/+1
* Remove deprecated GtkAction functionsJavier Jardón2010-05-031-134/+0
* [docs] Move documentation to inline comments: GtkActionTadej Borovšak2010-04-181-0/+39
* [annotations] Add allow-noneJohan Dahlin2010-02-191-3/+3
* Change GtkIconSize to int in params/return valuesDan Winship2009-12-191-1/+1
* [introspection] Merge in Gtk-custom.c annotationsColin Walters2009-12-161-4/+4
* Doc fixesMatthias Clasen2009-11-301-3/+4
* Add gtk_action_[sg]et_always_show_image()Christian Persch2009-11-271-3/+81
* Fix a doc commentMatthias Clasen2009-11-271-1/+0
* Make gtk-doc pick up deprecation notesMatthias Clasen2009-02-281-5/+5
* Make the new GtkAction code work with PolicyKit-gnome's use of actions.Matthias Clasen2009-02-071-2/+4
* 2.15.3GTK_2_15_3Matthias Clasen2009-02-031-5/+11
* Block the previous action when calling reset() to prevent accidentalMatthias Clasen2009-01-271-2/+4
* i Bug 560228 – Add "action-controller" property to GtkWidgetClassMatthias Clasen2009-01-231-558/+154
* Revert the previous changeMatthias Clasen2009-01-231-26/+13
* Bug 568334 – Constructor properties for GtkActionMatthew Barnes2009-01-221-13/+26
* Add setters and getters for GtkAction properties, in preparation for bugMatthias Clasen2009-01-211-28/+286
* Bug 566733 – Add GIcon to GtkAction, GtkToolButtonMatthias Clasen2009-01-081-7/+140
* Make it possible to overrule the gtk-menu-images setting.Matthias Clasen2008-11-021-1/+1
* gtk/gtkaccellabel.c gtk/gtkaction.c gtk/gtkclist.c gtk/gtkcolorbutton.cSven Neumann2008-08-121-1/+1
* consistently chain up using GTK_FOO_CLASS(parent_class)->bar(instance)Michael Natterer2008-08-121-7/+7
* Revert name changeCody Russell2008-07-011-1/+1
* Practically everything changed.Cody Russell2008-06-301-1/+1
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* change type of local "image" variable from GtkImage to GtkWidget to fixMichael Natterer2008-06-131-4/+5
* Set the image of a button proxy to the "icon-name" property.Matthias Clasen2008-06-131-2/+17
* Bug 535608 – do not string-copy accel paths in the menu codeChristian Persch2008-06-071-3/+4
* Bug 535862 – gtk_action_create_icon can't create icons from the iconClaudio Saavedra2008-06-031-1/+2
* Adjust the code to match the documentation, examples, "common sense" andSven Herzberg2008-02-081-3/+8
* gtk/gtkaction.c gtk/gtkassistant.c gtk/gtkbin.c gtk/gtkbox.cMichael Natterer2008-02-071-2/+0
* Update the documentation to mark the optional constructors parameters. TheMatthias Clasen2007-09-091-13/+12
* Intern the action's name. Saves two string duplicates of it per action;Christian Persch2007-07-101-11/+4
* Remove work-around for the old tooltips code, and just set the actionChristian Persch2007-07-101-9/+5
* Replace non-deprecated API using old tooltips API, deprecate old tooltipsKristian Rietveld2007-07-091-4/+2
* Add GtkBuilder, fixes #172535Johan Dahlin2007-06-151-2/+38
* Use private->data->short_label to update the proxies.Xan Lopez2007-05-251-2/+2
* Fix some compiler warnings. (#433642, Kjartan Maraas)Matthias Clasen2007-04-301-1/+1
* Rename get_submenu() to create_menu(); rename gtk_action_get_submenu() toEmmanuele Bassi2007-03-161-7/+7