summaryrefslogtreecommitdiffstats
path: root/src/libdraw
Commit message (Collapse)AuthorAgeFilesLines
* mergeRuss Cox2009-07-141-2/+6
|
* mergeRuss Cox2009-07-083-6/+63
|
* mergeRuss Cox2009-04-301-0/+9
|
* libdraw: add borderopJeff Sickel2008-12-031-9/+15
|
* libdraw: do not let devdraw fork, for OS XRuss Cox2008-07-011-1/+5
|
* libdraw: die if display doesRuss Cox2008-06-302-3/+3
|
* libdraw: fix spinning event loop (David Bulkow)Russ Cox2008-01-101-6/+6
|
* block instead of chewing cpu in eread (Lu Xuxiao)rsc2006-11-051-1/+1
|
* In non-blocking recv functions in libmux and libdraw,rsc2006-11-042-15/+31
| | | | | | | | | | | | distinguish between "cannot receive without blocking" and "EOF on connection". In libmux, do not elect async guys muxers, so that synchronous RPC calls run in the main event loop (e.g., in eresized) do not get stuck. Fixes problem reported by Lu Xuxiao, namely that jpg etc. would spin at 100% cpu usage.
* move USED past decls (Arvindh Tamilmani)rsc2006-07-041-2/+2
|
* use pinrsc2006-06-261-1/+27
|
* add iprintrsc2006-06-252-0/+15
|
* gonersc2006-06-252-180/+0
|
* eventrsc2006-06-256-1904/+272
|
* byersc2006-06-251-43/+0
|
* newrsc2006-06-254-0/+742
|
* byersc2006-06-2575-11641/+226
|
* fix _screen leakrsc2006-05-232-15/+8
|
* changes from plan 9rsc2006-05-212-15/+11
|
* do RFNOTEG in initdraw (Anselm Garbe)rsc2006-05-201-0/+1
|
* shut up gccrsc2006-04-211-0/+3
|
* 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
|