summaryrefslogtreecommitdiffstats
path: root/src/cmd/devdraw/cocoa-screen.m
Commit message (Expand)AuthorAgeFilesLines
* devdraw: use consistent mac-* prefix on macOS filesRuss Cox2020-01-131-1249/+0
* devdraw: can use libthread directly now on macOSRuss Cox2020-01-131-8/+11
* devdraw: simplify mac file namesRuss Cox2020-01-131-0/+1246
* devdraw: drop pre-metal macOS supportRuss Cox2020-01-131-1674/+0
* devdraw: avoid deadlock on pre-Mojave macOSRuss Cox2019-04-051-0/+6
* devdraw: add Cursor2 support on macOS 10.14 MojaveRuss Cox2018-11-151-1/+9
* devdraw: make ctrl generate 1-click while mouse down (#119)Xiao-Yong2018-11-131-0/+2
* devdraw: fix build on macOS < 10.12Rudá Moura2017-10-091-0/+2
* devdraw: fix Mac Kcmd+ShiftRuss Cox2017-07-161-0/+3
* all: fix or silence all INSTALL warnings on macOSRuss Cox2017-01-061-59/+81
* devdraw: cocoa: set window title on main threadsqweek2015-11-111-2/+12
* devdraw: plumb drag-n-dropped filesmarius a. eriksen2015-06-031-0/+39
* devdraw: enable retina behavior by default on OS XRuss Cox2015-02-171-3/+3
* devdraw: fix title and "open in top" on OS XRoi Martin2014-12-021-1/+4
* devdraw: set window name to argv[0]Russ Cox2013-08-061-0/+120
* devdraw: fake dpi calculation on MacRuss Cox2012-11-251-0/+8
* devdraw: add forcedpi toggled by Fn+F3 on MacRuss Cox2012-11-251-2/+2
* devdraw: fix retina modeRuss Cox2012-11-251-1/+1
* devdraw: restore compilation on OS X 10.6Shenghou Ma2012-11-251-0/+2
* devdraw: MacBook retina supportRob Kroeger2012-10-161-8/+121
* devdraw: make it 3 times faster on OS XDavid Jeannot2012-08-031-42/+49
* devdraw: fix for OS X 10.8 (Mountain Lion)Rob Kroeger2012-07-311-31/+40
* devdraw: fix mouse warping with multi-monitor on OS XDavid Jeannot2012-03-051-3/+3
* Devdraw now waits for the image: this means thatDavid Jeannot2012-03-051-74/+226
* devdraw: fix winsize (-W) on OS XDavid Jeannot2012-03-051-5/+11
* devdraw: fix fullscreen on LionRuss Cox2012-02-281-1/+6
* devdraw: enable gestures on OS XDavid Jeannot2012-01-201-183/+8
* devdraw: make OS X resizer unobtrusiveDavid Jeannot2012-01-191-4/+31
* devdraw: on OS X, add menu items "hide" and "plumb devdraw(1)"David Jeannot2012-01-161-14/+22
* devdraw: OS X: neutralize menu and Dock bugs in fullscreen modeDavid Jeannot2012-01-161-3/+9
* devdraw: fix handling of compose key on OS XDavid Jeannot2012-01-161-11/+4
* cocoa devdraw: activation on receiving Ttop messagesDavid Jeannot2012-01-161-1/+15
* devdraw: OS X dead key supportDavid Jeannot2012-01-161-0/+19
* Cocoa Devdraw: cursor fixDavid Jeannot2011-12-091-111/+138
* Cocoa Devdraw: cursor, menu bar, old fs, activationDavid Jeannot2011-11-081-20/+52
* devdraw: cocoa fixes, bigarrow support (thanks Marius Eriksen)Russ Cox2011-10-231-2/+33
* devdraw: more fixes (thanks David Jeannot)Russ Cox2011-10-121-306/+345
* devdraw: fix screen grabber, allocation warningDavid Jeannot2011-10-031-62/+113
* devdraw: cocoa updatesDavid Jeannot2011-09-261-43/+55
* devdraw: update Lion cocoaDavid Jeannot2011-09-191-361/+599
* devdraw: draft cocoa supportDavid Jeannot2011-09-061-0/+835