summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Add clip property awareness to box_at_point.Michael Drake2012-11-061-0/+59
* fix JSAPI_CLASS_NO_INTERNAL_MEMBERS for 1.8.0 spidermonkeyVincent Sanders2012-11-061-1/+1
* implement JSAPI_CLASS_NO_INTERNAL_MEMBERS correctly for differring versions o...Vincent Sanders2012-11-061-1/+10
* add another javascript testVincent Sanders2012-11-063-0/+83
* separate javascript logging macroVincent Sanders2012-11-063-10/+16
* ensure garbage collector knows about created objectsVincent Sanders2012-11-061-0/+17
* Add support for CSS clip property.Michael Drake2012-11-061-1/+42
* Create directories before compiling templates. I do not understand why this ...Rob Kendrick (humdrum)2012-11-061-0/+1
* Fix to escape comments in save complete output.Michael Drake2012-11-061-0/+8
* Height is already scaled. Make OBJ char bigger.Michael Drake2012-11-052-2/+2
* Center broken object indicator.Michael Drake2012-11-051-5/+12
* Don't abort redraw on bad image.Michael Drake2012-11-053-2/+45
* add math library to linkVincent Sanders2012-11-051-1/+1
* Use true/false for verbose_log.Michael Drake2012-11-051-3/+3
* Allow setup of verbose logging from environment variable.Michael Drake2012-11-052-1/+25
* Merge branch 'master' of git://git.netsurf-browser.org/netsurfRob Kendrick (fatigue)2012-11-052-11/+11
|\
| * reduce call overhead on log messagesVincent Sanders2012-11-052-11/+11
* | Use installed NetSurf binary when using development environmentRob Kendrick (fatigue)2012-11-051-4/+1
|/
* Appease ancient "install" by removing -CJohn-Mark Bell2012-11-051-4/+4
* Make step adjustment work on GTK 2.12John-Mark Bell2012-11-051-0/+4
* Merge branch 'master' of git://git.netsurf-browser.org/netsurfMichael Drake2012-11-048-77/+108
|\
| * File input boxen deserve EX width hintingDaniel Silverstone2012-11-041-0/+2
| * type=search is a new-fangled HTML5 thing which we treat as input and thus giv...Daniel Silverstone2012-11-043-0/+6
| * Unspecified input types are text and so get EX widthsDaniel Silverstone2012-11-041-2/+3
| * Ensure we wait for the OBJROOT *BEFORE* we try and build javascript bindingsDaniel Silverstone2012-11-041-1/+1
| * Fix it so that the JSAPI bindings are rebuilt if sources are touchedDaniel Silverstone2012-11-042-2/+5
| * working docuemnt.cookieVincent Sanders2012-11-043-72/+91
* | Fix placement of first inline on line below a float, when float has been shif...Michael Drake2012-11-041-1/+4
|/
* Only disable TLS1.2 if it can be disabled.John-Mark Bell2012-11-041-0/+2
* Disable TLS1.2 support.John-Mark Bell2012-11-041-0/+2
* Make test-nsgtk more generic and use installed version when people have set u...Rob Kendrick (fatigue)2012-11-041-0/+0
* Merge branch 'master' of git://git.netsurf-browser.org/netsurfRob Kendrick (fatigue)2012-11-041-4/+4
|\
| * Disable SSL session ID caching.John-Mark Bell2012-11-041-0/+3
| * Revert "Enable verbose curl debug"John-Mark Bell2012-11-041-4/+1
* | Include CryptRand module, and RMEnsure it in the Run fileRob Kendrick (fatigue)2012-11-043-0/+50
|/
* Use FatMessages in framebuffer frontendRob Kendrick (fatigue)2012-11-041-5/+6
* Merge branch 'master' of git://git.netsurf-browser.org/netsurfRob Kendrick (fatigue)2012-11-048-20/+46
|\
| * improve dom reference accountingVincent Sanders2012-11-046-19/+34
| * Enable verbose curl debugJohn-Mark Bell2012-11-041-1/+4
| * Force GtkAdjustments to have a step -- this is a bodge but makes scrollwheels...Daniel Silverstone2012-11-041-0/+8
| * Revert "Suppress BEAST workaround."John-Mark Bell2012-11-041-3/+0
| * Suppress BEAST workaround.John-Mark Bell2012-11-041-0/+3
* | Try to compress the messages filesRob Kendrick (fatigue)2012-11-041-1/+1
* | Try to rationalise the gtk install target somewhatRob Kendrick (fatigue)2012-11-0412-34/+25
|/
* Fix missing includes.John-Mark Bell2012-11-031-0/+2
* Port save complete to libdom.John-Mark Bell2012-11-0322-1202/+943
* implement dom-getElementsByTagName and nodelist and htmlcollectionVincent Sanders2012-11-037-2/+263
* Merge branch 'master' of git://git.netsurf-browser.org/netsurfDaniel Silverstone2012-11-033-1/+22
|\
| * add jsstring to jsval conversion macro that copes with null jsstringsVincent Sanders2012-11-032-0/+17
| * fix cocoa Message generationVincent Sanders2012-11-031-1/+5