summaryrefslogtreecommitdiff
path: root/beos/font.cpp
Commit message (Collapse)AuthorAgeFilesLines
* beos: Fix buildFrançois Revol2014-01-161-0/+1
| | | | gcc2 doesn't know about named initializers in C++...
* move options includeVincent Sanders2013-05-281-1/+1
|
* beos: Fix nsfont_position_in_string off-by-1François Revol2013-03-211-2/+3
| | | | | | | The current width was tested after the index was already updated to the next character, leading to an off-by-one error, and the impossibility to select the first character of a string in textarea.
* clean out useless outdated #if 0 blocks they serve no purpose and keep ↵Vincent Sanders2013-02-181-4/+0
| | | | causing confusion in core refactors. Better examples are available in other frontends or in teh revision control system if strictly necessary
* Update for new nsfont_split expectations. Untested, but code similar to ↵Michael Drake2013-02-101-11/+18
| | | | framebuffer. Looks /really/ slow. It only needs to measure the text when it finds a space, not for every character.
* Rename BeOS frontend files to strip the useless beos_ prefix. Fix includes ↵François Revel2012-03-221-0/+376
and the rest so it builds. svn path=/trunk/netsurf/; revision=13554