summaryrefslogtreecommitdiff
path: root/gtk/gtkuimanager.c
Commit message (Expand)AuthorAgeFilesLines
* Fix pltcheck issuesMatthias Clasen2009-01-231-6/+7
* Bug 516425 – Optionally display accelerators in popupsMichael Natterer2008-10-091-6/+24
* gtk/gtkaccellabel.c gtk/gtkaction.c gtk/gtkclist.c gtk/gtkcolorbutton.cSven Neumann2008-08-121-8/+8
* gtk/gtktree.c gtk/gtktreemodel.c gtk/gtktreesortable.c gtk/gtktreeview.cSven Neumann2008-08-081-7/+7
* gtk/gtk.symbols gtk/makegtkalias.pl gtk/gtkaccelmap.c gtk/gtkfilechooser.cTor Lillqvist2008-08-081-1/+1
* Improve the docsMatthias Clasen2008-08-021-2/+2
* remove redundant include.Michael Natterer2008-07-211-3/+2
* Skip update of accelerator child node if it has no associated action.Christian Neumair2008-07-071-1/+1
* Revert name changeCody Russell2008-07-011-1/+1
* Practically everything changed.Cody Russell2008-06-301-1/+1
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* #undef GTK_DISABLE_DEPRECATED, clean up includes a bit.Michael Natterer2008-06-171-0/+1
* silently skip unknown attributes instead of bailing out with an error inMichael Natterer2008-06-131-14/+3
* Warn on duplicate action group names. (#501746, Christian Persch)Matthias Clasen2008-02-161-0/+21
* Reviewed by Johan Dahlin.Sven Herzberg2008-01-251-0/+2
* remove unused variable.Michael Natterer2008-01-091-1/+1
* add clarification stating that the construct_child function is responsibleRyan Lortie2007-11-271-1/+1
* Require gtk-doc 1.8Matthias Clasen2007-11-251-4/+2
* Remove work-around for the old tooltips code, and just set the actionChristian Persch2007-07-101-10/+0
* |___* demos/gtk-demo/demo.ui: |___* gtk/gtk-builder-convert: |___*Johan Dahlin2007-07-091-2/+31
* Rename buildable methods to not clash with widget methods. (#448928,Johan Dahlin2007-06-191-10/+10
* Base class should be GObject, not GtkObject.Johan Dahlin2007-06-151-1/+1
* Add GtkBuilder, fixes #172535Johan Dahlin2007-06-151-2/+116
* Accept unnamed separators. (#369112, Christian Persch)Matthias Clasen2007-04-261-2/+2
* Rename get_submenu() to create_menu(); rename gtk_action_get_submenu() toEmmanuele Bassi2007-03-161-3/+4
* Add GtkActionClass::get_submenu() vfunc: actions providing a menu item orEmmanuele Bassi2007-03-151-16/+31
* Don't crash if menu or toolbar positions can't be found. (#396161, HansMatthias Clasen2007-01-141-27/+37
* Only use the results of find_menu/toolbar_position() if they succeed. MayMatthias Clasen2006-12-281-108/+127
* If a required action is missing, don't recurse over the children.Matthias Clasen2006-12-271-2/+2
* Replace a lot of idle and timeout calls by the new gdk_threads api.Matthias Clasen2006-12-221-3/+2
* Don't leak the list of children (#357454, Paolo Borelli)Matthias Clasen2006-09-251-2/+6
* Improve consistency of signal and property namesMatthias Clasen2006-07-061-1/+1
* More of the sameMatthias Clasen2006-05-141-1/+1
* Fix tooltips.Matthias Clasen2006-05-081-4/+9
* Boilerplate reductionMatthias Clasen2006-05-021-33/+2
* Make find_menu_position and find_toolbar_position void. (#338100)Matthias Clasen2006-04-121-132/+116
* Don't pass a negative value as string length to get_child_node().Matthias Clasen2006-04-121-29/+24
* Fix a warning.Matthias Clasen2006-04-031-1/+1
* Avoid relocations.Matthias Clasen2006-04-031-35/+45
* Fix a leakMatthias Clasen2006-03-261-1/+1
* Fix actiongroup-action interaction that relied on actions connecting toMatthias Clasen2006-01-071-4/+0
* Don't return a list of NULLs. (#325723, Steve Chaplin)Matthias Clasen2006-01-041-24/+27
* Use the slice allocator for many small allocations.Matthias Clasen2006-01-041-3/+9
* Use g_slice instead of mem chunks.Matthias Clasen2005-12-051-9/+3
* deprecated floating/sink API and implemented it in terms of the GObjectTim Janik2005-11-231-26/+13
* Various cleanups. (#315360, Kjartan Maraas)Matthias Clasen2005-09-131-2/+0
* Intern some more strings.Matthias Clasen2005-09-011-14/+14
* Also intern static strings passed to g_object_set_data()Matthias Clasen2005-08-311-7/+7
* Intern type names in code generated by glib-mkenums, too.Matthias Clasen2005-08-311-1/+1
* Another fix for the default value of the "ui" property.Matthias Clasen2005-08-301-1/+1