Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-07-01 | libdraw: do not let devdraw fork, for OS X | Russ Cox | 1 | -1/+5 | |
2008-06-30 | libdraw: die if display does | Russ Cox | 2 | -3/+3 | |
2008-01-10 | libdraw: fix spinning event loop (David Bulkow) | Russ Cox | 1 | -6/+6 | |
2006-11-05 | block instead of chewing cpu in eread (Lu Xuxiao) | rsc | 1 | -1/+1 | |
2006-11-04 | In non-blocking recv functions in libmux and libdraw, | rsc | 2 | -15/+31 | |
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-07-04 | move USED past decls (Arvindh Tamilmani) | rsc | 1 | -2/+2 | |
2006-06-26 | use pin | rsc | 1 | -1/+27 | |
2006-06-25 | add iprint | rsc | 2 | -0/+15 | |
2006-06-25 | gone | rsc | 2 | -180/+0 | |
2006-06-25 | event | rsc | 6 | -1904/+272 | |
2006-06-25 | bye | rsc | 1 | -43/+0 | |
2006-06-25 | new | rsc | 4 | -0/+742 | |
2006-06-25 | bye | rsc | 75 | -11641/+226 | |
2006-05-23 | fix _screen leak | rsc | 2 | -15/+8 | |
2006-05-21 | changes from plan 9 | rsc | 2 | -15/+11 | |
2006-05-20 | do RFNOTEG in initdraw (Anselm Garbe) | rsc | 1 | -0/+1 | |
2006-04-21 | shut up gcc | rsc | 1 | -0/+3 | |
2006-04-04 | no checksnarf | rsc | 1 | -11/+0 | |
2006-04-01 | Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms. | rsc | 13 | -47/+47 | |
2006-03-31 | fix alpha oops | rsc | 2 | -15/+17 | |
2006-03-12 | regenerate latin1 tables | rsc | 1 | -101/+101 | |
2006-03-10 | jpg fix? (erik quanstrom) | rsc | 1 | -0/+1 | |
2006-03-10 | synergy (paul lalonde) | rsc | 1 | -2/+6 | |
2006-02-28 | more itrans changes | rsc | 1 | -12/+1 | |
2006-02-28 | allow fallback to x11 | rsc | 1 | -4/+23 | |
2006-02-28 | use pasteboard | rsc | 1 | -5/+138 | |
2006-01-29 | return 0 | rsc | 1 | -1/+1 | |
2006-01-28 | do not die in freeimage(0) when screen==0 | rsc | 1 | -1/+2 | |
2006-01-27 | nowsys fixes (Lou Kamenov) | rsc | 2 | -2/+23 | |
2005-12-29 | do not trust gcc-4.0 to do nrv optimization. (taj khattra) | rsc | 1 | -25/+22 | |
2005-12-29 | avoid nil freeimage | rsc | 1 | -2/+4 | |
2005-11-16 | oops | rsc | 1 | -2/+2 | |
2005-11-12 | x11, used, etc. | rsc | 2 | -6/+12 | |
2005-11-07 | debugging help | rsc | 3 | -3/+8 | |
2005-09-15 | In eread, ignore unexpected events instead of returning early. | rsc | 1 | -1/+1 | |
2005-09-09 | Add uchar for NetBSD ctype. | rsc | 1 | -1/+1 | |
2005-07-27 | less graceful shutdown but avoid deadlocks | rsc | 1 | -1/+9 | |
2005-07-24 | start with white instead of black | rsc | 1 | -1/+1 | |
2005-07-19 | I just hate to be pushed around by some @#$%^& machine. | rsc | 2 | -8/+8 | |
2005-07-14 | silence fprint | rsc | 1 | -1/+0 | |
2005-07-13 | no black and white | rsc | 2 | -5/+0 | |
2005-07-13 | free subfonts correctly | rsc | 3 | -6/+32 | |
2005-07-13 | no used(Point) | rsc | 1 | -1/+1 | |
2005-07-13 | keyboard not mouse | rsc | 1 | -1/+1 | |
2005-07-13 | more places to look | rsc | 1 | -0/+4 | |
2005-07-13 | more places where display can be nil | rsc | 3 | -3/+3 | |
2005-05-12 | handle arbitrary length names in subfontname. | rsc | 2 | -12/+18 | |
handle overflow in offset computation in font.c | |||||
2005-05-02 | Correct putsnarf-then-getsnarf race. | rsc | 1 | -0/+6 | |
2005-05-01 | Add more smiley faces | rsc | 1 | -1/+2 | |
2005-03-18 | be more faithful to plan 9 environment -- | rsc | 3 | -5/+18 | |
allocate window on top of screen. |