summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* quartz: rename GdkDeviceManagerCore -> GdkQuartzDeviceManagerCoregdk-backend-quartzKristian Rietveld2010-12-226-94/+95
* quartz: Rename GdkDeviceCore -> GdkQuartzDeviceCoreKristian Rietveld2010-12-226-421/+422
* quartz: commit forgotten fileKristian Rietveld2010-12-221-0/+56
* quartz: GdkDeviceCore: check for NULL pointerKristian Rietveld2010-12-221-2/+5
* quartz: register before/after process all updatesKristian Rietveld2010-12-221-0/+3
* quartz: set all methods on window class, not root window classKristian Rietveld2010-12-221-52/+52
* quartz: set window_type in display_classKristian Rietveld2010-12-221-0/+3
* quartz: introduce GdkQuartzWindow (as a subclass of GdkWindow)Kristian Rietveld2010-12-222-0/+44
* quartz: rename GdkQuartzWindow to GdkQuartzNSWindowKristian Rietveld2010-12-224-13/+13
* quartz: fix typoKristian Rietveld2010-12-221-2/+2
* quartz: add new files to Makefile.amKristian Rietveld2010-12-221-0/+2
* GdkDisplayManager: register Quartz backend when applicableKristian Rietveld2010-12-221-0/+9
* quartz: create gdkdisplaymanager-quartz.hKristian Rietveld2010-12-222-14/+50
* quartz: gdkselection-quartz.c: fix typosKristian Rietveld2010-12-221-11/+11
* quartz: re-introduce _gdk_quartz_display_list_devicesKristian Rietveld2010-12-222-2/+69
* gdkwindow-quartz: fix typoKristian Rietveld2010-12-221-7/+7
* gtkclipboard-quartz: use accessors and add missing includeKristian Rietveld2010-12-221-1/+2
* gtkdnd-quartz: use accessors and add missing includeKristian Rietveld2010-12-221-13/+6
* quartz: gtkquartz.c: add missing includeKristian Rietveld2010-12-221-0/+1
* gdk: Fix toplevel makefile to build non-x11 backends againKristian Rietveld2010-12-221-8/+14
* quartz: remove duplicate definition of gdk_flushKristian Rietveld2010-12-221-6/+0
* quartz: gdkkeys-quartz.c: remove duplicate functionKristian Rietveld2010-12-221-11/+0
* quartz: remove duplicate functions from gdkmain-quartz.cKristian Rietveld2010-12-221-16/+0
* quartz: make gdkwindow-quartz.c build againKristian Rietveld2010-12-221-11/+12
* quartz: adapt gdkdisplay-quartz.c to new function namesKristian Rietveld2010-12-221-2/+2
* quartz: add prototype for _gdk_quartz_screen_new()Kristian Rietveld2010-12-221-0/+2
* quartz: convert GdkVisualKristian Rietveld2010-12-222-13/+44
* quartz: Fix screen implementation, rename to GdkQuartzScreenKristian Rietveld2010-12-222-39/+39
* quartz: Port gdkkeys-quartz.c to new APIKristian Rietveld2010-12-221-9/+28
* quartz: Remove gdkinput codeKristian Rietveld2010-12-224-467/+0
* quartz: gdkeventloop-quartz.c: fixKristian Rietveld2010-12-221-1/+1
* quartz: Fix gdkevents-quartz.cKristian Rietveld2010-12-221-1/+2
* quartz: Make GdkQuartzDisplay compileKristian Rietveld2010-12-224-20/+26
* quartz: Fix display manager, move over code from gdkmain-quartz.cKristian Rietveld2010-12-222-41/+42
* quartz: gdkcursor-quartz.h: fix cut-n-paste errorKristian Rietveld2010-12-221-1/+1
* quartz: gdkdevice-core: fix upKristian Rietveld2010-12-221-1/+3
* quartz: gdkdevice-core.c: use GdkQuartzCursorKristian Rietveld2010-12-221-2/+3
* quartz: add forgotten file (gdkdnd-quartz.h)Kristian Rietveld2010-12-221-0/+57
* quartz: move bits into gdkcursor-quartz.h (private header for now)Kristian Rietveld2010-12-223-26/+59
* quartz: remove GdkCursorPrivate typedefKristian Rietveld2010-12-221-2/+0
* quartz: Remove API for extension checksKristian Rietveld2010-12-223-8/+0
* quartz: convert GdkQuartzWindow to new drag context APIKristian Rietveld2010-12-221-2/+2
* quartz: fix up GdkDragContext conversionKristian Rietveld2010-12-223-24/+19
* Fix typoKristian Rietveld2010-12-221-1/+1
* quartz: turn quartz GdkCursor into GObjectKristian Rietveld2010-12-222-25/+60
* Deal with property encoding functions for quartzMatthias Clasen2010-12-213-58/+20
* Implement selection related vfuncs for quartzMatthias Clasen2010-12-213-17/+36
* Implement selection owner vfuncs for quartzMatthias Clasen2010-12-213-7/+18
* Implement window property vfuncs for quartzMatthias Clasen2010-12-213-19/+42
* Implement keyval vfuncs for quartzMatthias Clasen2010-12-213-5/+38