summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix up amiga/iff_dr2d.c with svgtiny using libdom nowDaniel Silverstone2012-11-031-2/+2
|
* Merge branch 'master' of git://git.netsurf-browser.org/netsurfDaniel Silverstone2012-11-031-0/+1
|\
| * Ignore italian messagesRob Kendrick (fatigue)2012-11-031-0/+1
| |
* | Merge Vincent's Javascript work onto masterDaniel Silverstone2012-11-0333-2008/+3642
|\ \ | |/ |/|
| * add global api to window bindingVincent Sanders2012-11-031-0/+2
| |
| * Disable unused-but-set-variable warnings until such time as the JS bindings ↵Daniel Silverstone2012-11-021-1/+1
| | | | | | | | are complete (or bodged)
| * 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
| | | | | | | | Add conversion message display
| * 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
| |\ | | | | | | | | | vince/nsgenbind
| | * 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
| | |
* | | Allow suffix on language split macro destinationRob Kendrick (fatigue)2012-11-031-2/+3
| | |
* | | A little bit of polish?Rob Kendrick (fatigue)2012-11-031-1/+1
| | |
* | | Minimal fix to get atari rebuildingRob Kendrick (fatigue)2012-11-031-2/+2
| | |
* | | Remove languages that only have messages filesRob Kendrick (fatigue)2012-11-031-1/+1
| | |
* | | Create split messages files earlierRob Kendrick (fatigue)2012-11-031-1/+1
| | |
* | | Have FatMessages macro mkdir -p the destination directory, and have Amiga ↵Rob Kendrick (fatigue)2012-11-032-1/+2
| | | | | | | | | | | | front end use macro
* | | Try to get Windows building with FatMessages. This approach makes me ill, ↵Rob Kendrick (fatigue)2012-11-033-4/+6
| | | | | | | | | | | | and may not even work.
* | | Delete old messages files. This will break some frontends that have not ↵Rob Kendrick (monotony)2012-11-036-7495/+4
| | | | | | | | | | | | been converted to use Fat/Thin messages.
* | | Try to have RISC OS front end use FatMessages. This is an ugly hack.Rob Kendrick (monotony)2012-11-031-1/+5
| | |
* | | Add a macro to split and install messages files, and have gtk front end use it.Rob Kendrick (monotony)2012-11-032-0/+10
| | |
* | | Deference symlinks when installing. This should be rewritten to use the ↵Rob Kendrick (monotony)2012-11-021-2/+2
| | | | | | | | | | | | install tool
* | | Merge branch 'master' of git://git.netsurf-browser.org/netsurfMichael Drake2012-11-025-37/+26
|\ \ \
| * | | Fix a serious crash that occurs if the underlying window is closed during a ↵Chris Young2012-10-313-2/+19
| | | | | | | | | | | | | | | | hook function invoked from it.
| * | | Make it a bit more obvious what is happening, as AutoInstall/CopyStore won't ↵Chris Young2012-10-311-0/+2
| | | | | | | | | | | | | | | | give us a progress bar.
| * | | Fix AutoInstallChris Young2012-10-311-26/+3
| | | |
| * | | Drop the two different names for the executableChris Young2012-10-311-9/+2
| | | |
* | | | Fix join with rel part of " ". Add a few tests.Michael Drake2012-11-022-0/+13
|/ / /
* | | Dispose the DT object once we've finished converting it to a bitmap.Chris Young2012-10-301-2/+6
| | |
* | | More useful DataTypes image titleChris Young2012-10-282-8/+41
| | |
* | | Avoid creating the DT object multiple timesChris Young2012-10-281-35/+42
| | |
* | | Merge branch 'master' of git://git.netsurf-browser.org/netsurfChris Young2012-10-2820-168/+271
|\ \ \