summaryrefslogtreecommitdiff
path: root/beos/plotters.cpp
Commit message (Collapse)AuthorAgeFilesLines
* update beos frontend to remove useage of depricated warn_user APIVincent Sanders2016-05-011-11/+9
|
* fixup errors in font layout table conversionVincent Sanders2016-04-241-1/+0
|
* fixup all the remaining logging macro callsitesVincent Sanders2015-05-281-2/+2
| | | | | The semantic patch tool appears to have missed some difficult to reason about callsites which have now been manually cleaned up
* Put the font operations table alongside all the other core APIVincent Sanders2014-10-131-1/+1
| | | | | | | | | | | | The netsurf core is driven from numerous operation tables most of which are now set through a common netsurf_register() interface. The font and plotting interfaces are currently separate and unlike all the other operation tables are modified for differing contexts. This change moves the font operations alongside all the other operations table and remove unnecessary interaction with the renderers font internals. Further this also removes the need for css internals to be visible in frontends.
* beos: Add missing includeFrançois Revol2014-06-201-0/+1
|
* move options includeVincent Sanders2013-05-281-1/+1
|
* clean out useless outdated #if 0 blocks they serve no purpose and keep ↵Vincent Sanders2013-02-181-233/+0
| | | | causing confusion in core refactors. Better examples are available in other frontends or in teh revision control system if strictly necessary
* Rename BeOS frontend files to strip the useless beos_ prefix. Fix includes ↵François Revel2012-03-221-0/+894
and the rest so it builds. svn path=/trunk/netsurf/; revision=13554