| Commit message (Expand) | Author | Age | Files | Lines |
* | gtk/: fully remove gtkalias hacks | Javier Jardón | 2010-07-10 | 1 | -4/+0 |
* | [docs] Make GtkUIManager signal documentation more consistent | Javier Jardón | 2010-06-15 | 1 | -6/+6 |
* | Deprecate widget flag: GTK_WIDGET_VISIBLE | Javier Jardón | 2010-03-01 | 1 | -2/+2 |
* | [annotations] Add allow-none | Johan Dahlin | 2010-02-19 | 1 | -1/+1 |
* | [introspection] Merge in Gtk-custom.c annotations | Colin Walters | 2009-12-16 | 1 | -10/+11 |
* | Position new ui nodes correctly when existing dirty dead nodes exist | Alexander Larsson | 2009-11-28 | 1 | -7/+35 |
* | Bug 601869 - GtkUIManager assumes too much about popup menus | Matthew Barnes | 2009-11-28 | 1 | -2/+4 |
* | Add UI manager attribute to always show image in menu items | Christian Persch | 2009-11-27 | 1 | -2/+19 |
* | Fix pltcheck issues | Matthias Clasen | 2009-01-23 | 1 | -6/+7 |
* | Bug 516425 – Optionally display accelerators in popups | Michael Natterer | 2008-10-09 | 1 | -6/+24 |
* | gtk/gtkaccellabel.c gtk/gtkaction.c gtk/gtkclist.c gtk/gtkcolorbutton.c | Sven Neumann | 2008-08-12 | 1 | -8/+8 |
* | gtk/gtktree.c gtk/gtktreemodel.c gtk/gtktreesortable.c gtk/gtktreeview.c | Sven Neumann | 2008-08-08 | 1 | -7/+7 |
* | gtk/gtk.symbols gtk/makegtkalias.pl gtk/gtkaccelmap.c gtk/gtkfilechooser.c | Tor Lillqvist | 2008-08-08 | 1 | -1/+1 |
* | Improve the docs | Matthias Clasen | 2008-08-02 | 1 | -2/+2 |
* | remove redundant include. | Michael Natterer | 2008-07-21 | 1 | -3/+2 |
* | Skip update of accelerator child node if it has no associated action. | Christian Neumair | 2008-07-07 | 1 | -1/+1 |
* | Revert name change | Cody Russell | 2008-07-01 | 1 | -1/+1 |
* | Practically everything changed. | Cody Russell | 2008-06-30 | 1 | -1/+1 |
* | Include "config.h" instead of <config.h> Command used: find -name | Johan Dahlin | 2008-06-22 | 1 | -1/+1 |
* | #undef GTK_DISABLE_DEPRECATED, clean up includes a bit. | Michael Natterer | 2008-06-17 | 1 | -0/+1 |
* | silently skip unknown attributes instead of bailing out with an error in | Michael Natterer | 2008-06-13 | 1 | -14/+3 |
* | Warn on duplicate action group names. (#501746, Christian Persch) | Matthias Clasen | 2008-02-16 | 1 | -0/+21 |
* | Reviewed by Johan Dahlin. | Sven Herzberg | 2008-01-25 | 1 | -0/+2 |
* | remove unused variable. | Michael Natterer | 2008-01-09 | 1 | -1/+1 |
* | add clarification stating that the construct_child function is responsible | Ryan Lortie | 2007-11-27 | 1 | -1/+1 |
* | Require gtk-doc 1.8 | Matthias Clasen | 2007-11-25 | 1 | -4/+2 |
* | 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 |