summaryrefslogtreecommitdiff
path: root/gtk/gtktooltipwindow.c
Commit message (Expand)AuthorAgeFilesLines
* Drop gtkintl.hMatthias Clasen2022-09-241-1/+0
* tooltipwindow: Don't restrict minimum tooltip label lengthAlexander Mikhaylenko2022-04-161-1/+0
* tooltipwindow: Remove a duplicate gtk_widget_class_set_css_name() callAlexander Mikhaylenko2022-04-161-2/+0
* surface: Add a private structBenjamin Otte2021-10-061-4/+4
* gdk: Replace 'WITHDRAWN' state with async 'is-mapped' booleanJonas Ådahl2020-12-071-17/+7
* gtk/native: Remove gtk_native_check_resize()Jonas Ådahl2020-12-071-7/+1
* gtk/tooltipwindow: Use gtk_tooltip_window_present() instead of GtkNativeJonas Ådahl2020-12-071-2/+6
* gtk: Allocate everything from GtkNativeClass::layoutJonas Ådahl2020-12-071-5/+19
* gdk: Rename GdkSurfaceState to GdkToplevelStateMatthias Clasen2020-09-101-5/+5
* Make GtkNativeInterface privateMatthias Clasen2020-08-141-1/+1
* Remove ATKEmmanuele Bassi2020-07-261-2/+0
* tooltips: Fix a line wrap mishapMatthias Clasen2020-05-271-0/+24
* Change coordinate translation apis to take doublesMatthias Clasen2020-05-171-2/+2
* natives: Use GtkCssBoxes in get_surface_transformTimm Bäder2020-05-161-10/+7
* Replace most remaining uses of container apiMatthias Clasen2020-05-111-2/+2
* tooltipwindow: Stop using the ::size-allocate signalMatthias Clasen2020-05-061-30/+3
* tooltipwindow: Drop some dead codeMatthias Clasen2020-05-061-9/+0
* tooltipwindow: Derive from GtkWidgetMatthias Clasen2020-05-041-27/+19
* gtk: use toplevel state getterMatthias Clasen2020-03-121-1/+1
* tooltip: Use GdkPopupMatthias Clasen2020-03-111-8/+8
* Ensure all natives request at least a 1px wide surfaceBenjamin Otte2020-02-221-23/+10
* surface: Don't take a display argument in gdk_surface_new_popup()Benjamin Otte2020-02-211-4/+1
* gdk/surface: Replace move_to_rect() with GdkPopupLayout based APIJonas Ådahl2020-02-191-25/+37
* tooltip: Don't css-validateBenjamin Otte2020-02-041-1/+0
* tooltip: Never set a window to be its own parentMatthias Clasen2019-12-301-0/+2
* tooltipwindow: Cosmetic fixMatthias Clasen2019-12-301-1/+1
* tooltips: Stop using GTK_WINDOW_POPUPMatthias Clasen2019-12-291-8/+416
* tooltip: Implement positioning using gdk_window_move_to_rect()Jonas Ådahl2018-08-191-1/+0
* tooltips: Make icon a paintableBenjamin Otte2018-03-161-3/+3
* tooltip: Set icon from texture instead of pixbufMatthias Clasen2017-11-291-3/+3
* image: Remove icon-size argument from icon settersMatthias Clasen2017-11-151-2/+2
* tooltips: Remove GtkIconSize usageBenjamin Otte2017-11-151-6/+4
* tooltipwindow: Remove unused defineTimm Bäder2017-07-191-2/+0
* Remove GtkStock API from GtkImageTimm Bäder2016-10-161-19/+0
* tooltipwindow: Use a builder UI fileEmmanuele Bassi2015-11-111-20/+7
* Fix an oversightMatthias Clasen2015-11-101-1/+3
* Use CSS node name for GtkTooltipWindowEmmanuele Bassi2015-11-101-6/+6
* Add GtkTooltipWindow private sub-classEmmanuele Bassi2015-11-101-0/+230