summaryrefslogtreecommitdiff
path: root/gdk/quartz/gdkeventloop-quartz.c
Commit message (Expand)AuthorAgeFilesLines
* Minor documentation improvementsMurray Cumming2011-02-231-1/+1
* Fix refresh of static autorelease_pool so that it doesn't happen in gtk-neste...John Ralls2011-01-021-10/+9
* quartz: gdkeventloop-quartz.c: fixKristian Rietveld2010-12-221-1/+1
* gdk: Replace direct calls of _gdk_event_func with _gdk_event_emit()Benjamin Otte2010-12-021-2/+1
* Use g_source_set_name for all custom GSources in GTK+Colin Walters2010-06-031-0/+1
* Bug 550942 – [patch] Rework of gdkeventloop-quartz.cRichard Hult2008-11-121-192/+855
* Bug 535573 – Deadlock in gdkeventloop-quartz.c:poll_func()Richard Hult2008-08-071-26/+43
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* Only set the fake fd's revents, not the first one. Fixes bug #531056,Richard Hult2008-05-081-1/+8
* Use the subtype field for the custom event that is used to wake up theRichard Hult2008-02-241-2/+3
* Replace the autorelease pools used for each drawing context and inRichard Hult2007-12-101-13/+7
* Fix a bug where we could end up trying to handle the same event more thanRichard Hult2007-12-101-22/+41
* fix two more potential races that could happen when an application isRonald Bultje2007-04-281-5/+11
* Protect the polling thread setup and shutdown function by mutexes and readRonald Bultje2007-04-111-14/+26
* Import AppKit.h instead of Quartz.h. Don't use userSpaceScaleFactor forRichard Hult2007-02-181-0/+3
* Factored out the event loop integration into gdkeventloop-quartz.c.Mikael Hallendal2006-12-281-0/+292