summaryrefslogtreecommitdiff
path: root/render/textplain.c
Commit message (Expand)AuthorAgeFilesLines
* Shut up missing text_redrawDaniel Silverstone2012-03-251-0/+1
* Remove bogus dependencies on box.hJohn Mark Bell2012-03-241-1/+0
* NetSurf options rework (a=vince r=daniels,jmb)Vincent Sanders2012-03-221-1/+1
* Allow drag handlers to inform browser window layer of any pointer range const...Michael Drake2012-01-101-2/+2
* Virtualise content handler finalisation calls. Remove pointless implementations.John Mark Bell2011-09-151-0/+2
* Clean up content_factory_register_handler API -- content handlers no longer u...John Mark Bell2011-09-151-13/+10
* Remove mime_type parameter from content handler content_type callback APIJohn Mark Bell2011-09-031-2/+2
* Core part of search improvement:Michael Drake2011-08-241-5/+43
* Selection is now subordinate to html and text content types, and disassociate...Michael Drake2011-07-261-54/+57
* Fix selection for non-gui browser windows (iframes).Michael Drake2011-07-131-17/+51
* Refactor http utilitiesJohn Mark Bell2011-07-081-17/+36
* Set bw for textplain selection.Michael Drake2011-07-021-0/+2
* Set/unset selection context's browser window on content_open/content_close.Michael Drake2011-07-011-2/+19
* Make text/plain contents aware of the browser window they are opened in.Michael Drake2011-06-301-1/+21
* Remove plotter table global. Pass a redraw context around redraw functions. ...Michael Drake2011-06-301-5/+8
* Unify content_redraw params in content_redraw_data struct. Core and RISC OS ...Michael Drake2011-06-281-26/+19
* Make search_term_highlighted a core function.Michael Drake2011-06-281-2/+1
* First pass at core iframes. Currently lacking scrollbars.Michael Drake2011-06-141-1/+1
* refactor content handler initilisation to use named initialisorsVincent Sanders2011-05-091-15/+11
* consolidate content redraw Vincent Sanders2011-05-081-3/+4
* Merge branches/jmb/content-factory to trunkJohn Mark Bell2011-05-061-92/+233
* Handle scaled rendering of text/plain with plot origin offset too.Michael Drake2011-03-171-4/+4
* Fix text/plain rendering's plot range calc to take account of vertical plot o...Michael Drake2011-03-171-2/+2
* Make text size a separate #define. Michael Drake2011-03-151-3/+4
* Saturated maths in css fixed point Vincent Sanders2011-03-121-3/+2
* Cache space widths.Michael Drake2011-03-011-1/+1
* Fix bug #3194007: stop emitting duplicate READY/DONE events.John Mark Bell2011-02-271-1/+2
* ConstifyJohn Mark Bell2011-02-141-1/+1
* Pass clip rect as struct through content_redraw api. Update the front ends t...Michael Drake2011-02-131-16/+7
* Slightly less braindead textplain handlingJohn Mark Bell2010-10-231-24/+72
* Remove bogus assertionJohn Mark Bell2010-09-171-2/+2
* Replace all instances of NUL with U+FFFDJohn Mark Bell2010-09-131-4/+14
* Replace use of iconv with a parserutils inputstreamJohn Mark Bell2010-09-131-69/+98
* + Refactor input handling from browser window code into contentMichael Drake2010-06-041-0/+88
* Most of a stop implementation.John Mark Bell2010-04-041-8/+47
* Constify data parameter to *_process_dataJohn Mark Bell2010-04-031-1/+2
* The convert stage of a content's state progression no longer reflows the cont...John Mark Bell2010-03-291-2/+1
* Merge jmb/new-cache; r=dsilvers,rs=vinceDaniel Silverstone2010-03-281-33/+79
* Merge branches/MarkieB/gtkmain to trunk.John Mark Bell2009-12-171-4/+8
* Respect configured font sizeJohn Mark Bell2009-07-271-0/+3
* Fix text/plain lineheight calculationJohn Mark Bell2009-07-241-1/+2
* Merge LibCSS port to trunk.John Mark Bell2009-07-231-3/+6
* Refactor text plotter and other font functions to remove dependency on CSS.John Mark Bell2009-07-211-15/+32
* ploter refactor of rectangle handling Vincent Sanders2009-07-081-4/+4
* Style guide indentation.Michael Drake2009-07-061-6/+6
* Refactor fill plotter to take a styleVincent Sanders2009-07-051-7/+8
* remove redundant clg callVincent Sanders2009-07-011-1/+1
* 'unsigned long' -> 'colour' where it made sense.John Tytgat2008-09-281-1/+1
* Make nsgtk compile on Mac OS X.John Mark Bell2008-08-111-0/+1
* Remove hardcoded define for LIBICONV_PLUGFrançois Revel2008-08-081-1/+0