summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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-223-58/+20
* Implement selection related vfuncs for quartzMatthias Clasen2010-12-223-17/+36
* Implement selection owner vfuncs for quartzMatthias Clasen2010-12-223-7/+18
* Implement window property vfuncs for quartzMatthias Clasen2010-12-223-19/+42
* Implement keyval vfuncs for quartzMatthias Clasen2010-12-223-5/+38
* Drop gdk_set_locale from quartzMatthias Clasen2010-12-222-42/+0
* Implement test vfuncs for quartzMatthias Clasen2010-12-224-72/+31
* Implement atom-related vfuncs for quartzMatthias Clasen2010-12-223-13/+16
* Implement get_keymap vfunc for quartzMatthias Clasen2010-12-223-1/+10
* Implement create_window_impl vfunc for quartzMatthias Clasen2010-12-223-7/+16
* Drop gdk_spawn functionsMatthias Clasen2010-12-221-106/+0
* Drop unimplemented foreign window functionsMatthias Clasen2010-12-221-15/+0
* Implement event_data_{copy,free} for quartzMatthias Clasen2010-12-223-3/+13
* Implement notify_startup_complete vfunc for quartzMatthias Clasen2010-12-223-7/+5
* Remove a duplicate doc commentMatthias Clasen2010-12-221-11/+0
* Implement get_next_serial for quartzMatthias Clasen2010-12-221-1/+2
* gdk_display_warp_pointer is in the frontend nowMatthias Clasen2010-12-221-9/+0
* Implment process_updates_recurse vfunc for quartzMatthias Clasen2010-12-224-39/+57
* Implement has_pending and queue_events vfuncs for quartzMatthias Clasen2010-12-223-7/+11
* Derive GdkDisplayManager for quartzMatthias Clasen2010-12-227-41/+155
* Adapt quartz device code to new waysMatthias Clasen2010-12-225-46/+12