]> Pileus Git - ~andy/gtk/history - gtk/gtkuimanager.c
[GI] Annotate strings holding file paths as (type filename)
[~andy/gtk] / gtk / gtkuimanager.c
2004-07-20 Matthias ClasenAdd some refcount debugging.
2004-07-06 Matthias ClasenOnly call GDK_THREADS_ENTER() / _LEAVE() when called...
2004-05-11 Matthias ClasenRevert the previous change to this function, clarify...
2004-05-09 Matthias ClasenMake sure that we actually return menus for nodes of...
2004-05-05 Matthias ClasenMerge from 2.4:
2004-05-03 Federico Mena QuinteroCall g_signal_new() correctly and initialize the signal...
2004-04-22 Matthias ClasenMake sure the separators used to demarkate placeholder...
2004-04-13 Matthias ClasenDon't crash if a node has no name. (start_element_handl...
2004-04-13 Matthias ClasenDon't leak list nodes. (#138862, Morten Welinder)
2004-04-09 Christian PerschTerminate g_object_[dis]connect() calls with NULL inste...
2004-02-22 Matthias ClasenAdd chains to the parent's ::finalize() handler (#13490...
2004-02-19 Matthias ClasenAdd default handlers for all signals; for consistency...
2004-01-16 Matthias ClasenThe first part of the fix for #114351 (see also gdk...
2004-01-15 Matthias ClasenInserting a 'newly-allocated' to hint that the list...
2004-01-12 Jody GoldbergAdjust to the new connect_proxy signals.
2004-01-11 Matthias ClasenRemove accidentially committed debug spew.
2004-01-09 Matthias ClasenIntroduce a new parser state for accelerator elements...
2004-01-08 Matthias ClasenNew function to obtain a list of toplevel widgets const...
2003-12-29 Soeren SandmannAdd GDK_THREADS_ENTER()/GDK_THREADS_LEAVE() pairs aroun...
2003-12-21 Matthias ClasenFix memory leaks caused by the failure to free the...
2003-11-27 Matthias ClasenRemove debug define.
2003-11-24 Matthias ClasenDon't show accelerators in popup menus. (#127227)
2003-11-16 Matthias ClasenReinstate fixes for (#124212, Marco Pesenti Gritti):
2003-11-03 Matthias ClasenSome leftover cleanups.
2003-10-27 Manish Singh#include <X11/extensions/Xrandr.h> if we have RandR...
2003-10-10 Matthias ClasenFixes for (#124212, Marco Pesenti Gritti):
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.