summaryrefslogtreecommitdiff
path: root/render
Commit message (Expand)AuthorAgeFilesLines
* 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
* Open select menu via content msg, instead of breaking encapsulation.Michael Drake2014-10-242-11/+4
* remove unecessary browser.h include from core headersVincent Sanders2014-10-176-9/+14
* Update the core to use the split operations table headersVincent Sanders2014-10-166-10/+16
* Fix with ugly -- but commented -- hack.Michael Drake2014-10-161-0/+7
* Fix core create_form_select_menu API to pass gw, rather than bw out to front ...Michael Drake2014-10-161-2/+6
* Remove trailing whitespace.Michael Drake2014-10-151-93/+93
* Put the font operations table alongside all the other core APIVincent Sanders2014-10-139-153/+93
* Redraws during layout are prohibited, and redundant.Michael Drake2014-09-274-0/+22
* Stop invalid background image URL from preventing page load.Michael Drake2014-09-251-9/+10
* Resolve relative URLs in inline CSS relative to document's base URL, rather t...Michael Drake2014-09-181-1/+1
* Remove unecessary forward declarations.Michael Drake2014-09-051-9/+2
* Avoid forward declaration of box_contains_point.Michael Drake2014-08-311-123/+122
* Make box_at_point use itteration, rather than recursion.Michael Drake2014-08-311-120/+218
* Add float_container to box tree dump.Michael Drake2014-08-311-0/+2
* Fix text selection.Michael Drake2014-08-201-0/+1
* Remove unused code.Michael Drake2014-08-041-73/+0
* Remove unwanted debug.Michael Drake2014-08-042-3/+1
* mailto urls don't have passwords or ports, so we don't need to look for ':'.Michael Drake2014-08-042-2/+76
* fix DOM tree dump debugVincent Sanders2014-08-041-7/+33
* Always treat root element as overflow:visible.Michael Drake2014-07-181-47/+50
* Restrict 'drill down' to specific box types.Michael Drake2014-07-181-2/+10
* Fix bug #2154: List numbering.Michael Drake2014-07-181-4/+13
* Fix overflow handling issue.Michael Drake2014-07-131-19/+4
* Allow suppression of style dump in box tree dumps.Michael Drake2014-07-134-10/+10