summaryrefslogtreecommitdiff
path: root/gtk/gtktooltip.c
Commit message (Expand)AuthorAgeFilesLines
* tooltip: Fix tooltip positionsTimm Bäder2018-01-131-6/+26
* tooltip: Remove some unused membersTimm Bäder2018-01-131-4/+0
* tooltip: Remove some unused includesTimm Bäder2018-01-131-3/+0
* tooltip: Remove custom picking codeTimm Bäder2018-01-131-194/+5
* tooltip: Fold a function into its only callerTimm Bäder2018-01-121-16/+9
* tooltip: Set icon from texture instead of pixbufMatthias Clasen2017-11-291-6/+6
* tooltips: Remove GtkIconSize usageBenjamin Otte2017-11-151-10/+4
* window: Turn gtk_window_set_screen() into gtk_window_set_display()Benjamin Otte2017-10-311-6/+2
* build: Enable -Wswitch-enum and -Wswitch-defaultBenjamin Otte2017-10-061-1/+1
* gdk: Remove motion hintsCarlos Garnacho2017-09-191-4/+0
* gtk: Remove 2BUTTON and 3BUTTON events and event typesCarlos Garnacho2017-09-191-2/+0
* tooltip: Use GdkEvent APIMatthias Clasen2017-09-191-37/+34
* tooltip: Update to using GdkEvent APICarlos Garnacho2017-09-191-7/+10
* Make sure to remove tooltip timeout.Olof-Joachim Frahm2017-05-081-0/+12
* Tooltip: Avoid redundant variable initialisationsDaniel Boles2017-03-201-2/+3
* tooltip: Remove unused assignmentTimm Bäder2017-03-201-6/+3
* Use _gtk_widget_get_window moreMatthias Clasen2017-01-101-1/+1
* Drop support for offscreen GdkWindowswip/alexl/no-offscreenAlexander Larsson2016-10-251-1/+1
* Remove redundant declarationsEmmanuele Bassi2016-10-171-3/+0
* Remove GtkStock API from GtkImageTimm Bäder2016-10-161-26/+0
* Make gtk_tooltip_trigger_tooltip_query work againMatthias Clasen2016-06-051-4/+12
* tooltip: Include gtkwidgetprivate.hTimm Bäder2016-05-081-0/+1
* tooltip: Add a missing *Matthias Clasen2016-05-061-1/+1
* Don't emit ::query-tooltip by nameMatthias Clasen2016-05-061-6/+1
* Stop storing has-tooltip in qdataMatthias Clasen2016-05-061-3/+1
* tooltip: Ensure our quark is not 0Matthias Clasen2016-05-061-3/+10
* gtk: Port to new monitor apiMatthias Clasen2016-04-271-22/+17
* Drop some unused debug printfsMatthias Clasen2016-02-281-34/+0
* Mention GtkIconSize in all docs where the argument/return is annotated as tak...Christoph Reiter2016-01-041-3/+3
* GtkTooltip: Avoid gdk_device_manager_get_client_pointer()Carlos Garnacho2015-12-151-2/+2
* Add GtkTooltipWindow private sub-classEmmanuele Bassi2015-11-101-128/+20
* Revert "tooltip: Use an element name"Matthias Clasen2015-10-281-11/+5
* tooltip: Use an element nameMatthias Clasen2015-10-271-5/+11
* Use g_object_get_qdata instead of g_object_get_dataMatthias Clasen2015-09-121-25/+23
* tooltip: Remove unnecessary checksMatthias Clasen2015-07-171-32/+30
* tooltip: Minor cleanupMatthias Clasen2015-03-221-1/+1
* tooltip: remove unused variable and related g_object_setStefan Sauer2015-03-031-3/+0
* Explicitly set the a11y role of tooltip windowsMatthias Clasen2015-02-181-0/+6
* Gdk: add an experimental backend for mirRobert Ancell2014-10-221-0/+16
* GtkTooltip: Move nonexported API to a private headerMatthias Clasen2014-10-191-0/+1
* tooltip: fix line wrappingMichael Catanzaro2014-10-061-0/+1
* tooltip: Fix warning with GtkCellRendererAccelBastien Nocera2014-09-061-1/+2
* tooltip: Use subsurfaces on waylandCarlos Garnacho2014-08-281-0/+17
* Avoid a compiler warningMatthias Clasen2014-07-211-3/+0
* GtkTooltip: Drop an unused variableMatthias Clasen2014-07-211-4/+1
* GtkTooltip: Ignore shadow when finding widgetsMatthias Clasen2014-06-111-10/+29
* Request csd for tooltipsMatthias Clasen2014-06-091-0/+1
* GtkTooltip: take csd shadows into account for placementMatthias Clasen2014-06-091-2/+8
* GtkTooltip: remove hardcoded tooltip drawingMatthias Clasen2014-06-091-105/+0
* GtkTooltip: Avoid extra workMatthias Clasen2014-02-201-26/+44