summaryrefslogtreecommitdiffstats
path: root/src/cmd/devdraw
Commit message (Expand)AuthorAgeFilesLines
* devdraw: fix `cmd-r` to toggle retina vs. non-retina mode on macOS (#361)Martin Palma2020-02-031-1/+1
* devdraw: abort alt sequence on window change on macOSRuss Cox2020-01-161-0/+4
* devdraw: avoid deadlock in x11 resizeRuss Cox2020-01-152-0/+3
* devdraw: set windowrect correctly on x11 if window gets unexpected sizeRuss Cox2020-01-151-2/+2
* devdraw: actually send resize event on resizeRuss Cox2020-01-151-0/+7
* devdraw: notify window resize promptly on x11Russ Cox2020-01-145-13/+28
* devdraw: do not force-hide menu and dock during full screen on macRuss Cox2020-01-141-3/+15
* devdraw: hide dock in full screen modeRuss Cox2020-01-131-0/+13
* devdraw: correctly hide Mac menu bar (#335)Xiao-Yong2020-01-131-9/+9
* devdraw: AUTOFRAMEWORK CoreFoundation on macOSRuss Cox2020-01-131-0/+1
* devdraw: x11 working againRuss Cox2020-01-1314-2340/+1844
* devdraw: multiclient modeRuss Cox2020-01-133-42/+115
* devdraw: more cleanup, clearer lockingRuss Cox2020-01-138-313/+329
* devdraw: refactor, clean up mac screenRuss Cox2020-01-137-505/+492
* devdraw: move per-window globals in mac-screen.m into ClientRuss Cox2020-01-133-62/+81
* devdraw: move Client into devdraw.h and move global state inRuss Cox2020-01-1310-464/+470
* devdraw: use consistent mac-* prefix on macOS filesRuss Cox2020-01-136-195/+5
* devdraw: can use libthread directly now on macOSRuss Cox2020-01-135-79/+13
* devdraw: simplify mac file namesRuss Cox2020-01-134-98/+5
* devdraw: drop pre-metal macOS supportRuss Cox2020-01-133-1688/+5
* devdraw: update drawclient test program to run againRuss Cox2020-01-132-9/+8
* Trivial changes: whitespace and modes.Dan Cross2020-01-1023-150/+129
* devdraw: cocoa metal screen adds a delayed update (#270)Xiao-Yong2019-06-191-0/+7
* devdraw: handle windowDidResize on macOS (#212)Pocket78782019-06-111-1/+7
* devdraw: cocoa metal screen updates (#215)Xiao-Yong2019-05-171-63/+27
* devdraw: stop redirecting ^H in cocoa-metal (#209)Xiao-Yong2019-04-051-1/+0
* libdraw,devdraw: fix compatibility with old 16x16 cursor protocol (#217)Fazlul Shahriar2019-04-052-0/+9
* devdraw: prefer low-power GPU for macOS metal rendering (#231)Chris Schultz2019-04-051-2/+13
* devdraw: avoid deadlock on pre-Mojave macOSRuss Cox2019-04-051-0/+6
* devdraw: fix cocoa metal _flushmemscreen for invalid rectangles (#240)Xiao-Yong2019-04-051-0/+4
* devdraw: respond to windowDidBecomeKey on darwin (#239)Jacob Vosmaer2019-04-051-0/+5
* devdraw: remove os x 10.5 compatibility codeJacob Vosmaer2018-11-154-1790/+2
* devdraw: add Cursor2 support on macOS 10.14 MojaveRuss Cox2018-11-158-45/+113
* devdraw: rewrite the Cocoa screen using MetalXiao-Yong Jin2018-11-158-21/+1307
* devdraw: set displaydpi on devdraw x11 attach (#178)Gabriel Díaz2018-11-141-2/+7
* devdraw: make ctrl generate 1-click while mouse down (#119)Xiao-Yong2018-11-131-0/+2
* devdraw: fix some memory leaks in x11Xiao-Yong Jin2018-03-272-1/+5
* 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-063-63/+85
* 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
* fix gcc 4.8 warningsDavid du Colombier2014-03-031-2/+1
* devdraw: clear altdown on focus out (thanks Ethan Burns)Russ Cox2014-01-221-0/+1
* devdraw: set window name to argv[0]Russ Cox2013-08-061-0/+120
* cmd/devdraw: clear keyboard state on lost focus.Roger Peppe2013-07-171-0/+6
* devdraw: fix x11 inputRuss Cox2013-06-211-1/+1
* devdraw: control+click = button 2, alt/shift+click = button 3Russ Cox2013-03-073-26/+111