| Commit message (Expand) | Author | Age | Files | Lines |
* | Another fix for the default value of the "ui" property. | Matthias Clasen | 2005-08-30 | 1 | -1/+1 |
* | Fix the default value of the ui property. (#314532, Yong Wang) | Matthias Clasen | 2005-08-27 | 1 | -1/+1 |
* | Update tooltips when reconnecting toolitems. (#312173, Alex Graveley) | Matthias Clasen | 2005-08-01 | 1 | -6/+7 |
* | Fix a warning | Matthias Clasen | 2005-06-19 | 1 | -1/+1 |
* | Make this work for inserting before/after an existing menuitem or | Matthias Clasen | 2005-06-19 | 1 | -19/+49 |
* | Allow to construct menu tool buttons. | Matthias Clasen | 2005-06-19 | 1 | -24/+67 |
* | Use g_object_notify() instead of triggering a ::notify by re-setting the | Matthias Clasen | 2005-04-29 | 1 | -4/+1 |
* | Use canonical names for g_object_notify() as well. | Matthias Clasen | 2005-03-26 | 1 | -1/+1 |
* | Define macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE, GTK_PARAM_READWRITE | Matthias Clasen | 2005-03-22 | 1 | -2/+3 |
* | Make PLT-reduction work with gcc4, and don't include everything in | Matthias Clasen | 2005-03-20 | 1 | -1/+4 |
* | More canonical property names. | Matthias Clasen | 2005-03-09 | 1 | -1/+1 |
* | gdk/gdkkeyuni.c gdk/gdkpixbuf-drawable.c gdk/gdkrgb.c gdk/x11/gdkdnd-x11.c | Matthias Clasen | 2005-03-01 | 1 | -2/+2 |
* | make sure expand is initialized, cast to GTK_SEPARATOR_TOOL_ITEM. | Manish Singh | 2005-02-17 | 1 | -2/+3 |
* | Accept the "expand" attribute and set a flag in the node if it is set to | Matthias Clasen | 2005-02-08 | 1 | -1/+19 |
* | Add hints about the lifecycle of widgets. (#159503, Christian Persch) | Matthias Clasen | 2005-01-13 | 1 | -0/+5 |
* | Don't let the empty menu filler affect visibility of separators. (#160500, | Matthias Clasen | 2004-12-13 | 1 | -5/+5 |
* | gtk/gtkaccelmap.[ch] gtk/gtkfilechooser.[ch] gtk/gtkfilesel.c | Tor Lillqvist | 2004-12-12 | 1 | -0/+23 |
* | added virtual functions GtkUIManager::get_widget() and ::get_action(). | Michael Natterer | 2004-12-01 | 1 | -58/+79 |
* | gdk/linux-fb/gdkgc-fb.c gdk/win32/gdkgc-win32.c | Manish Singh | 2004-11-19 | 1 | -3/+3 |
* | Fix some C99isms. | Matthias Clasen | 2004-11-11 | 1 | -3/+3 |
* | Remove two more places where we were unconditionally setting "visible", | Matthias Clasen | 2004-11-11 | 1 | -6/+12 |
* | Considerably speed up GtkUIManager, by changing the semantics of the dirty | Matthias Clasen | 2004-11-11 | 1 | -444/+448 |
* | Fix many sparse warnings. | Matthias Clasen | 2004-10-28 | 1 | -8/+8 |
* | Also update smart separators if the visibility of a menuitem with a | Matthias Clasen | 2004-10-08 | 1 | -1/+3 |
* | Set action_name. (#154526, John Finlay) | Matthias Clasen | 2004-10-05 | 1 | -1/+1 |
* | Use the proper node type for placeholders in toolbars. (#151963, Olivier | Matthias Clasen | 2004-09-07 | 1 | -1/+1 |
* | Don't print out attributes for the <ui> root node. (#151752, Lorenzo Gil | Matthias Clasen | 2004-09-04 | 1 | -6/+9 |
* | Add hidden aliases for exported symbols which are used internally in order | Matthias Clasen | 2004-08-09 | 1 | -0/+1 |
* | Make gtk_ui_manager_add_ui() accept paths with a leading "/ui". (#149077, | Matthias Clasen | 2004-08-04 | 1 | -2/+3 |
* | Document the xalign property and its getter and setter as 2.4 additions. | Matthias Clasen | 2004-08-02 | 1 | -4/+4 |
* | Warning fixes. | Matthias Clasen | 2004-07-28 | 1 | -22/+22 |
* | Add some refcount debugging. | Matthias Clasen | 2004-07-20 | 1 | -3/+42 |
* | Only call GDK_THREADS_ENTER() / _LEAVE() when called from an idle handler. | Matthias Clasen | 2004-07-06 | 1 | -4/+11 |
* | Revert the previous change to this function, clarify the docs instead. | Matthias Clasen | 2004-05-11 | 1 | -8/+4 |
* | Make sure that we actually return menus for nodes of type menu, not the | Matthias Clasen | 2004-05-09 | 1 | -2/+11 |
* | Merge from 2.4: | Matthias Clasen | 2004-05-05 | 1 | -28/+36 |
* | Call g_signal_new() correctly and initialize the signal fields. Fixes | Federico Mena Quintero | 2004-05-03 | 1 | -14/+27 |
* | Make sure the separators used to demarkate placeholder ends don't show up | Matthias Clasen | 2004-04-22 | 1 | -0/+4 |
* | 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 |