Age | Commit message (Expand) | Author | Files | Lines |
2012-11-26 | acme: retina scaling for scroll bars, button | Russ Cox | 2 | -26/+34 |
2012-11-26 | samterm: retina scaling for scroll bars, borders | Russ Cox | 3 | -14/+24 |
2012-11-26 | 9term: adjust to dpi changes | Russ Cox | 1 | -15/+23 |
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 | 2 | -8/+22 |
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 | 1 | -0/+1 |
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 | 1 | -0/+7 |
2012-11-25 | devdraw, libdraw: add display->dpi | Russ Cox | 3 | -2/+37 |
2012-11-25 | devdraw: restore compilation on OS X 10.6 | Shenghou Ma | 1 | -0/+2 |
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 | 2 | -6/+16 |
2012-10-21 | acme: add $acmeshell to control execution shell | Marius Eriksen | 3 | -2/+12 |
2012-10-21 | fontsrv: x11 support | Yuval Pavel Zholkover | 4 | -3/+274 |
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 | 1 | -39/+42 |
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 | fix clang warnings reported by Tuncer Ayaz | Russ Cox | 23 | -620/+617 |
2012-10-20 | lib9: fix Mac warning | Russ Cox | 1 | -1/+8 |
2012-10-20 | fix gcc 4.7 warnings (thanks Tuncer Ayaz) | Russ Cox | 14 | -40/+9 |
2012-10-16 | libframe: use correct text color when painting | Rob Kroeger | 1 | -6/+12 |
2012-10-16 | devdraw: MacBook retina support | Rob Kroeger | 1 | -8/+121 |
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 | 1 | -23/+34 |
2012-09-24 | src/cmd: Add a repurposed import(4), called `9import', to the ports. | Akshat Kumar | 1 | -0/+239 |
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 | 1 | -2/+11 |
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 | 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 | devdraw: make it 3 times faster on OS X | David Jeannot | 1 | -42/+49 |
2012-07-31 | devdraw: fix for OS X 10.8 (Mountain Lion) | Rob Kroeger | 1 | -31/+40 |
2012-07-29 | libventi: fix segfault in vtgetreq | David du Colombier | 1 | -1/+2 |
2012-07-17 | disk/mkfs, disk/mkext: add from Plan 9 | Russ Cox | 3 | -0/+1169 |
2012-07-14 | openbsd updates (thanks Pascal Stumpf) | Russ Cox | 7 | -138/+80 |
2012-07-14 | libmach: remove debug print | Russ Cox | 1 | -1/+0 |
2012-07-14 | auth/factotum: fix flush (thanks Erik Quanstrom) | Russ Cox | 1 | -2/+3 |
2012-06-27 | lib9: fix openbsd build | David du Colombier | 2 | -1/+2 |