summaryrefslogtreecommitdiff
path: root/src/lib/ecore_cocoa/ecore_cocoa_app.m
Commit message (Expand)AuthorAgeFilesLines
* ecore_cocoa: fix compile error using 10.15 SDKBo Anderson2020-04-161-3/+7
* ecore_cocoa: allow to override termination sequenceJean Guyomarc'h2016-10-301-2/+23
* ecore_cocoa: upgrade API to macOS SierraJean Guyomarc'h2016-09-271-2/+3
* ecore_cocoa: fix live resize of windowsJean Guyomarc'h2015-12-011-0/+15
* ecore_cocoa_app: don't override initJean Guyomarc'h2015-12-011-6/+0
* ecore_cocoa: don't make ecore_cocoa_feed_events() a public APIJean Guyomarc'h2015-12-011-1/+1
* ecore_cocoa: NSApp must be configured in the App wrapperJean Guyomarc'h2015-12-011-0/+7
* ecore_cocoa: report error when [super init] failsJean Guyomarc'h2015-12-011-2/+2
* ecore_cocoa: silent warning: unused parameterJean Guyomarc'h2015-12-011-1/+1
* ecore_cocoa: use a timer instead of a poller to be more responsive when deali...Nicolas Aguirre2015-10-131-6/+2
* ecore_cocoa,ethumb: fix compiling after EAPI policy changesJean Guyomarc'h2015-05-101-0/+2
* ecore_cocoa: remove ObjC autorelease block to avoid segv when window is closed.Nicolas Aguirre2015-03-121-2/+0
* ecore_cocoa: NSRunLoop integrationJean Guyomarc'h2014-09-031-0/+125