Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2004-10-16 | embarrassing bug in keyboard data | rsc | 1 | -2/+2 | |
2004-07-09 | Compare function pointers against 0 rather than nil. | wkj | 2 | -3/+3 | |
2004-06-24 | Fix from rob. | wkj | 1 | -1/+1 | |
2004-06-17 | fix initial x y | rsc | 1 | -2/+2 | |
2004-06-17 | fix alt on mac | rsc | 1 | -0/+9 | |
2004-06-17 | respect Xresources geometry. from peter canning. | rsc | 1 | -9/+67 | |
2004-06-11 | scrolling | rsc | 2 | -0/+30 | |
2004-06-09 | remove print | rsc | 1 | -1/+0 | |
2004-06-09 | don't require x | rsc | 1 | -0/+2 | |
2004-06-09 | Add buttons 4 and 5 (scrolling on X). | rsc | 1 | -1/+16 | |
2004-05-14 | avoid stupid aspect ratios. | rsc | 1 | -2/+6 | |
2004-05-14 | various bug fixes | rsc | 1 | -1/+7 | |
2004-05-03 | Ignore unknown pragmas. | wkj | 1 | -1/+2 | |
Be less verbose when allocating uprocs. Don't drop core dump turds all over the place when x11 goes away. | |||||
2004-04-29 | add -W to specify window size. | rsc | 2 | -3/+113 | |
various other little fixes. | |||||
2004-04-25 | make it possible to access fonts without a display. | rsc | 7 | -48/+78 | |