| Commit message (Expand) | Author | Age | Files | Lines |
* | Boilerplate reduction | Matthias Clasen | 2006-05-02 | 1 | -33/+2 |
* | Make find_menu_position and find_toolbar_position void. (#338100) | Matthias Clasen | 2006-04-12 | 1 | -132/+116 |
* | Don't pass a negative value as string length to get_child_node(). | Matthias Clasen | 2006-04-12 | 1 | -29/+24 |
* | Fix a warning. | Matthias Clasen | 2006-04-03 | 1 | -1/+1 |
* | Avoid relocations. | Matthias Clasen | 2006-04-03 | 1 | -35/+45 |
* | Fix a leak | Matthias Clasen | 2006-03-26 | 1 | -1/+1 |
* | Fix actiongroup-action interaction that relied on actions connecting to | Matthias Clasen | 2006-01-07 | 1 | -4/+0 |
* | Don't return a list of NULLs. (#325723, Steve Chaplin) | Matthias Clasen | 2006-01-04 | 1 | -24/+27 |
* | Use the slice allocator for many small allocations. | Matthias Clasen | 2006-01-04 | 1 | -3/+9 |
* | Use g_slice instead of mem chunks. | Matthias Clasen | 2005-12-05 | 1 | -9/+3 |
* | deprecated floating/sink API and implemented it in terms of the GObject | Tim Janik | 2005-11-23 | 1 | -26/+13 |
* | Various cleanups. (#315360, Kjartan Maraas) | Matthias Clasen | 2005-09-13 | 1 | -2/+0 |
* | Intern some more strings. | Matthias Clasen | 2005-09-01 | 1 | -14/+14 |
* | Also intern static strings passed to g_object_set_data() | Matthias Clasen | 2005-08-31 | 1 | -7/+7 |
* | Intern type names in code generated by glib-mkenums, too. | Matthias Clasen | 2005-08-31 | 1 | -1/+1 |
* | 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 |