summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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
| |
* | Avoid potential NULL ptr deref found by cppcheck.Michael Drake2014-04-021-4/+5
| |
* | Fix leak of url found by cppcheck.Michael Drake2014-04-021-1/+5
| |
* | Fix leak of filename found by cppcheck.Michael Drake2014-04-021-0/+2
| |
* | Fix out of bounds array accesses for Cyrillic2 found by cppcheck.Michael Drake2014-04-021-2/+2
| |
* | Close file on error path.Michael Drake2014-04-021-0/+1
| |
* | Simplify DOM node walker.Michael Drake2014-03-311-36/+20
|/
* Update for 3.1 releaseChris Young2014-03-291-33/+23
|
* Add 1px to caret height.Michael Drake2014-03-271-3/+3
|
* Fix #0002097, with thanks to Achal-Aggarwal for tracking this down.Michael Drake2014-03-271-3/+4
|
* Don't pass pointer to data that isn't on the stack any more to ↵Michael Drake2014-03-271-1/+1
| | | | content_broadcast.
* Merge remote-tracking branch 'achal/fix-2098'Michael Drake2014-03-271-2/+14
|\
| * Fix caret cropping using clip rectangle.Achal-Aggarwal2014-03-211-2/+14
| |
* | fix missing - in gtk3 development package nameVincent Sanders2014-03-211-1/+1
| |
* | fix formatting of defaults makefilesVincent Sanders2014-03-2010-275/+270
| |
* | add missing include to cocoa searchVincent Sanders2014-03-181-0/+1
| |
* | move page search gui callbacks to their own operations tableVincent Sanders2014-03-1828-302/+276
| |
* | beos: Fix buildFrançois Revol2014-03-182-2/+3
|/
* Fix gtk web page searchingVincent Sanders2014-03-183-88/+90
|
* Remove Docs/BUILDING-Monkey.Michael Drake2014-03-161-104/+0
| | | | | | | Instructions are identical to GTK and Framebuffer, except netsurf is built with the framebuffer target: make TARGET=framebuffer
* Add buildsystem to lib list.Michael Drake2014-03-162-0/+2
|
* Remove some trailing whitespace.Michael Drake2014-03-161-2/+2
|
* Add a couple of tweaks from the Framebuffer doc.Michael Drake2014-03-161-3/+3
|
* Update for the "new" buildsystem.Michael Drake2014-03-161-74/+146
|
* Remove section on installing to /usr/localMichael Drake2014-03-161-8/+0
|
* Strip a bit of trailing whitespace.Michael Drake2014-03-161-2/+2
|
* Update for "new" buildsystem.Michael Drake2014-03-161-48/+116
|