summaryrefslogtreecommitdiff
path: root/gtk/gtkuimanager.c
Commit message (Expand)AuthorAgeFilesLines
* |___* 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
* Fix the default value of the ui property. (#314532, Yong Wang)Matthias Clasen2005-08-271-1/+1
* Update tooltips when reconnecting toolitems. (#312173, Alex Graveley)Matthias Clasen2005-08-011-6/+7
* Fix a warningMatthias Clasen2005-06-191-1/+1
* Make this work for inserting before/after an existing menuitem orMatthias Clasen2005-06-191-19/+49
* Allow to construct menu tool buttons.Matthias Clasen2005-06-191-24/+67
* Use g_object_notify() instead of triggering a ::notify by re-setting theMatthias Clasen2005-04-291-4/+1
* Use canonical names for g_object_notify() as well.Matthias Clasen2005-03-261-1/+1
* Define macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE, GTK_PARAM_READWRITEMatthias Clasen2005-03-221-2/+3
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-1/+4
* More canonical property names.Matthias Clasen2005-03-091-1/+1
* gdk/gdkkeyuni.c gdk/gdkpixbuf-drawable.c gdk/gdkrgb.c gdk/x11/gdkdnd-x11.cMatthias Clasen2005-03-011-2/+2
* make sure expand is initialized, cast to GTK_SEPARATOR_TOOL_ITEM.Manish Singh2005-02-171-2/+3
* Accept the "expand" attribute and set a flag in the node if it is set toMatthias Clasen2005-02-081-1/+19
* Add hints about the lifecycle of widgets. (#159503, Christian Persch)Matthias Clasen2005-01-131-0/+5
* Don't let the empty menu filler affect visibility of separators. (#160500,Matthias Clasen2004-12-131-5/+5
* gtk/gtkaccelmap.[ch] gtk/gtkfilechooser.[ch] gtk/gtkfilesel.cTor Lillqvist2004-12-121-0/+23
* added virtual functions GtkUIManager::get_widget() and ::get_action().Michael Natterer2004-12-011-58/+79
* gdk/linux-fb/gdkgc-fb.c gdk/win32/gdkgc-win32.cManish Singh2004-11-191-3/+3
* Fix some C99isms.Matthias Clasen2004-11-111-3/+3