summaryrefslogtreecommitdiff
path: root/render
Commit message (Expand)AuthorAgeFilesLines
* ensure completion of async js scripts completes the fetchVincent Sanders2015-10-021-0/+7
* fix gadget resource leak (coverity #1109875)Vincent Sanders2015-09-071-0/+1
* Rename context_menu.c and strip out all the context menu code, so this file a...Chris Young2015-09-051-0/+1
* Reorder percentage calculation.Michael Drake2015-08-241-2/+2
* It's not a hubbub errorDaniel Silverstone2015-08-121-1/+2
* Store the HTML content as userdata on the DOM's HTMLDocumentDaniel Silverstone2015-08-091-0/+53
* Only iterate the form when freeing a control if there is one.Daniel Silverstone2015-06-031-14/+16
* fixup all the remaining logging macro callsitesVincent Sanders2015-05-281-1/+1
* Change LOG() macro to be varadicVincent Sanders2015-05-2815-242/+187
* put assert back to protect against bad logic in frontend drag implementationsVincent Sanders2015-05-081-0/+4
* remove assert if drag message contains an unknown type.Vincent Sanders2015-05-031-8/+12
* Silence incorrect warning from gcc 4.9Vincent Sanders2015-05-031-9/+19
* Ensure result of ftell is checked for errorsVincent Sanders2015-04-261-0/+6
* Remove duplicate branch in relative position handling.Michael Drake2015-04-231-5/+5
* Ensure we delink form controls when freeing themDaniel Silverstone2015-04-221-0/+19
* add some debug to form gadget freeingVincent Sanders2015-03-271-3/+10
* To avoid namespace conflicts with ncurses add NetSurf key prefix.Witold Filipczyk2015-03-273-12/+12
* Forms: consider submit buttons successful. Fixes #2284.John-Mark Bell2015-03-101-2/+47
* Add invalidate API to html content script handling and use it.Vincent Sanders2015-03-093-25/+66
* clear the html content reference to javascript context.Vincent Sanders2015-03-061-0/+8
* Remove nsurl include.Michael Drake2015-02-261-3/+2
* Revert removal of implied table adding.Michael Drake2015-01-271-2/+52
* Remove unused variables.Michael Drake2015-01-241-3/+0
* Remove redundant implied table insertion.Michael Drake2015-01-241-49/+2
* release gadget allocation on error path (Coverity 1109875)Vincent Sanders2014-11-301-0/+1
* Fix my spelling of teh everywhereVincent Sanders2014-11-181-1/+1
* Remove unecessary form debugVincent Sanders2014-11-151-33/+37
* Fix cocoa usage of render internalsVincent Sanders2014-11-132-0/+18
* make the form select menu API smaller.Vincent Sanders2014-11-134-93/+129
* doxgen warning fixes in riscos frontend.Vincent Sanders2014-11-121-25/+30
* cleanup Doxygen warningsVincent Sanders2014-11-124-40/+41
* Doxygen cleanupsVincent Sanders2014-11-126-29/+34
* Doxygen cleanupsVincent Sanders2014-11-123-79/+89
* change form API to return error instead of warning user.Vincent Sanders2014-11-112-14/+31
* Make most of the form API internal to the html renderer.Vincent Sanders2014-11-1110-113/+151
* Doxygen warning fixesVincent Sanders2014-11-103-9/+9
* address even more potential leaks on error path in box_select (coverity 1109875)Vincent Sanders2014-11-101-1/+3
* fix leak of gadget on error path. (coverity 1109875)Vincent Sanders2014-11-101-2/+6
* Fix reference to local variable outside scope (fixes coverity 1251161)Vincent Sanders2014-11-101-1/+1
* remove declaration in parameter list warning in form.hVincent Sanders2014-11-091-0/+1
* fix up more doxygen errorsVincent Sanders2014-11-081-0/+2
* Improve Doxygen documentationVincent Sanders2014-11-082-18/+22
* Improve content encoding information APIVincent Sanders2014-11-072-16/+7
* Allow content handlers to have debug values set through APIVincent Sanders2014-11-063-5/+20
* Make the fetching of a contents encoding generic.Vincent Sanders2014-11-052-6/+6
* replace save_link operation table entry usage of textural url with nsurlVincent Sanders2014-11-031-1/+1
* remove unecessary utils/types.hVincent Sanders2014-11-022-9/+10
* Change contextual content retrieval to browser features.Vincent Sanders2014-11-021-17/+19
* make the pseudo css fetcher report initialisation errorsVincent Sanders2014-10-253-9/+18
* Add bw function to get scrollbar type.Michael Drake2014-10-252-9/+10