summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update about page to use new CSS file and tidy.Michael Drake2008-01-195-0/+65
* Remove unused directoriesJohn Mark Bell2008-01-190-0/+0
* More work on cookie parser. Our junk value handling is now significantly clos...John Mark Bell2008-01-191-19/+97
* Work on cookies to bring our behaviour closer to the spec and other browsers:John Mark Bell2008-01-172-97/+315
* The previous fix was broken -- URI paths include the leafname.John Mark Bell2008-01-072-70/+36
* Fix potential crash in urldb_dump()John Mark Bell2008-01-071-13/+92
* Add url_leafname()John Mark Bell2008-01-072-1/+34
* GCCSDK 4 build support.John Tytgat2007-12-282-5/+6
* Protect <pre> fix in cases where c->style is NULLDaniel Silverstone2007-12-231-3/+5
* An INLINE_CONTAINER which contains a TEXT which is zero chars long but *is* i...Daniel Silverstone2007-12-231-3/+7
* Initial work on new makesystem. See top of Makefile.unix for notes. Not yet f...Daniel Silverstone2007-12-222-0/+310
* Set SVG filetype's name.Michael Drake2007-12-161-0/+1
* Updated Dutch translation by Simon Voortman and Gerard van Katwijk.Michael Drake2007-12-122-68/+68
* Fix non-ASCII text input for GTK build (Dmitry Artamonow)John Mark Bell2007-12-111-1/+2
* Implement ro_save_draw_path() to enable Draw export of SVGs.James Bursa2007-12-111-1/+88
* Plug a memory leak in ro_plot_path().James Bursa2007-12-111-8/+12
* Fix warnings and remove some logging.James Bursa2007-12-111-7/+3
* Implement path plotter (for SVGs within a page).James Bursa2007-12-111-6/+4
* Clear background when redrawing for all except HTML.James Bursa2007-12-111-2/+4
* Fix coordinates when redrawing an SVG within a page.James Bursa2007-12-111-39/+21
* Increase default font size and line spacing.Michael Drake2007-12-094-8/+8
* Implement polyline, polygon, more path segment types, and more transforms.James Bursa2007-12-021-51/+222
* Implement and fix more of viewBox, path, and transform.James Bursa2007-11-301-19/+29
* Add support for transform, color none, and some colours in style attribute.James Bursa2007-11-291-13/+109
* Add empty path plotters to stop crashes.James Bursa2007-11-292-3/+24
* Put alignment stuff back to how it was in the release branch. However it is d...Michael Drake2007-11-051-22/+15
* Update interactive help text for links.Michael Drake2007-11-054-4/+4
* Add break; (these things help, now and again)John Mark Bell2007-11-041-11/+13
* Fix frame-related crash (images.google) caused by destruction of current wind...Adrian Lees2007-11-041-11/+22
* Update alignment rules again.Michael Drake2007-11-011-3/+9
* Update alignment rules.Michael Drake2007-11-011-15/+16
* Ignore SIGPIPE on all platforms, not just RISC OS.John Mark Bell2007-10-312-7/+9
* Work around sites sending domain cookies for .foo.com from hosts such as bar....John Mark Bell2007-10-301-5/+20
* Bug fixes by Franz Korntner.James Bursa2007-10-283-10/+5
* Bug fixes in parse_length, parse_clip, css_dump_style, css_dump_length by Fra...James Bursa2007-10-282-9/+7
* Fix doc typo.James Bursa2007-10-281-1/+1
* Fix recursion when search string is pure wildcardAdrian Lees2007-10-151-2/+5
* Allow interactive help to be turned off (implement 1793020)Richard Wilson2007-10-103-6/+23
* Don't remove table rows with no children (fix 1753365)Richard Wilson2007-10-101-11/+19
* Remove legacy code.Richard Wilson2007-10-101-8/+1
* Check the RAM sprite pool before the ROM sprite pool (fix 1781184)Richard Wilson2007-10-091-2/+2
* Correctly terminate the plot group of a clipped box. Clip visible children of...Richard Wilson2007-10-091-12/+20
* No longer assert on invalid input to hex_colour.Richard Wilson2007-10-091-2/+1
* Fix parsing of invalid colour values becoming CSS_COLOR_NONE. Make all colour...Richard Wilson2007-10-093-86/+97
* Change curse type used for links to the correct one (GTK 2.12/GNOME 2.20 chan...Rob Kendrick2007-10-041-1/+1
* Allow hex CSS colour values with omitted hash. Fix #rgb and #rrggbb handling ...Michael Drake2007-10-031-2/+34
* Add mockup nsgtk downloads window and some support code, remove warning on re...Rob Kendrick2007-10-026-5301/+3580
* Remove restriction of @import coming at the start, because multiple inline st...James Bursa2007-10-021-1/+1
* Process inline stylesheets anywhere in document, not just in <head>.James Bursa2007-10-021-115/+185
* Fix "no proxy" option.John Mark Bell2007-09-301-0/+1