summaryrefslogtreecommitdiff
path: root/gdk/quartz/gdkcursor-quartz.c
Commit message (Expand)AuthorAgeFilesLines
* quartz: Don't use the instancetype keywordMatthias Clasen2015-10-251-1/+1
* Implemented most of the GDK named cursors on Mac OS X.Pietro Gagliardi2015-05-161-39/+118
* quartz: Support css cursor namesMatthias Clasen2015-05-111-2/+46
* Implement gdk_display_get_cursor_for_surface in quartzJohn Ralls2013-08-111-7/+10
* gdk: Add gdk_cursor_get_surface()Alexander Larsson2013-08-071-4/+8
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* quartz: s/gdk_cursor_ref/g_object_ref/Michael Natterer2012-01-261-2/+2
* quartz: move utils to gdkutils-quartz.cKristian Rietveld2010-12-231-71/+1
* quartz: Clean up header files, use same arrangement as X11 backendKristian Rietveld2010-12-231-1/+30
* quartz: move bits into gdkcursor-quartz.h (private header for now)Kristian Rietveld2010-12-221-26/+1
* quartz: turn quartz GdkCursor into GObjectKristian Rietveld2010-12-221-19/+60
* Implment process_updates_recurse vfunc for quartzMatthias Clasen2010-12-221-34/+24
* gdk: Move gdk_cursor_get_display() out of the backendsBenjamin Otte2010-12-211-8/+0
* API: Remove gdk_cursor_new_from_pixmap()Benjamin Otte2010-09-261-85/+0
* Fix compile warning in gdk_cursor_new_from_pixmapKristian Rietveld2009-12-281-2/+2
* Start using NSInteger and NSUIntegerKristian Rietveld2009-12-271-2/+2
* Bug 596250 - Gdkcursor-quartz.c doesn't implement GDK_BLANK_CURSORKristian Rietveld2009-09-251-1/+20
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* Ref the cursor in the cached case.Richard Hult2007-07-181-1/+1
* Fallback to X cursors for the ones that OS X doesn't provide. Fixes bugRichard Hult2007-06-251-11/+133
* Clean up namespaces to make the code more maintainable.Richard Hult2007-04-061-1/+1
* Splitted out the GdkPixbuf to NSImage routine so that it can be used fromMikael Hallendal2006-12-191-38/+54
* Fix comment. (gdk_window_set_title): Surround by release pool macros.Richard Hult2006-07-171-0/+31
* Add quartz backend.Anders Carlsson2005-11-221-0/+310