summaryrefslogtreecommitdiff
path: root/gdk/quartz
Commit message (Expand)AuthorAgeFilesLines
* quartz: Actually use the window background PATTERN colorKristian Rietveld2012-10-091-1/+1
* quartz: Fix garbage content when windows are initially mappedKristian Rietveld2012-09-281-0/+19
* quartz: Bug 674108 - Hard crash due to wrong NSAutoreleasePool stackingMichael Natterer2012-09-141-16/+29
* 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
* Implement gdk_quartz_keymap_lookup_keyJohn Ralls2012-08-221-5/+3
* gdk: Don't use GDK_THREADS_ENTER/LEAVE macros internallyMatthias Clasen2012-07-302-8/+8
* quartz: Ignore events from all mouse buttons past the resize boundaryKristian Rietveld2012-05-131-9/+21
* quartz: handle yet another dead tilde variantMichael Natterer2012-05-081-0/+1
* [quartz] Fix manual resizing of windowsKristian Rietveld2012-04-103-0/+17
* Export break_all_grabs() within Quartz backendKristian Rietveld2012-04-102-4/+5
* gdk: Make query_state() vfunc a void vfuncBenjamin Otte2012-03-091-12/+10
* 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-2737-111/+37
* quartz: implement GdkScreen::get_monitor_workarea()Michael Natterer2012-02-231-1/+25
* quartz: make function keys work (again?)Michael Natterer2012-02-231-28/+41
* GdkScreen: fix precondition checks in the public APIMichael Natterer2012-02-211-2/+1
* quartz: s/gdk_cursor_ref/g_object_ref/Michael Natterer2012-01-261-2/+2
* Bug 667691 - implement gdk_window_restack() for QuartzMichael Natterer2012-01-261-1/+12
* quartz: add virtual modifiers already in GDK, just as X11 does itMichael Natterer2012-01-191-0/+7
* gdk/*: Use g_list_free_full convenience functionJavier Jardón2012-01-051-2/+1
* Add gdk_screen_get_monitor_workareaMatthias Clasen2011-12-181-0/+1
* Turn the private #define for the group-shifting modifier into APIMichael Natterer2011-11-181-0/+3
* Bug 663856 - Make option-foo accelerators use the right symbolMichael Natterer2011-11-181-5/+11
* quartz: fix a race condition when waking up the CGRunLoopMichael Natterer2011-11-111-3/+6
* 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: handle recursive CFRunLoopsMichael Natterer2011-11-061-20/+29
* quartz: use get_toplevel_from_ns_event in one more placeKristian Rietveld2011-11-061-6/+1
* quartz: make gdk_quartz_osx_version conform to coding styleKristian Rietveld2011-11-061-6/+5
* 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
* quartz: remove unused variableKristian Rietveld2011-11-061-5/+0
* Quartz: Adapt to GdkWindowImpl api changeMatthias Clasen2011-11-051-0/+2
* quartz: don't return FALSE from GdkDevice::query_state()Michael Natterer2011-10-221-5/+0
* Quartz, Bug 655057: Eliminate Compiler WarningAlex Corrado2011-10-091-2/+10
* quartz: also update window position on windowDidResizeKristian Rietveld2011-10-081-0/+5
* gdk: fix gdk_keyval_to_lower/upper() for Quartz, Win32 and BroadwayMichael Natterer2011-10-071-14/+0
* quartz: don't filter away directly encoded 24-bit UCS charactersMichael Natterer2011-09-281-21/+5
* Bug 659602 - Provide an abstraction for the platform's use of modifier keysMichael Natterer2011-09-271-0/+27
* quartz: resolve the modifier confusion on the MacMichael Natterer2011-09-262-8/+18
* Bug 617583 - Dead accents keys don't work in GTK+ applications on OSXJohn Ralls2011-09-091-5/+72
* Bug 655122: Lion Crashes during resizeJohn Ralls2011-08-131-24/+60
* Bug 655122: Detect OSX version for handling version-dependent specialJohn Ralls2011-08-132-0/+32
* quartz: use already existing current_button_state variableKristian Rietveld2011-07-301-4/+2