]> Pileus Git - ~andy/gtk/history - gtk/gtkaction.c
GtkTextView: don't popdown a bubble if we don't have one
[~andy/gtk] / gtk / gtkaction.c
2004-11-09 Matthias ClasenMake return types G_CONST_RETURN instead of const.
2004-11-08 Matthias ClasenUse gtk_widget_{hide,show} instead of g_object_set...
2004-09-14 Søren SandmannCall gtk_tool_item_rebuild_menu().
2004-08-24 Matthias ClasenHandle action_group being NULL. (#150869, Tommi Komulainen)
2004-08-22 Philip LangdaleTwo signals (gtk_action_sync_property and gtk_action_sy...
2004-08-13 Matthias ClasenFix the docs build.
2004-08-12 Matthias ClasenLink to information about allowed action names. (#14962...
2004-08-12 Matthias ClasenAdd setters for the ::sensitive and ::visible propertie...
2004-08-09 Matthias ClasenAdd hidden aliases for exported symbols which are used...
2004-08-04 Matthias ClasenFix #133446, noticed by Christian Persch:
2004-07-31 Matthias ClasenUse the canonical form of signal names after "notify...
2004-04-29 Matthias ClasenUse _gtk_action_emit_activate() instead of directly...
2004-02-22 Matthias ClasenAdd chains to the parent's ::finalize() handler (#13490...
2004-01-21 Matthias ClasenFix #131869:
2004-01-16 Matthias ClasenThe first part of the fix for #114351 (see also gdk...
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...