summaryrefslogtreecommitdiff
path: root/render/textplain.c
Commit message (Expand)AuthorAgeFilesLines
* move page search gui callbacks to their own operations tableVincent Sanders2014-03-181-5/+3
* clean up desktop/gui.h include usageVincent Sanders2014-01-291-1/+0
* Use corestring.Michael Drake2014-01-251-15/+2
* Update for new lpu API.Michael Drake2013-12-141-3/+2
* move options includeVincent Sanders2013-05-281-1/+1
* Remove search context from browser window, simplify search interface for fron...Michael Drake2013-05-071-31/+82
* A load of refactoring of how content selection and input work.Michael Drake2013-02-221-3/+46
* reduce talloc usage to box tree layout onlyVincent Sanders2012-10-031-16/+25
* Don't pass struct box to content open.Michael Drake2012-08-201-4/+2
* Minor style tweaks.Michael Drake2012-08-191-2/+2
* Use content msg system for status text, and don't pass internal status messag...Michael Drake2012-08-191-11/+3
* Use interface to set drag type. Longer term, it would be better to avoid usi...Michael Drake2012-08-181-3/+4
* Set content handlers now set pointer via content msg.Michael Drake2012-08-171-1/+3
* Don't use GUI_POINTERs in content handlers.Michael Drake2012-08-161-2/+2
* 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