]> Pileus Git - ~andy/gtk/history - gtk/gtkuimanager.c
GtkEntry: Sanity check the end_pos value in _get_display_text()
[~andy/gtk] / gtk / gtkuimanager.c
2004-12-13 Matthias ClasenDon't let the empty menu filler affect visibility of...
2004-12-12 Tor Lillqvistgtk/gtkaccelmap.[ch] gtk/gtkfilechooser.[ch] gtk/gtkfil...
2004-12-01 Michael Nattereradded virtual functions GtkUIManager::get_widget()...
2004-11-19 Manish Singhgdk/linux-fb/gdkgc-fb.c gdk/win32/gdkgc-win32.c
2004-11-11 Matthias ClasenFix some C99isms.
2004-11-11 Matthias ClasenRemove two more places where we were unconditionally...
2004-11-11 Matthias ClasenConsiderably speed up GtkUIManager, by changing the...
2004-10-28 Matthias ClasenFix many sparse warnings.
2004-10-08 Matthias ClasenAlso update smart separators if the visibility of a...
2004-10-05 Matthias ClasenSet action_name. (#154526, John Finlay)
2004-09-07 Matthias ClasenUse the proper node type for placeholders in toolbars...
2004-09-04 Matthias ClasenDon't print out attributes for the <ui> root node....
2004-08-09 Matthias ClasenAdd hidden aliases for exported symbols which are used...
2004-08-04 Matthias ClasenMake gtk_ui_manager_add_ui() accept paths with a leadin...
2004-08-02 Matthias ClasenDocument the xalign property and its getter and setter...
2004-07-28 Matthias ClasenWarning fixes.
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.