| Commit message (Expand) | Author | Age | Files | Lines |
| * | devdraw: control+click = button 2, alt/shift+click = button 3 | Russ Cox | 2013-03-07 | 3 | -26/+111 |
| * | devdraw: silence unused variable warnings | Russ Cox | 2013-02-08 | 1 | -2/+6 |
| * | devdraw: disable XCopyArea optimization | Russ Cox | 2013-02-08 | 1 | -2/+5 |
| * | fontsrv: fix build on OpenBSD 5.2 | Christian Kellermann | 2012-12-11 | 1 | -0/+1 |
| * | devdraw: fake dpi calculation on Mac | Russ Cox | 2012-11-25 | 1 | -0/+8 |
| * | devdraw: use %R not Fn-F3 for retina toggle | Russ Cox | 2012-11-25 | 1 | -1/+1 |
| * | devdraw: add forcedpi toggled by Fn+F3 on Mac | Russ Cox | 2012-11-25 | 4 | -3/+20 |
| * | devdraw: fix retina mode | Russ Cox | 2012-11-25 | 1 | -1/+1 |
| * | devdraw, libdraw: add display->dpi | Russ Cox | 2012-11-25 | 2 | -2/+28 |
| * | devdraw: restore compilation on OS X 10.6 | Shenghou Ma | 2012-11-25 | 1 | -0/+2 |
| * | plumb.app: accept plumb:foo as alias for foo | Rob Kroeger | 2012-10-21 | 1 | -1/+16 |
| * | devdraw: map X11 dead_diaresis to double quote | Caio Oliveira | 2012-10-21 | 1 | -39/+42 |
| * | fix clang warnings reported by Tuncer Ayaz | Russ Cox | 2012-10-21 | 1 | -1/+1 |
| * | fix gcc 4.7 warnings (thanks Tuncer Ayaz) | Russ Cox | 2012-10-20 | 1 | -5/+1 |
| * | devdraw: MacBook retina support | Rob Kroeger | 2012-10-16 | 1 | -8/+121 |
| * | devdraw: prefer 24-bit over 15-bit or 16-bit. | Russ Cox | 2012-10-07 | 1 | -6/+6 |
| * | devdraw: make it 3 times faster on OS X | David Jeannot | 2012-08-03 | 1 | -42/+49 |
| * | devdraw: fix for OS X 10.8 (Mountain Lion) | Rob Kroeger | 2012-07-31 | 1 | -31/+40 |
| * | devdraw: fix mouse warping with multi-monitor on OS X | David Jeannot | 2012-03-05 | 1 | -3/+3 |
| * | Devdraw now waits for the image: this means that | David Jeannot | 2012-03-05 | 1 | -74/+226 |
| * | devdraw: fix winsize (-W) on OS X | David Jeannot | 2012-03-05 | 1 | -5/+11 |
| * | devdraw: fix fullscreen on Lion | Russ Cox | 2012-02-28 | 1 | -1/+6 |
| * | devdraw: enable gestures on OS X | David Jeannot | 2012-01-20 | 1 | -183/+8 |
| * | devdraw: make OS X resizer unobtrusive | David Jeannot | 2012-01-19 | 1 | -4/+31 |
| * | devdraw: on OS X, add menu items "hide" and "plumb devdraw(1)" | David Jeannot | 2012-01-16 | 1 | -14/+22 |
| * | devdraw: OS X: neutralize menu and Dock bugs in fullscreen mode | David Jeannot | 2012-01-16 | 1 | -3/+9 |
| * | devdraw: fix handling of compose key on OS X | David Jeannot | 2012-01-16 | 2 | -12/+15 |
| * | devdraw: remove old OS X code | David Jeannot | 2012-01-16 | 5 | -1435/+0 |
| * | cocoa devdraw: activation on receiving Ttop messages | David Jeannot | 2012-01-16 | 3 | -2/+17 |
| * | devdraw: OS X dead key support | David Jeannot | 2012-01-16 | 1 | -0/+19 |
| * | Cocoa Devdraw: cursor fix | David Jeannot | 2011-12-09 | 3 | -117/+139 |
| * | Cocoa Devdraw: cursor, menu bar, old fs, activation | David Jeannot | 2011-11-08 | 1 | -20/+52 |
| * | devdraw: cocoa fixes, bigarrow support (thanks Marius Eriksen) | Russ Cox | 2011-10-23 | 3 | -3/+50 |
| * | OS X PowerPC fixes (thanks Cameron Kaiser) | Russ Cox | 2011-10-23 | 1 | -0/+1 |
| * | devdraw: more fixes (thanks David Jeannot) | Russ Cox | 2011-10-12 | 4 | -319/+378 |
| * | devdraw: cleanup, fix macargv | Russ Cox | 2011-10-12 | 3 | -14/+44 |
| * | devdraw: fix screen grabber, allocation warning | David Jeannot | 2011-10-03 | 1 | -62/+113 |
| * | devdraw: do not interpret alt-tab as alt for compose | Justin Davis | 2011-09-28 | 3 | -2/+16 |
| * | devdraw: disable Lion warning | Russ Cox | 2011-09-26 | 1 | -1/+1 |
| * | use cocoa on snow leopard | Russ Cox | 2011-09-26 | 1 | -1/+1 |
| * | devdraw: cocoa updates | David Jeannot | 2011-09-26 | 1 | -43/+55 |
| * | devdraw: handle, warn about Lion | Russ Cox | 2011-09-19 | 1 | -1/+9 |
| * | devdraw: update Lion cocoa | David Jeannot | 2011-09-19 | 6 | -405/+602 |
| * | devdraw: draft cocoa support | David Jeannot | 2011-09-06 | 6 | -0/+1335 |
| * | devdraw: dynamic discovery of MultiTouch devices | Marius Eriksen | 2011-06-20 | 1 | -8/+106 |
| * | devdraw: Shrinking a window on osx 10.6.7 no longer disables drawing. | David Swasey | 2011-06-20 | 1 | -9/+14 |
| * | mklatinkbd: fix buffer overflow | Eoghan Sherry | 2011-04-04 | 1 | -1/+1 |
| * | devdraw: fix flashing during window drag | Jeff Sickel | 2011-01-12 | 2 | -3/+5 |
| * | mklatinkbd: fix out of bounds bug | Russ Cox | 2011-01-02 | 1 | -0/+1 |
| * | keyboard(7): document X compose sequences | Russ Cox | 2011-01-02 | 3 | -23/+111 |