Age | Commit message (Expand) | Author | Files | Lines |
2013-09-06 | mailfs: support for UTF-8 searches | Akshat Kumar | 1 | -10/+45 |
2013-08-06 | devdraw: set window name to argv[0] | Russ Cox | 1 | -0/+120 |
2013-08-06 | 9term: set TERM=dumb instead of TERM=9term | Russ Cox | 4 | -1/+13 |
2013-07-31 | acme: allow :6 in 5-line file | Russ Cox | 1 | -0/+2 |
2013-07-17 | cmd/devdraw: clear keyboard state on lost focus. | Roger Peppe | 1 | -0/+6 |
2013-07-02 | libregexp: update from Plan 9 | David du Colombier | 5 | -24/+25 |
2013-06-21 | devdraw: fix x11 input | Russ Cox | 1 | -1/+1 |
2013-03-19 | rc: avoid undefined C | Xi Wang | 1 | -4/+4 |
2013-03-19 | libsec: avoid undefined C | Xi Wang | 1 | -2/+1 |
2013-03-11 | xd: accept -S for 8-byte swap | Russ Cox | 1 | -0/+36 |
2013-03-07 | devdraw: control+click = button 2, alt/shift+click = button 3 | Russ Cox | 3 | -26/+111 |
2013-02-08 | devdraw: silence unused variable warnings | Russ Cox | 1 | -2/+6 |
2013-02-08 | devdraw: disable XCopyArea optimization | Russ Cox | 1 | -2/+5 |
2013-01-30 | fontsrv: fix on X11 when X11H is not defined | Alessandro Arzilli | 1 | -1/+1 |
2013-01-30 | libmach: fix crash in dwarfpc (misuse of realloc) | Xi Wang | 1 | -0/+1 |
2013-01-19 | jpegdump: fix build and warnings | David du Colombier | 1 | -7/+8 |
2013-01-04 | freq: fix crash with utf > 0xffff (thanks Andrey Mirtchovski) | David du Colombier | 1 | -2/+2 |
2013-01-03 | venti/wrarena: fix arenapart breakage | David du Colombier | 1 | -3/+4 |
2012-12-18 | fontsrv: only build when the pieces are there | Russ Cox | 1 | -2/+2 |
2012-12-11 | fontsrv: fix build on OpenBSD 5.2 | Christian Kellermann | 3 | -2/+8 |
2012-12-09 | auth/factotum: fix password prompt hang with secstore | David du Colombier | 1 | -3/+3 |
2012-12-03 | fontsrv: make single quotes look like quotes | Russ Cox | 1 | -3/+15 |
2012-12-01 | fontsrv: scaled pjw | Russ Cox | 5 | -11/+369 |
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 |