aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2016-01-22fontsrv: do not try to look up surrogate pairsRuss Cox1-0/+2
2015-12-08auxstats: fix OpenBSD by using getifaddrs(3) instead of kvm(3)Gleydson Soares2-75/+24
2015-11-11devdraw: cocoa: set window title on main threadsqweek1-2/+12
2015-11-10win: local \r cancellationRuss Cox1-1/+14
2015-11-109term, win: better \r handling (thanks, git)Russ Cox2-1/+31
2015-08-27mk: avoid infinite loop when targets are repeatedRuss Cox2-0/+6
2015-08-27fontsrv: use 64 chars per subfont instead of 256Russ Cox4-9/+14
2015-06-29upas/nfs: search for stunnele3 in $PATHGleydson Soares1-4/+7
2015-06-03all: linux/arm64 portAram Hăvărneanu4-0/+17
2015-06-03libregexp: fix copy-paste errorDavid du Colombier1-1/+1
2015-06-03all: linux/mips portAram Hăvărneanu4-0/+17
2015-06-03all: fix openbsd buildAram Hăvărneanu2-3/+4
2015-06-03acme: add focus change to logSergiusz Urbaniak1-0/+6
2015-06-03devdraw: plumb drag-n-dropped filesmarius a. eriksen1-0/+39
2015-05-15libdraw, acme: fix acme segfault triggered passing an invalid fontGleydson Soares1-0/+2
2015-02-18fontsrv: fix x11 buildRuss Cox1-1/+0
2015-02-17devdraw: enable retina behavior by default on OS XRuss Cox1-3/+3
2015-02-17libdraw: refine hidpi font selectionRuss Cox3-1/+43
2015-02-17libdraw: autoscale fonts when moving between low and high dpi screensRuss Cox7-27/+212
2015-02-17libdraw: add 2*font syntax for scaled fontsRuss Cox6-4/+75
2015-02-17fontsrv: use CoreText API on OS XRuss Cox5-106/+143
2014-12-02fontsrv: disable X11 hintingEthan Burns1-1/+1
2014-12-029pfuse: Disable glibc workaround for O_LARGEFILE on ARMMerlijn Wajer1-1/+4
2014-12-02libdraw, libframe, acme: fix, guard against inverted range in textsetselectRuss Cox3-3/+15
2014-12-02devdraw: fix title and "open in top" on OS XRoi Martin1-1/+4
2014-11-17cmd: rename *.C to *.cRuss Cox4-0/+0
2014-10-21fix clang 3.4 warnings and ignore uninteresting onesDavid du Colombier2-6/+6
2014-10-21venti/copy: fix bug writing directories that zero truncateRuss Cox1-1/+1
2014-10-20col: import from plan 9, by popular demandRuss Cox1-0/+295
2014-10-209l: link with -lresolv on LinuxDavid du Colombier1-2/+0
2014-08-06vbackup: fix compilation on NetBSD (thanks Álvaro Jurado)David du Colombier1-0/+4
2014-07-09mc: use $termprog to identify 9termRuss Cox1-1/+1
2014-06-05upas: fix nil pointer dereferenceDavid du Colombier1-2/+2
2014-06-03upas/common: rename aux to auxxRuss Cox2-1/+1
2014-06-03acme: fix bufread crash due to typing-point scrollingRuss Cox1-0/+4
2014-06-03acme: increase timer resolution to 10msRuss Cox1-1/+1
2014-05-19undo CL 69070045 / 8539a916d98aRuss Cox1-4/+0
2014-05-15upas: fix warningsDavid du Colombier2-3/+3
2014-05-15libndb: add AUTOLIB(resolv)David du Colombier1-0/+2
2014-05-05acme: fix two flush bugs in new log fileRuss Cox1-2/+3
2014-04-30acme: add log file in acme root directoryRuss Cox11-6/+236
2014-04-19acme: add comment for aligned writesRuss Cox1-0/+5
2014-04-19acme: use buffered i/o to write fileRuss Cox1-1/+16
2014-04-18acme: fix Get of dir in nameless window (thanks Colton Lewis)Russ Cox1-1/+1
2014-03-13acme: copy/cut/paste with ctl+c,x,vEthan Burns1-0/+4
2014-03-13acme, sam: handle >1GB files correctlyRuss Cox4-4/+10
2014-03-03fix gcc 4.8 warningsDavid du Colombier6-15/+5
2014-03-03fossil: fix p9p changes on viewDavid du Colombier1-26/+28
2014-02-27all: DragonFly port.Shenghou Ma11-13/+348
2014-01-22devdraw: clear altdown on focus out (thanks Ethan Burns)Russ Cox1-0/+1