summaryrefslogtreecommitdiff
path: root/atari/encoding.h
Commit message (Collapse)AuthorAgeFilesLines
* 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