]> Pileus Git - ~andy/gtk/history - gtk/gtkaction.c
Adjust to the new connect_proxy signals.
[~andy/gtk] / gtk / gtkaction.c
2004-01-12 Jody GoldbergAdjust to the new connect_proxy signals.
2004-01-07 Matthias ClasenAdd creation functions for actions.
2004-01-02 Jody Goldbergadd visible_horizontal, visible_vertical. (gtk_action_c...
2003-12-19 Matthias ClasenFix the behaviour of insensitive actions, which was...
2003-11-17 Matthias ClasenOnly activate if the action is sensitive. (#127187...
2003-10-01 Matthias ClasenIntroduce a separate "hide_if_empty" property for empty...
2003-09-30 Matthias ClasenTest handling of empty menus.
2003-09-26 Matthias ClasenDemonstrate the use of the connect-proxy signal.
2003-09-23 Matthias ClasenSync tooltips on toolitems.
2003-09-21 Matthias ClasenChanges to make cross-process merging feasible:
2003-09-18 Matthias ClasenCall g_closure_unref() to unref a closure, not g_object...
2003-09-17 Matthias ClasenInstall accelerators on actions, not on proxies, suppor...
2003-09-06 Matthias ClasenFix a C99ism. (#121640, Josh Beam)
2003-09-06 Matthias ClasenMake disconnect work for toolitems.
2003-09-06 Matthias ClasenDisconnect from prev_action, not from action. (Fix...
2003-09-04 Matthias ClasenTest buttons and toggle buttons as proxies.
2003-08-31 Matthias ClasenMake this public again, since it's occasionally useful...
2003-08-31 Matthias ClasenAdditions.
2003-08-26 Matthias ClasenUse gssize for length, not gsize.
2003-08-24 Matthias ClasenA model-view separation for menus and toolbars, using...