summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Pedantic line breakJohn Mark Bell2010-04-111-1/+2
* fixup windows download windowVincent Sanders2010-04-112-7/+7
* Remove need to constantly type c->data.html in html_destroy().John Mark Bell2010-04-111-37/+40
* Remove redundant todoJohn Mark Bell2010-04-111-1/+0
* CSS contents may be sharedJohn Mark Bell2010-04-111-1/+1
* Ensure content can be shared when retrieving from cacheJohn Mark Bell2010-04-113-1/+16
* Ensure quirks mode matches when retrieving contents from cacheJohn Mark Bell2010-04-113-1/+22
* Copy child charset, if anyJohn Mark Bell2010-04-111-6/+21
* Fix preprocessor definition for svgtinyJohn Mark Bell2010-04-111-2/+2
* Pedantic whitespace changesJohn Mark Bell2010-04-111-5/+10
* Complete low-level cache cleanerJohn Mark Bell2010-04-111-2/+32
* Remove redundant todoJohn Mark Bell2010-04-111-1/+0
* Support 307 redirects for GET requestsJohn Mark Bell2010-04-111-2/+2
* Forbid redirects to file:/// URLsJohn Mark Bell2010-04-111-1/+15
* Bail out if we're redirected to an URL we can't handleJohn Mark Bell2010-04-111-1/+5
* Reintroduce redirect limitJohn Mark Bell2010-04-111-27/+59
* Remove redundant todosJohn Mark Bell2010-04-111-4/+0
* Fix window updates when main window is scrolled.Michael Drake2010-04-111-3/+10
* Merge jmb/kill-reentrancy. r=vinceJohn Mark Bell2010-04-114-194/+316
* Freeing the local charset version once we've finished with it is a good idea ...Chris Young2010-04-101-0/+2
* Show warning messages in correct charsetChris Young2010-04-101-1/+5
* Avoid crashChris Young2010-04-101-1/+12
* Improve const-correctness of fetch_startJohn Mark Bell2010-04-105-14/+12
* Catch calls to html_clone, which is guaranteed to result in breakage, so it's...John Mark Bell2010-04-101-0/+6
* Return cookies to the same level of working/brokenness as they had before new...John Mark Bell2010-04-101-0/+9
* Use computed POST data when redirecting, instead of original.John Mark Bell2010-04-101-2/+1
* Debug window is now black on white.Michael Drake2010-04-094-8/+8
* Change rendering to use plotter functions. Purge loads of magic numbers. Make...Michael Drake2010-04-091-40/+285
* Fix broken event handling.Chris Young2010-04-0912-44/+108
* Introduce content_set_ready.John Mark Bell2010-04-092-7/+15
* Kill uninitialized warning about 'type'Daniel Silverstone2010-04-091-1/+1
* Fix warnings about scroll and value possibly getting used uninitialised.Michael Drake2010-04-091-1/+2
* Some more asserts to try and help spot multiple-release of llcache handlesDaniel Silverstone2010-04-091-4/+16
* Try to handle nonsense status bar width option settings. This is probably onl...Michael Drake2010-04-081-0/+10
* Status bar width now set in proportion to actual window width. Correctly reta...Michael Drake2010-04-081-13/+14
* Slightly clearer comment.Michael Drake2010-04-081-1/+1
* Remove min status bar width limitation. Set initial status bar width when gui...Michael Drake2010-04-082-1/+13
* Remove dead special case for gtk status bar width.Michael Drake2010-04-081-4/+0
* Turn on smooth scaling by default, since it doesn't make much difference to p...Michael Drake2010-04-081-9/+9
* Make scaled bitmap plotting much faster by only scaling the portion of the bi...Michael Drake2010-04-081-15/+24
* Cover our backs in the charset == NULL caseDaniel Silverstone2010-04-081-0/+2
* Allow nscss to retain charset and nscss_clone to use itDaniel Silverstone2010-04-082-4/+7
* Increase scroll increment.Michael Drake2010-04-081-2/+2
* GTK's source suggests scroll wheels generally get twice as much scrollypower ...Daniel Silverstone2010-04-081-4/+4
* Ensure the h/v scrollbars default to 16px step incrementDaniel Silverstone2010-04-081-2/+2
* Add scroll event supportDaniel Silverstone2010-04-081-192/+247
* Pass an empty string as the label for the local history button. While the GT...Rob Kendrick2010-04-081-1/+1
* Update for renamed launch script.Michael Drake2010-04-081-3/+3
* Don't bother trying to fetch search provider icons when BMP support is disabl...Rob Kendrick2010-04-081-6/+14
* Some X servers set MOD2 for some reason. Limit arrow/pgup/down to 'not alt/c...Daniel Silverstone2010-04-081-1/+1