summaryrefslogtreecommitdiff
path: root/gtk/gtkuimanager.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix memory leaks caused by the failure to free the result ofMatthias Clasen2003-12-211-1/+7
* Remove debug define.Matthias Clasen2003-11-271-1/+1
* Don't show accelerators in popup menus. (#127227)ChangeLogMatthias Clasen2003-11-241-8/+23
* Reinstate fixes for (#124212, Marco Pesenti Gritti):Matthias Clasen2003-11-161-3/+5
* Some leftover cleanups.Matthias Clasen2003-11-031-5/+3
* #include <X11/extensions/Xrandr.h> if we have RandR support, forManish Singh2003-10-271-1/+1
* Fixes for (#124212, Marco Pesenti Gritti):Matthias Clasen2003-10-101-3/+5
* Test handling of empty menus.Matthias Clasen2003-09-301-6/+77
* Demonstrate the use of the connect-proxy signal.Matthias Clasen2003-09-261-6/+7
* Sync tooltips on toolitems.Matthias Clasen2003-09-231-9/+19
* Changes to make cross-process merging feasible:Matthias Clasen2003-09-211-13/+35
* Install accelerators on actions, not on proxies, support accelerator-onlyMatthias Clasen2003-09-171-13/+41
* Robustness improvements.Matthias Clasen2003-09-171-7/+11
* Report unexpected character data as error from the GMarkup parser,Matthias Clasen2003-09-171-7/+37
* Apply egtk-format-protos. Doc tweaks.Matthias Clasen2003-09-151-6/+7
* New function which implements "smart" separators by iterating once overMatthias Clasen2003-09-151-35/+148
* Add table menu tests.Matthias Clasen2003-09-111-30/+59
* Fix a C99ism. (#121640, Josh Beam)Matthias Clasen2003-09-061-29/+40
* Test gtk_ui_manager_add_ui().Matthias Clasen2003-09-041-34/+84
* Use "position" instead of "pos".Matthias Clasen2003-09-041-1/+1
* Un-prefix GtkUIManagerNodeType and GtkUIManagerNode to shorten the namesMatthias Clasen2003-09-041-105/+105
* Various doc tweaks.Matthias Clasen2003-09-041-44/+31
* Shorten the names of some static functions.Matthias Clasen2003-09-011-83/+184
* Make this public again, since it's occasionally useful. (#121128, MarcoMatthias Clasen2003-08-311-2/+26
* g_return_if_fail() if path is NULL. (gtk_ui_manager_get_node): Avoid aMatthias Clasen2003-08-311-1/+17
* Add gtktoggleactionprivate.hMatthias Clasen2003-08-311-29/+37
* Additions.Matthias Clasen2003-08-311-6/+7
* Add some docs.Matthias Clasen2003-08-301-9/+0
* Connect to "destroy" on toolbar, rather than to "remove" on handlebox.Matthias Clasen2003-08-301-0/+31
* Put toolbars in handleboxes.Matthias Clasen2003-08-291-10/+30
* Add a boolean property, "add_tearoffs" with setter and getter. If it isMatthias Clasen2003-08-291-40/+208
* Change the XML format: <Root> element is replaced by <ui>, <menu> elementMatthias Clasen2003-08-271-104/+77
* Use gssize for length, not gsize.Matthias Clasen2003-08-261-95/+130
* Rename GtkMenuMerge to GtkUIManager.Matthias Clasen2003-08-251-0/+1656