summaryrefslogtreecommitdiff
path: root/gtk/gtkuimanager.c
Commit message (Expand)AuthorAgeFilesLines
* 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