Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-11-16 | libdraw: redo default font construction to be hidpi-safe | Russ Cox | 1 | -9/+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. | |||||
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 | |||||
2005-01-13 | Many small edits. | rsc | 1 | -1/+5 | |
2005-01-11 | use macro for /usr/local/plan9 | rsc | 1 | -1/+1 | |
2005-01-03 | Some man pages. | rsc | 1 | -32/+32 | |
2004-04-19 | Mostly path name updates | rsc | 1 | -1/+1 | |
2004-04-11 | Rewrite page(2) references to page(3). | rsc | 1 | -25/+25 | |
Add description of new libmach. | |||||
2004-04-10 | Lots of man pages. | rsc | 1 | -0/+651 | |