| Commit message (Expand) | Author | Age | Files | Lines |
* | tooltip: remove unused variable and related g_object_set | Stefan Sauer | 2015-03-03 | 1 | -3/+0 |
* | Explicitly set the a11y role of tooltip windows | Matthias Clasen | 2015-02-18 | 1 | -0/+6 |
* | Gdk: add an experimental backend for mir | Robert Ancell | 2014-10-22 | 1 | -0/+16 |
* | GtkTooltip: Move nonexported API to a private header | Matthias Clasen | 2014-10-19 | 1 | -0/+1 |
* | tooltip: fix line wrapping | Michael Catanzaro | 2014-10-06 | 1 | -0/+1 |
* | tooltip: Fix warning with GtkCellRendererAccel | Bastien Nocera | 2014-09-06 | 1 | -1/+2 |
* | tooltip: Use subsurfaces on wayland | Carlos Garnacho | 2014-08-28 | 1 | -0/+17 |
* | Avoid a compiler warning | Matthias Clasen | 2014-07-21 | 1 | -3/+0 |
* | GtkTooltip: Drop an unused variable | Matthias Clasen | 2014-07-21 | 1 | -4/+1 |
* | GtkTooltip: Ignore shadow when finding widgets | Matthias Clasen | 2014-06-11 | 1 | -10/+29 |
* | Request csd for tooltips | Matthias Clasen | 2014-06-09 | 1 | -0/+1 |
* | GtkTooltip: take csd shadows into account for placement | Matthias Clasen | 2014-06-09 | 1 | -2/+8 |
* | GtkTooltip: remove hardcoded tooltip drawing | Matthias Clasen | 2014-06-09 | 1 | -105/+0 |
* | GtkTooltip: Avoid extra work | Matthias Clasen | 2014-02-20 | 1 | -26/+44 |
* | docs: use proper apostrophe | William Jon McCann | 2014-02-07 | 1 | -1/+1 |
* | docs: Use markup for links | William Jon McCann | 2014-02-07 | 1 | -3/+2 |
* | Docs: Use markdown for lists | Matthias Clasen | 2014-02-02 | 1 | -48/+24 |
* | Replace all margin-left and margin-right with margin-start and margin-end | Yosef Or Boczko | 2013-11-15 | 1 | -2/+2 |
* | all: Add names to timeouts | Bastien Nocera | 2013-10-23 | 1 | -5/+9 |
* | tooltip: Fix possible wrong placement | Olivier Brunel | 2013-10-15 | 1 | -0/+1 |
* | Deprecate and hardcode values for gtk-tooltip* timeouts | William Jon McCann | 2013-07-08 | 1 | -13/+6 |
* | Deprecate and ignore gtk-enable-tooltips setting | William Jon McCann | 2013-06-30 | 1 | -12/+1 |
* | Start deprecating some GtkStock API | William Jon McCann | 2013-06-25 | 1 | -1/+5 |
* | Find tooltip/dnd widget running through container children in inverse order | Carlos Garnacho | 2013-05-12 | 1 | -1/+19 |
* | tooltip: set the transient parent when using the Wayland backend | Thomas Wood | 2013-02-12 | 1 | -0/+19 |
* | Don't leak a ref to the tooltip window | William Jon McCann | 2012-09-16 | 1 | -1/+1 |
* | types: Clean up gtkwidget.h includes | Benjamin Otte | 2012-03-03 | 1 | -0/+2 |
* | tooltips: Use the source device instead of gtk-touchscreen-mode | Carlos Garnacho | 2012-03-01 | 1 | -5/+16 |
* | Change FSF Address | Javier Jardón | 2012-02-27 | 1 | -3/+1 |
* | Use the workarea when placing popups | Matthias Clasen | 2011-12-18 | 1 | -1/+1 |
* | Remove unused alignment from GtkTooltip. | Paolo Borelli | 2011-12-04 | 1 | -1/+0 |
* | tooltip: Don't use deprecated API | Benjamin Otte | 2011-11-02 | 1 | -1/+4 |
* | tooltip: Remove unused variables | Benjamin Otte | 2011-11-02 | 1 | -1/+0 |
* | tooltip: only update shape if the window is realized | Rui Matos | 2011-10-23 | 1 | -2/+11 |
* | tooltip: add support for opacity and rounded corners for tooltips | Cosimo Cecchi | 2011-10-19 | 1 | -9/+81 |
* | More include cleanups | Matthias Clasen | 2011-08-28 | 1 | -1/+1 |
* | Don't use a GtkAlignment | Matthias Clasen | 2011-06-07 | 1 | -63/+35 |
* | tooltips: treat scroll events like key/button press instead of motion | Kristian Rietveld | 2011-05-01 | 1 | -1/+1 |
* | tooltip: Use the actual size of the window we're going to show | Benjamin Otte | 2011-04-27 | 1 | -30/+32 |
* | Silence new gcc warnings | Matthias Clasen | 2011-01-23 | 1 | -12/+9 |
* | Make GtkTooltip use GtkStyleContext | Carlos Garnacho | 2011-01-04 | 1 | -24/+36 |
* | API: gdk: Make gdk_display_get_window_at_device_position() a device API | Benjamin Otte | 2010-12-27 | 1 | -3/+1 |
* | tooltip: Don't use deprecated APIs | Benjamin Otte | 2010-12-27 | 1 | -1/+5 |
* | API: gdk: GDK_DISPLAY_OBJECT() => GDK_DISPLAY() | Benjamin Otte | 2010-12-21 | 1 | -1/+1 |
* | Move all GdkDevice members to private and add one missing accessor | Michael Natterer | 2010-11-23 | 1 | -1/+1 |
* | gtk: remove "gboolean homogeneous" from gtk_box_new() | Michael Natterer | 2010-10-31 | 1 | -2/+1 |
* | Use gtk_box_new() instead gtk_[v|h]box_new() | Javier Jardón | 2010-10-30 | 1 | -1/+2 |
* | docs: Move documentation to inline comments: GtkTooltip | Javier Jardón | 2010-10-03 | 1 | -0/+66 |
* | Move GtkSizeRequest into GtkWidget | Benjamin Otte | 2010-09-26 | 1 | -2/+2 |
* | API: Rename gtk_cairo_paint_*() to gtk_paint_*() | Benjamin Otte | 2010-09-26 | 1 | -1/+1 |