summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* improve iconv library handlingVincent Sanders2014-04-306-8/+46
|
* Update some version numbers for 3.2-dev.Chris Young2014-04-282-9/+7
| | | | The minor version of 3 here is correct, it is only used internally to conform to AmigaOS versioning conventions.
* use compatability macro for mkdirVincent Sanders2014-04-282-7/+5
|
* make GTK configuration handling conform to XDG specification.Vincent Sanders2014-04-287-137/+447
|
* update version info for next development cycleVincent Sanders2014-04-251-2/+2
|
* Merge branch 'heads/release/3.1'Vincent Sanders2014-04-250-0/+0
|\
| * Update version for 3.1 releaserelease/3.1Vincent Sanders2014-04-251-7/+2
|/
* Remove excessive logging.Michael Drake2014-04-182-3/+2
|
* Handle some directories already existing.Michael Drake2014-04-181-1/+1
| | | | | | | | | When creating the path to the cache directory we were giving up on the first directory that already existed. This prevented the path to the cache directory getting made, which prevented view-source from working if the path was only patially available.
* Add more logging for filename init.Michael Drake2014-04-181-0/+2
|
* Add logging to filename_initialise().Michael Drake2014-04-181-1/+2
|
* Add logging to view-source filename generation.Michael Drake2014-04-181-0/+2
|
* Fix table cell bottom borders leaking to the cell on the right.Michael Drake2014-04-141-3/+3
| | | | | | | | Prevent leaking of table cell borders that happend when doing border-collapse: collapse; Error was do to cell->columns being treated as number of extra columns spanned minus 1, rather than number of columns spanned.
* Update certificates for 3.1 releaseChris Young2014-04-121-119/+350
|
* Remove redundant code.Michael Drake2014-04-121-20/+0
| | | | | Remove workaround for crash caused by flawed table layout. Table layout is now fixed.
* Fix table layout issue: row spans crossing row groups.Michael Drake2014-04-121-4/+11
| | | | | | Track row group that spans belong to, and compare with current cell's row group to decide whether the previous span affects current cell's start column.
* Flag TODO for rowspan in different row group.Michael Drake2014-04-091-0/+2
|
* Implied table rows must increment the row group's row count too.Michael Drake2014-04-091-0/+1
|
* Merge remote-tracking branch 'achal/fix-line-height'Michael Drake2014-04-091-3/+3
|\
| * Fixes #2101, evaluation of text field and textarea line height.Achal-Aggarwal2014-03-311-3/+3
| |
* | fix table normalisation to not allow rowspan entries to leak beyond their ↵Vincent Sanders2014-04-091-11/+37
| | | | | | | | grouping
* | Try to fix Amiga build failure.Michael Drake2014-04-091-1/+1
| |
* | Fix collapsing borders with rowspan from previous row group.Michael Drake2014-04-091-1/+21
| | | | | | | | Mantis #0002102
* | move testament output to object directory instead of modifying sourceVincent Sanders2014-04-086-13/+9
| |
* | Ensure we don't get extraneous signals allocatedChris Young2014-04-061-1/+2
| |
* | Fix a case where the screen wouldn't close if NetSurf had been launched from ↵Chris Young2014-04-061-4/+2
| | | | | | | | Workbench
* | Fix some more cppcheck unread/unusedVariable warningsChris Young2014-04-053-5/+1
| |
* | Change the scope of some variables picked up by cppcheck, minor reformattingChris Young2014-04-0510-50/+30
| |
* | Fix cppcheck constStatement warningChris Young2014-04-051-2/+2
| |
* | Fix cppcheck syntaxErrorChris Young2014-04-051-3/+3
| |
* | Add missing includeChris Young2014-04-051-0/+1
| |
* | Fix some cppcheck variableHidingTypedef warningsChris Young2014-04-053-22/+22
| |
* | Fix a bunch of cppcheck unused/unreadVariable warningsChris Young2014-04-0518-44/+8
| |
* | Fix cppcheck variableScope warningsChris Young2014-04-052-5/+9
| |
* | Fix some cppcheck unused/unreadVariablesChris Young2014-04-051-3/+2
| |
* | Fix cppcheck arrayIndexOutOfBoundsChris Young2014-04-051-1/+1
| |
* | Fix cppcheck syntaxErrorChris Young2014-04-051-1/+1
| |
* | Fix some cppcheck variableScope warningsChris Young2014-04-051-4/+5
| |
* | Fix a bunch of cppcheck unusedVariable/unreadVariable warningsChris Young2014-04-051-26/+5
| |
* | Fix cppcheck variableHidingTypedefChris Young2014-04-051-5/+5
| |
* | Remove cppcheck unnecessaryForwardDeclarationChris Young2014-04-051-2/+0
| |
* | Fix some cppcheck variableScope warningsChris Young2014-04-051-4/+3
| |
* | Allow mouse tracking events to terminate without a PointerLeaving event ↵Steve Fryatt2014-04-052-10/+33
| | | | | | | | | | | | being received. This change should handle the situation where a PointerEntering event is received without a corresponding PointerLeaving event, which appears to be caused by some third-party OS addons. This could cause unexpected consequences, so all such terminations are currently logged.
* | Fix cppcheck nullPointerChris Young2014-04-031-1/+2
| |
* | Fix cppcheck syntaxErrorChris Young2014-04-031-1/+1
| |
* | Fix cppcheck nullPointerChris Young2014-04-031-3/+5
| |
* | Fix cppcheck syntaxErrorChris Young2014-04-031-1/+1
| |
* | Fix cppcheck bufferAccessOutOfBoundsChris Young2014-04-031-1/+1
| |
* | Fix logic error found by cppcheck.Michael Drake2014-04-021-1/+1
| |
* | Fix logic error found by cppcheck.Michael Drake2014-04-021-1/+1
| |