summaryrefslogtreecommitdiff
path: root/render/textinput.c
Commit message (Collapse)AuthorAgeFilesLines
* 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