summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* rationalise the usage of the file schemeVincent Sanders2010-03-3113-95/+106
* Do not abort fetch on receipt of FETCH_ERROR: the fetch has already been dest...John Mark Bell2010-03-302-2/+9
* Perform a radical crapectomy on the windows redraw functionalityVincent Sanders2010-03-301-139/+62
* netsurf_init expects a pointer, not an intChris Young2010-03-301-1/+1
* Revert previous changeChris Young2010-03-301-2/+1
* Avoid crash if pargc is NULL. This might happen, for example, when launching...Chris Young2010-03-301-1/+2
* Fix compilation when building WITH_NS_SVGChris Young2010-03-302-2/+2
* Remove date.Michael Drake2010-03-301-1/+1
* It probably helps to invert the done_parse flagJohn Mark Bell2010-03-301-0/+2
* stop trying to redraw a browser window if its content is emptyVincent Sanders2010-03-291-0/+4
* The convert stage of a content's state progression no longer reflows the cont...John Mark Bell2010-03-2932-104/+87
* Use hlcache_child_ctx, instead of just hoping that we replicate its members c...John Mark Bell2010-03-291-47/+8
* second pass at startup refactor removing the gui_init callbackVincent Sanders2010-03-298-90/+101
* first part of initialisation refactor move gui_init2 into frontendsVincent Sanders2010-03-298-87/+104
* Disable llcache tracingJohn Mark Bell2010-03-291-1/+1
* Fix broken linked list removal.John Mark Bell2010-03-291-1/+1
* Forbid contents with active fetches from being cleaned.John Mark Bell2010-03-291-3/+5
* Exceptionally verbose tracing of llcache operation.John Mark Bell2010-03-291-6/+99
* Squash warningJohn Mark Bell2010-03-281-0/+2
* Fixup per reviewJohn Mark Bell2010-03-282-75/+23
* Fix for new-cacheChris Young2010-03-281-3/+8
* Avoid failing completely if gui_window is NULLChris Young2010-03-281-4/+3
* Remove unnecessary assignment.Michael Drake2010-03-281-1/+0
* Pass mouse buttons to core correctly.Michael Drake2010-03-281-12/+21
* Only obey size property on input elements that are either text or password. ...Rob Kendrick2010-03-281-0/+4
* Allow us to cache foo?bar when it explicitly allows it. as per rfc2616 13.9Daniel Silverstone2010-03-281-8/+15
* Allow NetSurf to be opened from the CLI without a URL specified.Chris Young2010-03-281-4/+13
* Ensure that finished redirection objects in llcache do not get found by subse...Daniel Silverstone2010-03-281-1/+6
* Replace fetch_poll with llcache_poll throughout. Allow CONTENT_OTHER to comp...Daniel Silverstone2010-03-285-83/+82
* Changes required for new-cacheChris Young2010-03-2824-178/+205
* Remove redundant fetch_poll callDaniel Silverstone2010-03-281-1/+0
* Do not assert when the only thing of interest is a body box. Status string c...Rob Kendrick2010-03-281-2/+3
* Remove fetchcache.[ch]Daniel Silverstone2010-03-285-1386/+0
* Adjust alignment and padding of toolbar. All this toolbar code needs throwin...Rob Kendrick2010-03-281-2/+6
* Ensure we honour html_fetch_object's API properly regarding NOMEM behaviourDaniel Silverstone2010-03-281-19/+18
* Merge jmb/new-cache; r=dsilvers,rs=vinceDaniel Silverstone2010-03-28106-2887/+6574
* Call the toolbar sensitivity update function when changing sensitivity of too...Rob Kendrick2010-03-281-0/+2
* Remove empty tab labels from glade files; removes GTK assertions on startup. ...Rob Kendrick2010-03-281-703/+396
* slight, marginal and trifling nsgtk beautificationRob Kendrick2010-03-277-3247/+5606
* Stop javascript: links being passed to launch-handlerChris Young2010-03-251-1/+2
* If a file isn't dropped over a text box or a file box, just load it.Chris Young2010-03-231-0/+5
* Updated translation from Samir HawamdehChris Young2010-03-231-100/+99
* Tidy up. Can almost tell what is going on in gui_init now.Chris Young2010-03-231-91/+111
* Factor Amiga theme-related code out to a new file. This includes all throbbe...Chris Young2010-03-236-448/+547
* Add missing string. Thanks to Samir Hawamdeh for the report.Chris Young2010-03-225-0/+5
* Fix crash when attempting to open context menu in a browser_window with no co...Chris Young2010-03-211-1/+4
* Avoid corruption of bottom window border after resizeChris Young2010-03-211-1/+2
* Move code which extracts the filename from a given path into frontend.Chris Young2010-03-218-34/+134
* Updated translation from Samir HawamdehChris Young2010-03-181-5/+4
* Squash memory leak and an offset problem related to helphintsChris Young2010-03-173-7/+18