summaryrefslogtreecommitdiff
path: root/gtk/gtkuimanager.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove two more places where we were unconditionally setting "visible",Matthias Clasen2004-11-111-6/+12
* Considerably speed up GtkUIManager, by changing the semantics of the dirtyMatthias Clasen2004-11-111-444/+448
* Fix many sparse warnings.Matthias Clasen2004-10-281-8/+8
* Also update smart separators if the visibility of a menuitem with aMatthias Clasen2004-10-081-1/+3
* Set action_name. (#154526, John Finlay)Matthias Clasen2004-10-051-1/+1
* Use the proper node type for placeholders in toolbars. (#151963, OlivierMatthias Clasen2004-09-071-1/+1
* Don't print out attributes for the <ui> root node. (#151752, Lorenzo GilMatthias Clasen2004-09-041-6/+9
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-091-0/+1
* Make gtk_ui_manager_add_ui() accept paths with a leading "/ui". (#149077,Matthias Clasen2004-08-041-2/+3
* Document the xalign property and its getter and setter as 2.4 additions.Matthias Clasen2004-08-021-4/+4
* Warning fixes.Matthias Clasen2004-07-281-22/+22
* Add some refcount debugging.Matthias Clasen2004-07-201-3/+42
* Only call GDK_THREADS_ENTER() / _LEAVE() when called from an idle handler.Matthias Clasen2004-07-061-4/+11
* Revert the previous change to this function, clarify the docs instead.Matthias Clasen2004-05-111-8/+4
* Make sure that we actually return menus for nodes of type menu, not theMatthias Clasen2004-05-091-2/+11