summaryrefslogtreecommitdiff
path: root/gdk/gdksurface.c
Commit message (Expand)AuthorAgeFilesLines
* gdk: Add missing g-i annotations for gdk_surface_translate_coordinatesricotz/for-masterRico Tzschichholz2021-01-251-2/+2
* Merge branch 'surface-scale' into 'master'Matthias Clasen2021-01-171-0/+12
|\
| * surface: Add a scale-factor propertyMatthias Clasen2021-01-161-0/+12
* | docs: Remove a reference to configure eventsMatthias Clasen2021-01-161-2/+1
|/
* Add a doc comment for gdk_surface_request_layoutMatthias Clasen2020-12-151-0/+7
* gdk/surface: Trigger motion check for next frame after thawCarlos Garnacho2020-12-121-20/+21
* gdk/surface: Delay gdk_surface_request_motion() requests internallyCarlos Garnacho2020-12-081-6/+22
* gdk: Replace 'WITHDRAWN' state with async 'is-mapped' booleanJonas Ådahl2020-12-071-18/+72
* gdk/surface: Allow inhibit layout from backendJonas Ådahl2020-12-071-1/+4
* gdk/surface: Emit layout event while frozenJonas Ådahl2020-12-071-10/+0
* gdk: Remove GdkSurface::size-changedJonas Ådahl2020-12-071-33/+0
* gdk: Replace all GDK_CONFIGURE usage with GdkSurface::layoutJonas Ådahl2020-12-071-24/+4
* gdk: Always get shadow width via GdkToplevelSizeJonas Ådahl2020-12-071-53/+10
* gdk/surface: Try to reschedule pending phase until dispatchedJonas Ådahl2020-12-071-4/+4
* gdk/surface: Make backends aware of when layout is requestedJonas Ådahl2020-12-071-0/+5
* gdk/surface: Remove left-over signal enum valueJonas Ådahl2020-12-071-1/+0
* gdk/frame-clock: Remove the newly added 'compute-size' phaseJonas Ådahl2020-12-071-19/+0
* wayland/surface: Compute size on layoutJonas Ådahl2020-12-071-0/+5
* Pass the layout signal via GdkSurface to GtkRootJonas Ådahl2020-12-071-0/+46
* gdk/surface: Make pending schedule a phase enumJonas Ådahl2020-12-071-11/+7
* gtk/root: Validate css node after updateJonas Ådahl2020-12-071-0/+26
* gdk/surface: Add API to request 'compute-size' clock phaseJonas Ådahl2020-12-071-1/+25
* gdk/surface: Use helper to emit 'size-changed' signalJonas Ådahl2020-12-071-2/+10
* gtk/window: Let the backend handle toplevel freezingJonas Ådahl2020-12-071-20/+0
* surface: Only keep state 'withdrawn' after hidingJonas Ådahl2020-12-071-1/+3
* gdk/surface: Add API to queue and apply state changesJonas Ådahl2020-12-071-1/+32
* Revert "Simplify gdk_surface_queue_render"Christian Hergert2020-11-041-1/+5
* CosmeticsMatthias Clasen2020-11-041-2/+0
* surface: Be smarter about autohideMatthias Clasen2020-11-041-14/+12
* surface: Be more lenient for autohideMatthias Clasen2020-11-041-1/+4
* Simplify gdk_surface_queue_renderMatthias Clasen2020-11-031-5/+3
* docs: Tweak GdkSurface docsMatthias Clasen2020-10-291-2/+9
* gdksurface: Ensure some assumptionsTimm Bäder2020-10-221-0/+3
* gdk: Drop gdk_surface_new_tempMatthias Clasen2020-10-071-23/+0
* Merge branch 'gdk-cleanups' into 'master'Matthias Clasen2020-09-101-8/+8
|\
| * gdk: Rename GdkSurfaceState to GdkToplevelStateMatthias Clasen2020-09-101-8/+8
* | gdk: Don't create surfaces of size 0x0Matthias Clasen2020-09-101-1/+1
|/
* Add a function to request motion eventsMatthias Clasen2020-08-271-1/+65
* Make gdk_surface_get_device_position return a booleanMatthias Clasen2020-08-261-9/+16
* Port tracing to the sysprof collector apiMatthias Clasen2020-08-211-5/+7
* gdk: Slim down gdkinternals.h moreMatthias Clasen2020-08-141-1/+1
* surface: Add width and height propertiesMatthias Clasen2020-08-081-0/+27
* gdk: Move the ::popup-layout-changed signalMatthias Clasen2020-08-081-20/+0
* docs: Clean up dangling links in gdk docsMatthias Clasen2020-08-051-5/+5
* gdk/toplevel: Negotiate surface size via a compute-size signalJonas Ådahl2020-08-051-6/+2
* gdk: Fix gdk_surface_get_layout_monitorMatthias Clasen2020-08-021-0/+3
* gdk: Rename gdk_seat_get_physical_devices() to gdk_seat_get_devices()Carlos Garnacho2020-07-301-2/+2
* gdk: Drop gdk_device_get_device_type()Carlos Garnacho2020-07-301-2/+0
* gdk: Avoid gdk_device_get_associated_device()Carlos Garnacho2020-07-301-1/+1
* Merge branch 'wip/otte/geometry' into 'master'Benjamin Otte2020-07-301-92/+1
|\