]> Pileus Git - ~andy/gtk/history - gtk/gtkuimanager.c
Test handling of empty menus.
[~andy/gtk] / gtk / gtkuimanager.c
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-17 Matthias ClasenInstall accelerators on actions, not on proxies, suppor...
2003-09-17 Matthias ClasenRobustness improvements.
2003-09-17 Matthias ClasenReport unexpected character data as error from the...
2003-09-15 Matthias ClasenApply egtk-format-protos. Doc tweaks.
2003-09-15 Matthias ClasenNew function which implements "smart" separators by...
2003-09-11 Matthias ClasenAdd table menu tests.
2003-09-06 Matthias ClasenFix a C99ism. (#121640, Josh Beam)
2003-09-04 Matthias ClasenTest gtk_ui_manager_add_ui().
2003-09-04 Matthias ClasenUse "position" instead of "pos".
2003-09-04 Matthias ClasenUn-prefix GtkUIManagerNodeType and GtkUIManagerNode...
2003-09-04 Matthias ClasenVarious doc tweaks.
2003-09-01 Matthias ClasenShorten the names of some static functions.
2003-08-31 Matthias ClasenMake this public again, since it's occasionally useful...
2003-08-31 Matthias Claseng_return_if_fail() if path is NULL. (gtk_ui_manager_get...
2003-08-31 Matthias ClasenAdd gtktoggleactionprivate.h
2003-08-31 Matthias ClasenAdditions.
2003-08-30 Matthias ClasenAdd some docs.
2003-08-30 Matthias ClasenConnect to "destroy" on toolbar, rather than to "remove...
2003-08-29 Matthias ClasenPut toolbars in handleboxes.
2003-08-29 Matthias ClasenAdd a boolean property, "add_tearoffs" with setter...
2003-08-27 Matthias ClasenChange the XML format: <Root> element is replaced by...
2003-08-26 Matthias ClasenUse gssize for length, not gsize.
2003-08-25 Matthias ClasenRename GtkMenuMerge to GtkUIManager.