aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2018-11-16libdraw: redo default font construction to be hidpi-safeRuss Cox16-570/+372
2018-11-15file: recognize Mach-O binaries and Java class filesMartin Kühl1-0/+3
2018-11-15file: add missing newlines to file typesMartin Kühl1-3/+3
2018-11-15paint: add drawing program from 9front (#112)Tobias Heinicke3-0/+1128
2018-11-15rio: make 'mk all' explain why it does nothing on non-x11 systemsRuss Cox1-2/+4
2018-11-15devdraw: remove os x 10.5 compatibility codeJacob Vosmaer4-1790/+2
2018-11-15acme: add 32x32 boxcursorRuss Cox4-2/+71
2018-11-15devdraw: add Cursor2 support on macOS 10.14 MojaveRuss Cox8-45/+113
2018-11-15tweak: add support for Cursor2Russ Cox1-30/+78
2018-11-15libdraw: add Cursor2, a 32x32 high-res cursorRuss Cox6-6/+64
2018-11-15devdraw: rewrite the Cocoa screen using MetalXiao-Yong Jin8-21/+1307
2018-11-14upas/smtp: fix TLS connections (#163)Zach Scott2-0/+49
2018-11-14devdraw: set displaydpi on devdraw x11 attach (#178)Gabriel Díaz1-2/+7
2018-11-149term: make 9term -l invoke $SHELL with -lRuss Cox1-1/+6
2018-11-14fontsrv: increase x11 font height scale (#111)iru-1-1/+1
2018-11-13devdraw: make ctrl generate 1-click while mouse down (#119)Xiao-Yong1-0/+2
2018-11-13fontsrv: x11 uses FC_POSTSCRIPT_NAME (#174)Xiao-Yong1-1/+1
2018-11-13acme: avoid division by zero when resizing col (#189)Fazlul Shahriar1-2/+6
2018-11-13fontsrv: disable font smoothing on osx (#196)Xiao-Yong2-0/+4
2018-11-139term: fix getpts on FreeBSD 11.2 (#199)Xiao-Yong1-0/+16
2018-10-05fontsrv: copy some fixes from OS X to X11Fazlul Shahriar1-38/+43
2018-10-05upas/nfs: correctly quote IMAP LOGIN argumentsCharles Collicutt1-1/+1
2018-10-01grep: update from Plan 9David du Colombier1-3/+3
2018-09-29libregexp: include stddef.h in lib9.std.hDavid du Colombier1-0/+1
2018-09-19acme: Apply each -/+ only once (#156)Martin Kühl1-3/+3
2018-06-26fontsrv: omit box-drawing characters from line struts on macOSIgor Burago1-1/+1
2018-03-27libdraw: fix error in the previous commitXiao-Yong Jin1-1/+1
2018-03-27mc: fix crash in acme with hidpi displayXiao-Yong Jin1-5/+9
2018-03-27samterm: free some getenv resultsXiao-Yong Jin1-2/+7
2018-03-27sam: freetmpstr instead of freeXiao-Yong Jin1-1/+1
2018-03-27libdraw: fix some memory leaks in font handlingXiao-Yong Jin5-6/+18
2018-03-27fontsrv: fix some memory leaksXiao-Yong Jin2-1/+4
2018-03-27devdraw: fix some memory leaks in x11Xiao-Yong Jin2-1/+5
2018-03-27acme: fix some memory leaksXiao-Yong Jin3-2/+8
2018-03-27fontsrv: enlarge drawing buffer for subfonts on macOSXiao-Yong Jin1-1/+3
2018-03-27mount, 9pfuse: detect macports installed osxfuseXiao-Yong Jin1-0/+8
2018-03-23fontsrv: skip only the surrogate pairsMechiel Lukkien1-1/+1
2018-03-239pserve: fix memory leak in warningRay Lai1-0/+2
2018-03-239term: Set TERM_PROGRAM to termprogMartin Kühl1-0/+1
2018-03-239pfuse: retries read(3) upon EINTRXiao-Yong Jin1-2/+5
2018-02-059pfuse: fix handling of access mode (thanks Kenji Arisawa)David du Colombier1-1/+3
2018-01-23auxstats: get network stats in a portable manner on FreeBSDBakul Shah1-33/+14
2018-01-17rc: use proper type for storing ulimit valuesRay Lai1-6/+7
2018-01-03gview: fix int vs ulong confusion causing silent exit 1 at startupRuss Cox1-4/+4
2017-11-279term: re-enable sys: child note for child processesRuss Cox1-0/+1
2017-11-02acme: preserve window position and selection during GetRuss Cox5-18/+103
2017-10-14acme: free buf in checksha1Russ Cox1-0/+1
2017-10-139term: fix getpts on macOS 10.13David du Colombier1-0/+16
2017-10-13upas/nfs: fix warningsDavid du Colombier3-10/+2
2017-10-10acme: check file content before declaring file "modified since last read"Russ Cox23-13/+79