]> Pileus Git - ~andy/gtk/history - gtk/gtkaction.c
gtk/gtkaction.c gtk/gtkassistant.c gtk/gtkbin.c gtk/gtkbox.c
[~andy/gtk] / gtk / gtkaction.c
2008-02-07 Michael Natterergtk/gtkaction.c gtk/gtkassistant.c gtk/gtkbin.c gtk...
2007-09-09 Matthias ClasenUpdate the documentation to mark the optional construct...
2007-07-10 Christian PerschIntern the action's name. Saves two string duplicates...
2007-07-10 Christian PerschRemove work-around for the old tooltips code, and just...
2007-07-09 Kristian RietveldReplace non-deprecated API using old tooltips API,...
2007-06-15 Johan DahlinAdd GtkBuilder, fixes #172535
2007-05-25 Xan LopezUse private->data->short_label to update the proxies.
2007-04-30 Matthias ClasenFix some compiler warnings. (#433642, Kjartan Maraas)
2007-03-16 Emmanuele BassiRename get_submenu() to create_menu(); rename gtk_actio...
2007-03-15 Emmanuele BassiAdd GtkActionClass::get_submenu() vfunc: actions provid...
2007-01-28 Matthias ClasenUse canonical property names
2007-01-28 Matthias ClasenRearrange things so that setting multiple properties...
2006-12-31 Matthias ClasenImprove the docs of the "label" property. (#341730...
2006-10-08 Matthias ClasenApply a cleanup patch by Kjartan Maraas (#341812)
2006-07-10 Matthias ClasenFix some typos with inline property docs. (#347065...
2006-07-06 Matthias ClasenImprove consistency of signal and property names
2006-06-22 Matthias Clasenbroken pipe
2006-06-20 Matthias ClasenFix handling of stock items without icons in action...
2006-05-14 Matthias ClasenMore of the same
2006-05-02 Matthias ClasenBoilerplate reduction
2006-03-13 Matthias ClasenMake actions work with named icons. (#323484, Jorn...
2006-01-09 Matthias ClasenMake it build
2006-01-09 Matthias ClasenNew function to get the action for a proxy. (#326288)
2006-01-09 Matthias ClasenGo back to the old key for attaching the action to...
2006-01-07 Matthias ClasenFix actiongroup-action interaction that relied on actio...
2006-01-05 Matthias ClasenSome more
2006-01-05 Matthias ClasenUse a weak reference rather than the destroy signal...
2006-01-05 Matthias ClasenRemoved.
2006-01-03 Matthias ClasenAvoid connecting to notify on our own properties.
2005-12-31 Matthias ClasenConnect to notify instead of multiple detailed signals.
2005-11-28 Matthias ClasenButtons use the label property for stock ids. (#322565...
2005-11-23 Tim Janikdeprecated floating/sink API and implemented it in...
2005-11-18 Matthias ClasenDisconnect the sync callback for the visibility propert...
2005-09-05 Matthias ClasenSet the label of a button if it has no child. (#315253...
2005-09-01 Matthias ClasenFix doc typo. (#314921, Guillaume Cottenceau)
2005-09-01 Matthias ClasenIntern some more strings.
2005-08-31 Matthias ClasenAlso intern static strings passed to g_object_set_data()
2005-08-31 Matthias ClasenIntern type names in code generated by glib-mkenums...
2005-06-10 Michael Natterergtk/gtk.symbols new function to get an action's accel_c...
2005-04-29 Matthias ClasenUse g_object_notify() instead of triggering a ::notify...
2005-03-26 Matthias ClasenUse canonical names for g_object_notify() as well.
2005-03-22 Matthias ClasenDefine macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE...
2005-03-21 Matthias Clasen: Mark param spec strings as static.
2005-03-20 Matthias ClasenMake PLT-reduction work with gcc4, and don't include...
2005-03-09 Matthias ClasenMore canonical property names.
2005-03-01 Matthias Clasengdk/gdkkeyuni.c gdk/gdkpixbuf-drawable.c gdk/gdkrgb...
2005-02-28 Matthias ClasenImprove the handling of buttons as action proxys. ...
2004-11-28 Matthias ClasenDon't claim to have handled the accelerator if the...
2004-11-19 Manish Singhgdk/linux-fb/gdkgc-fb.c gdk/win32/gdkgc-win32.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...