summaryrefslogtreecommitdiff
path: root/gtk/gtkaction.c
Commit message (Expand)AuthorAgeFilesLines
* 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