summaryrefslogtreecommitdiff
path: root/gtk/gtkuimanager.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge from 2.4:Matthias Clasen2004-05-051-28/+36
* Call g_signal_new() correctly and initialize the signal fields. FixesFederico Mena Quintero2004-05-031-14/+27
* Make sure the separators used to demarkate placeholder ends don't show upMatthias Clasen2004-04-221-0/+4
* Don't crash if a node has no name. (start_element_handler): AcceptMatthias Clasen2004-04-131-2/+12
* Don't leak list nodes. (#138862, Morten Welinder)Matthias Clasen2004-04-131-6/+6
* Terminate g_object_[dis]connect() calls with NULL instead of 0. FixesChristian Persch2004-04-091-2/+3
* Add chains to the parent's ::finalize() handler (#134901, Morten Welinder,Matthias Clasen2004-02-221-0/+5
* Add default handlers for all signals; for consistency and for the benefitMatthias Clasen2004-02-191-4/+9
* The first part of the fix for #114351 (see also gdk-pixbuf/ChangeLog andMatthias Clasen2004-01-161-4/+4
* Inserting a 'newly-allocated' to hint that the list should be freed afterMatthias Clasen2004-01-151-1/+2
* Adjust to the new connect_proxy signals.Jody Goldberg2004-01-121-7/+141
* Remove accidentially committed debug spew.Matthias Clasen2004-01-111-17/+2
* Introduce a new parser state for accelerator elements to avoid misparsingMatthias Clasen2004-01-091-8/+34
* New function to obtain a list of toplevel widgets constructed by the uiMatthias Clasen2004-01-081-1/+66
* Add GDK_THREADS_ENTER()/GDK_THREADS_LEAVE() pairs around idle functions.Soeren Sandmann2003-12-291-0/+4