aboutsummaryrefslogtreecommitdiff
path: root/src/libdraw
Commit message (Expand)AuthorAgeFilesLines
* libdraw: fix subfont scalingmatheuristic2023-08-211-1/+1
* Bail out if convW2M(...) indicates failure.Igor Böhm2022-07-261-1/+2
* libdraw: fix out-of-bounds access to local buffer in event.c:startrpc()Igor Böhm2022-07-261-1/+1
* libdraw: Fix GUI programs on AIX (#398)Ben Huntsman2021-08-301-0/+4
* devdraw, libdraw: fix memory leaks by freeing getns() malloced string (#431)Igor Böhm2020-07-221-2/+5
* libdraw: handle larger number of subfontsRuss Cox2020-05-291-1/+1
* devdraw, libdraw: handle keyboard runes > U+FFFFRuss Cox2020-05-183-2/+17
* libdraw: send hangup to process when window is lostRuss Cox2020-01-141-1/+5
* libdraw: use proper pipe for default font dataRuss Cox2020-01-141-6/+16
* libdraw: connect to devdraw via $wsysid when setRuss Cox2020-01-132-1/+79
* libdraw: fix "mk"Russ Cox2020-01-121-2/+1
* Trivial changes: whitespace and modes.Dan Cross2020-01-1027-85/+76
* libdraw,devdraw: fix compatibility with old 16x16 cursor protocol (#217)Fazlul Shahriar2019-04-052-1/+24
* libdraw: redo default font construction to be hidpi-safeRuss Cox2018-11-1612-497/+372
* libdraw: add Cursor2, a 32x32 high-res cursorRuss Cox2018-11-156-6/+64
* libdraw: fix error in the previous commitXiao-Yong Jin2018-03-271-1/+1
* libdraw: fix some memory leaks in font handlingXiao-Yong Jin2018-03-275-6/+18
* libdraw: replace hand-rolled realloc, preventing buffer overflow.Ray Lai2017-04-081-3/+1
* 9term, win: work around bsd linker nonsenseRuss Cox2017-01-061-0/+5
* fontsrv: use 64 chars per subfont instead of 256Russ Cox2015-08-271-1/+1
* libdraw, acme: fix acme segfault triggered passing an invalid fontGleydson Soares2015-05-151-0/+2
* libdraw: refine hidpi font selectionRuss Cox2015-02-173-1/+43
* libdraw: autoscale fonts when moving between low and high dpi screensRuss Cox2015-02-177-27/+212
* libdraw: add 2*font syntax for scaled fontsRuss Cox2015-02-176-4/+75
* libdraw, libframe, acme: fix, guard against inverted range in textsetselectRuss Cox2014-12-021-0/+3
* libdraw: add scalesizeRuss Cox2012-11-251-0/+7
* devdraw, libdraw: add display->dpiRuss Cox2012-11-251-0/+9
* libdraw: add visibleclicks modeRuss Cox2012-09-173-2/+54
* libdraw: allow 32-bit RunesRuss Cox2010-01-281-1/+1
* 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
* 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