Age | Commit message (Expand) | Author | Files | Lines |
2020-07-22 | devdraw, libdraw: fix memory leaks by freeing getns() malloced string (#431) | Igor Böhm | 1 | -2/+5 |
2020-05-29 | libdraw: handle larger number of subfonts | Russ Cox | 1 | -1/+1 |
2020-05-18 | devdraw, libdraw: handle keyboard runes > U+FFFF | Russ Cox | 3 | -2/+17 |
2020-01-14 | libdraw: send hangup to process when window is lost | Russ Cox | 1 | -1/+5 |
2020-01-14 | libdraw: use proper pipe for default font data | Russ Cox | 1 | -6/+16 |
2020-01-13 | libdraw: connect to devdraw via $wsysid when set | Russ Cox | 2 | -1/+79 |
2020-01-12 | libdraw: fix "mk" | Russ Cox | 1 | -2/+1 |
2020-01-10 | Trivial changes: whitespace and modes. | Dan Cross | 27 | -85/+76 |
2019-04-05 | libdraw,devdraw: fix compatibility with old 16x16 cursor protocol (#217) | Fazlul Shahriar | 2 | -1/+24 |
2018-11-16 | libdraw: redo default font construction to be hidpi-safe | Russ Cox | 12 | -497/+372 |
2018-11-15 | libdraw: add Cursor2, a 32x32 high-res cursor | Russ Cox | 6 | -6/+64 |
2018-03-27 | libdraw: fix error in the previous commit | Xiao-Yong Jin | 1 | -1/+1 |
2018-03-27 | libdraw: fix some memory leaks in font handling | Xiao-Yong Jin | 5 | -6/+18 |
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 |