Age | Commit message (Expand) | Author | Files | Lines |
2015-02-17 | devdraw: enable retina behavior by default on OS X | Russ Cox | 1 | -3/+3 |
2014-12-02 | devdraw: fix title and "open in top" on OS X | Roi Martin | 1 | -1/+4 |
2014-03-03 | fix gcc 4.8 warnings | David du Colombier | 1 | -2/+1 |
2014-01-22 | devdraw: clear altdown on focus out (thanks Ethan Burns) | Russ Cox | 1 | -0/+1 |
2013-08-06 | devdraw: set window name to argv[0] | Russ Cox | 1 | -0/+120 |
2013-07-17 | cmd/devdraw: clear keyboard state on lost focus. | Roger Peppe | 1 | -0/+6 |
2013-06-21 | devdraw: fix x11 input | Russ Cox | 1 | -1/+1 |
2013-03-07 | devdraw: control+click = button 2, alt/shift+click = button 3 | Russ Cox | 3 | -26/+111 |
2013-02-08 | devdraw: silence unused variable warnings | Russ Cox | 1 | -2/+6 |
2013-02-08 | devdraw: disable XCopyArea optimization | Russ Cox | 1 | -2/+5 |
2012-12-11 | fontsrv: fix build on OpenBSD 5.2 | Christian Kellermann | 1 | -0/+1 |
2012-11-25 | devdraw: fake dpi calculation on Mac | Russ Cox | 1 | -0/+8 |
2012-11-25 | devdraw: use %R not Fn-F3 for retina toggle | Russ Cox | 1 | -1/+1 |
2012-11-25 | devdraw: add forcedpi toggled by Fn+F3 on Mac | Russ Cox | 4 | -3/+20 |
2012-11-25 | devdraw: fix retina mode | Russ Cox | 1 | -1/+1 |
2012-11-25 | devdraw, libdraw: add display->dpi | Russ Cox | 2 | -2/+28 |
2012-11-25 | devdraw: restore compilation on OS X 10.6 | Shenghou Ma | 1 | -0/+2 |
2012-10-21 | plumb.app: accept plumb:foo as alias for foo | Rob Kroeger | 1 | -1/+16 |
2012-10-21 | devdraw: map X11 dead_diaresis to double quote | Caio Oliveira | 1 | -39/+42 |
2012-10-21 | fix clang warnings reported by Tuncer Ayaz | Russ Cox | 1 | -1/+1 |
2012-10-20 | fix gcc 4.7 warnings (thanks Tuncer Ayaz) | Russ Cox | 1 | -5/+1 |
2012-10-16 | devdraw: MacBook retina support | Rob Kroeger | 1 | -8/+121 |
2012-10-07 | devdraw: prefer 24-bit over 15-bit or 16-bit. | Russ Cox | 1 | -6/+6 |
2012-08-03 | devdraw: make it 3 times faster on OS X | David Jeannot | 1 | -42/+49 |
2012-07-31 | devdraw: fix for OS X 10.8 (Mountain Lion) | Rob Kroeger | 1 | -31/+40 |
2012-03-05 | devdraw: fix mouse warping with multi-monitor on OS X | David Jeannot | 1 | -3/+3 |
2012-03-05 | Devdraw now waits for the image: this means that | David Jeannot | 1 | -74/+226 |
2012-03-05 | devdraw: fix winsize (-W) on OS X | David Jeannot | 1 | -5/+11 |
2012-02-28 | devdraw: fix fullscreen on Lion | Russ Cox | 1 | -1/+6 |
2012-01-20 | devdraw: enable gestures on OS X | David Jeannot | 1 | -183/+8 |
2012-01-19 | devdraw: make OS X resizer unobtrusive | David Jeannot | 1 | -4/+31 |
2012-01-16 | devdraw: on OS X, add menu items "hide" and "plumb devdraw(1)" | David Jeannot | 1 | -14/+22 |
2012-01-16 | devdraw: OS X: neutralize menu and Dock bugs in fullscreen mode | David Jeannot | 1 | -3/+9 |
2012-01-16 | devdraw: fix handling of compose key on OS X | David Jeannot | 2 | -12/+15 |
2012-01-16 | devdraw: remove old OS X code | David Jeannot | 5 | -1435/+0 |
2012-01-16 | cocoa devdraw: activation on receiving Ttop messages | David Jeannot | 3 | -2/+17 |
2012-01-16 | devdraw: OS X dead key support | David Jeannot | 1 | -0/+19 |
2011-12-09 | Cocoa Devdraw: cursor fix | David Jeannot | 3 | -117/+139 |
2011-11-08 | Cocoa Devdraw: cursor, menu bar, old fs, activation | David Jeannot | 1 | -20/+52 |
2011-10-23 | devdraw: cocoa fixes, bigarrow support (thanks Marius Eriksen) | Russ Cox | 3 | -3/+50 |
2011-10-23 | OS X PowerPC fixes (thanks Cameron Kaiser) | Russ Cox | 1 | -0/+1 |
2011-10-12 | devdraw: more fixes (thanks David Jeannot) | Russ Cox | 4 | -319/+378 |
2011-10-12 | devdraw: cleanup, fix macargv | Russ Cox | 3 | -14/+44 |
2011-10-03 | devdraw: fix screen grabber, allocation warning | David Jeannot | 1 | -62/+113 |
2011-09-28 | devdraw: do not interpret alt-tab as alt for compose | Justin Davis | 3 | -2/+16 |
2011-09-26 | devdraw: disable Lion warning | Russ Cox | 1 | -1/+1 |
2011-09-26 | use cocoa on snow leopard | Russ Cox | 1 | -1/+1 |
2011-09-26 | devdraw: cocoa updates | David Jeannot | 1 | -43/+55 |
2011-09-19 | devdraw: handle, warn about Lion | Russ Cox | 1 | -1/+9 |
2011-09-19 | devdraw: update Lion cocoa | David Jeannot | 6 | -405/+602 |