| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove work-around for the old tooltips code, and just set the action | Christian Persch | 2007-07-10 | 1 | -10/+0 |
* | |___* demos/gtk-demo/demo.ui: |___* gtk/gtk-builder-convert: |___* | Johan Dahlin | 2007-07-09 | 1 | -2/+31 |
* | Rename buildable methods to not clash with widget methods. (#448928, | Johan Dahlin | 2007-06-19 | 1 | -10/+10 |
* | Base class should be GObject, not GtkObject. | Johan Dahlin | 2007-06-15 | 1 | -1/+1 |
* | Add GtkBuilder, fixes #172535 | Johan Dahlin | 2007-06-15 | 1 | -2/+116 |
* | Accept unnamed separators. (#369112, Christian Persch) | Matthias Clasen | 2007-04-26 | 1 | -2/+2 |
* | Rename get_submenu() to create_menu(); rename gtk_action_get_submenu() to | Emmanuele Bassi | 2007-03-16 | 1 | -3/+4 |
* | Add GtkActionClass::get_submenu() vfunc: actions providing a menu item or | Emmanuele Bassi | 2007-03-15 | 1 | -16/+31 |
* | Don't crash if menu or toolbar positions can't be found. (#396161, Hans | Matthias Clasen | 2007-01-14 | 1 | -27/+37 |
* | Only use the results of find_menu/toolbar_position() if they succeed. May | Matthias Clasen | 2006-12-28 | 1 | -108/+127 |
* | If a required action is missing, don't recurse over the children. | Matthias Clasen | 2006-12-27 | 1 | -2/+2 |
* | Replace a lot of idle and timeout calls by the new gdk_threads api. | Matthias Clasen | 2006-12-22 | 1 | -3/+2 |
* | Don't leak the list of children (#357454, Paolo Borelli) | Matthias Clasen | 2006-09-25 | 1 | -2/+6 |
* | Improve consistency of signal and property names | Matthias Clasen | 2006-07-06 | 1 | -1/+1 |
* | More of the same | Matthias Clasen | 2006-05-14 | 1 | -1/+1 |
* | Fix tooltips. | Matthias Clasen | 2006-05-08 | 1 | -4/+9 |
* | 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 |