| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | allow fallback to x11 | rsc | 2006-02-28 | 1 | -4/+23 |
| | | |||||
| * | use pasteboard | rsc | 2006-02-28 | 1 | -5/+138 |
| | | |||||
| * | return 0 | rsc | 2006-01-29 | 1 | -1/+1 |
| | | |||||
| * | do not die in freeimage(0) when screen==0 | rsc | 2006-01-28 | 1 | -1/+2 |
| | | |||||
| * | nowsys fixes (Lou Kamenov) | rsc | 2006-01-27 | 2 | -2/+23 |
| | | |||||
| * | do not trust gcc-4.0 to do nrv optimization. (taj khattra) | rsc | 2005-12-29 | 1 | -25/+22 |
| | | |||||
| * | avoid nil freeimage | rsc | 2005-12-29 | 1 | -2/+4 |
| | | |||||
| * | oops | rsc | 2005-11-16 | 1 | -2/+2 |
| | | |||||
| * | x11, used, etc. | rsc | 2005-11-12 | 2 | -6/+12 |
| | | |||||
| * | debugging help | rsc | 2005-11-07 | 3 | -3/+8 |
| | | |||||
| * | In eread, ignore unexpected events instead of returning early. | rsc | 2005-09-15 | 1 | -1/+1 |
| | | |||||
| * | Add uchar for NetBSD ctype. | rsc | 2005-09-09 | 1 | -1/+1 |
| | | |||||
| * | less graceful shutdown but avoid deadlocks | rsc | 2005-07-27 | 1 | -1/+9 |
| | | |||||
| * | start with white instead of black | rsc | 2005-07-24 | 1 | -1/+1 |
| | | |||||
| * | I just hate to be pushed around by some @#$%^& machine. | rsc | 2005-07-19 | 2 | -8/+8 |
| | | |||||
| * | 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 |
| | | |||||
