summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* devdraw: handle windowDidResize on macOS (#212)Pocket78782019-06-111-1/+7
* acme: accept expanded URLs in lookRuss Cox2019-06-101-9/+39
* acme: delete trailing spaces during Put in autoindent modeRuss Cox2019-05-171-41/+64
* devdraw: cocoa metal screen updates (#215)Xiao-Yong2019-05-172-63/+31
* acme: do not trim spaces during PutRuss Cox2019-04-191-4/+8
* samterm: stop ignoring all keys >= KcmdPocket78782019-04-051-2/+3
* devdraw: stop redirecting ^H in cocoa-metal (#209)Xiao-Yong2019-04-051-1/+0
* man/memdraw.3: fix typoNoah Evans2019-04-051-1/+1
* libdraw,devdraw: fix compatibility with old 16x16 cursor protocol (#217)Fazlul Shahriar2019-04-054-1/+33
* devdraw: prefer low-power GPU for macOS metal rendering (#231)Chris Schultz2019-04-051-2/+13
* devdraw: avoid deadlock on pre-Mojave macOSRuss Cox2019-04-051-0/+6
* fortunes: correct a mispelling (#234)Travis snɯǝᗡɔW2019-04-051-1/+1
* acme: Update tag after receiving menu/nomenu control event (#251)Martin Kühl2019-04-051-0/+2
* devdraw: fix cocoa metal _flushmemscreen for invalid rectangles (#240)Xiao-Yong2019-04-051-0/+4
* devdraw: respond to windowDidBecomeKey on darwin (#239)Jacob Vosmaer2019-04-051-0/+5
* page: handle EPS without showpageRuss Cox2019-02-252-1/+6
* rio: delete ancient Imakefile (use mk instead)Russ Cox2019-02-011-27/+0
* acme: drop trailing spaces during Put of auto-indent windowRuss Cox2019-02-011-3/+38
* INSTALL: use cc to check for fontsrv on non-Darwin (#203)Xiao-Yong2018-11-161-1/+1
* 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