summaryrefslogtreecommitdiff
path: root/render/form.c
Commit message (Expand)AuthorAgeFilesLines
* Add a bunch of logging to try and help track down the issue with rawfile hand...Daniel Silverstone2014-01-041-2/+3
* Shunt around the file multipart stuff a bit to try and fix the segfaultDaniel Silverstone2014-01-041-9/+10
* In theory, store raw filenames and pass them through for file upload. Untest...Daniel Silverstone2014-01-041-1/+24
* Reflect changes to select boxes into the DOMDaniel Silverstone2014-01-041-1/+9
* Ensure textual input boxes re-update the DOM with new valuesDaniel Silverstone2014-01-041-0/+37
* Fix leaks in form_successful_controls. 'charset' was always leaked, value wa...Michael Drake2013-10-231-0/+4
* s/!charset/charset == NULL/Michael Drake2013-10-231-1/+1
* Fix pointer shape and status bar messages for textareas and their scrollbars.Michael Drake2013-03-111-2/+3
* change stylesheet fetching to be generated from the default dom eventsVincent Sanders2013-02-191-0/+4
* rename flags for browser_window routines to be shorterVincent Sanders2013-02-181-6/+6
* browser_window_navigate refactorVincent Sanders2013-02-181-20/+42
* First pass at getting html forms to use textarea widget.Michael Drake2013-02-061-61/+26
* Fix url encoded query generation, when there's no name/value pairs.Michael Drake2012-10-161-4/+5
* Make form_url_encode static.Michael Drake2012-10-111-1/+1
* Use nsurl_replace_query instead of url_get_components and url_reform_components.Michael Drake2012-10-111-26/+39
* Talloc ctx fixup.Michael Drake2012-10-051-3/+3
* Update to use latest libdom. Fixes handling of text input with no maxlength ...Michael Drake2012-09-081-3/+0
* Confine box_at_point to the document it's given. Callers are now responsible...Michael Drake2012-08-211-4/+4
* Pass content containing form's nsurl to form_submit, instead of its hlcache_h...Michael Drake2012-08-171-8/+5
* Avoid bw dereference.Michael Drake2012-08-171-72/+79
* Remove redundant scrollbar widget message.Michael Drake2012-08-161-9/+1
* Include dom/dom.h where it might be neededDaniel Silverstone2012-03-241-0/+1
* Don't need root bw here any more.Michael Drake2012-01-111-3/+0
* Pass pointer constraints for drag out to front ends. Ensure content scrollba...Michael Drake2012-01-111-5/+5
* Allow drag handlers to inform browser window layer of any pointer range const...Michael Drake2012-01-101-1/+11
* content_get_url -> hlcache_handle_get_url, content__get_url -> content_get_urlJohn Mark Bell2011-12-041-3/+3
* Port more internals to nsurl. Front ends may need updating.Michael Drake2011-10-031-3/+4
* Fix GCC 4.6 warnings in coreJohn Mark Bell2011-07-261-18/+1
* Remove plotter table global. Pass a redraw context around redraw functions. ...Michael Drake2011-06-301-12/+12
* Front end gets root browser window on notification of scrollbar widget drag s...Michael Drake2011-06-281-1/+4
* Core form select widget now associated with HTML contents. Don't use current...Michael Drake2011-06-281-26/+34
* Fix bw->drag_type to be aware of remaining drag types.Michael Drake2011-06-271-0/+2
* s/scroll/scrollbar/ and improve scrollbar widget comments.Michael Drake2011-05-091-24/+24
* Merge branches/jmb/content-factory to trunkJohn Mark Bell2011-05-061-1/+0
* Saturated maths in css fixed point Vincent Sanders2011-03-121-4/+1
* Fix bug #3140968: form submission with the GET method must replace the query ...John Mark Bell2011-02-251-46/+55
* Don't crash if there's no box associated with a textareaJohn Mark Bell2011-02-191-1/+9
* Pass clip rect to clip plotters as struct. Simplify clip rect handling in de...Michael Drake2011-02-141-13/+17
* Pass clip rect to scroll_redraw as struct. Simplify test to see if scrollbar...Michael Drake2011-02-141-1/+6
* + Refactor input handling from browser window code into contentMichael Drake2010-06-041-4/+227
* remove _GNU_SOURCE define from everywhere.Vincent Sanders2010-04-241-1/+0
* Merge jmb/new-cache; r=dsilvers,rs=vinceDaniel Silverstone2010-03-281-24/+7
* Merge Paul Blokus' selectscroll branch. Adds core select menu widget for form...Michael Drake2009-08-141-0/+492
* Squash warningsJohn Mark Bell2009-03-021-1/+1
* Fix handling of buttons in successful control searchJohn Mark Bell2009-02-201-0/+1
* If we have no document charset on completion of parse, retrieve it from the b...John Mark Bell2009-02-201-5/+4
* Utilise hubbub's form association callback.John Mark Bell2009-02-201-48/+113
* Fix buildJohn Mark Bell2008-08-121-1/+2
* C89François Revel2008-08-111-1/+2
* - riscos/gui.c(path_to_url): escape the characters which need to be escaped w...John Tytgat2008-04-021-2/+2