summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add mime-type getter.Michael Drake2010-04-073-0/+21
* Fix textarea crash.John Mark Bell2010-04-072-10/+32
* More blatant warning about editing Makefile.defaults.Michael Drake2010-04-062-7/+16
* Prevent assertion when imported stylesheet fails to load.John Mark Bell2010-04-061-4/+6
* Format build config output into columns. Only tested native RISC OS build an...Michael Drake2010-04-061-50/+50
* Fix framebuffer build.Michael Drake2010-04-061-0/+4
* Attempt to make the config messages clearer. Add auto-detection of libsvgtiny...James Bursa2010-04-062-25/+40
* Port to new download APIJohn Mark Bell2010-04-051-30/+35
* Apply ifdef. The first major casualty of new-cache.John Mark Bell2010-04-051-1/+9
* Fix for hlcacheJohn Mark Bell2010-04-051-3/+5
* Port to new content APIJohn Mark Bell2010-04-052-11/+23
* Port to new content APIJohn Mark Bell2010-04-052-11/+28
* Port to new content APIJohn Mark Bell2010-04-052-12/+33
* Make downloads work again.John Mark Bell2010-04-0518-203/+573
* Fix compilationJohn Mark Bell2010-04-051-3/+0
* Remove redundant content message types and associated dataJohn Mark Bell2010-04-051-13/+0
* Release favicon when HTML content is destroyedJohn Mark Bell2010-04-041-0/+5
* Make the high-level cache drop contents of unacceptable type on the floor.John Mark Bell2010-04-047-39/+123
* Suppress error page generation for favicon fetches.John Mark Bell2010-04-041-2/+3
* 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