]> Pileus Git - ~andy/gtk/history - gtk/gtkactiongroup.c
Use _gtk_action_emit_activate() instead of directly emitting the activate
[~andy/gtk] / gtk / gtkactiongroup.c
2004-04-29 Matthias ClasenUse _gtk_action_emit_activate() instead of directly...
2004-04-13 Matthias ClasenDocument possible accelerator gotcha when using this...
2004-02-19 Matthias ClasenGive each radio action its own value. (#134889, Paolo...
2004-01-28 Matthias ClasenDo reference counting on the user_data that is shared...
2004-01-21 Matthias ClasenFix #131869:
2004-01-16 Matthias ClasenThe first part of the fix for #114351 (see also gdk...
2004-01-14 Matthias ClasenDon't leak name and stock_id. (#131358, Morten Welinder)
2004-01-12 Jody GoldbergAdjust to the new connect_proxy signals.
2004-01-07 Matthias ClasenRemove the redundant name and stock_id parameters,...
2004-01-07 Matthias ClasenAdd creation functions for actions.
2004-01-02 Jody Goldbergadd visible_horizontal, visible_vertical. (gtk_action_c...
2003-12-31 Matthias ClasenPull accelerator key from the stock item if stock_id...
2003-12-26 Matthias ClasenDon't use first_action without initializing it if n_ent...
2003-10-25 Matthias ClasenAdd "name" as a construct-only property. (#125475,...
2003-09-22 Matthias ClasenInitially activate the JUSTIFY_RIGHT group member to...
2003-09-15 Matthias ClasenAdd value parameter to allow setting the currently...
2003-09-04 Matthias ClasenDoc tweaks.
2003-09-01 Matthias ClasenDoc addition.
2003-08-30 Matthias ClasenAdd some docs.
2003-08-29 Matthias ClasenActually group the actions together rather than putting...
2003-08-29 Søren Sandmann Ped... Forgot to actually commit this file
2003-08-27 Matthias ClasenChange the XML format: <Root> element is replaced by...
2003-08-25 Matthias ClasenMake the previous commit compile.
2003-08-25 Matthias ClasenRemove C99isms. (Morten Welinder)
2003-08-24 Matthias ClasenHooks for translation of label and tooltip in GtkAction...
2003-08-24 Matthias ClasenNamespace the enum values properly. Sorry about the...
2003-08-24 Matthias ClasenA model-view separation for menus and toolbars, using...