summaryrefslogtreecommitdiff
path: root/gdk/quartz/gdkevents-quartz.c
Commit message (Expand)AuthorAgeFilesLines
* Drop the last mentions of motion hint eventsEmmanuele Bassi2018-02-051-8/+4
* Drop the Big GDK LockEmmanuele Bassi2018-02-031-2/+0
* Replace gdk_keymap_get_for_display by gdk_display_get_keymapMatthias Clasen2017-12-151-2/+2
* quartz: Stop using display->device_managerMatthias Clasen2017-11-251-12/+12
* quartz: Avoid a screen argumentMatthias Clasen2017-11-171-4/+2
* quartz: Drop mentions of foreign windowsMatthias Clasen2017-11-051-3/+1
* quartz: Stop emitting setting eventsMatthias Clasen2017-10-301-12/+4
* quartz: Emit GdkDisplay::setting-changedMatthias Clasen2017-10-301-0/+2
* Update gdk-quartz functions for the demise of GdkDeviceManager.John Ralls2016-11-051-10/+10
* quartz: Stop using gdk_device_manager_list_devicesMatthias Clasen2016-10-261-10/+14
* Drop support for offscreen GdkWindowswip/alexl/no-offscreenAlexander Larsson2016-10-251-4/+3
* screen: Remove unused vfuncBenjamin Otte2016-10-161-7/+0
* Make gdk_event_get_pointer_emulated publicMatthias Clasen2016-05-101-2/+2
* Save scancode inside GdkEventPrivateFrediano Ziglio2016-04-211-0/+1
* quartz: zoom/rotate change compile/runtime check from 10.7 to 10.8Friedrich Beckmann2016-04-091-4/+5
* quartz: fix quartz buildChristian Hergert2016-03-171-1/+4
* added NSEventTypeMagnify and NSEventTypeRotate for ZOOM and ROTATE gesturesFriedrich Beckmann2016-03-111-1/+123
* quartz: Get core pointer from device managerPhilip Chimento2016-03-091-13/+25
* quartz: Use GdkSeatDefault to implement GdkSeatCarlos Garnacho2015-12-151-0/+8
* quartz: Get default font size from user fontJesse van den Kieboom2014-08-281-1/+3
* quartz: fix manual window moveRyan Lortie2014-01-061-3/+3
* Fix missing return and closing brace.William Hua2013-11-181-0/+3
* Quartz: Set the shows-desktop platform settingMatthias Clasen2013-11-151-0/+7
* Bug 705750 Quartz input method doesn't work correctly for Chinese charactersEk Kato2013-08-161-0/+18
* Reset cursor when mouse leaves a toplevel window.Daniel Sabo2013-08-081-1/+4
* quartz: always send GDK_NOTIFY_NONLINEAR crossing eventsMichael Natterer2012-11-201-8/+6
* Bug 672193 - windows (including menus) shown multiple times don't...Michael Natterer2012-11-201-33/+0
* quartz: use the real current event time for generated motion eventsMichael Natterer2012-11-181-1/+1
* quartz: GdkQuartzWindow -> GdkQuartzNSWindow was forgotten in one placeMichael Natterer2012-11-151-2/+2
* quartz: filter out button press events on the window frameMichael Natterer2012-11-151-6/+75
* Fix typo from f2ab3afJohn Ralls2012-10-251-1/+2
* Implement gtk-primary-button-warps-slider GtkSettingKristian Rietveld2012-09-111-0/+65
* Protect sectond call of nsevent hasPreciseScrollingDeltas from pre-LionJohn Ralls2012-09-031-1/+3
* quartz: add evil casting to make sure time wraps correctly on 32bit machinesMichael Natterer2012-08-231-2/+5
* gdk: Don't use GDK_THREADS_ENTER/LEAVE macros internallyMatthias Clasen2012-07-301-2/+2
* quartz: Ignore events from all mouse buttons past the resize boundaryKristian Rietveld2012-05-131-9/+21
* [quartz] Fix manual resizing of windowsKristian Rietveld2012-04-101-0/+6
* Export break_all_grabs() within Quartz backendKristian Rietveld2012-04-101-4/+4
* Quartz: Fix incompatible types in assignmentJohn Ralls2012-03-011-2/+2
* quartz: Implement smooth scrollingMichael Natterer2012-03-011-8/+48
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* quartz: add virtual modifiers already in GDK, just as X11 does itMichael Natterer2012-01-191-0/+7
* quartz: include all buttons' state in GdkEventMotion.stateMichael Natterer2011-11-091-17/+2
* quartz: include all buttons' states in GdkEventButton.stateMichael Natterer2011-11-091-5/+6
* Bug 663605 - Fix event->state of many event types on quartzMichael Natterer2011-11-081-34/+63
* quartz: use get_toplevel_from_ns_event in one more placeKristian Rietveld2011-11-061-6/+1
* quartz: make test_resize () conform to coding styleKristian Rietveld2011-11-061-16/+15
* quartz: Process motion events within windows bounds without window setKristian Rietveld2011-11-061-10/+54
* quartz: Factor out toplevel from NSEvent code into functionKristian Rietveld2011-11-061-9/+25
* quartz: Separate out screen_point conversion in functionKristian Rietveld2011-11-061-37/+22