summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Most of a stop implementation.John Mark Bell2010-04-0434-108/+670
* Events for these windows are handled by the main loop in gui.c, but the struc...Chris Young2010-04-044-16/+14
* Constify data parameter to *_process_dataJohn Mark Bell2010-04-0313-19/+22
* Don't leak bitmapJohn Mark Bell2010-04-031-0/+2
* Remove pointless destruction of bitmap: HTML contents will never have one.John Mark Bell2010-04-031-5/+0
* Use mutator to modify content's title field.John Mark Bell2010-04-039-58/+53
* Remove verbose_log from options fileChris Young2010-04-033-7/+2
* Use DataTypes to read text files that are dropped into text boxes, this allow...Chris Young2010-04-021-13/+33
* ...and right a bitChris Young2010-04-021-4/+3
* Move status bar text up a bit...Chris Young2010-04-021-2/+2
* Updated AISS style icon by Martin MerzChris Young2010-04-011-0/+0
* Also update OpenURL configChris Young2010-04-011-1/+1
* netsurf_init expects a char ***, not a char **Chris Young2010-04-013-13/+18
* avoid diviosion by zero errors;Vincent Sanders2010-03-311-7/+12
* Missing includeChris Young2010-03-312-1/+2
* 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