summaryrefslogtreecommitdiff
path: root/gdk
Commit message (Expand)AuthorAgeFilesLines
* wayland: Leave existing mods on map_virtual_modifiersRui Matos2016-04-191-1/+1
* wayland: Some more debug spewMatthias Clasen2016-04-191-0/+42
* wayland: Add debug output for keymapsMatthias Clasen2016-04-191-0/+2
* MSVC builds: Update how introspection builds are doneChun-wei Fan2016-04-191-5/+45
* frame-clock: avoid g_signal_emit_by_name()Christian Hergert2016-04-183-7/+57
* Add docs for new APIMatthias Clasen2016-04-181-0/+22
* wayland: Improve checks when flushing scroll eventsCarlos Garnacho2016-04-181-18/+23
* wayland: Do not check the pointer focus when receiving wl_pointer.frameCarlos Garnacho2016-04-181-3/+0
* gdk: Make GDK_TOUCH_CANCEL be dealt with similarly to GDK_TOUCH_ENDCarlos Garnacho2016-04-181-1/+3
* Add gdk_pango_context_get_for_displayMatthias Clasen2016-04-182-1/+11
* wayland: Make virtual modifier mapping more similar to XMatthias Clasen2016-04-171-1/+1
* wayland: Fix the map_virtual_modifiers implementationMatthias Clasen2016-04-161-1/+1
* wayland: Implement virtual modifiersMatthias Clasen2016-04-151-2/+50
* Clarify docs a bitMatthias Clasen2016-04-151-1/+1
* GDK W32: Fix positioning of reparented windowJeremy Tan2016-04-151-3/+3
* GDK W32: Fix bounding rect calculation on window creation The bounding rect s...Jeremy Tan2016-04-131-2/+2
* GDK W32: Deduplicate reparentingРуслан Ижбулатов2016-04-121-9/+0
* win32: rollback change and use _gdk_displayIgnacio Casal Quinteiro2016-04-111-1/+1
* win32: add missing empty linesIgnacio Casal Quinteiro2016-04-111-0/+4
* gdkdevice: Expose tool as propertyMatthias Clasen2016-04-111-1/+15
* quartz: zoom/rotate change compile/runtime check from 10.7 to 10.8Friedrich Beckmann2016-04-091-4/+5
* Add a note about GDK_AXIS_X/YMatthias Clasen2016-04-091-0/+4
* wayland: Keyboard don't have x/yMatthias Clasen2016-04-091-0/+3
* Move GdkDeviceTool into its own filesMatthias Clasen2016-04-0913-270/+366
* wayland: Propagate slider/rotation axes from tools to devicesCarlos Garnacho2016-04-081-0/+6
* gdkevents: Fix GDK_AVAILABLE_IN annotationCarlos Garnacho2016-04-081-2/+2
* wayland: Check the tablet manager before creating a wp_tablet_seatCarlos Garnacho2016-04-061-5/+8
* wayland: Hook tablets to GdkSeatCarlos Garnacho2016-04-061-0/+39
* wayland: Translate pen buttons into button eventsCarlos Garnacho2016-04-061-6/+36
* Wayland: Translate wl_tablet.down/up into button eventsStephen Chandler Paul2016-04-061-2/+62
* Wayland: Translate tool axes in motion eventsStephen Chandler Paul2016-04-061-6/+204
* Wayland: Implement proximity/crossing/motion event emission on tabletsStephen Chandler Paul2016-04-061-4/+205
* Wayland: Add initial support for drawing tabletsStephen Chandler Paul2016-04-064-5/+445
* wayland: Refactor master pointer data into a separate structCarlos Garnacho2016-04-061-242/+288
* gdkcursor-wayland.c: Minor indentation fixStephen Chandler Paul2016-04-061-1/+1
* x11: Use XInternAtom directly on poking device hardware IDsCarlos Garnacho2016-04-061-3/+7
* GdkDeviceTool: Add GdkAxisFlags info to tablet toolsStephen Chandler Paul2016-04-063-3/+20
* GdkDeviceTool: Add GdkDeviceToolType to identify the physical tool typeStephen Chandler Paul2016-04-064-3/+71
* x11: Set GdkDeviceTool on motion/button eventsCarlos Garnacho2016-04-061-0/+2
* x11: Update GdkDevices on "Wacom Serial IDs" property changesCarlos Garnacho2016-04-061-0/+70
* gdk: Forward tools in client-side windows event translationCarlos Garnacho2016-04-061-0/+2
* events: Add gdk_event_[gs]et_device_tool()Carlos Garnacho2016-04-063-0/+60
* GdkSeatDefault: Add functions to add/remove toolsCarlos Garnacho2016-04-062-0/+75
* gdk: Add GdkSeat::tool-added/removed signalsCarlos Garnacho2016-04-062-0/+82
* gdkdevice: Add GdkDevice::tool-changed signalCarlos Garnacho2016-04-062-0/+35
* gdkdevice: Add GdkDeviceTool to identify device toolsCarlos Garnacho2016-04-063-0/+124
* device: Add gdk_device_get_axes(), and ::axes propertyCarlos Garnacho2016-04-063-0/+72
* device: Add distance/rotation/slider GdkAxisUse valuesCarlos Garnacho2016-04-061-0/+6
* GDK W32: Don't move windows into top-left corner on style changeРуслан Ижбулатов2016-04-061-1/+1
* wayland: Do not resize with the same sizeOlivier Fourdan2016-04-051-7/+23