summaryrefslogtreecommitdiff
path: root/gtk/gtkaction.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* gdk/gdkkeyuni.c gdk/gdkpixbuf-drawable.c gdk/gdkrgb.c gdk/x11/gdkdnd-x11.cMatthias Clasen2005-03-011-1/+1
* Improve the handling of buttons as action proxys. (#165534, MiloszMatthias Clasen2005-02-281-9/+34
* Don't claim to have handled the accelerator if the action is insensitive.Matthias Clasen2004-11-281-4/+6
* gdk/linux-fb/gdkgc-fb.c gdk/win32/gdkgc-win32.cManish Singh2004-11-191-4/+4
* Make return types G_CONST_RETURN instead of const.Matthias Clasen2004-11-091-1/+25
* Use gtk_widget_{hide,show} instead of g_object_set (..."visible"...).Matthias Clasen2004-11-081-3/+4
* Call gtk_tool_item_rebuild_menu().Søren Sandmann2004-09-141-7/+9
* Handle action_group being NULL. (#150869, Tommi Komulainen)Matthias Clasen2004-08-241-6/+4
* Two signals (gtk_action_sync_property and gtk_action_sync_sensitive) werePhilip Langdale2004-08-221-4/+4
* Fix the docs build.Matthias Clasen2004-08-131-1/+1
* Link to information about allowed action names. (#149620, David Malcolm)Matthias Clasen2004-08-121-0/+2
* Add setters for the ::sensitive and ::visible properties of GtkAction.Matthias Clasen2004-08-121-0/+56
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-091-0/+1
* Fix #133446, noticed by Christian Persch:Matthias Clasen2004-08-041-17/+57
* Use the canonical form of signal names after "notify::". Otherwise, noMatthias Clasen2004-07-311-7/+7