Age | Commit message (Expand) | Author | Files | Lines |
2017-04-08 | libdraw: replace hand-rolled realloc, preventing buffer overflow. | Ray Lai | 1 | -3/+1 |
2017-01-06 | 9term, win: work around bsd linker nonsense | Russ Cox | 1 | -0/+5 |
2015-08-27 | fontsrv: use 64 chars per subfont instead of 256 | Russ Cox | 1 | -1/+1 |
2015-05-15 | libdraw, acme: fix acme segfault triggered passing an invalid font | Gleydson Soares | 1 | -0/+2 |
2015-02-17 | libdraw: refine hidpi font selection | Russ Cox | 3 | -1/+43 |
2015-02-17 | libdraw: autoscale fonts when moving between low and high dpi screens | Russ Cox | 7 | -27/+212 |
2015-02-17 | libdraw: add 2*font syntax for scaled fonts | Russ Cox | 6 | -4/+75 |
2014-12-02 | libdraw, libframe, acme: fix, guard against inverted range in textsetselect | Russ Cox | 1 | -0/+3 |
2012-11-25 | libdraw: add scalesize | Russ Cox | 1 | -0/+7 |
2012-11-25 | devdraw, libdraw: add display->dpi | Russ Cox | 1 | -0/+9 |
2012-09-17 | libdraw: add visibleclicks mode | Russ Cox | 3 | -2/+54 |
2010-01-28 | libdraw: allow 32-bit Runes | Russ Cox | 1 | -1/+1 |
2009-07-14 | merge | Russ Cox | 1 | -2/+6 |
2009-07-08 | merge | Russ Cox | 3 | -6/+63 |
2009-04-30 | merge | Russ Cox | 1 | -0/+9 |
2008-12-03 | libdraw: add borderop | Jeff Sickel | 1 | -9/+15 |
2008-07-01 | libdraw: do not let devdraw fork, for OS X | Russ Cox | 1 | -1/+5 |
2008-06-30 | libdraw: die if display does | Russ Cox | 2 | -3/+3 |
2008-01-10 | libdraw: fix spinning event loop (David Bulkow) | Russ Cox | 1 | -6/+6 |
2006-11-05 | block instead of chewing cpu in eread (Lu Xuxiao) | rsc | 1 | -1/+1 |
2006-11-04 | In non-blocking recv functions in libmux and libdraw, | rsc | 2 | -15/+31 |
2006-07-04 | move USED past decls (Arvindh Tamilmani) | rsc | 1 | -2/+2 |
2006-06-26 | use pin | rsc | 1 | -1/+27 |
2006-06-25 | add iprint | rsc | 2 | -0/+15 |
2006-06-25 | gone | rsc | 2 | -180/+0 |
2006-06-25 | event | rsc | 6 | -1904/+272 |
2006-06-25 | bye | rsc | 1 | -43/+0 |
2006-06-25 | new | rsc | 4 | -0/+742 |
2006-06-25 | bye | rsc | 75 | -11641/+226 |
2006-05-23 | fix _screen leak | rsc | 2 | -15/+8 |
2006-05-21 | changes from plan 9 | rsc | 2 | -15/+11 |
2006-05-20 | do RFNOTEG in initdraw (Anselm Garbe) | rsc | 1 | -0/+1 |
2006-04-21 | shut up gcc | rsc | 1 | -0/+3 |
2006-04-04 | no checksnarf | rsc | 1 | -11/+0 |
2006-04-01 | Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms. | rsc | 13 | -47/+47 |
2006-03-31 | fix alpha oops | rsc | 2 | -15/+17 |
2006-03-12 | regenerate latin1 tables | rsc | 1 | -101/+101 |
2006-03-10 | jpg fix? (erik quanstrom) | rsc | 1 | -0/+1 |
2006-03-10 | synergy (paul lalonde) | rsc | 1 | -2/+6 |
2006-02-28 | more itrans changes | rsc | 1 | -12/+1 |
2006-02-28 | allow fallback to x11 | rsc | 1 | -4/+23 |
2006-02-28 | use pasteboard | rsc | 1 | -5/+138 |
2006-01-29 | return 0 | rsc | 1 | -1/+1 |
2006-01-28 | do not die in freeimage(0) when screen==0 | rsc | 1 | -1/+2 |
2006-01-27 | nowsys fixes (Lou Kamenov) | rsc | 2 | -2/+23 |
2005-12-29 | do not trust gcc-4.0 to do nrv optimization. (taj khattra) | rsc | 1 | -25/+22 |
2005-12-29 | avoid nil freeimage | rsc | 1 | -2/+4 |
2005-11-16 | oops | rsc | 1 | -2/+2 |
2005-11-12 | x11, used, etc. | rsc | 2 | -6/+12 |
2005-11-07 | debugging help | rsc | 3 | -3/+8 |