aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-11-10win: local \r cancellationRuss Cox1-1/+14
2015-11-109term, win: better \r handling (thanks, git)Russ Cox2-1/+31
2015-11-10INSTALL: append /usr/X11R6/include and /usr/X11R6/include/freetype2 toGleydson Soares1-1/+2
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-08-26font/fixed: adjust the ascent for the 7x13 subfontsRob Pike25-0/+0
2015-08-26font/lucsans: fix reference to supsub.9Rob Pike1-1/+1
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ărneanu5-0/+18
2015-06-03all: fix openbsd buildAram Hăvărneanu2-3/+4
2015-06-03keyboard.h: add some missing key enums from Plan 9mischief1-1/+6
2015-06-03acme: add focus change to logSergiusz Urbaniak1-0/+6
2015-06-03devdraw: plumb drag-n-dropped filesmarius a. eriksen3-10/+57
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-17man: document font syntaxesRuss Cox5-23/+130
2015-02-17devdraw: enable retina behavior by default on OS XRuss Cox1-3/+3
2015-02-17libdraw: refine hidpi font selectionRuss Cox4-1/+44
2015-02-17libdraw: autoscale fonts when moving between low and high dpi screensRuss Cox9-28/+243
2015-02-17libdraw: add 2*font syntax for scaled fontsRuss Cox7-5/+77
2015-02-17fontsrv: use CoreText API on OS XRuss Cox5-106/+143
2014-12-02CONTRIBUTING.md: fix link to codereview(1)Russ Cox1-1/+1
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-02install.txt: regenerate (9 man 1 intro >install.txt)Russ Cox1-82/+203
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-12-02CONTRIBUTING.md: add message about pull requestsRuss Cox1-0/+7
2014-11-17codereview: use 'git branch -v' for pendingRuss Cox1-1/+1
2014-11-17cmd: rename *.C to *.cRuss Cox4-0/+0
2014-11-16man: more Mercurial references changed to GitRuss Cox3-5/+5
2014-11-16codereview: make commit -a the default; warn about uncommitted changes at uploadRuss Cox3-25/+38
2014-11-16README: rename to README.md, add markdown for githubRuss Cox1-0/+0
2014-11-16codereview: fix a few bugsRuss Cox1-8/+9
2014-11-16all: update for GitRuss Cox5-118/+420
2014-11-12Delete .cvsignore. It is time.Russ Cox1-3/+0
2014-11-10Convert .hgignore to .gitignore.Russ Cox1-0/+0
2014-11-10Remove .hgtags.Russ Cox1-1/+0
2014-11-07INSTALL: fix path of quote1 and quote2David du Colombier1-3/+3
2014-10-21fix clang 3.4 warnings and ignore uninteresting onesDavid du Colombier3-6/+8
2014-10-21venti/copy: fix bug writing directories that zero truncateRuss Cox2-1/+2
2014-10-20col: import from plan 9, by popular demandRuss Cox2-0/+352
2014-10-209l: link with -lresolv on LinuxDavid du Colombier2-3/+1
2014-08-06vbackup: fix compilation on NetBSD (thanks Álvaro Jurado)David du Colombier1-0/+4
2014-08-06CONTRIBUTORS: add Aram HăvărneanuAram Hăvărneanu1-0/+1
2014-08-06g: search in *.s filesAram Hăvărneanu1-1/+1
2014-07-09mc: use $termprog to identify 9termRuss Cox1-1/+1
2014-06-05upas: fix nil pointer dereferenceDavid du Colombier1-2/+2