| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't crash if a node has no name. (start_element_handler): Accept | Matthias Clasen | 2004-04-13 | 1 | -2/+12 |
* | Don't leak list nodes. (#138862, Morten Welinder) | Matthias Clasen | 2004-04-13 | 1 | -6/+6 |
* | Terminate g_object_[dis]connect() calls with NULL instead of 0. Fixes | Christian Persch | 2004-04-09 | 1 | -2/+3 |
* | Add chains to the parent's ::finalize() handler (#134901, Morten Welinder, | Matthias Clasen | 2004-02-22 | 1 | -0/+5 |
* | Add default handlers for all signals; for consistency and for the benefit | Matthias Clasen | 2004-02-19 | 1 | -4/+9 |
* | The first part of the fix for #114351 (see also gdk-pixbuf/ChangeLog and | Matthias Clasen | 2004-01-16 | 1 | -4/+4 |
* | Inserting a 'newly-allocated' to hint that the list should be freed after | Matthias Clasen | 2004-01-15 | 1 | -1/+2 |
* | Adjust to the new connect_proxy signals. | Jody Goldberg | 2004-01-12 | 1 | -7/+141 |
* | Remove accidentially committed debug spew. | Matthias Clasen | 2004-01-11 | 1 | -17/+2 |
* | Introduce a new parser state for accelerator elements to avoid misparsing | Matthias Clasen | 2004-01-09 | 1 | -8/+34 |
* | New function to obtain a list of toplevel widgets constructed by the ui | Matthias Clasen | 2004-01-08 | 1 | -1/+66 |
* | Add GDK_THREADS_ENTER()/GDK_THREADS_LEAVE() pairs around idle functions. | Soeren Sandmann | 2003-12-29 | 1 | -0/+4 |
* | Fix memory leaks caused by the failure to free the result of | Matthias Clasen | 2003-12-21 | 1 | -1/+7 |
* | Remove debug define. | Matthias Clasen | 2003-11-27 | 1 | -1/+1 |
* | Don't show accelerators in popup menus. (#127227)ChangeLog | Matthias Clasen | 2003-11-24 | 1 | -8/+23 |
* | Reinstate fixes for (#124212, Marco Pesenti Gritti): | Matthias Clasen | 2003-11-16 | 1 | -3/+5 |
* | Some leftover cleanups. | Matthias Clasen | 2003-11-03 | 1 | -5/+3 |
* | #include <X11/extensions/Xrandr.h> if we have RandR support, for | Manish Singh | 2003-10-27 | 1 | -1/+1 |
* | Fixes for (#124212, Marco Pesenti Gritti): | Matthias Clasen | 2003-10-10 | 1 | -3/+5 |
* | Test handling of empty menus. | Matthias Clasen | 2003-09-30 | 1 | -6/+77 |
* | Demonstrate the use of the connect-proxy signal. | Matthias Clasen | 2003-09-26 | 1 | -6/+7 |
* | Sync tooltips on toolitems. | Matthias Clasen | 2003-09-23 | 1 | -9/+19 |
* | Changes to make cross-process merging feasible: | Matthias Clasen | 2003-09-21 | 1 | -13/+35 |
* | Install accelerators on actions, not on proxies, support accelerator-only | Matthias Clasen | 2003-09-17 | 1 | -13/+41 |
* | Robustness improvements. | Matthias Clasen | 2003-09-17 | 1 | -7/+11 |
* | Report unexpected character data as error from the GMarkup parser, | Matthias Clasen | 2003-09-17 | 1 | -7/+37 |
* | Apply egtk-format-protos. Doc tweaks. | Matthias Clasen | 2003-09-15 | 1 | -6/+7 |
* | New function which implements "smart" separators by iterating once over | Matthias Clasen | 2003-09-15 | 1 | -35/+148 |
* | Add table menu tests. | Matthias Clasen | 2003-09-11 | 1 | -30/+59 |
* | Fix a C99ism. (#121640, Josh Beam) | Matthias Clasen | 2003-09-06 | 1 | -29/+40 |
* | Test gtk_ui_manager_add_ui(). | Matthias Clasen | 2003-09-04 | 1 | -34/+84 |
* | Use "position" instead of "pos". | Matthias Clasen | 2003-09-04 | 1 | -1/+1 |
* | Un-prefix GtkUIManagerNodeType and GtkUIManagerNode to shorten the names | Matthias Clasen | 2003-09-04 | 1 | -105/+105 |
* | Various doc tweaks. | Matthias Clasen | 2003-09-04 | 1 | -44/+31 |
* | Shorten the names of some static functions. | Matthias Clasen | 2003-09-01 | 1 | -83/+184 |
* | Make this public again, since it's occasionally useful. (#121128, Marco | Matthias Clasen | 2003-08-31 | 1 | -2/+26 |
* | g_return_if_fail() if path is NULL. (gtk_ui_manager_get_node): Avoid a | Matthias Clasen | 2003-08-31 | 1 | -1/+17 |
* | Add gtktoggleactionprivate.h | Matthias Clasen | 2003-08-31 | 1 | -29/+37 |
* | Additions. | Matthias Clasen | 2003-08-31 | 1 | -6/+7 |
* | Add some docs. | Matthias Clasen | 2003-08-30 | 1 | -9/+0 |
* | Connect to "destroy" on toolbar, rather than to "remove" on handlebox. | Matthias Clasen | 2003-08-30 | 1 | -0/+31 |
* | Put toolbars in handleboxes. | Matthias Clasen | 2003-08-29 | 1 | -10/+30 |
* | Add a boolean property, "add_tearoffs" with setter and getter. If it is | Matthias Clasen | 2003-08-29 | 1 | -40/+208 |
* | Change the XML format: <Root> element is replaced by <ui>, <menu> element | Matthias Clasen | 2003-08-27 | 1 | -104/+77 |
* | Use gssize for length, not gsize. | Matthias Clasen | 2003-08-26 | 1 | -95/+130 |
* | Rename GtkMenuMerge to GtkUIManager. | Matthias Clasen | 2003-08-25 | 1 | -0/+1656 |