summaryrefslogtreecommitdiff
path: root/gtk/gtkpopover.c
Commit message (Expand)AuthorAgeFilesLines
* popover: Stop making assumptions about cornersMatthias Clasen2023-05-131-11/+13
* gtk: Don't drop too many referencesMatthias Clasen2023-05-111-2/+1
* Introduce GTK_ALIGN_BASELINE_FILL/CENTERMatthias Clasen2023-05-071-4/+8
* popover: Stop using gtk_widget_get_allocated_widthMatthias Clasen2023-04-291-2/+2
* gtkpopover: Move GTK grabs to map/unmapCarlos Garnacho2023-04-071-8/+6
* popover: Stop using gdk_surface_create_similar_surfaceMatthias Clasen2023-04-011-5/+7
* Make widget property setters behaveMatthias Clasen2023-03-301-1/+1
* popover: Fix typoBenjamin Otte2023-03-261-1/+1
* popover: Stop using gtk_widget_get_surface_allocationMatthias Clasen2023-03-251-24/+24
* Deprecate gtk_widget_translate_coordinatesMatthias Clasen2023-03-251-5/+6
* popover: Correct placement of popoversMatthias Clasen2023-03-241-5/+27
* Fix a couple incorrect annotations for optional parametersCameron White2023-02-091-2/+2
* Merge remote-tracking branch 'upstream/main' into ccook/doc-changes-1Cam Cook2022-12-231-1/+7
|\
| * popover: Clarify docsMatthias Clasen2022-12-101-1/+7
* | Various spelling mistakes across a few domains that show up in documentation.Cam Cook2022-12-231-1/+1
|/
* gtk: Stop using gtk_widget_show/hideMatthias Clasen2022-11-281-3/+3
* Fix blank popoversMatthias Clasen2022-10-131-1/+1
* popover: Stop using gtk_style_context_save_to_nodeMatthias Clasen2022-10-121-10/+3
* popover: Port to the gtk_css_style_snapshot apiMatthias Clasen2022-10-121-8/+9
* Deprecate gtk_snapshot_render apisMatthias Clasen2022-10-121-1/+3
* popover: Stop using gtk_render_backgroundMatthias Clasen2022-10-121-5/+14
* Drop gtkintl.hMatthias Clasen2022-09-241-1/+0
* popover: Correctly substract arrow height when measuring popover widgetYubao Liu2022-07-171-1/+1
* Remove all nicks and blurbs from param specsSophie Herold2022-05-111-24/+8
* popover: use GtkNative opaque region APIChristian Hergert2022-02-111-0/+5
* popover: Add missing nullable annotationIan Douglas Scott2021-12-281-1/+1
* update focus indicators in popoversCaolán McNamara2021-11-051-0/+6
* gdk: Don't include gdkinternals.h in gdk-private.hBenjamin Otte2021-09-241-0/+2
* popover: Cycle around focus with (Shift+)Tabvanadiae2021-08-041-2/+56
* Avoid copying static debug stringsMatthias Clasen2021-07-281-1/+1
* introspection: Stop using allow-noneMatthias Clasen2021-05-201-2/+2
* popover: Update docsMatthias Clasen2021-05-201-9/+2
* popover: Use markdown for css treeMatthias Clasen2021-03-111-3/+3
* popover: Convert docsMatthias Clasen2021-03-111-118/+180
* popover: Add a popover content classMatthias Clasen2021-02-161-14/+3
* Update popover css docsMatthias Clasen2021-02-141-3/+4
* popover: Handle shadow changesMatthias Clasen2021-02-141-0/+10
* popover: Support shadowsMatthias Clasen2021-02-141-25/+103
* popover: Queue a resize when position changesMatthias Clasen2021-02-131-0/+2
* popover: CosmeticsMatthias Clasen2021-02-131-1/+1
* popover: Try to not exceed monitor boundsMatthias Clasen2021-01-251-11/+15
* docs: Add missing documentation to GtkPopoverEmmanuele Bassi2020-12-161-0/+6
* gtk/native: Remove gtk_native_check_resize()Jonas Ådahl2020-12-071-6/+0
* gtk/popover: Use gtk_popover_present() instead of going via GtkNativeJonas Ådahl2020-12-071-3/+7
* gtk/popover: Request fake motion events for popovers tooJonas Ådahl2020-12-071-2/+40
* gdk/popup: Remove the popup-layout-changed signalJonas Ådahl2020-12-071-12/+0
* gdk: Remove GdkSurface::size-changedJonas Ådahl2020-12-071-9/+0
* gtk: Allocate everything from GtkNativeClass::layoutJonas Ådahl2020-12-071-16/+22
* wayland: Communicate popup layout changes via GdkSurface::layoutJonas Ådahl2020-12-071-5/+16
* popover: Fix a typoMatthias Clasen2020-11-251-1/+1