summaryrefslogtreecommitdiffstats
path: root/src/libdraw
Commit message (Collapse)AuthorAgeFilesLines
...
* no checksnarfrsc2006-04-041-11/+0
|
* Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms.rsc2006-04-0113-47/+47
|
* fix alpha oopsrsc2006-03-312-15/+17
|
* regenerate latin1 tablesrsc2006-03-121-101/+101
|
* jpg fix? (erik quanstrom)rsc2006-03-101-0/+1
|
* synergy (paul lalonde)rsc2006-03-101-2/+6
|
* more itrans changesrsc2006-02-281-12/+1
|
* allow fallback to x11rsc2006-02-281-4/+23
|
* use pasteboardrsc2006-02-281-5/+138
|
* return 0rsc2006-01-291-1/+1
|
* do not die in freeimage(0) when screen==0rsc2006-01-281-1/+2
|
* nowsys fixes (Lou Kamenov)rsc2006-01-272-2/+23
|
* do not trust gcc-4.0 to do nrv optimization. (taj khattra)rsc2005-12-291-25/+22
|
* avoid nil freeimagersc2005-12-291-2/+4
|
* oopsrsc2005-11-161-2/+2
|
* x11, used, etc.rsc2005-11-122-6/+12
|
* debugging helprsc2005-11-073-3/+8
|
* In eread, ignore unexpected events instead of returning early.rsc2005-09-151-1/+1
|
* Add uchar for NetBSD ctype.rsc2005-09-091-1/+1
|
* less graceful shutdown but avoid deadlocksrsc2005-07-271-1/+9
|
* start with white instead of blackrsc2005-07-241-1/+1
|
* I just hate to be pushed around by some @#$%^& machine.rsc2005-07-192-8/+8
|
* silence fprintrsc2005-07-141-1/+0
|
* no black and whitersc2005-07-132-5/+0
|
* free subfonts correctlyrsc2005-07-133-6/+32
|
* no used(Point)rsc2005-07-131-1/+1
|
* keyboard not mousersc2005-07-131-1/+1
|
* more places to lookrsc2005-07-131-0/+4
|
* more places where display can be nilrsc2005-07-133-3/+3
|
* handle arbitrary length names in subfontname.rsc2005-05-122-12/+18
| | | | handle overflow in offset computation in font.c
* Correct putsnarf-then-getsnarf race.rsc2005-05-021-0/+6
|
* Add more smiley facesrsc2005-05-011-1/+2
|
* be more faithful to plan 9 environment --rsc2005-03-183-5/+18
| | | | allocate window on top of screen.
* syntax errorsrsc2005-03-152-2/+2
|
* $WSYSTYPE not WSYSTYPErsc2005-02-111-1/+1
|
* add x11 includersc2005-02-111-0/+1
|
* Avoid yet another X11 stack overflow.rsc2005-02-081-1/+31
|
* more nowsysrsc2005-02-028-0/+250
|
* break x11 for surersc2005-02-0217-16/+142
|
* handle @ better in winsizersc2005-01-261-0/+4
|
* Apparently SuSE 9.1's X distribution uses even biggerrsc2005-01-233-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 commentrsc2005-01-181-1/+8
|
* 64-bit fixes from luchorsc2005-01-144-11/+13
|
* Many small edits.rsc2005-01-134-89/+1
|
* fix from axelrsc2005-01-071-12/+3
|
* seems to correct lack of focus whenrsc2005-01-071-2/+10
| | | | | | coming back from being hidden. not strictly correct in multithreaded programs but let's see if anything breaks.
* sunos fixesrsc2005-01-071-1/+2
|
* add _flushmemscreen declarationrsc2005-01-071-0/+2
|
* minor fixes; hide some routinesrsc2005-01-046-10/+10
|
* use new thread libraryrsc2004-12-266-17/+20
|