summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | Remove extraneous debugChris Young2012-11-071-5/+1
|/
* noisy debugChris Young2012-11-061-0/+4
|
* 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 ↵Vincent Sanders2012-11-061-1/+10
| | | | of teh jsapi interface
* 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
| | | | isn't a problem for Jenkins.
* 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 ↵Daniel Silverstone2012-11-043-0/+6
| | | | | | | | give EX width hinting. Closes #3578446
| * 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 ↵Michael Drake2012-11-041-1/+4
|/ | | | shifted up by >= its own height with a negative margin.
* 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 ↵Rob Kendrick (fatigue)2012-11-041-0/+0
| | | | up a suitable environment with a PREFIX
* 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
| | | | | | | | This reverts commit f5a98defaec97cf7a18516c8c9af49f10b93f0cf.
* | 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 ↵Daniel Silverstone2012-11-041-0/+8
| | | | | | | | scrollwheels work again
| * Revert "Suppress BEAST workaround."John-Mark Bell2012-11-041-3/+0
| | | | | | | | This reverts commit d31e8a7b29ea7b3dd3838c628fcfe30d2269859d.
| * 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
|\