summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Ensure that we turn on JS sources if either of USE_JS or USE_MOZJS is triggeredDaniel Silverstone2012-11-023-8/+8
* move bindings into the correct placeVincent Sanders2012-11-029-6/+6
* improve example binding docuemntationVincent Sanders2012-11-021-44/+183
* remove extraneous debugVincent Sanders2012-11-021-5/+1
* add location bindingVincent Sanders2012-11-014-36/+108
* remove old handmade binding codeVincent Sanders2012-11-0112-1877/+0
* add HTMLElement interface bindingVincent Sanders2012-11-016-14/+92
* improve testsVincent Sanders2012-11-012-5/+9
* console interface from IDLVincent Sanders2012-10-315-4/+91
* add navigator interfaceVincent Sanders2012-10-316-9/+225
* Move WebIDL to be available for all binding types not just jsapi (spidermonkey)Vincent Sanders2012-10-304-1/+2
* get minimal window property functionality working on window objectVincent Sanders2012-10-291-1/+9
* add binding for window classVincent Sanders2012-10-293-3/+134
* fix obtaining the "this" objectVincent Sanders2012-10-282-6/+15
* add include for bindingsVincent Sanders2012-10-261-0/+1
* Merge branch 'vince/nsgenbind' of git://git.netsurf-browser.org/netsurf into ...Vincent Sanders2012-10-261-1/+0
|\
| * use generated htmldocument bindingVincent Sanders2012-10-244-10/+49
| * add initial binding files for nsgenbindVincent Sanders2012-10-233-31/+53
| * Initial webIDL files for core dom and htmlVincent Sanders2012-10-233-0/+2709
* | split class prototype initialisation from instantiationVincent Sanders2012-10-265-240/+238
* | use generated htmldocument bindingVincent Sanders2012-10-254-10/+49
* | add initial binding files for nsgenbindVincent Sanders2012-10-253-31/+53
* | Initial webIDL files for core dom and htmlVincent Sanders2012-10-253-0/+2709
* | make image content handlers title setting use the heap instead of the stack a...Vincent Sanders2012-10-258-39/+75
* | treeview.c hasn't been pushed yet.Michael Drake2012-10-241-1/+1
* | More useful title info for images.Michael Drake2012-10-2419-142/+197
* | Greatly increase the space allocated for Area-operation vector storage. The ...Chris Young2012-10-231-2/+7
* | Log Area* function errorsChris Young2012-10-231-10/+15
* | graphics.library path plotter initial codeChris Young2012-10-231-16/+114
* | graphics.library arc plotterChris Young2012-10-231-3/+30
|/
* Don't set outline pen - this is what makes AreaFill outline the filled area, ...Chris Young2012-10-221-14/+0
* Merge branch 'master' of git://git.netsurf-browser.org/netsurfChris Young2012-10-2234-263/+573
|\
| * add javascript compilation to monkeyVincent Sanders2012-10-221-20/+24
| * add javascript build support to framebufferVincent Sanders2012-10-221-0/+4
| * Revert "Revert "Link against libiconv""John-Mark Bell2012-10-211-1/+1
| * Revert "Link against libiconv"John-Mark Bell2012-10-201-1/+1
| * Link against libiconvJohn-Mark Bell2012-10-201-1/+1
| * Ensure stack size is at least 128KBChris Young2012-10-191-0/+1
| * Fix links.John-Mark Bell2012-10-193-10/+10
| * Use GEM Window Statusbar when WITH_CUSTOM_STATUSBAR is undefined.Ole Loots2012-10-192-6/+50
| * Use malloc instead of alloca.Ole Loots2012-10-191-1/+4
| * Use malloc instead of alloca.Ole Loots2012-10-181-12/+17
| * fix warningsVincent Sanders2012-10-181-6/+12
| * Improve error handling in html contentVincent Sanders2012-10-176-64/+255
| * Fix "error setting certificate verify locations" problem when the Choices fil...Michael Drake2012-10-1711-112/+164
| * Merge branch 'master' of git://git.netsurf-browser.org/netsurfMichael Drake2012-10-171-30/+3
| |\
| | * remove standalone code which no longer compilesChris Young2012-10-161-27/+0
| | * remove extraneous linefeedsChris Young2012-10-161-3/+3
| * | Add some startup logging.Michael Drake2012-10-172-0/+5
| |/
| * Document messages_load behaviour.Michael Drake2012-10-161-0/+4