summaryrefslogtreecommitdiff
path: root/gdk
Commit message (Expand)AuthorAgeFilesLines
* Use newer glib-genmarshal to simplify build rulesEmmanuele Bassi2017-07-111-0/+1
* GdkRGBA: Fix misspelt parameter names in docsDaniel Boles2017-07-061-2/+2
* GdkRGBA: Fix typo precentage => percentageDaniel Boles2017-07-061-1/+1
* x11: Assign GDK_SOURCE_TABLET_PAD when necessaryJason Gerecke2017-06-301-0/+2
* gdk: Set vid/pid on wayland tabletsCarlos Garnacho2017-06-161-0/+10
* gdk/gdkvulkancontext.c: Fix 32-bit Windows buildsChun-wei Fan2017-06-061-1/+1
* wayland: selectively cancel key repeat on key releaseDan Torop2017-06-021-11/+7
* wayland: fix xdg_surface test in move/resize dragOlivier Fourdan2017-06-021-2/+2
* wayland: check parent surface for subsurfaceOlivier Fourdan2017-06-021-1/+1
* wayland: Do not map toplevel utility as popupOlivier Fourdan2017-06-021-5/+0
* gdk/gtk: Fix Since tags for 3.92 symbolsRico Tzschichholz2017-05-301-1/+1
* wayland: Don't warn if the display is lost, skip exit handlersDebarshi Ray2017-05-301-5/+5
* gdk/gtk: Fix more AVAILABLE_IN annotations to 3_92Daniel Boles2017-05-283-3/+3
* gdkevents.h: Fix version annotations on new funcsDaniel Boles2017-05-271-2/+2
* gdk: Remove synthetic crossing event emission due to geometry changesCarlos Garnacho2017-05-252-145/+1
* gdk: Ensure to implicitly deactivate grabs when an impl window is hiddenCarlos Garnacho2017-05-251-1/+3
* Constify GdkEvent parameters in gtk_get_event_widget and _event_targetTimm Bäder2017-05-252-2/+2
* gdk: Make it possible to attach user data to GdkEventsCarlos Garnacho2017-05-253-0/+34
* gdkwindow: Drop csw-side event translationCarlos Garnacho2017-05-251-950/+5
* gdk: Add gdk_event_set_coords() methodCarlos Garnacho2017-05-252-0/+57
* gdk: Add gdk_rectangle_contains_point() callCarlos Garnacho2017-05-252-0/+30
* wayland: Don't abort when preparing the source if connection is lostDebarshi Ray2017-05-251-1/+4
* GdkWaylandWindow: Unexport when finalizingJonas Ådahl2017-05-091-0/+14
* wayland: Remove self assignmentJonas Ådahl2017-05-081-6/+0
* wayland: Use correct enum type and valuesJonas Ådahl2017-05-081-14/+14
* Revert "GdkWaylandWindow: Unexport when finalizing"Matthias Clasen2017-05-081-11/+0
* GdkWaylandWindow: Unexport when finalizingJonas Ådahl2017-05-081-0/+11
* GdkWaylandWindow: Clear export user data when usedJonas Ådahl2017-05-081-1/+2
* meson: Remove G_LOG_USE_STRUCTURED from target C flagsEmmanuele Bassi2017-05-034-5/+1
* build: Use link_whole for GDK backendsEmmanuele Bassi2017-05-031-1/+1
* build: Define G_LOG_USE_STRUCTURED in GDKEmmanuele Bassi2017-05-032-2/+6
* build: Add common flags to GDK backendsEmmanuele Bassi2017-05-033-3/+10
* build: Improve consistency of the "coding" styleEmmanuele Bassi2017-05-031-4/+8
* build: Clean up Wayland protocol code generationEmmanuele Bassi2017-05-032-36/+48
* build: Rename GSK resource generator scriptEmmanuele Bassi2017-05-031-1/+1
* build: Add introspection generationEmmanuele Bassi2017-05-031-1/+3
* build: Use the common linker flags in GDK and GSKEmmanuele Bassi2017-05-031-2/+3
* build: Add compiler warnings and errorsEmmanuele Bassi2017-05-031-1/+1
* build: Do not mix private and public GDK headersEmmanuele Bassi2017-05-031-2/+3
* meson: gdk: fix static library namesTim-Philipp Müller2017-05-036-6/+6
* meson: build input modulesTim-Philipp Müller2017-05-031-0/+1
* meson: check for xineramaTim-Philipp Müller2017-05-031-0/+1
* meson: remove duplicate libm variableTim-Philipp Müller2017-05-031-1/+1
* meson: make sure gsk/gdk generated headers exist for libgtk_dep usersTim-Philipp Müller2017-05-031-7/+5
* meson: gdk, gsk: fix install path of generated filesTim-Philipp Müller2017-05-031-1/+1
* meson: gdk: add quartz backend skeletonTim-Philipp Müller2017-05-032-1/+48
* meson: gdk: win32: add skeleton bits for win32 backendTim-Philipp Müller2017-05-032-1/+51
* meson: gdk: wayland: generate private wayland headers firstTim-Philipp Müller2017-05-032-3/+11
* meson: gdk: add Mir backend bitsTim-Philipp Müller2017-05-033-1/+34
* meson: gdk: build individual backends as static libsTim-Philipp Müller2017-05-035-58/+87