Age | Commit message (Expand) | Author | Files | Lines |
2019-02-25 | page: handle EPS without showpage | Russ Cox | 2 | -1/+6 |
2019-02-01 | rio: delete ancient Imakefile (use mk instead) | Russ Cox | 1 | -27/+0 |
2019-02-01 | acme: drop trailing spaces during Put of auto-indent window | Russ Cox | 1 | -3/+38 |
2018-11-16 | libdraw: redo default font construction to be hidpi-safe | Russ Cox | 16 | -570/+372 |
2018-11-15 | file: recognize Mach-O binaries and Java class files | Martin Kühl | 1 | -0/+3 |
2018-11-15 | file: add missing newlines to file types | Martin Kühl | 1 | -3/+3 |
2018-11-15 | paint: add drawing program from 9front (#112) | Tobias Heinicke | 3 | -0/+1128 |
2018-11-15 | rio: make 'mk all' explain why it does nothing on non-x11 systems | Russ Cox | 1 | -2/+4 |
2018-11-15 | devdraw: remove os x 10.5 compatibility code | Jacob Vosmaer | 4 | -1790/+2 |
2018-11-15 | acme: add 32x32 boxcursor | Russ Cox | 4 | -2/+71 |
2018-11-15 | devdraw: add Cursor2 support on macOS 10.14 Mojave | Russ Cox | 8 | -45/+113 |
2018-11-15 | tweak: add support for Cursor2 | Russ Cox | 1 | -30/+78 |
2018-11-15 | libdraw: add Cursor2, a 32x32 high-res cursor | Russ Cox | 6 | -6/+64 |
2018-11-15 | devdraw: rewrite the Cocoa screen using Metal | Xiao-Yong Jin | 8 | -21/+1307 |
2018-11-14 | upas/smtp: fix TLS connections (#163) | Zach Scott | 2 | -0/+49 |
2018-11-14 | devdraw: set displaydpi on devdraw x11 attach (#178) | Gabriel Díaz | 1 | -2/+7 |
2018-11-14 | 9term: make 9term -l invoke $SHELL with -l | Russ Cox | 1 | -1/+6 |
2018-11-14 | fontsrv: increase x11 font height scale (#111) | iru- | 1 | -1/+1 |
2018-11-13 | devdraw: make ctrl generate 1-click while mouse down (#119) | Xiao-Yong | 1 | -0/+2 |
2018-11-13 | fontsrv: x11 uses FC_POSTSCRIPT_NAME (#174) | Xiao-Yong | 1 | -1/+1 |
2018-11-13 | acme: avoid division by zero when resizing col (#189) | Fazlul Shahriar | 1 | -2/+6 |
2018-11-13 | fontsrv: disable font smoothing on osx (#196) | Xiao-Yong | 2 | -0/+4 |
2018-11-13 | 9term: fix getpts on FreeBSD 11.2 (#199) | Xiao-Yong | 1 | -0/+16 |
2018-10-05 | fontsrv: copy some fixes from OS X to X11 | Fazlul Shahriar | 1 | -38/+43 |
2018-10-05 | upas/nfs: correctly quote IMAP LOGIN arguments | Charles Collicutt | 1 | -1/+1 |
2018-10-01 | grep: update from Plan 9 | David du Colombier | 1 | -3/+3 |
2018-09-29 | libregexp: include stddef.h in lib9.std.h | David du Colombier | 1 | -0/+1 |
2018-09-19 | acme: Apply each -/+ only once (#156) | Martin Kühl | 1 | -3/+3 |
2018-06-26 | fontsrv: omit box-drawing characters from line struts on macOS | Igor Burago | 1 | -1/+1 |
2018-03-27 | libdraw: fix error in the previous commit | Xiao-Yong Jin | 1 | -1/+1 |
2018-03-27 | mc: fix crash in acme with hidpi display | Xiao-Yong Jin | 1 | -5/+9 |
2018-03-27 | samterm: free some getenv results | Xiao-Yong Jin | 1 | -2/+7 |
2018-03-27 | sam: freetmpstr instead of free | Xiao-Yong Jin | 1 | -1/+1 |
2018-03-27 | libdraw: fix some memory leaks in font handling | Xiao-Yong Jin | 5 | -6/+18 |
2018-03-27 | fontsrv: fix some memory leaks | Xiao-Yong Jin | 2 | -1/+4 |
2018-03-27 | devdraw: fix some memory leaks in x11 | Xiao-Yong Jin | 2 | -1/+5 |
2018-03-27 | acme: fix some memory leaks | Xiao-Yong Jin | 3 | -2/+8 |
2018-03-27 | fontsrv: enlarge drawing buffer for subfonts on macOS | Xiao-Yong Jin | 1 | -1/+3 |
2018-03-27 | mount, 9pfuse: detect macports installed osxfuse | Xiao-Yong Jin | 1 | -0/+8 |
2018-03-23 | fontsrv: skip only the surrogate pairs | Mechiel Lukkien | 1 | -1/+1 |
2018-03-23 | 9pserve: fix memory leak in warning | Ray Lai | 1 | -0/+2 |
2018-03-23 | 9term: Set TERM_PROGRAM to termprog | Martin Kühl | 1 | -0/+1 |
2018-03-23 | 9pfuse: retries read(3) upon EINTR | Xiao-Yong Jin | 1 | -2/+5 |
2018-02-05 | 9pfuse: fix handling of access mode (thanks Kenji Arisawa) | David du Colombier | 1 | -1/+3 |
2018-01-23 | auxstats: get network stats in a portable manner on FreeBSD | Bakul Shah | 1 | -33/+14 |
2018-01-17 | rc: use proper type for storing ulimit values | Ray Lai | 1 | -6/+7 |
2018-01-03 | gview: fix int vs ulong confusion causing silent exit 1 at startup | Russ Cox | 1 | -4/+4 |
2017-11-27 | 9term: re-enable sys: child note for child processes | Russ Cox | 1 | -0/+1 |
2017-11-02 | acme: preserve window position and selection during Get | Russ Cox | 5 | -18/+103 |
2017-10-14 | acme: free buf in checksha1 | Russ Cox | 1 | -0/+1 |