summaryrefslogtreecommitdiff
path: root/gdk
Commit message (Expand)AuthorAgeFilesLines
* Implement gdk_screen_get_monitor_scale_factor genericallyMatthias Clasen2016-09-141-5/+4
* wayland: Move and resize popup after it was configuredJonas Ådahl2016-09-141-2/+16
* wayland: Transform moved_to_rect result properlyJonas Ådahl2016-09-141-11/+22
* wayland: Use helper to translate to real parent window geometryJonas Ådahl2016-09-141-6/+18
* wayland: Don't pass parent when creating dynamic positionerJonas Ådahl2016-09-141-3/+3
* wayland: Don't pass transient-for when getting real parentJonas Ådahl2016-09-141-5/+6
* wayland: Fix south-west anchor rect calculationJonas Ådahl2016-09-141-1/+1
* wayland: Don't pass non-changing state when calculating popup rectsJonas Ådahl2016-09-141-14/+10
* wayland: Move move_to_rect related code closer togetherJonas Ådahl2016-09-141-126/+157
* wayland: unmap popup along with its toplevelOlivier Fourdan2016-09-121-0/+26
* gdkscreen-x11: Enable RandR on VirtualBoxTakao Fujiwara2016-09-091-33/+2
* gdkdisplay: Unref seats in finalizeTimm Bäder2016-09-081-0/+1
* gdkdisplay-wayland: Fix some memory leaksTimm Bäder2016-09-081-0/+12
* wayland: Warn when an application tries to map popup incorrectlyJonas Ådahl2016-09-022-0/+14
* x11: Fix a trap mixupMatthias Clasen2016-08-291-1/+4
* Document handle-related Wayland apiMatthias Clasen2016-08-291-7/+67
* wayland: Add API for setting an exported as a parentJonas Ådahl2016-08-294-0/+81
* wayland: Add API for creating exported window handlesJonas Ådahl2016-08-295-0/+110
* GDK W32: Remove obsolete assertionsРуслан Ижбулатов2016-08-261-2/+0
* wayland: add min/max size from xdg-shell v6Olivier Fourdan2016-08-251-0/+36
* wayland: Implement move_to_rectJonas Ådahl2016-08-251-50/+462
* wayland: Port to xdg_shell unstable v6Jonas Ådahl2016-08-254-124/+240
* wayland: Move window geometry calculation to helperJonas Ådahl2016-08-251-7/+21
* wayland: Only update the window title if it actually updatedJonas Ådahl2016-08-251-0/+3
* wayland: Only sync surface regions once per commitJonas Ådahl2016-08-251-8/+25
* wayland: Remove gdk_wayland_display_get_xdg_shell()Jonas Ådahl2016-08-252-20/+0
* wayland: Get tiled state from gtk_shell instead of xdg_shellJonas Ådahl2016-08-252-11/+52
* wayland: Fix indentationJonas Ådahl2016-08-251-13/+13
* wayland: Add some more debug spewMatthias Clasen2016-08-251-0/+9
* wayland: Replace g_debug by GDK_NOTEMatthias Clasen2016-08-252-53/+81
* Document window-icon related api as 'may not work'Matthias Clasen2016-08-241-1/+4
* wayland: Offer wayland-specific method to set pad actions feedbackCarlos Garnacho2016-08-232-0/+68
* wayland: Support pad devices in gdk_wayland_device_get_node_path()Carlos Garnacho2016-08-231-1/+6
* wayland: Implement pad event emissionCarlos Garnacho2016-08-231-1/+100
* wayland: Create/expose pad devicesCarlos Garnacho2016-08-231-0/+27
* wayland: Add GdkWaylandDevicePadCarlos Garnacho2016-08-231-0/+166
* wayland: Implement backbone of pad supportCarlos Garnacho2016-08-231-2/+397
* gdk: Add GdkDevicePadCarlos Garnacho2016-08-235-0/+273
* gdk: Address pad events similarly to keyboard eventsCarlos Garnacho2016-08-231-1/+2
* gdk: Add pad event structs, enum values, and event mask bitCarlos Garnacho2016-08-234-0/+130
* gdkdevice: Add GDK_SOURCE_TABLET_PAD input source type for GdkDevicesCarlos Garnacho2016-08-231-1/+5
* wayland: Add wayland-specific method to retrieve a device node pathCarlos Garnacho2016-08-232-0/+34
* gdk: Pass hardware ID on gdk_device_tool_new()Carlos Garnacho2016-08-234-2/+8
* gdk: Add a getter for the hardware id of a GdkDeviceToolCarlos Garnacho2016-08-232-0/+42
* quartz: Fix typo that broke debug buildsEmmanuele Bassi2016-08-221-1/+1
* gdk: Fix gdk_device_tool_get_serial() return valueCarlos Garnacho2016-08-192-2/+2
* gdk: Fix GdkDevice::tool-changed signal marshallerCarlos Garnacho2016-08-191-1/+1
* Update GTK+ Windows icon (now scles up to 256x256)Руслан Ижбулатов2016-08-192-0/+482
* wayland: Use keyboard serial for implicit grabOlivier Fourdan2016-08-191-1/+5
* Minor doc cleanupMatthias Clasen2016-08-191-1/+1