| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | devdraw: silence unused variable warnings | Russ Cox | 2013-02-08 | 1 | -2/+6 | |
| | | | | | | R=rsc https://codereview.appspot.com/7304064 | |||||
| * | devdraw: disable XCopyArea optimization | Russ Cox | 2013-02-08 | 1 | -2/+5 | |
| | | | | | | | | | | | | | Ubuntu Precise seems to have a buggy X server that sometimes fails at XCopyArea. Let devdraw do it itself. This will slow down remote X a little bit, but slow and correct is better than fast and broken. R=rsc https://codereview.appspot.com/7310069 | |||||
| * | fontsrv: fix on X11 when X11H is not defined | Alessandro Arzilli | 2013-01-30 | 1 | -1/+1 | |
| | | | | | | | R=rsc CC=plan9port.codebot https://codereview.appspot.com/7228044 | |||||
| * | libmach: fix crash in dwarfpc (misuse of realloc) | Xi Wang | 2013-01-30 | 1 | -0/+1 | |
| | | | | | | | R=rsc CC=plan9port.codebot https://codereview.appspot.com/7225059 | |||||
| * | fontserv: fix build on FreeBSD 9.1 | Martin Neubauer | 2013-01-30 | 1 | -1/+6 | |
| | | | | | | R=rsc https://codereview.appspot.com/7095050 | |||||
| * | CONTRIBUTORS: three more | Russ Cox | 2013-01-30 | 1 | -1/+3 | |
| | | | | | | R=rsc https://codereview.appspot.com/7225073 | |||||
| * | jpegdump: fix build and warnings | David du Colombier | 2013-01-19 | 1 | -7/+8 | |
| | | | | | | R=rsc https://codereview.appspot.com/7070070 | |||||
| * | freq: fix crash with utf > 0xffff (thanks Andrey Mirtchovski) | David du Colombier | 2013-01-04 | 1 | -2/+2 | |
| | | | | | | R=rsc https://codereview.appspot.com/7029054 | |||||
| * | venti/wrarena: fix arenapart breakage | David du Colombier | 2013-01-03 | 1 | -3/+4 | |
| | | | | | | R=rsc https://codereview.appspot.com/7027044 | |||||
| * | fontsrv: only build when the pieces are there | Russ Cox | 2012-12-18 | 2 | -2/+17 | |
| | | ||||||
| * | fontsrv: fix build on OpenBSD 5.2 | Christian Kellermann | 2012-12-11 | 5 | -2/+14 | |
| | | | | | | | R=rsc CC=plan9port.codebot https://codereview.appspot.com/6850108 | |||||
| * | auth/factotum: fix password prompt hang with secstore | David du Colombier | 2012-12-09 | 1 | -3/+3 | |
| | | | | | | R=rsc http://codereview.appspot.com/6906057 | |||||
| * | fontsrv: make single quotes look like quotes | Russ Cox | 2012-12-03 | 1 | -3/+15 | |
| | | | | | | R=rsc https://codereview.appspot.com/6864051 | |||||
| * | fontsrv: scaled pjw | Russ Cox | 2012-12-01 | 5 | -11/+369 | |
| | | | | | | R=rsc https://codereview.appspot.com/6854130 | |||||
| * | acme: retina scaling for scroll bars, button | Russ Cox | 2012-11-26 | 2 | -26/+34 | |
| | | | | | | R=rsc http://codereview.appspot.com/6854094 | |||||
| * | samterm: retina scaling for scroll bars, borders | Russ Cox | 2012-11-26 | 3 | -14/+24 | |
| | | | | | | R=rsc http://codereview.appspot.com/6844083 | |||||
| * | 9term: adjust to dpi changes | Russ Cox | 2012-11-26 | 1 | -15/+23 | |
| | | | | | | R=rsc http://codereview.appspot.com/6847105 | |||||
| * | libdraw: change DefaultDPI to 133 | Russ Cox | 2012-11-26 | 1 | -1/+1 | |
| | | | | | | | | Let's see if that's any better. R=rsc http://codereview.appspot.com/6850103 | |||||
| * | devdraw: fake dpi calculation on Mac | Russ Cox | 2012-11-25 | 1 | -0/+8 | |
| | | | | | | R=rsc http://codereview.appspot.com/6782115 | |||||
| * | libframe: auto scale tick for retina | Russ Cox | 2012-11-25 | 3 | -10/+24 | |
| | | | | | | R=rsc http://codereview.appspot.com/6850102 | |||||
| * | devdraw: use %R not Fn-F3 for retina toggle | Russ Cox | 2012-11-25 | 1 | -1/+1 | |
| | | | | | | R=rsc http://codereview.appspot.com/6854093 | |||||
| * | devdraw: add forcedpi toggled by Fn+F3 on Mac | Russ Cox | 2012-11-25 | 4 | -3/+20 | |
| | | | | | | R=rsc http://codereview.appspot.com/6846104 | |||||
| * | acme: set $samfile (same as $%) during execution | Marius Eriksen | 2012-11-25 | 2 | -0/+3 | |
| | | | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/6854092 | |||||
| * | fontsrv: work around a few crashes | Russ Cox | 2012-11-25 | 1 | -2/+6 | |
| | | | | | | | | Probably not the right fix, but gets us going. R=rsc http://codereview.appspot.com/6782113 | |||||
| * | devdraw: fix retina mode | Russ Cox | 2012-11-25 | 1 | -1/+1 | |
| | | | | | | R=rsc http://codereview.appspot.com/6847104 | |||||
| * | libdraw: add scalesize | Russ Cox | 2012-11-25 | 3 | -0/+24 | |
| | | | | | | R=rsc http://codereview.appspot.com/6855092 | |||||
| * | draw.h: add DefaultDPI | Russ Cox | 2012-11-25 | 1 | -1/+2 | |
| | | | | | | R=rsc http://codereview.appspot.com/6858071 | |||||
| * | devdraw, libdraw: add display->dpi | Russ Cox | 2012-11-25 | 4 | -2/+38 | |
| | | | | | | | | | Fixed at 100 right now, but the plan is to make it accurate and then use it. R=rsc http://codereview.appspot.com/6856091 | |||||
| * | devdraw: restore compilation on OS X 10.6 | Shenghou Ma | 2012-11-25 | 3 | -0/+10 | |
| | | | | | | | | Also add some ignored files to .hgignore R=rsc http://codereview.appspot.com/6842089 | |||||
| * | acme: use threadspawnd to avoid changing "." of current process | Russ Cox | 2012-10-22 | 1 | -29/+8 | |
| | | | | | | R=rsc http://codereview.appspot.com/6736060 | |||||
| * | libthread: add threadspawnd | Russ Cox | 2012-10-22 | 4 | -6/+28 | |
| | | | | | | R=rsc http://codereview.appspot.com/6742064 | |||||
| * | acme: add $acmeshell to control execution shell | Marius Eriksen | 2012-10-21 | 4 | -2/+18 | |
| | | | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/6614056 | |||||
| * | fontsrv: x11 support | Yuval Pavel Zholkover | 2012-10-21 | 5 | -3/+275 | |
| | | | | | | | R=rsc, 0intro CC=plan9port.codebot http://codereview.appspot.com/6739047 | |||||
| * | plumb.app: accept plumb:foo as alias for foo | Rob Kroeger | 2012-10-21 | 1 | -1/+16 | |
| | | | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/5495046 | |||||
| * | devdraw: map X11 dead_diaresis to double quote | Caio Oliveira | 2012-10-21 | 2 | -39/+43 | |
| | | | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/6690049 | |||||
| * | libmemdraw: fix int size bug | Erik Quanstrom | 2012-10-21 | 1 | -1/+2 | |
| | | | | | | | R=rsc, quanstro CC=plan9port.codebot http://codereview.appspot.com/6657043 | |||||
| * | silence more warnings | Russ Cox | 2012-10-21 | 15 | -299/+307 | |
| | | | | | | R=rsc http://codereview.appspot.com/6744056 | |||||
| * | 9c: support clang on Mac | Russ Cox | 2012-10-21 | 1 | -0/+11 | |
| | | | | | | R=rsc http://codereview.appspot.com/6744055 | |||||
| * | fix clang warnings reported by Tuncer Ayaz | Russ Cox | 2012-10-21 | 24 | -621/+619 | |
| | | | | | | R=rsc http://codereview.appspot.com/6744054 | |||||
| * | 9c: add more clang warning silencers, use signed chars | Russ Cox | 2012-10-20 | 1 | -2/+7 | |
| | | | | | | R=rsc http://codereview.appspot.com/6741053 | |||||
| * | lib9: fix Mac warning | Russ Cox | 2012-10-20 | 1 | -1/+8 | |
| | | | | | | R=rsc http://codereview.appspot.com/6749053 | |||||
| * | INSTALL: don't try to use \b in acme window | Russ Cox | 2012-10-20 | 1 | -0/+2 | |
| | | | | | | R=rsc http://codereview.appspot.com/6734051 | |||||
| * | fix gcc 4.7 warnings (thanks Tuncer Ayaz) | Russ Cox | 2012-10-20 | 14 | -40/+9 | |
| | | | | | | R=rsc http://codereview.appspot.com/6744053 | |||||
| * | web: fix BROWSER=google-chrome on Mac | Russ Cox | 2012-10-20 | 1 | -0/+3 | |
| | | | | | | R=rsc http://codereview.appspot.com/6750046 | |||||
| * | mount: fix for osxfuse | Russ Cox | 2012-10-20 | 1 | -2/+4 | |
| | | | | | | R=rsc http://codereview.appspot.com/6737052 | |||||
| * | libframe: use correct text color when painting | Rob Kroeger | 2012-10-16 | 1 | -6/+12 | |
| | | | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/6625065 | |||||
| * | devdraw: MacBook retina support | Rob Kroeger | 2012-10-16 | 2 | -8/+128 | |
| | | | | | | | | | Enable with export devdrawretina=1 (everything will be smaller). R=rsc CC=plan9port.codebot http://codereview.appspot.com/6592072 | |||||
| * | devdraw: prefer 24-bit over 15-bit or 16-bit. | Russ Cox | 2012-10-07 | 1 | -6/+6 | |
| | | | | | | | | Fixes remote X11 use via XQuartz 2.7.4. R=rsc http://codereview.appspot.com/6624058 | |||||
| * | acme: correct writes of runes on auspicious byte boundaries | Erik Quanstrom | 2012-10-05 | 2 | -23/+35 | |
| | | | | | | | R=rsc, r CC=plan9port.codebot http://codereview.appspot.com/6586067 | |||||
| * | fortunes: new one | Russ Cox | 2012-09-24 | 1 | -0/+1 | |
| | | | | | | R=rsc http://codereview.appspot.com/6554081 | |||||
