summaryrefslogtreecommitdiffstats
path: root/man/man3
Commit message (Collapse)AuthorAgeFilesLines
* libdraw: handle larger number of subfontsRuss Cox2020-05-291-1/+1
|
* mouse(3): fix definition of MousectlRuss Cox2020-01-131-4/+6
|
* libthread: run first thread in proc on system stackRuss Cox2020-01-121-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.
* man/memdraw.3: fix typoNoah Evans2019-04-051-1/+1
|
* libdraw: redo default font construction to be hidpi-safeRuss Cox2018-11-162-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.
* all: remove .cvsignore filesKare Nuorteva2017-09-141-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
* man: various cleanupRuss Cox2017-07-166-24/+9
| | | | | | Change-Id: I9130e7d10ae42e894923097a7c97da802eb0d8c3 Reviewed-on: https://plan9port-review.googlesource.com/2962 Reviewed-by: Russ Cox <rsc@swtch.com>
* man: document font syntaxesRuss Cox2015-02-171-22/+9
| | | | | | Change-Id: Id441d4df192c47388af6b5da306f14d90f066d18 Reviewed-on: https://plan9port-review.googlesource.com/1173 Reviewed-by: Russ Cox <rsc@swtch.com>
* libdraw: autoscale fonts when moving between low and high dpi screensRuss Cox2015-02-171-0/+15
| | | | | | Change-Id: I6093955b222db89dfe437fb723593b173d888d01 Reviewed-on: https://plan9port-review.googlesource.com/1170 Reviewed-by: Russ Cox <rsc@swtch.com>
* libdraw: add scalesizeRuss Cox2012-11-251-0/+16
| | | | | R=rsc http://codereview.appspot.com/6855092
* libthread: add threadspawndRuss Cox2012-10-221-0/+11
| | | | | R=rsc http://codereview.appspot.com/6742064
* dial(3): update dialparseDavid du Colombier2012-08-031-4/+4
| | | | | R=rsc http://codereview.appspot.com/6455083
* get9root(3): fix pathsDavid Jeannot2012-03-051-1/+3
| | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/5745043
* ioproc(3): fix prototypesDavid Jeannot2012-01-161-3/+3
| | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/5500090
* libventi: add functions reconn and redial for use with fossilDavid du Colombier2011-11-081-0/+6
| | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/5325046
* man: update venti-cache(3)David du Colombier2011-11-081-17/+12
| | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/5329041
* man: import changes from plan 9David du Colombier2011-06-031-1/+1
| | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/4559071
* avl(3): import changes from plan 9David du Colombier2011-06-021-0/+27
| | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/4536105
* rune(3): sync with rune.c and Plan 9Michael Teichgräber2010-03-081-1/+4
| | | | | | R=rsc CC=codebot http://codereview.appspot.com/254042
* mergeRuss Cox2009-12-271-3/+54
|
* libavl: import from Plan 9Russ Cox2009-08-231-0/+120
|
* libthread: remove unimplemented chaninitRuss Cox2009-04-301-7/+2
|
* libdraw: add borderopJeff Sickel2008-12-031-1/+4
|
* man: minor manual editsgrai2008-07-223-8/+8
|
* libthread: document some unimplemented functionsgrai2008-07-221-0/+5
|
* lib9: add mode parameter to opentempRuss Cox2008-07-101-3/+7
|
* lock(3): fix typoWilliam Josephson2008-07-091-1/+1
|
* post9pservice(4): updateRuss Cox2008-06-141-1/+11
|
* venti-cache(3): delete vtblockdirtyRuss Cox2008-06-141-4/+0
|
* revert frseltickrsc2007-05-101-19/+1
|
* add frdrawseltickrsc2007-05-101-1/+19
|
* nitrsc2007-04-061-1/+1
|
* remove mention of threadingrsc2007-04-061-4/+4
|
* experiment: translation from standard notations to plan 9 in netmkaddrrsc2006-07-231-0/+16
|
* more functionsrsc2006-07-231-2/+61
|
* update runeprint descrsc2006-07-021-0/+1
|
* update Bprint docsrsc2006-07-021-1/+1
|
* pinrsc2006-06-261-0/+18
|
* fixrsc2006-06-261-4/+4
|
* plumbunmountrsc2006-06-251-1/+16
|
* fix TH linersc2006-06-251-1/+1
|
* acmersc2006-06-251-0/+423
|
* just what we need - more rpcsrsc2006-06-255-16/+90
|
* new fnsrsc2006-03-191-1/+38
|
* changesrsc2006-02-281-0/+14
|
* note ansi braindamagersc2006-02-141-0/+6
|
* add exticodersc2006-02-141-3/+17
|
* add thread.hrsc2006-01-301-0/+2
|
* oopsrsc2006-01-271-1/+3
|
* correct discussion of fromdisktypersc2005-07-241-1/+1
|