summaryrefslogtreecommitdiff
path: root/gdk/quartz/gdkeventloop-quartz.c
Commit message (Expand)AuthorAgeFilesLines
* Drop the Big GDK LockEmmanuele Bassi2018-02-031-12/+0
* quartz: Fix typo that broke debug buildsEmmanuele Bassi2016-08-221-1/+1
* quartz: Don't use g_print for debug outputMatthias Clasen2016-02-281-17/+21
* Remove redundant checks for NULLMarek Kasik2014-10-021-2/+1
* docs: use Returns: consistentlyWilliam Jon McCann2014-02-191-2/+2
* docs: use proper quotations instead of '*'William Jon McCann2014-02-071-1/+1
* docs: use apostrophes in *n'tWilliam Jon McCann2014-02-071-3/+3
* docs: use proper apostropheWilliam Jon McCann2014-02-071-2/+2
* Handle recursion from motion event handlersOwen W. Taylor2013-11-111-2/+2
* Bug 701571 NSApp doesn't notice NSWindow destructionJohn Ralls2013-08-111-16/+26
* Fix broken quartz build from df3e19bJohn Ralls2013-02-281-2/+3
* Broadway/Quartz/Win32: make event source prepare()/check() note paused statusOwen W. Taylor2013-02-211-4/+10
* quartz: Bug 674108 - Hard crash due to wrong NSAutoreleasePool stackingMichael Natterer2012-09-141-16/+29
* gdk: Don't use GDK_THREADS_ENTER/LEAVE macros internallyMatthias Clasen2012-07-301-6/+6
* quartz: fix a race condition when waking up the CGRunLoopMichael Natterer2011-11-111-3/+6
* quartz: handle recursive CFRunLoopsMichael Natterer2011-11-061-20/+29
* 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