Age | Commit message (Expand) | Author | Files | Lines |
2012-11-26 | libdraw: change DefaultDPI to 133 | Russ Cox | 1 | -1/+1 |
2012-11-25 | devdraw: fake dpi calculation on Mac | Russ Cox | 1 | -0/+8 |
2012-11-25 | libframe: auto scale tick for retina | Russ Cox | 3 | -10/+24 |
2012-11-25 | devdraw: use %R not Fn-F3 for retina toggle | Russ Cox | 1 | -1/+1 |
2012-11-25 | devdraw: add forcedpi toggled by Fn+F3 on Mac | Russ Cox | 4 | -3/+20 |
2012-11-25 | acme: set $samfile (same as $%) during execution | Marius Eriksen | 2 | -0/+3 |
2012-11-25 | fontsrv: work around a few crashes | Russ Cox | 1 | -2/+6 |
2012-11-25 | devdraw: fix retina mode | Russ Cox | 1 | -1/+1 |
2012-11-25 | libdraw: add scalesize | Russ Cox | 3 | -0/+24 |
2012-11-25 | draw.h: add DefaultDPI | Russ Cox | 1 | -1/+2 |
2012-11-25 | devdraw, libdraw: add display->dpi | Russ Cox | 4 | -2/+38 |
2012-11-25 | devdraw: restore compilation on OS X 10.6 | Shenghou Ma | 3 | -0/+10 |
2012-10-22 | acme: use threadspawnd to avoid changing "." of current process | Russ Cox | 1 | -29/+8 |
2012-10-22 | libthread: add threadspawnd | Russ Cox | 4 | -6/+28 |
2012-10-21 | acme: add $acmeshell to control execution shell | Marius Eriksen | 4 | -2/+18 |
2012-10-21 | fontsrv: x11 support | Yuval Pavel Zholkover | 5 | -3/+275 |
2012-10-21 | plumb.app: accept plumb:foo as alias for foo | Rob Kroeger | 1 | -1/+16 |
2012-10-21 | devdraw: map X11 dead_diaresis to double quote | Caio Oliveira | 2 | -39/+43 |
2012-10-21 | libmemdraw: fix int size bug | Erik Quanstrom | 1 | -1/+2 |
2012-10-21 | silence more warnings | Russ Cox | 15 | -299/+307 |
2012-10-21 | 9c: support clang on Mac | Russ Cox | 1 | -0/+11 |
2012-10-21 | fix clang warnings reported by Tuncer Ayaz | Russ Cox | 24 | -621/+619 |
2012-10-20 | 9c: add more clang warning silencers, use signed chars | Russ Cox | 1 | -2/+7 |
2012-10-20 | lib9: fix Mac warning | Russ Cox | 1 | -1/+8 |
2012-10-20 | INSTALL: don't try to use \b in acme window | Russ Cox | 1 | -0/+2 |
2012-10-20 | fix gcc 4.7 warnings (thanks Tuncer Ayaz) | Russ Cox | 14 | -40/+9 |
2012-10-20 | web: fix BROWSER=google-chrome on Mac | Russ Cox | 1 | -0/+3 |
2012-10-20 | mount: fix for osxfuse | Russ Cox | 1 | -2/+4 |
2012-10-16 | libframe: use correct text color when painting | Rob Kroeger | 1 | -6/+12 |
2012-10-16 | devdraw: MacBook retina support | Rob Kroeger | 2 | -8/+128 |
2012-10-07 | devdraw: prefer 24-bit over 15-bit or 16-bit. | Russ Cox | 1 | -6/+6 |
2012-10-05 | acme: correct writes of runes on auspicious byte boundaries | Erik Quanstrom | 2 | -23/+35 |
2012-09-24 | fortunes: new one | Russ Cox | 1 | -0/+1 |
2012-09-24 | src/cmd: Add a repurposed import(4), called `9import', to the ports. | Akshat Kumar | 3 | -0/+319 |
2012-09-23 | acme: mouse movement for Del | Russ Cox | 5 | -8/+62 |
2012-09-18 | snarfer: disable during build | Russ Cox | 1 | -1/+1 |
2012-09-17 | sam: add $% as an alias for $samfile | Russ Cox | 1 | -0/+1 |
2012-09-17 | libdraw: add visibleclicks mode | Russ Cox | 3 | -2/+54 |
2012-09-11 | lib9/p9dialparse: fix segfault on gethostbyname | David du Colombier | 1 | -1/+1 |
2012-09-10 | 9pfuse: fix memory leak, avoid memory explosion | Ties Bos | 2 | -2/+12 |
2012-09-10 | lib/acme.rc: remove noscroll | Ingo Dreilich | 2 | -1/+1 |
2012-09-08 | lib9: remove ss_len manipulation in _p9dialparse | Russ Cox | 1 | -3/+0 |
2012-09-08 | 9pfuse: osxfuse support | Russ Cox | 1 | -8/+16 |
2012-09-08 | lib9: fix announce on OS X | Russ Cox | 1 | -5/+7 |
2012-09-04 | lib9/dial: fix addrlen in connect() and bind() | David du Colombier | 2 | -7/+35 |
2012-08-05 | srv(4), mount: update v9fs usage | David du Colombier | 2 | -3/+3 |
2012-08-05 | disk/mkfs,disk/mkext: fix mkdir conflict | Russ Cox | 2 | -0/+3 |
2012-08-03 | lib9/getnetconn: add support for IPv6 | David du Colombier | 1 | -0/+27 |
2012-08-03 | vacfs: fix create srv with ORCLOSE on plan 9 | David du Colombier | 1 | -9/+11 |
2012-08-03 | dial(3): update dialparse | David du Colombier | 1 | -4/+4 |