summaryrefslogtreecommitdiff
path: root/render/textplain.c
Commit message (Expand)AuthorAgeFilesLines
* clean up doccomments and formatting in texplain content handlerVincent Sanders2017-06-011-477/+441
* Update all core use of plotters to new APIVincent Sanders2017-02-111-7/+14
* move key press enums and operations to their own headerVincent Sanders2016-07-011-4/+4
* Allow include directories to be added by sub makefilesVincent Sanders2016-06-061-1/+1
* Update content to split public and internal APIVincent Sanders2016-06-061-0/+1
* move plotters header into public APIVincent Sanders2016-05-301-1/+1
* move desktop window header into public APIVincent Sanders2016-05-301-1/+1
* move layout header into public APIVincent Sanders2016-05-301-1/+1
* move the CSS content handlerVincent Sanders2016-05-261-2/+1
* fix plain text render regression introduced in layout table changesVincent Sanders2016-04-281-3/+5
* split out the layout glyph sizing and splitting APIVincent Sanders2016-04-231-12/+29
* Change LOG() macro to be varadicVincent Sanders2015-05-281-2/+2
* To avoid namespace conflicts with ncurses add NetSurf key prefix.Witold Filipczyk2015-03-271-4/+4
* cleanup Doxygen warningsVincent Sanders2014-11-121-16/+17
* Put the font operations table alongside all the other core APIVincent Sanders2014-10-131-7/+8
* fix plain text rendering line breaking with mutibyte sequences (fixes bug #2134)Vincent Sanders2014-05-291-6/+24
* 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