aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/devdraw/cocoa-screen.m
AgeCommit message (Expand)AuthorFilesLines
2020-01-13devdraw: use consistent mac-* prefix on macOS filesRuss Cox1-1249/+0
2020-01-13devdraw: can use libthread directly now on macOSRuss Cox1-8/+11
2020-01-13devdraw: simplify mac file namesRuss Cox1-0/+1246
2020-01-13devdraw: drop pre-metal macOS supportRuss Cox1-1674/+0
2019-04-05devdraw: avoid deadlock on pre-Mojave macOSRuss Cox1-0/+6
2018-11-15devdraw: add Cursor2 support on macOS 10.14 MojaveRuss Cox1-1/+9
2018-11-13devdraw: make ctrl generate 1-click while mouse down (#119)Xiao-Yong1-0/+2
2017-10-09devdraw: fix build on macOS < 10.12Rudá Moura1-0/+2
2017-07-16devdraw: fix Mac Kcmd+ShiftRuss Cox1-0/+3
2017-01-06all: fix or silence all INSTALL warnings on macOSRuss Cox1-59/+81
2015-11-11devdraw: cocoa: set window title on main threadsqweek1-2/+12
2015-06-03devdraw: plumb drag-n-dropped filesmarius a. eriksen1-0/+39
2015-02-17devdraw: enable retina behavior by default on OS XRuss Cox1-3/+3
2014-12-02devdraw: fix title and "open in top" on OS XRoi Martin1-1/+4
2013-08-06devdraw: set window name to argv[0]Russ Cox1-0/+120
2012-11-25devdraw: fake dpi calculation on MacRuss Cox1-0/+8
2012-11-25devdraw: add forcedpi toggled by Fn+F3 on MacRuss Cox1-2/+2
2012-11-25devdraw: fix retina modeRuss Cox1-1/+1
2012-11-25devdraw: restore compilation on OS X 10.6Shenghou Ma1-0/+2
2012-10-16devdraw: MacBook retina supportRob Kroeger1-8/+121
2012-08-03devdraw: make it 3 times faster on OS XDavid Jeannot1-42/+49
2012-07-31devdraw: fix for OS X 10.8 (Mountain Lion)Rob Kroeger1-31/+40
2012-03-05devdraw: fix mouse warping with multi-monitor on OS XDavid Jeannot1-3/+3
2012-03-05Devdraw now waits for the image: this means thatDavid Jeannot1-74/+226
2012-03-05devdraw: fix winsize (-W) on OS XDavid Jeannot1-5/+11
2012-02-28devdraw: fix fullscreen on LionRuss Cox1-1/+6
2012-01-20devdraw: enable gestures on OS XDavid Jeannot1-183/+8
2012-01-19devdraw: make OS X resizer unobtrusiveDavid Jeannot1-4/+31
2012-01-16devdraw: on OS X, add menu items "hide" and "plumb devdraw(1)"David Jeannot1-14/+22
2012-01-16devdraw: OS X: neutralize menu and Dock bugs in fullscreen modeDavid Jeannot1-3/+9
2012-01-16devdraw: fix handling of compose key on OS XDavid Jeannot1-11/+4
2012-01-16cocoa devdraw: activation on receiving Ttop messagesDavid Jeannot1-1/+15
2012-01-16devdraw: OS X dead key supportDavid Jeannot1-0/+19
2011-12-09Cocoa Devdraw: cursor fixDavid Jeannot1-111/+138
2011-11-08Cocoa Devdraw: cursor, menu bar, old fs, activationDavid Jeannot1-20/+52
2011-10-23devdraw: cocoa fixes, bigarrow support (thanks Marius Eriksen)Russ Cox1-2/+33
2011-10-12devdraw: more fixes (thanks David Jeannot)Russ Cox1-306/+345
2011-10-03devdraw: fix screen grabber, allocation warningDavid Jeannot1-62/+113
2011-09-26devdraw: cocoa updatesDavid Jeannot1-43/+55
2011-09-19devdraw: update Lion cocoaDavid Jeannot1-361/+599
2011-09-06devdraw: draft cocoa supportDavid Jeannot1-0/+835