summaryrefslogtreecommitdiff
path: root/atari/font.c
Commit message (Collapse)AuthorAgeFilesLines
* remove unecessary css includes from fronetendsVincent Sanders2014-10-131-1/+0
|
* 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.
* Recognize scale when plotting fontsOle Loots2013-12-041-6/+37
|
* move options includeVincent Sanders2013-05-281-1/+1
|
* Moved form handling into gemtk,Ole Loots2012-12-311-1/+0
| | | | removed several windom includes
* 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