Age | Commit message (Expand) | Author | Files | Lines |
2020-07-18 | draw: use int for Cacheinfo x field | Russ Cox | 1 | -1/+1 |
2020-05-29 | libdraw: handle larger number of subfonts | Russ Cox | 1 | -2/+3 |
2020-05-18 | devdraw, libdraw: handle keyboard runes > U+FFFF | Russ Cox | 1 | -3/+8 |
2020-05-18 | build: drop _XOPEN_SOURCE in u.h on AIX | Russ Cox | 1 | -1/+0 |
2020-05-18 | lib9: use __builtin_return_address on IBM XL/C | Ben Huntsman | 1 | -1/+1 |
2020-05-17 | lib9: use opendir/readdir to read directories | Russ Cox | 1 | -3/+0 |
2020-05-17 | lib9: add close | Russ Cox | 1 | -1/+3 |
2020-05-07 | all: fix #includes for AIX, add a few AIX "implementation" files | Ben Huntsman | 1 | -0/+4 |
2020-05-07 | all: update build scripts to fix AIX XL/C compatibility | Ben Huntsman | 1 | -2/+2 |
2020-01-19 | all: remove Linux 2.4 vs 2.6 detection | Russ Cox | 1 | -4/+2 |
2020-01-19 | libthread: rm FreeBSD 4 code | Russ Cox | 1 | -4/+2 |
2020-01-13 | libdraw: connect to devdraw via $wsysid when set | Russ Cox | 1 | -0/+6 |
2020-01-13 | devdraw: move Client into devdraw.h and move global state in | Russ Cox | 1 | -1/+0 |
2020-01-12 | lib9: make a p9frexp function wrapping system frexp | Russ Cox | 1 | -1/+3 |
2020-01-07 | lib9: remove getcallerpc implementations | Russ Cox | 1 | -11/+14 |
2018-11-16 | libdraw: redo default font construction to be hidpi-safe | Russ Cox | 2 | -5/+0 |
2018-11-15 | libdraw: add Cursor2, a 32x32 high-res cursor | Russ Cox | 5 | -1/+22 |
2017-01-06 | 9term, win: work around bsd linker nonsense | Russ Cox | 1 | -0/+2 |
2016-11-20 | include: define _DEFAULT_SOURCE | David du Colombier | 1 | -0/+1 |
2015-06-03 | keyboard.h: add some missing key enums from Plan 9 | mischief | 1 | -1/+6 |
2015-02-17 | libdraw: refine hidpi font selection | Russ Cox | 1 | -0/+1 |
2015-02-17 | libdraw: autoscale fonts when moving between low and high dpi screens | Russ Cox | 1 | -1/+16 |
2015-02-17 | libdraw: add 2*font syntax for scaled fonts | Russ Cox | 1 | -1/+2 |
2012-11-26 | libdraw: change DefaultDPI to 133 | Russ Cox | 1 | -1/+1 |
2012-11-25 | libframe: auto scale tick for retina | Russ Cox | 1 | -2/+2 |
2012-11-25 | libdraw: add scalesize | Russ Cox | 1 | -0/+1 |
2012-11-25 | draw.h: add DefaultDPI | Russ Cox | 1 | -1/+2 |
2012-11-25 | devdraw, libdraw: add display->dpi | Russ Cox | 1 | -0/+1 |
2012-10-22 | libthread: add threadspawnd | Russ Cox | 1 | -0/+1 |
2012-07-14 | openbsd updates (thanks Pascal Stumpf) | Russ Cox | 1 | -0/+2 |
2012-06-02 | lib9/dial: add support for IPv6 | David du Colombier | 1 | -1/+1 |
2012-02-19 | libmach, acid, db: 64-bit support | Russ Cox | 2 | -68/+71 |
2012-01-21 | libventi: add functions vtsha1 and vtsha1check | David du Colombier | 1 | -0/+4 |
2011-11-08 | libventi: add VtEntryNoArchive from liboventi, for use with fossil | David du Colombier | 1 | -0/+1 |
2011-11-08 | libventi: add functions reconn and redial for use with fossil | David du Colombier | 1 | -0/+2 |
2011-06-13 | venti.h: import indentation from plan 9 | David du Colombier | 1 | -145/+147 |
2010-12-07 | delete 9P2000.u | Russ Cox | 2 | -10/+0 |
2010-07-14 | u.h: add int8, uint8 | Russ Cox | 1 | -0/+2 |
2010-02-07 | make flate crc32 work when ulong is 64 bits | Russ Cox | 2 | -3/+10 |
2009-09-13 | libc.h: update comment for 32-bit Rune | Russ Cox | 1 | -2/+3 |
2009-09-13 | lib9: fix dirread/stat mismatch on Snow Leopard | Russ Cox | 1 | -0/+3 |
2009-09-11 | convert to 4-byte UTF-8 and 32-bit Rune | Russ Cox | 2 | -4/+5 |
2009-08-23 | libavl: import from Plan 9 | Russ Cox | 1 | -0/+27 |
2009-08-20 | lib9: dotu fixes in convS2M, convM2S | Tim Newsham | 1 | -0/+2 |
2009-08-14 | more licensing | Russ Cox | 2 | -0/+6 |
2009-08-14 | more licensing | Russ Cox | 1 | -0/+2 |
2009-07-14 | merge | Russ Cox | 1 | -0/+3 |
2009-07-08 | merge | Russ Cox | 1 | -0/+1 |
2009-05-25 | venti: 32-bit extensions to data structures | Russ Cox | 1 | -11/+13 |
2009-05-25 | libventi: protocol support for blocks larger than 64k | Russ Cox | 1 | -1/+1 |