summaryrefslogtreecommitdiff
path: root/src/lib/ecore_cocoa
Commit message (Expand)AuthorAgeFilesLines
* ecore_cocoa: Rename EAPI macro to ECORE_COCOA_API in Ecore Cocoa libraryFelipe Magno de Almeida2020-12-146-94/+112
* Get rid of trailing whitespaces (4 / 14)Elyes HAOUAS2020-06-231-1/+1
* refactor buildMarcel Hollerbach2020-05-271-4/+10
* lib: add more c_args handling for places we missed beforeStefan Schmidt2020-05-261-0/+1
* ecore_cocoa: fix compile error using 10.15 SDKBo Anderson2020-04-162-3/+8
* ecore_cocoa: remove left over from evas3d removalStefan Schmidt2020-03-251-2/+0
* ecore_cocoa: fix wrong word in documentationTaehyub Kim2020-03-171-2/+2
* ecore_cocoa: change clipboard APIMarcel Hollerbach2020-03-082-57/+40
* replace strndup with eina_strndup, remove strndup definition in evil and elm_...Vincent Torri2019-05-031-1/+1
* docs: Fix common misspellings in H filesXavi Artigas2019-04-021-1/+1
* here comes mesonMarcel Hollerbach2018-10-021-0/+48
* ecore_cocoa: stop leaking init countsMarcel Hollerbach2018-10-021-0/+1
* ecore_cocoa: move MARKUP outside of ecore_cocoaMarcel Hollerbach2018-08-221-12/+3
* ecore_cocoa: explicity allocate for keyname and keyAlastair Poole2018-06-221-27/+37
* ecore_cocoa_cnp: Check for nil object before adding.Alastair Poole2018-06-211-2/+4
* ecore_cocoa: fix ECORE_EVENT_KEY_DOWN/UP on MacOS.Alastair Poole2018-06-211-0/+5
* ecore_cocoa: fix the backspace keyJean Guyomarc'h2017-10-291-1/+1
* ecore_cocoa: consitfy structure fieldsJean Guyomarc'h2017-10-291-3/+3
* OSX: fix version detection in buildAndy Williams2017-07-171-1/+1
* eina,ecore_cocoa: fix detection of the macOS SDK versionJean Guyomarc'h2017-06-271-2/+3
* docs: Fix typos and some wrong expressions in Ecore, Ecore_Audio, Ecore_Cocoa...Myoungwoon Roy, Kim2017-06-071-12/+12
* ecore_cocoa: avoid crash during shutdown due to Ecore_Event queue.Cedric BAIL2017-03-091-0/+5
* ecore_cocoa: fix windows initial renderingJean Guyomarc'h2017-03-091-0/+1
* ecore_cocoa: factorize a little access to the cocoa windowJean Guyomarc'h2017-03-091-3/+4
* ecore_cocoa: pass the right window to ecore_evasJean Guyomarc'h2017-03-091-7/+7
* ecore_cocoa: fix handling of some keysJean Guyomarc'h2016-10-301-6/+18
* ecore_cocoa: prettify code a bitJean Guyomarc'h2016-10-301-8/+8
* ecore_cocoa: fix behaviour of option keyJean Guyomarc'h2016-10-301-1/+1
* ecore_cocoa: allow to override termination sequenceJean Guyomarc'h2016-10-304-2/+55
* Ecore Cocoa: Add missing modifiers field to Ecore EventsGuilherme Iscaro2016-10-103-4/+9
* Ecore_Cocoa: Fix repeat modifers keys.Guilherme Iscaro2016-10-101-6/+11
* ecore_cocoa: upgrade API to macOS SierraJean Guyomarc'h2016-09-274-42/+76
* ecore_cocoa: quit application with keyThiep Ha2016-09-231-0/+12
* ecore_cocoa: fix build warningJean Guyomarc'h2016-09-081-4/+2
* ecore_cocoa: fix wrong key assignmentJean Guyomarc'h2016-08-311-1/+1
* ecore_cocoa: fix fullscreen for older osx versionsJean Guyomarc'h2016-08-261-0/+12
* ecore_cocoa: refactor resizing requestJean Guyomarc'h2016-08-262-15/+24
* ecore_cocoa: fix memory leakJean Guyomarc'h2016-08-261-0/+1
* ecore_cocoa: remove pointless debug messageJean Guyomarc'h2016-08-081-1/+0
* ecore_cocoa: release Ecore_Cocoa as stableJean Guyomarc'h2016-06-251-16/+59
* ecore_cocoa: mark clipboard API as BETAJean Guyomarc'h2016-06-251-19/+30
* ecore_cocoa: simplify clipboard functions namingJean Guyomarc'h2016-06-072-12/+12
* ecore_cocoa: move the default cursor definition out of the enumJean Guyomarc'h2016-06-071-3/+8
* ecore_cocoa: improve documentationJean Guyomarc'h2016-06-071-0/+4
* ecore_cocoa: fix main loop handlingJean Guyomarc'h2016-06-052-21/+36
* ecore_cocoa: fix broken scrollingJean Guyomarc'h2016-06-041-0/+4
* ecore_cocoa: fix window hiding logicJean Guyomarc'h2016-06-041-1/+1
* ecore_cocoa: remove extra whitespacesJean Guyomarc'h2016-06-041-1/+1
* ecore_cocoa: fix bad copy/paste in documentationJean Guyomarc'h2016-06-011-1/+1
* Ecore: Use calloc() to initialize Ecore_Event_Mouse_XXXXDuna Oh2016-04-201-1/+1