summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* unix: fix for tar on FreeBSD (#202)Xiao-Yong2018-11-161-4/+4
* INSTALL: set $NPROC on macOSRuss Cox2018-11-162-1/+2
* libdraw: redo default font construction to be hidpi-safeRuss Cox2018-11-1620-587/+374
* file: recognize Mach-O binaries and Java class filesMartin Kühl2018-11-151-0/+3
* file: add missing newlines to file typesMartin Kühl2018-11-151-3/+3
* paint: add drawing program from 9front (#112)Tobias Heinicke2018-11-154-0/+1213
* rio: make 'mk all' explain why it does nothing on non-x11 systemsRuss Cox2018-11-151-2/+4
* devdraw: remove os x 10.5 compatibility codeJacob Vosmaer2018-11-154-1790/+2
* unix: fix tar use in mkfile to allow Plan 9 tarMat Kovach2018-11-151-4/+4
* acme: add 32x32 boxcursorRuss Cox2018-11-154-2/+71
* INSTALL: set CC9 on macOS to use xcrun clangRuss Cox2018-11-151-0/+1
* devdraw: add Cursor2 support on macOS 10.14 MojaveRuss Cox2018-11-158-45/+113
* tweak: add support for Cursor2Russ Cox2018-11-151-30/+78
* libdraw: add Cursor2, a 32x32 high-res cursorRuss Cox2018-11-1511-7/+86
* devdraw: rewrite the Cocoa screen using MetalXiao-Yong Jin2018-11-158-21/+1307
* upas/smtp: fix TLS connections (#163)Zach Scott2018-11-142-0/+49
* INSTALL: fix compiler detection on FreeBSD+clang (#177)Francis Conti2018-11-141-17/+24
* devdraw: set displaydpi on devdraw x11 attach (#178)Gabriel Díaz2018-11-141-2/+7
* mac/9term.app: invoke 9term with -lRuss Cox2018-11-141-1/+1
* 9term: make 9term -l invoke $SHELL with -lRuss Cox2018-11-141-1/+6
* web: allow any $BROWSERRuss Cox2018-11-141-1/+1
* fontsrv: increase x11 font height scale (#111)iru-2018-11-141-1/+1
* 9term.app: add $PLAN9/bin to $PATH if not already in $PATH (#144)KADOTA, Kyohei2018-11-131-0/+4
* plumb/basic: avoid wrap around in file:1:2 (#158)Martin Kühl2018-11-131-2/+2
* devdraw: make ctrl generate 1-click while mouse down (#119)Xiao-Yong2018-11-131-0/+2
* keyboard: add compose sequences lc and rc for ceiling brackets (#126)thisrod2018-11-131-0/+2
* keyboard: add tab/untab symbols (#160)Martin Kühl2018-11-131-0/+2
* fontsrv: x11 uses FC_POSTSCRIPT_NAME (#174)Xiao-Yong2018-11-131-1/+1
* acme: avoid division by zero when resizing col (#189)Fazlul Shahriar2018-11-131-2/+6
* fontsrv: disable font smoothing on osx (#196)Xiao-Yong2018-11-132-0/+4
* 9term: fix getpts on FreeBSD 11.2 (#199)Xiao-Yong2018-11-131-0/+16
* 9l: drop xcode text-based stub warningRuss Cox2018-11-121-1/+1
* plumb: allow @ in file namesRuss Cox2018-11-121-9/+9
* fontsrv: copy some fixes from OS X to X11Fazlul Shahriar2018-10-051-38/+43
* upas/nfs: correctly quote IMAP LOGIN argumentsCharles Collicutt2018-10-051-1/+1
* grep: update from Plan 9David du Colombier2018-10-011-3/+3
* libregexp: include stddef.h in lib9.std.hDavid du Colombier2018-09-291-0/+1
* acme: Apply each -/+ only once (#156)Martin Kühl2018-09-191-3/+3
* fontsrv: omit box-drawing characters from line struts on macOSIgor Burago2018-06-261-1/+1
* libdraw: fix error in the previous commitXiao-Yong Jin2018-03-271-1/+1
* mc: fix crash in acme with hidpi displayXiao-Yong Jin2018-03-271-5/+9
* samterm: free some getenv resultsXiao-Yong Jin2018-03-271-2/+7
* sam: freetmpstr instead of freeXiao-Yong Jin2018-03-271-1/+1
* libdraw: fix some memory leaks in font handlingXiao-Yong Jin2018-03-275-6/+18
* fontsrv: fix some memory leaksXiao-Yong Jin2018-03-272-1/+4
* devdraw: fix some memory leaks in x11Xiao-Yong Jin2018-03-272-1/+5
* acme: fix some memory leaksXiao-Yong Jin2018-03-273-2/+8
* fontsrv: enlarge drawing buffer for subfonts on macOSXiao-Yong Jin2018-03-271-1/+3
* mount, 9pfuse: detect macports installed osxfuseXiao-Yong Jin2018-03-272-0/+9
* fontsrv: skip only the surrogate pairsMechiel Lukkien2018-03-231-1/+1