]> Pileus Git - ~andy/gtk/history - gtk/gtkuimanager.c
Reviewed by Johan Dahlin.
[~andy/gtk] / gtk / gtkuimanager.c
2008-01-25 Sven HerzbergReviewed by Johan Dahlin.
2008-01-09 Michael Nattererremove unused variable.
2007-11-27 Ryan Lortieadd clarification stating that the construct_child...
2007-11-25 Matthias ClasenRequire gtk-doc 1.8
2007-07-10 Christian PerschRemove work-around for the old tooltips code, and just...
2007-07-09 Johan Dahlin|___* demos/gtk-demo/demo.ui: |___* gtk/gtk-builder...
2007-06-19 Johan DahlinRename buildable methods to not clash with widget metho...
2007-06-15 Johan DahlinBase class should be GObject, not GtkObject.
2007-06-15 Johan DahlinAdd GtkBuilder, fixes #172535
2007-04-26 Matthias ClasenAccept unnamed separators. (#369112, Christian Persch)
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-14 Matthias ClasenDon't crash if menu or toolbar positions can't be found...
2006-12-28 Matthias ClasenOnly use the results of find_menu/toolbar_position...
2006-12-27 Matthias ClasenIf a required action is missing, don't recurse over...
2006-12-22 Matthias ClasenReplace a lot of idle and timeout calls by the new...
2006-09-25 Matthias ClasenDon't leak the list of children (#357454, Paolo Borelli)
2006-07-06 Matthias ClasenImprove consistency of signal and property names
2006-05-14 Matthias ClasenMore of the same
2006-05-08 Matthias ClasenFix tooltips.
2006-05-02 Matthias ClasenBoilerplate reduction
2006-04-12 Matthias ClasenMake find_menu_position and find_toolbar_position void...
2006-04-12 Matthias ClasenDon't pass a negative value as string length to get_chi...
2006-04-03 Matthias ClasenFix a warning.
2006-04-03 Matthias ClasenAvoid relocations.
2006-03-26 Matthias ClasenFix a leak
2006-01-07 Matthias ClasenFix actiongroup-action interaction that relied on actio...
2006-01-04 Matthias ClasenDon't return a list of NULLs. (#325723, Steve Chaplin)
2006-01-04 Matthias ClasenUse the slice allocator for many small allocations.
2005-12-05 Matthias ClasenUse g_slice instead of mem chunks.
2005-11-23 Tim Janikdeprecated floating/sink API and implemented it in...
2005-09-13 Matthias ClasenVarious cleanups. (#315360, Kjartan Maraas)
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-08-30 Matthias ClasenAnother fix for the default value of the "ui" property.
2005-08-27 Matthias ClasenFix the default value of the ui property. (#314532...
2005-08-01 Matthias ClasenUpdate tooltips when reconnecting toolitems. (#312173...
2005-06-19 Matthias ClasenFix a warning
2005-06-19 Matthias ClasenMake this work for inserting before/after an existing...
2005-06-19 Matthias ClasenAllow to construct menu tool buttons.
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-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-17 Manish Singhmake sure expand is initialized, cast to GTK_SEPARATOR_...
2005-02-08 Matthias ClasenAccept the "expand" attribute and set a flag in the...
2005-01-13 Matthias ClasenAdd hints about the lifecycle of widgets. (#159503...
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.
next