Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-01-13 | mouse(3): fix definition of Mousectl | Russ Cox | 1 | -4/+6 | |
2020-01-12 | libthread: run first thread in proc on system stack | Russ Cox | 1 | -0/+8 | |
For pthread systems that are fussy about which stack is used, this makes sure that threadmain runs on a system stack. If you only use proccreate (never threadcreate), all threads run on system stacks. | |||||
2019-04-05 | man/memdraw.3: fix typo | Noah Evans | 1 | -1/+1 | |
2018-11-16 | libdraw: redo default font construction to be hidpi-safe | Russ Cox | 2 | -12/+2 | |
If $font is not set, the default font is constructed from font data linked into every libdraw binary. That process was different from the usual openfont code, and so it was not hidpi-aware, resulting in very tiny fonts out of the box on hidpi systems, until users set $font. Fix this by using openfont to construct the default font, by recognizing the name *default* when looking for font and subfont file contents. Then all the hidpi scaling applies automatically. As a side effect, the concept of a 'default subfont' is gone, as are display->defaultsubfont, getdefont, and memgetdefont. | |||||
2017-09-14 | all: remove .cvsignore files | Kare Nuorteva | 1 | -1/+0 | |
Rename following .cvsignore files to .gitkeep since they are required by the build (directories must exist before build): - bin/fossil/.gitkeep - bin/fs/.gitkeep - bin/venti/.gitkeep Change-Id: I9c2865058480cffb3a4613f25e2eca1f7e5578c0 | |||||
2017-07-16 | man: various cleanup | Russ Cox | 6 | -24/+9 | |
Change-Id: I9130e7d10ae42e894923097a7c97da802eb0d8c3 Reviewed-on: https://plan9port-review.googlesource.com/2962 Reviewed-by: Russ Cox <rsc@swtch.com> | |||||
2015-02-17 | man: document font syntaxes | Russ Cox | 1 | -22/+9 | |
Change-Id: Id441d4df192c47388af6b5da306f14d90f066d18 Reviewed-on: https://plan9port-review.googlesource.com/1173 Reviewed-by: Russ Cox <rsc@swtch.com> | |||||
2015-02-17 | libdraw: autoscale fonts when moving between low and high dpi screens | Russ Cox | 1 | -0/+15 | |
Change-Id: I6093955b222db89dfe437fb723593b173d888d01 Reviewed-on: https://plan9port-review.googlesource.com/1170 Reviewed-by: Russ Cox <rsc@swtch.com> | |||||
2012-11-25 | libdraw: add scalesize | Russ Cox | 1 | -0/+16 | |
R=rsc http://codereview.appspot.com/6855092 | |||||
2012-10-22 | libthread: add threadspawnd | Russ Cox | 1 | -0/+11 | |
R=rsc http://codereview.appspot.com/6742064 | |||||
2012-08-03 | dial(3): update dialparse | David du Colombier | 1 | -4/+4 | |
R=rsc http://codereview.appspot.com/6455083 | |||||
2012-03-05 | get9root(3): fix paths | David Jeannot | 1 | -1/+3 | |
R=rsc CC=plan9port.codebot http://codereview.appspot.com/5745043 | |||||
2012-01-16 | ioproc(3): fix prototypes | David Jeannot | 1 | -3/+3 | |
R=rsc CC=plan9port.codebot http://codereview.appspot.com/5500090 | |||||
2011-11-08 | libventi: add functions reconn and redial for use with fossil | David du Colombier | 1 | -0/+6 | |
R=rsc CC=plan9port.codebot http://codereview.appspot.com/5325046 | |||||
2011-11-08 | man: update venti-cache(3) | David du Colombier | 1 | -17/+12 | |
R=rsc CC=plan9port.codebot http://codereview.appspot.com/5329041 | |||||
2011-06-03 | man: import changes from plan 9 | David du Colombier | 1 | -1/+1 | |
R=rsc CC=plan9port.codebot http://codereview.appspot.com/4559071 | |||||
2011-06-02 | avl(3): import changes from plan 9 | David du Colombier | 1 | -0/+27 | |
R=rsc CC=plan9port.codebot http://codereview.appspot.com/4536105 | |||||
2010-03-08 | rune(3): sync with rune.c and Plan 9 | Michael Teichgräber | 1 | -1/+4 | |
R=rsc CC=codebot http://codereview.appspot.com/254042 | |||||
2009-12-27 | merge | Russ Cox | 1 | -3/+54 | |
2009-08-23 | libavl: import from Plan 9 | Russ Cox | 1 | -0/+120 | |
2009-04-30 | libthread: remove unimplemented chaninit | Russ Cox | 1 | -7/+2 | |
2008-12-03 | libdraw: add borderop | Jeff Sickel | 1 | -1/+4 | |
2008-07-22 | man: minor manual edits | grai | 3 | -8/+8 | |
2008-07-22 | libthread: document some unimplemented functions | grai | 1 | -0/+5 | |
2008-07-10 | lib9: add mode parameter to opentemp | Russ Cox | 1 | -3/+7 | |
2008-07-09 | lock(3): fix typo | William Josephson | 1 | -1/+1 | |
2008-06-14 | post9pservice(4): update | Russ Cox | 1 | -1/+11 | |
2008-06-14 | venti-cache(3): delete vtblockdirty | Russ Cox | 1 | -4/+0 | |
2007-05-10 | revert frseltick | rsc | 1 | -19/+1 | |
2007-05-10 | add frdrawseltick | rsc | 1 | -1/+19 | |
2007-04-06 | nit | rsc | 1 | -1/+1 | |
2007-04-06 | remove mention of threading | rsc | 1 | -4/+4 | |
2006-07-23 | experiment: translation from standard notations to plan 9 in netmkaddr | rsc | 1 | -0/+16 | |
2006-07-23 | more functions | rsc | 1 | -2/+61 | |
2006-07-02 | update runeprint desc | rsc | 1 | -0/+1 | |
2006-07-02 | update Bprint docs | rsc | 1 | -1/+1 | |
2006-06-26 | pin | rsc | 1 | -0/+18 | |
2006-06-26 | fix | rsc | 1 | -4/+4 | |
2006-06-25 | plumbunmount | rsc | 1 | -1/+16 | |
2006-06-25 | fix TH line | rsc | 1 | -1/+1 | |
2006-06-25 | acme | rsc | 1 | -0/+423 | |
2006-06-25 | just what we need - more rpcs | rsc | 5 | -16/+90 | |
2006-03-19 | new fns | rsc | 1 | -1/+38 | |
2006-02-28 | changes | rsc | 1 | -0/+14 | |
2006-02-14 | note ansi braindamage | rsc | 1 | -0/+6 | |
2006-02-14 | add exticode | rsc | 1 | -3/+17 | |
2006-01-30 | add thread.h | rsc | 1 | -0/+2 | |
2006-01-27 | oops | rsc | 1 | -1/+3 | |
2005-07-24 | correct discussion of fromdisktype | rsc | 1 | -1/+1 | |
2005-07-19 | update | rsc | 1 | -1/+1 | |