summaryrefslogtreecommitdiff
path: root/render/textinput.c
Commit message (Collapse)AuthorAgeFilesLines
* Ensure buff is NULL-initialised.Chris Young2013-01-211-2/+2
|
* Check the right thing for NULL.Michael Drake2013-01-181-2/+2
|
* Redo html textinput for new front end clipboard API. This doesn't affect ↵Michael Drake2013-01-081-26/+103
| | | | the textinput code's brokenness.
* Talloc ctx fixup.Michael Drake2012-10-051-4/+5
|
* Use paste content msg.Michael Drake2012-08-181-7/+14
|
* Pass content containing form's nsurl to form_submit, instead of its ↵Michael Drake2012-08-171-1/+1
| | | | hlcache_handle. Avoid dereferencing bw in html content handlers.
* html__redraw_a_box takes html_content instead of struct content.Michael Drake2012-08-161-5/+5
|
* Pass font plot style out to front end clipboard append function.Michael Drake2012-08-131-4/+5
|
* Include dom/dom.h where it might be neededDaniel Silverstone2012-03-241-0/+2
| | | | svn path=/trunk/netsurf/; revision=13625
* Fix selection for non-gui browser windows (iframes).Michael Drake2011-07-131-27/+27
| | | | | | | Selection no longer uses current_redraw_browser. Fix long-standing selection bugs on platforms that use action on release behaviour. svn path=/trunk/netsurf/; revision=12598
* Remove remaining internal browser window usage from render/textinput.Michael Drake2011-07-071-97/+86
| | | | svn path=/trunk/netsurf/; revision=12593
* Function namespacing.Michael Drake2011-07-071-80/+97
| | | | svn path=/trunk/netsurf/; revision=12590
* Remove ghost caret.Michael Drake2011-07-071-58/+1
| | | | svn path=/trunk/netsurf/; revision=12589
* Clean up text input code. Now desktop/textinput.{c|h} is concerend with ↵Michael Drake2011-07-071-0/+2176
browser windows only. HTML content specific stuff moved to render/textinput.{c|h} and disassociated from browser windows. svn path=/trunk/netsurf/; revision=12587