Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-01-19 | jpegdump: fix build and warnings | David du Colombier | 1 | -7/+8 | |
R=rsc https://codereview.appspot.com/7070070 | |||||
2013-01-04 | freq: fix crash with utf > 0xffff (thanks Andrey Mirtchovski) | David du Colombier | 1 | -2/+2 | |
R=rsc https://codereview.appspot.com/7029054 | |||||
2013-01-03 | venti/wrarena: fix arenapart breakage | David du Colombier | 1 | -3/+4 | |
R=rsc https://codereview.appspot.com/7027044 | |||||
2012-12-18 | fontsrv: only build when the pieces are there | Russ Cox | 2 | -2/+17 | |
2012-12-11 | fontsrv: fix build on OpenBSD 5.2 | Christian Kellermann | 5 | -2/+14 | |
R=rsc CC=plan9port.codebot https://codereview.appspot.com/6850108 | |||||
2012-12-09 | auth/factotum: fix password prompt hang with secstore | David du Colombier | 1 | -3/+3 | |
R=rsc http://codereview.appspot.com/6906057 | |||||
2012-12-03 | fontsrv: make single quotes look like quotes | Russ Cox | 1 | -3/+15 | |
R=rsc https://codereview.appspot.com/6864051 | |||||
2012-12-01 | fontsrv: scaled pjw | Russ Cox | 5 | -11/+369 | |
R=rsc https://codereview.appspot.com/6854130 | |||||
2012-11-26 | acme: retina scaling for scroll bars, button | Russ Cox | 2 | -26/+34 | |
R=rsc http://codereview.appspot.com/6854094 | |||||
2012-11-26 | samterm: retina scaling for scroll bars, borders | Russ Cox | 3 | -14/+24 | |
R=rsc http://codereview.appspot.com/6844083 | |||||
2012-11-26 | 9term: adjust to dpi changes | Russ Cox | 1 | -15/+23 | |
R=rsc http://codereview.appspot.com/6847105 | |||||
2012-11-26 | libdraw: change DefaultDPI to 133 | Russ Cox | 1 | -1/+1 | |
Let's see if that's any better. R=rsc http://codereview.appspot.com/6850103 | |||||
2012-11-25 | devdraw: fake dpi calculation on Mac | Russ Cox | 1 | -0/+8 | |
R=rsc http://codereview.appspot.com/6782115 | |||||
2012-11-25 | libframe: auto scale tick for retina | Russ Cox | 3 | -10/+24 | |
R=rsc http://codereview.appspot.com/6850102 | |||||
2012-11-25 | devdraw: use %R not Fn-F3 for retina toggle | Russ Cox | 1 | -1/+1 | |
R=rsc http://codereview.appspot.com/6854093 | |||||
2012-11-25 | devdraw: add forcedpi toggled by Fn+F3 on Mac | Russ Cox | 4 | -3/+20 | |
R=rsc http://codereview.appspot.com/6846104 | |||||
2012-11-25 | acme: set $samfile (same as $%) during execution | Marius Eriksen | 2 | -0/+3 | |
R=rsc CC=plan9port.codebot http://codereview.appspot.com/6854092 | |||||
2012-11-25 | fontsrv: work around a few crashes | Russ Cox | 1 | -2/+6 | |
Probably not the right fix, but gets us going. R=rsc http://codereview.appspot.com/6782113 | |||||
2012-11-25 | devdraw: fix retina mode | Russ Cox | 1 | -1/+1 | |
R=rsc http://codereview.appspot.com/6847104 | |||||
2012-11-25 | libdraw: add scalesize | Russ Cox | 3 | -0/+24 | |
R=rsc http://codereview.appspot.com/6855092 | |||||
2012-11-25 | draw.h: add DefaultDPI | Russ Cox | 1 | -1/+2 | |
R=rsc http://codereview.appspot.com/6858071 | |||||
2012-11-25 | devdraw, libdraw: add display->dpi | Russ Cox | 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 | |||||
2012-11-25 | devdraw: restore compilation on OS X 10.6 | Shenghou Ma | 3 | -0/+10 | |
Also add some ignored files to .hgignore R=rsc http://codereview.appspot.com/6842089 | |||||
2012-10-22 | acme: use threadspawnd to avoid changing "." of current process | Russ Cox | 1 | -29/+8 | |
R=rsc http://codereview.appspot.com/6736060 | |||||
2012-10-22 | libthread: add threadspawnd | Russ Cox | 4 | -6/+28 | |
R=rsc http://codereview.appspot.com/6742064 | |||||
2012-10-21 | acme: add $acmeshell to control execution shell | Marius Eriksen | 4 | -2/+18 | |
R=rsc CC=plan9port.codebot http://codereview.appspot.com/6614056 | |||||
2012-10-21 | fontsrv: x11 support | Yuval Pavel Zholkover | 5 | -3/+275 | |
R=rsc, 0intro CC=plan9port.codebot http://codereview.appspot.com/6739047 | |||||
2012-10-21 | plumb.app: accept plumb:foo as alias for foo | Rob Kroeger | 1 | -1/+16 | |
R=rsc CC=plan9port.codebot http://codereview.appspot.com/5495046 | |||||
2012-10-21 | devdraw: map X11 dead_diaresis to double quote | Caio Oliveira | 2 | -39/+43 | |
R=rsc CC=plan9port.codebot http://codereview.appspot.com/6690049 | |||||
2012-10-21 | libmemdraw: fix int size bug | Erik Quanstrom | 1 | -1/+2 | |
R=rsc, quanstro CC=plan9port.codebot http://codereview.appspot.com/6657043 | |||||
2012-10-21 | silence more warnings | Russ Cox | 15 | -299/+307 | |
R=rsc http://codereview.appspot.com/6744056 | |||||
2012-10-21 | 9c: support clang on Mac | Russ Cox | 1 | -0/+11 | |
R=rsc http://codereview.appspot.com/6744055 | |||||
2012-10-21 | fix clang warnings reported by Tuncer Ayaz | Russ Cox | 24 | -621/+619 | |
R=rsc http://codereview.appspot.com/6744054 | |||||
2012-10-20 | 9c: add more clang warning silencers, use signed chars | Russ Cox | 1 | -2/+7 | |
R=rsc http://codereview.appspot.com/6741053 | |||||
2012-10-20 | lib9: fix Mac warning | Russ Cox | 1 | -1/+8 | |
R=rsc http://codereview.appspot.com/6749053 | |||||
2012-10-20 | INSTALL: don't try to use \b in acme window | Russ Cox | 1 | -0/+2 | |
R=rsc http://codereview.appspot.com/6734051 | |||||
2012-10-20 | fix gcc 4.7 warnings (thanks Tuncer Ayaz) | Russ Cox | 14 | -40/+9 | |
R=rsc http://codereview.appspot.com/6744053 | |||||
2012-10-20 | web: fix BROWSER=google-chrome on Mac | Russ Cox | 1 | -0/+3 | |
R=rsc http://codereview.appspot.com/6750046 | |||||
2012-10-20 | mount: fix for osxfuse | Russ Cox | 1 | -2/+4 | |
R=rsc http://codereview.appspot.com/6737052 | |||||
2012-10-16 | libframe: use correct text color when painting | Rob Kroeger | 1 | -6/+12 | |
R=rsc CC=plan9port.codebot http://codereview.appspot.com/6625065 | |||||
2012-10-16 | devdraw: MacBook retina support | Rob Kroeger | 2 | -8/+128 | |
Enable with export devdrawretina=1 (everything will be smaller). R=rsc CC=plan9port.codebot http://codereview.appspot.com/6592072 | |||||
2012-10-07 | devdraw: prefer 24-bit over 15-bit or 16-bit. | Russ Cox | 1 | -6/+6 | |
Fixes remote X11 use via XQuartz 2.7.4. R=rsc http://codereview.appspot.com/6624058 | |||||
2012-10-05 | acme: correct writes of runes on auspicious byte boundaries | Erik Quanstrom | 2 | -23/+35 | |
R=rsc, r CC=plan9port.codebot http://codereview.appspot.com/6586067 | |||||
2012-09-24 | fortunes: new one | Russ Cox | 1 | -0/+1 | |
R=rsc http://codereview.appspot.com/6554081 | |||||
2012-09-24 | src/cmd: Add a repurposed import(4), called `9import', to the ports. | Akshat Kumar | 3 | -0/+319 | |
The code is adapted from Plan 9's import(4); this allows us to speak that protocol. We don't currently support AAN (in the works) or TLS/SSL. Thanks to David for help with the man page, testing, and development. R=0intro, rsc CC=plan9port.codebot http://codereview.appspot.com/6458100 | |||||
2012-09-23 | acme: mouse movement for Del | Russ Cox | 5 | -8/+62 | |
If the mouse was in the tag of the old window, it was most likely pointing at Del. If bringing up a new window from below and not moving the mouse somewhere else, adjust it so that it ends up pointing at Del in the replacement window's tag too. This makes it easy to Del a sequence of windows in a column, from top to bottom. http://www.youtube.com/watch?v=ET8w6RT6u5M R=r http://codereview.appspot.com/6558047 | |||||
2012-09-18 | snarfer: disable during build | Russ Cox | 1 | -1/+1 | |
Don't want to require X11 during OS X build anymore. R=rsc http://codereview.appspot.com/6531045 | |||||
2012-09-17 | sam: add $% as an alias for $samfile | Russ Cox | 1 | -0/+1 | |
R=r http://codereview.appspot.com/6488137 | |||||
2012-09-17 | libdraw: add visibleclicks mode | Russ Cox | 3 | -2/+54 | |
R=rsc http://codereview.appspot.com/6501137 | |||||
2012-09-11 | lib9/p9dialparse: fix segfault on gethostbyname | David du Colombier | 1 | -1/+1 | |
In some situations, gethostbyname can return an empty address list. R=rsc http://codereview.appspot.com/6443097 |