Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-07-03 | devdraw: OS X: fix Unicode input errors (Andrey Mirtchovski) | Russ Cox | 1 | -2/+4 | |
2008-07-03 | devdraw: OS X: go full screen on largest device (Eric Nichols) | Russ Cox | 1 | -1/+3 | |
2008-07-03 | devdraw: do not create OS X window group (Eric Nichols) | Russ Cox | 1 | -3/+0 | |
2008-07-02 | devdraw: OS X unicode input (Andrey Mirtchovski) | Russ Cox | 1 | -0/+7 | |
2008-07-02 | devdraw: OS X mouse scroll fix (Jeff Sickel) | Russ Cox | 1 | -1/+1 | |
2008-07-01 | devdraw: OS X alt key support | Russ Cox | 1 | -2/+38 | |
2008-07-01 | devdraw: add %F for fullscreen on OS X | Russ Cox | 1 | -10/+30 | |
2008-06-30 | devdraw: OS X native version | Russ Cox | 12 | -86/+2083 | |
2008-01-30 | devdraw, rio: more full-screen nonsense | Russ Cox | 1 | -12/+4 | |
2008-01-30 | devdraw: full-screen cleanup | Russ Cox | 3 | -1/+16 | |
2008-01-30 | devdraw: add F11 for full-screen toggle | Russ Cox | 6 | -7/+78 | |
2007-05-04 | report target list as 32-bit chunks, not 8-bit, for OS X | rsc | 1 | -1/+1 | |
2007-05-03 | say utf8string before string in target list | rsc | 1 | -2/+2 | |
2007-05-03 | try for utf8 string first in getsnarf; new test program snarf | rsc | 3 | -44/+168 | |
2007-02-22 | -ldraw no longer implies -lX11 | rsc | 1 | -0/+2 | |
2006-11-04 | In non-blocking recv functions in libmux and libdraw, | rsc | 1 | -1/+2 | |
distinguish between "cannot receive without blocking" and "EOF on connection". In libmux, do not elect async guys muxers, so that synchronous RPC calls run in the main event loop (e.g., in eresized) do not get stuck. Fixes problem reported by Lu Xuxiao, namely that jpg etc. would spin at 100% cpu usage. | |||||
2006-10-13 | use X11 in /usr if it is there | rsc | 1 | -0/+4 | |
2006-07-05 | Fix resize error under KDE (Bart Locanthi) | rsc | 3 | -27/+54 | |
2006-06-26 | slow mode for debugging | rsc | 1 | -2/+17 | |
2006-06-25 | quiet | rsc | 1 | -1/+1 | |
2006-06-25 | new draw server | rsc | 23 | -0/+5538 | |