aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/devdraw/cocoa-srv.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-13devdraw: use consistent mac-* prefix on macOS filesRuss Cox1-427/+0
2020-01-13devdraw: can use libthread directly now on macOSRuss Cox1-1/+1
2020-01-10Trivial changes: whitespace and modes.Dan Cross1-12/+12
2019-04-05libdraw,devdraw: fix compatibility with old 16x16 cursor protocol (#217)Fazlul Shahriar1-0/+8
2018-11-15devdraw: add Cursor2 support on macOS 10.14 MojaveRuss Cox1-4/+2
2018-11-15devdraw: rewrite the Cocoa screen using MetalXiao-Yong Jin1-9/+13
2012-11-25devdraw: use %R not Fn-F3 for retina toggleRuss Cox1-1/+1
2012-11-25devdraw: add forcedpi toggled by Fn+F3 on MacRuss Cox1-0/+12
2012-01-16devdraw: fix handling of compose key on OS XDavid Jeannot1-1/+11
2012-01-16cocoa devdraw: activation on receiving Ttop messagesDavid Jeannot1-1/+1
2011-10-12devdraw: more fixes (thanks David Jeannot)Russ Cox1-2/+0
2011-09-19devdraw: update Lion cocoaDavid Jeannot1-1/+1
2011-09-06devdraw: draft cocoa supportDavid Jeannot1-0/+397