summaryrefslogtreecommitdiff
path: root/atari/font.c
Commit message (Collapse)AuthorAgeFilesLines
* Added missing copyright headersOle Loots2012-08-241-0/+18
|
* Plotter refactor: removed one plotter abraction layer.Ole Loots2012-07-131-4/+3
|
* NetSurf options rework (a=vince r=daniels,jmb)Vincent Sanders2012-03-221-1/+0
| | | | svn path=/trunk/netsurf/; revision=13548
* I'm actually trying to simplify the frontend code, changes:Ole Loots2011-11-281-56/+4
| | | | | | | | - 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
* Removed nonsense include.Ole Loots2011-04-101-0/+5
| | | | svn path=/trunk/netsurf/; revision=12176
* added resource: handling, gui_poll now checks for browser_reformat_pendingOle Loots2011-03-201-3/+0
| | | | svn path=/trunk/netsurf/; revision=12112
* renamed plotter member function pixel_pos to pixel_position.Ole Loots2011-01-301-1/+1
| | | | svn path=/trunk/netsurf/; revision=11546
* Implemented Search DialogOle Loots2011-01-301-0/+0
| | | | svn path=/trunk/netsurf/; revision=11536
* Atari frontend (credit: Ole Loots)John Mark Bell2011-01-051-0/+120
svn path=/trunk/netsurf/; revision=11218