summaryrefslogtreecommitdiff
path: root/gtk/gtkaction.c
Commit message (Expand)AuthorAgeFilesLines
* Add chains to the parent's ::finalize() handler (#134901, Morten Welinder,Matthias Clasen2004-02-221-0/+2
* Fix #131869:Matthias Clasen2004-01-211-4/+10
* The first part of the fix for #114351 (see also gdk-pixbuf/ChangeLog andMatthias Clasen2004-01-161-24/+24
* Adjust to the new connect_proxy signals.Jody Goldberg2004-01-121-64/+180
* Add creation functions for actions.Matthias Clasen2004-01-071-0/+33
* add visible_horizontal, visible_vertical. (gtk_action_class_init) : here.Jody Goldberg2004-01-021-0/+40
* Fix the behaviour of insensitive actions, which was broken whenMatthias Clasen2003-12-191-1/+7
* Only activate if the action is sensitive. (#127187, Christian Persch)Matthias Clasen2003-11-171-3/+7
* Introduce a separate "hide_if_empty" property for empty menu handling.Matthias Clasen2003-10-011-9/+24
* Test handling of empty menus.Matthias Clasen2003-09-301-4/+61
* Demonstrate the use of the connect-proxy signal.Matthias Clasen2003-09-261-0/+48
* Sync tooltips on toolitems.Matthias Clasen2003-09-231-6/+32
* Changes to make cross-process merging feasible:Matthias Clasen2003-09-211-0/+1
* Call g_closure_unref() to unref a closure, not g_object_unref(). (#122637,Matthias Clasen2003-09-181-2/+1
* Install accelerators on actions, not on proxies, support accelerator-onlyMatthias Clasen2003-09-171-21/+153
* Fix a C99ism. (#121640, Josh Beam)Matthias Clasen2003-09-061-10/+10
* Make disconnect work for toolitems.Matthias Clasen2003-09-061-8/+5
* Disconnect from prev_action, not from action. (Fix by David Hampton)Matthias Clasen2003-09-061-3/+1
* Test buttons and toggle buttons as proxies.Matthias Clasen2003-09-041-0/+18
* Make this public again, since it's occasionally useful. (#121128, MarcoMatthias Clasen2003-08-311-9/+28
* Additions.Matthias Clasen2003-08-311-0/+8
* Use gssize for length, not gsize.Matthias Clasen2003-08-261-1/+1
* A model-view separation for menus and toolbars, using the EggMenu code byMatthias Clasen2003-08-241-0/+902