summaryrefslogtreecommitdiff
path: root/gtk/gtkaction.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add GtkActionClass::get_submenu() vfunc: actions providing a menu item orEmmanuele Bassi2007-03-151-2/+27
* Use canonical property namesMatthias Clasen2007-01-281-1/+1
* Rearrange things so that setting multiple properties causes not more thanMatthias Clasen2007-01-281-17/+20
* Improve the docs of the "label" property. (#341730, Kristof Vansant)Matthias Clasen2006-12-311-0/+8
* Apply a cleanup patch by Kjartan Maraas (#341812)Matthias Clasen2006-10-081-6/+0
* Fix some typos with inline property docs. (#347065, John Finlay)Matthias Clasen2006-07-101-1/+1
* Improve consistency of signal and property namesMatthias Clasen2006-07-061-6/+6
* broken pipeMatthias Clasen2006-06-221-0/+1
* Fix handling of stock items without icons in action-based ui. (#342458,Matthias Clasen2006-06-201-1/+3
* More of the sameMatthias Clasen2006-05-141-1/+1
* Boilerplate reductionMatthias Clasen2006-05-021-32/+2
* Make actions work with named icons. (#323484, Jorn Baayen)Matthias Clasen2006-03-131-17/+108
* Make it buildMatthias Clasen2006-01-091-1/+1
* New function to get the action for a proxy. (#326288)Matthias Clasen2006-01-091-2/+24
* Go back to the old key for attaching the action to the proxy. (#326288,Matthias Clasen2006-01-091-1/+1
* Fix actiongroup-action interaction that relied on actions connecting toMatthias Clasen2006-01-071-31/+50
* Some moreMatthias Clasen2006-01-051-20/+1
* Use a weak reference rather than the destroy signal to track proxies goingMatthias Clasen2006-01-051-18/+16
* Removed.Matthias Clasen2006-01-051-22/+0
* Avoid connecting to notify on our own properties.Matthias Clasen2006-01-031-215/+310
* Connect to notify instead of multiple detailed signals.Matthias Clasen2005-12-311-37/+49
* Buttons use the label property for stock ids. (#322565, Milosz Derezynski)Matthias Clasen2005-11-281-2/+2
* deprecated floating/sink API and implemented it in terms of the GObjectTim Janik2005-11-231-2/+1
* Disconnect the sync callback for the visibility property. (#321761, PhilipMatthias Clasen2005-11-181-0/+3
* Set the label of a button if it has no child. (#315253, John Finlay)Matthias Clasen2005-09-051-1/+2
* Fix doc typo. (#314921, Guillaume Cottenceau)Matthias Clasen2005-09-011-2/+2
* Intern some more strings.Matthias Clasen2005-09-011-4/+4
* Also intern static strings passed to g_object_set_data()Matthias Clasen2005-08-311-2/+2
* Intern type names in code generated by glib-mkenums, too.Matthias Clasen2005-08-311-1/+1
* gtk/gtk.symbols new function to get an action's accel_closure (FixesMichael Natterer2005-06-101-0/+19
* Use g_object_notify() instead of triggering a ::notify by re-setting theMatthias Clasen2005-04-291-6/+8
* Use canonical names for g_object_notify() as well.Matthias Clasen2005-03-261-3/+3
* Define macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE, GTK_PARAM_READWRITEMatthias Clasen2005-03-221-16/+15
* : Mark param spec strings as static.Matthias Clasen2005-03-211-14/+16
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-1/+4
* More canonical property names.Matthias Clasen2005-03-091-8/+8