| Commit message (Expand) | Author | Age | Files | Lines |
* | gtk/gtkclist.c gtk/gtkcontainer.c gtk/gtkfilechooserbutton.c | Michael Natterer | 2008-08-07 | 1 | -3/+2 |
* | 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 |
* | gtk/gtkfilesel.c gtk/gtkinputdialog.c gtk/gtkmenutoolbutton.c | Michael Natterer | 2008-06-17 | 1 | -1/+4 |
* | gtk/gtkcellrenderer.c gtk/gtkcellrendererpixbuf.c | Michael Natterer | 2008-05-19 | 1 | -2/+1 |
* | when creating a new box, be sure to transfer a possible tooltip from the | Kristian Rietveld | 2007-09-10 | 1 | -0/+11 |
* | Remove obsolete set-tooltip handler. (#458280, Christian Persch) | Matthias Clasen | 2007-07-24 | 1 | -17/+0 |
* | Replace non-deprecated API using old tooltips API, deprecate old tooltips | Kristian Rietveld | 2007-07-09 | 1 | -0/+43 |
* | More of the same | Matthias Clasen | 2006-05-14 | 1 | -1/+1 |
* | Boilerplate reduction | Matthias Clasen | 2006-05-02 | 1 | -36/+4 |
* | use gtk_menu_attach_to_widget() and gtk_menu_detach() instead of | Michael Natterer | 2006-01-04 | 1 | -5/+16 |
* | deprecated floating/sink API and implemented it in terms of the GObject | Tim Janik | 2005-11-23 | 1 | -2/+1 |
* | Various cleanups. (#315360, Kjartan Maraas) | Matthias Clasen | 2005-09-13 | 1 | -2/+0 |
* | Intern some more strings. | Matthias Clasen | 2005-09-01 | 1 | -2/+2 |
* | Intern type names in code generated by glib-mkenums, too. | Matthias Clasen | 2005-08-31 | 1 | -1/+1 |
* | Take widget y offset into account when positioning the popup. (#314470, | Matthias Clasen | 2005-08-25 | 1 | -0/+1 |
* | Disconnect signal handlers on destroy, not on finalize. (#313759, Brett | Matthias Clasen | 2005-08-18 | 1 | -9/+33 |
* | Add some more tests for menu placement. | Matthias Clasen | 2005-08-15 | 1 | -8/+33 |
* | Deactivate the menu when the button becomes insensitive, and remove dead | Christian Persch | 2005-08-08 | 1 | -51/+17 |
* | Use ->priv instead of GTK_MENU_TOOL_BUTTON_GET_PRIVATE. Surviving part of | Christian Persch | 2005-08-08 | 1 | -12/+4 |
* | Set the relief of the arrow button to the value returned by | Søren Sandmann | 2005-08-05 | 1 | -1/+3 |
* | 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 | -1/+2 |
* | Make PLT-reduction work with gcc4, and don't include everything in | Matthias Clasen | 2005-03-20 | 1 | -1/+3 |
* | Make right-clicks not pop up the menu. | Soeren Sandmann | 2005-03-19 | 1 | -3/+15 |
* | Typo fix in the docs. | Matthias Clasen | 2005-03-17 | 1 | -1/+1 |
* | Fix prelighting. (#157392, Vincent Noel, patch by Christian Persch) | Matthias Clasen | 2005-03-01 | 1 | -1/+7 |
* | gdk/linux-fb/gdkgc-fb.c gdk/win32/gdkgc-win32.c | Manish Singh | 2004-11-19 | 1 | -2/+2 |
* | Remove check for previous state being ACTIVE. Bug 153876. | Søren Sandmann | 2004-10-23 | 1 | -9/+8 |
* | Fix doc comment. | Matthias Clasen | 2004-10-09 | 1 | -1/+0 |
* | rename the activate-menu signal to show-menu as discussed in bug #153873. | Paolo Borelli | 2004-10-05 | 1 | -9/+9 |
* | deactivate the menu before setiing it to something else. Bug #153887. | Paolo Borelli | 2004-10-02 | 1 | -0/+3 |
* | add the GtkMenuToolButton widget discussed in bug #151441. | Paolo Borelli | 2004-09-27 | 1 | -0/+604 |