Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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. | |||||
2005-03-15 | syntax errors | rsc | 2 | -2/+2 | |
2005-02-11 | $WSYSTYPE not WSYSTYPE | rsc | 1 | -1/+1 | |
2005-02-11 | add x11 include | rsc | 1 | -0/+1 | |
2005-02-08 | Avoid yet another X11 stack overflow. | rsc | 1 | -1/+31 | |
2005-02-02 | more nowsys | rsc | 8 | -0/+250 | |
2005-02-02 | break x11 for sure | rsc | 17 | -16/+142 | |
2005-01-26 | handle @ better in winsize | rsc | 1 | -0/+4 | |
2005-01-23 | Apparently SuSE 9.1's X distribution uses even bigger | rsc | 3 | -3/+4 | |
buffers than the standard ones. 64kB appears to be enough for a stack in that case, but let's just go nuts and make the stacks enormous, so that it takes a few more doublings of X's stack needs before we run into this problem again. The VM system should take care of not actually using most of the memory anyway. | |||||
2005-01-18 | better comment | rsc | 1 | -1/+8 | |
2005-01-14 | 64-bit fixes from lucho | rsc | 4 | -11/+13 | |
2005-01-13 | Many small edits. | rsc | 4 | -89/+1 | |
2005-01-07 | fix from axel | rsc | 1 | -12/+3 | |
2005-01-07 | seems to correct lack of focus when | rsc | 1 | -2/+10 | |
coming back from being hidden. not strictly correct in multithreaded programs but let's see if anything breaks. | |||||
2005-01-07 | sunos fixes | rsc | 1 | -1/+2 | |
2005-01-07 | add _flushmemscreen declaration | rsc | 1 | -0/+2 | |
2005-01-04 | minor fixes; hide some routines | rsc | 6 | -10/+10 | |
2004-12-26 | use new thread library | rsc | 6 | -17/+20 | |