| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | silence fprint | rsc | 2005-07-14 | 1 | -1/+0 |
| | | |||||
| * | no black and white | rsc | 2005-07-13 | 2 | -5/+0 |
| | | |||||
| * | free subfonts correctly | rsc | 2005-07-13 | 3 | -6/+32 |
| | | |||||
| * | no used(Point) | rsc | 2005-07-13 | 1 | -1/+1 |
| | | |||||
| * | keyboard not mouse | rsc | 2005-07-13 | 1 | -1/+1 |
| | | |||||
| * | more places to look | rsc | 2005-07-13 | 1 | -0/+4 |
| | | |||||
| * | more places where display can be nil | rsc | 2005-07-13 | 3 | -3/+3 |
| | | |||||
| * | handle arbitrary length names in subfontname. | rsc | 2005-05-12 | 2 | -12/+18 |
| | | | | | handle overflow in offset computation in font.c | ||||
| * | Correct putsnarf-then-getsnarf race. | rsc | 2005-05-02 | 1 | -0/+6 |
| | | |||||
| * | Add more smiley faces | rsc | 2005-05-01 | 1 | -1/+2 |
| | | |||||
| * | be more faithful to plan 9 environment -- | rsc | 2005-03-18 | 3 | -5/+18 |
| | | | | | allocate window on top of screen. | ||||
| * | syntax errors | rsc | 2005-03-15 | 2 | -2/+2 |
| | | |||||
| * | $WSYSTYPE not WSYSTYPE | rsc | 2005-02-11 | 1 | -1/+1 |
| | | |||||
| * | add x11 include | rsc | 2005-02-11 | 1 | -0/+1 |
| | | |||||
| * | Avoid yet another X11 stack overflow. | rsc | 2005-02-08 | 1 | -1/+31 |
| | | |||||
| * | more nowsys | rsc | 2005-02-02 | 8 | -0/+250 |
| | | |||||
| * | break x11 for sure | rsc | 2005-02-02 | 17 | -16/+142 |
| | | |||||
| * | handle @ better in winsize | rsc | 2005-01-26 | 1 | -0/+4 |
| | | |||||
| * | Apparently SuSE 9.1's X distribution uses even bigger | rsc | 2005-01-23 | 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. | ||||
| * | better comment | rsc | 2005-01-18 | 1 | -1/+8 |
| | | |||||
| * | 64-bit fixes from lucho | rsc | 2005-01-14 | 4 | -11/+13 |
| | | |||||
| * | Many small edits. | rsc | 2005-01-13 | 4 | -89/+1 |
| | | |||||
| * | fix from axel | rsc | 2005-01-07 | 1 | -12/+3 |
| | | |||||
| * | seems to correct lack of focus when | rsc | 2005-01-07 | 1 | -2/+10 |
| | | | | | | | coming back from being hidden. not strictly correct in multithreaded programs but let's see if anything breaks. | ||||
| * | sunos fixes | rsc | 2005-01-07 | 1 | -1/+2 |
| | | |||||
| * | add _flushmemscreen declaration | rsc | 2005-01-07 | 1 | -0/+2 |
| | | |||||
| * | minor fixes; hide some routines | rsc | 2005-01-04 | 6 | -10/+10 |
| | | |||||
| * | use new thread library | rsc | 2004-12-26 | 6 | -17/+20 |
| | | |||||
| * | embarrassing bug in keyboard data | rsc | 2004-10-16 | 1 | -2/+2 |
| | | |||||
| * | Compare function pointers against 0 rather than nil. | wkj | 2004-07-09 | 2 | -3/+3 |
| | | |||||
| * | Fix from rob. | wkj | 2004-06-24 | 1 | -1/+1 |
| | | |||||
| * | fix initial x y | rsc | 2004-06-17 | 1 | -2/+2 |
| | | |||||
| * | fix alt on mac | rsc | 2004-06-17 | 1 | -0/+9 |
| | | |||||
| * | respect Xresources geometry. from peter canning. | rsc | 2004-06-17 | 1 | -9/+67 |
| | | |||||
| * | scrolling | rsc | 2004-06-11 | 2 | -0/+30 |
| | | |||||
| * | remove print | rsc | 2004-06-09 | 1 | -1/+0 |
| | | |||||
| * | don't require x | rsc | 2004-06-09 | 1 | -0/+2 |
| | | |||||
| * | Add buttons 4 and 5 (scrolling on X). | rsc | 2004-06-09 | 1 | -1/+16 |
| | | |||||
| * | avoid stupid aspect ratios. | rsc | 2004-05-14 | 1 | -2/+6 |
| | | |||||
| * | various bug fixes | rsc | 2004-05-14 | 1 | -1/+7 |
| | | |||||
| * | Ignore unknown pragmas. | wkj | 2004-05-03 | 1 | -1/+2 |
| | | | | | | Be less verbose when allocating uprocs. Don't drop core dump turds all over the place when x11 goes away. | ||||
| * | add -W to specify window size. | rsc | 2004-04-29 | 2 | -3/+113 |
| | | | | | various other little fixes. | ||||
| * | make it possible to access fonts without a display. | rsc | 2004-04-25 | 7 | -48/+78 |
| | | |||||
| * | various bug fixes | rsc | 2004-04-24 | 1 | -5/+21 |
| | | |||||
| * | little things | rsc | 2004-04-23 | 1 | -1/+2 |
| | | |||||
| * | don't print TIMESTAMP messages | rsc | 2004-04-22 | 1 | -1/+2 |
| | | |||||
| * | make stack requirements more explicit. | rsc | 2004-04-21 | 3 | -2/+3 |
| | | |||||
| * | why do things change? | rsc | 2004-04-21 | 1 | -0/+5 |
| | | |||||
| * | take out the debugging prints i just accidentally checked in. | rsc | 2004-04-21 | 1 | -6/+0 |
| | | |||||
| * | no need for | rsc | 2004-04-21 | 2 | -1/+8 |
| | | |||||
