aboutsummaryrefslogtreecommitdiff
path: root/src/libdraw
AgeCommit message (Collapse)AuthorFilesLines
2009-07-14mergeRuss Cox1-2/+6
2009-07-08mergeRuss Cox3-6/+63
2009-04-30mergeRuss Cox1-0/+9
2008-12-03libdraw: add borderopJeff Sickel1-9/+15
2008-07-01libdraw: do not let devdraw fork, for OS XRuss Cox1-1/+5
2008-06-30libdraw: die if display doesRuss Cox2-3/+3
2008-01-10libdraw: fix spinning event loop (David Bulkow)Russ Cox1-6/+6
2006-11-05block instead of chewing cpu in eread (Lu Xuxiao)rsc1-1/+1
2006-11-04In non-blocking recv functions in libmux and libdraw,rsc2-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.
2006-07-04move USED past decls (Arvindh Tamilmani)rsc1-2/+2
2006-06-26use pinrsc1-1/+27
2006-06-25add iprintrsc2-0/+15
2006-06-25gonersc2-180/+0
2006-06-25eventrsc6-1904/+272
2006-06-25byersc1-43/+0
2006-06-25newrsc4-0/+742
2006-06-25byersc75-11641/+226
2006-05-23fix _screen leakrsc2-15/+8
2006-05-21changes from plan 9rsc2-15/+11
2006-05-20do RFNOTEG in initdraw (Anselm Garbe)rsc1-0/+1
2006-04-21shut up gccrsc1-0/+3
2006-04-04no checksnarfrsc1-11/+0
2006-04-01Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms.rsc13-47/+47
2006-03-31fix alpha oopsrsc2-15/+17
2006-03-12regenerate latin1 tablesrsc1-101/+101
2006-03-10jpg fix? (erik quanstrom)rsc1-0/+1
2006-03-10synergy (paul lalonde)rsc1-2/+6
2006-02-28more itrans changesrsc1-12/+1
2006-02-28allow fallback to x11rsc1-4/+23
2006-02-28use pasteboardrsc1-5/+138
2006-01-29return 0rsc1-1/+1
2006-01-28do not die in freeimage(0) when screen==0rsc1-1/+2
2006-01-27nowsys fixes (Lou Kamenov)rsc2-2/+23
2005-12-29do not trust gcc-4.0 to do nrv optimization. (taj khattra)rsc1-25/+22
2005-12-29avoid nil freeimagersc1-2/+4
2005-11-16oopsrsc1-2/+2
2005-11-12x11, used, etc.rsc2-6/+12
2005-11-07debugging helprsc3-3/+8
2005-09-15In eread, ignore unexpected events instead of returning early.rsc1-1/+1
2005-09-09Add uchar for NetBSD ctype.rsc1-1/+1
2005-07-27less graceful shutdown but avoid deadlocksrsc1-1/+9
2005-07-24start with white instead of blackrsc1-1/+1
2005-07-19I just hate to be pushed around by some @#$%^& machine.rsc2-8/+8
2005-07-14silence fprintrsc1-1/+0
2005-07-13no black and whitersc2-5/+0
2005-07-13free subfonts correctlyrsc3-6/+32
2005-07-13no used(Point)rsc1-1/+1
2005-07-13keyboard not mousersc1-1/+1
2005-07-13more places to lookrsc1-0/+4
2005-07-13more places where display can be nilrsc3-3/+3