summaryrefslogtreecommitdiff
path: root/gdk
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove an outdated commentMatthias Clasen2016-08-191-1/+0
* wayland: Postpone processing move_to_rect params until showingJonas Ådahl2016-08-181-0/+53
* gdkwindow: Use toplevel for getting root cords in move_to_rect()Jonas Ådahl2016-08-181-1/+36
* wayland: Don't traverse transient-ofs when faking root coordinate spaceJonas Ådahl2016-08-181-67/+32
* wayland: Use effective toplevel as popup parentJonas Ådahl2016-08-181-1/+4
* mir: group DND, tooltips, and notifications with menu-type windowsWilliam Hua2016-08-121-7/+7
* Remove outdated commentsAndreas Pokorny2016-08-111-1/+0
* Use Menus to implement tooltipsAndreas Pokorny2016-08-111-10/+3
* Fix execution of dialogAndreas Pokorny2016-08-111-0/+6
* Really fix unlinkage for shm_openMatthias Clasen2016-08-111-1/+1
* Only apply type hint if it would map to a different mir surface typeAndreas Pokorny2016-08-101-1/+41
* Apply geometry hints to mir surfaceAndreas Pokorny2016-08-101-2/+44
* Apply and forward title changes of gdk windowsAndreas Pokorny2016-08-101-1/+36