summaryrefslogtreecommitdiff
path: root/atari/encoding.h
Commit message (Collapse)AuthorAgeFilesLines
* Put the font operations table alongside all the other core APIVincent Sanders2014-10-131-2/+0
| | | | | | | | | | | | 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.
* move utf8 local conversion operations to tableVincent Sanders2014-02-011-21/+26
|
* Moved form handling into gemtk,Ole Loots2012-12-311-1/+0
| | | | removed several windom includes
* Added missing copyright headersOle Loots2012-08-241-0/+18
|
* Fix conversion of local encoding to utf-8Ole Loots2011-12-041-4/+0
| | | | svn path=/trunk/netsurf/; revision=13240
* I'm actually trying to simplify the frontend code, changes:Ole Loots2011-11-281-0/+19
- Optimized browser window caret, uses back-buffer now. ( So no content redraw is scheduled by the frontend just for a caret move ) - Fixed a double redraw issue when the browser reformat is pending and the AES also sends an redraw request because of the resize. - Started to use netsurfs textarea instead of a custom implementation ( to reduce code size ). svn path=/trunk/netsurf/; revision=13191