summaryrefslogtreecommitdiff
path: root/gdk/quartz
Commit message (Expand)AuthorAgeFilesLines
* 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
* quartz: remove _gdk_quartz_events_get_current_event_maskKristian Rietveld2011-07-302-9/+0
* quartz: return modifiers instead of an event mask ...Kristian Rietveld2011-07-304-5/+27
* quartz: Remove MAC_OS_X_VERSION_MIN_ALLOWED ifdefKristian Rietveld2011-07-281-2/+0
* Bug 655074 - Fix crash with undecorated windows on MacOS LionMichael Hutchinson2011-07-251-12/+21
* Bug 653450 - gtkfilechooser crashes when added favoriteJohn Ralls2011-07-141-3/+1
* Use AM_CPPFLAGS instead the obsolete INCLUDESJavier Jardón2011-07-061-1/+1
* quartz: actually register gdk_quartz_display_disposeKristian Rietveld2011-05-221-0/+1
* quartz: fix a typoKristian Rietveld2011-05-221-1/+1
* Minor documentation improvementsMurray Cumming2011-02-231-1/+1
* Update quartz to reflect deletion of GdkNativeWindow and client_message funct...John Ralls2011-02-015-64/+0
* Check whether mask is NULLKristian Rietveld2011-01-311-1/+2
* Fix refresh of static autorelease_pool so that it doesn't happen in gtk-neste...John Ralls2011-01-021-10/+9
* Rename GdkQuartzWindow.h and .c to GdkQuartzNSWindow.h and .cJohn Ralls2010-12-244-5/+5
* quartz: internalize _gdk_quartz_window_set_needs_display_in_regionKristian Rietveld2010-12-232-10/+7
* quartz: move gdkgeometry-quartz into gdkwindow-quartz.cKristian Rietveld2010-12-234-84/+52
* quartz: reorder gdkprivate-quartz.h and related clean upKristian Rietveld2010-12-235-150/+160