summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Plug a memory leak in ro_plot_path().James Bursa2007-12-111-8/+12
| | | | svn path=/trunk/netsurf/; revision=3665
* Fix warnings and remove some logging.James Bursa2007-12-111-7/+3
| | | | svn path=/trunk/netsurf/; revision=3664
* Implement path plotter (for SVGs within a page).James Bursa2007-12-111-6/+4
| | | | svn path=/trunk/netsurf/; revision=3663
* Clear background when redrawing for all except HTML.James Bursa2007-12-111-2/+4
| | | | svn path=/trunk/netsurf/; revision=3662
* Fix coordinates when redrawing an SVG within a page.James Bursa2007-12-111-39/+21
| | | | svn path=/trunk/netsurf/; revision=3661
* Increase default font size and line spacing.Michael Drake2007-12-094-8/+8
| | | | svn path=/trunk/netsurf/; revision=3660
* Implement polyline, polygon, more path segment types, and more transforms.James Bursa2007-12-021-51/+222
| | | | svn path=/trunk/netsurf/; revision=3659
* Implement and fix more of viewBox, path, and transform.James Bursa2007-11-301-19/+29
| | | | svn path=/trunk/netsurf/; revision=3655
* Add support for transform, color none, and some colours in style attribute.James Bursa2007-11-291-13/+109
| | | | svn path=/trunk/netsurf/; revision=3654
* Add empty path plotters to stop crashes.James Bursa2007-11-292-3/+24
| | | | svn path=/trunk/netsurf/; revision=3653
* Put alignment stuff back to how it was in the release branch. However it is ↵Michael Drake2007-11-051-22/+15
| | | | | | done in the default CSS file, there are problems. We may as well have the same problems in the release and development builds. svn path=/trunk/netsurf/; revision=3651
* Update interactive help text for links.Michael Drake2007-11-054-4/+4
| | | | svn path=/trunk/netsurf/; revision=3650
* Add break; (these things help, now and again)John Mark Bell2007-11-041-11/+13
| | | | | | Add ACTION_NONE case to the deferred action switch (shuts GCC up) svn path=/trunk/netsurf/; revision=3649
* Fix frame-related crash (images.google) caused by destruction of current ↵Adrian Lees2007-11-041-11/+22
| | | | | | window when clicking URL/submitting form svn path=/trunk/netsurf/; revision=3644
* Update alignment rules again.Michael Drake2007-11-011-3/+9
| | | | svn path=/trunk/netsurf/; revision=3640
* Update alignment rules.Michael Drake2007-11-011-15/+16
| | | | svn path=/trunk/netsurf/; revision=3639
* Ignore SIGPIPE on all platforms, not just RISC OS.John Mark Bell2007-10-312-7/+9
| | | | svn path=/trunk/netsurf/; revision=3638
* Work around sites sending domain cookies for .foo.com from hosts such as ↵John Mark Bell2007-10-301-5/+20
| | | | | | bar.bat.foo.com, then expecting domain matching to succeed. This causes me pain. svn path=/trunk/netsurf/; revision=3637
* Bug fixes by Franz Korntner.James Bursa2007-10-283-10/+5
| | | | svn path=/trunk/netsurf/; revision=3636
* Bug fixes in parse_length, parse_clip, css_dump_style, css_dump_length by ↵James Bursa2007-10-282-9/+7
| | | | | | Franz Korntner. svn path=/trunk/netsurf/; revision=3635
* Fix doc typo.James Bursa2007-10-281-1/+1
| | | | svn path=/trunk/netsurf/; revision=3634
* Fix recursion when search string is pure wildcardAdrian Lees2007-10-151-2/+5
| | | | svn path=/trunk/netsurf/; revision=3633
* Allow interactive help to be turned off (implement 1793020)Richard Wilson2007-10-103-6/+23
| | | | svn path=/trunk/netsurf/; revision=3631
* Don't remove table rows with no children (fix 1753365)Richard Wilson2007-10-101-11/+19
| | | | svn path=/trunk/netsurf/; revision=3630
* Remove legacy code.Richard Wilson2007-10-101-8/+1
| | | | svn path=/trunk/netsurf/; revision=3629
* Check the RAM sprite pool before the ROM sprite pool (fix 1781184)Richard Wilson2007-10-091-2/+2
| | | | svn path=/trunk/netsurf/; revision=3628
* Correctly terminate the plot group of a clipped box. Clip visible children ↵Richard Wilson2007-10-091-12/+20
| | | | | | of hidden elements (fix 1808893). svn path=/trunk/netsurf/; revision=3627
* No longer assert on invalid input to hex_colour.Richard Wilson2007-10-091-2/+1
| | | | svn path=/trunk/netsurf/; revision=3626
* Fix parsing of invalid colour values becoming CSS_COLOR_NONE. Make all ↵Richard Wilson2007-10-093-86/+97
| | | | | | colour parsing code common. svn path=/trunk/netsurf/; revision=3625
* Change curse type used for links to the correct one (GTK 2.12/GNOME 2.20 ↵Rob Kendrick2007-10-041-1/+1
| | | | | | changes what we used to something inappropriate) svn path=/trunk/netsurf/; revision=3622
* Allow hex CSS colour values with omitted hash. Fix #rgb and #rrggbb handling ↵Michael Drake2007-10-031-2/+34
| | | | | | to only accept hex characters. svn path=/trunk/netsurf/; revision=3620
* Add mockup nsgtk downloads window and some support code, remove warning on ↵Rob Kendrick2007-10-026-5301/+3580
| | | | | | recent nsgtk select changes svn path=/trunk/netsurf/; revision=3619
* Remove restriction of @import coming at the start, because multiple inline ↵James Bursa2007-10-021-1/+1
| | | | | | stylesheets are parsed as one stylesheet, so may contain @import in the middle. svn path=/trunk/netsurf/; revision=3616
* Process inline stylesheets anywhere in document, not just in <head>.James Bursa2007-10-021-115/+185
| | | | svn path=/trunk/netsurf/; revision=3615
* Fix "no proxy" option.John Mark Bell2007-09-301-0/+1
| | | | svn path=/trunk/netsurf/; revision=3613
* Tweaks to nsgtk's proxy option savingRob Kendrick2007-09-301-2/+24
| | | | svn path=/trunk/netsurf/; revision=3612
* Make loading/saving of memory cache size option work in nsgtkRob Kendrick2007-09-301-1/+4
| | | | svn path=/trunk/netsurf/; revision=3611
* Add rule to make it visually clearer that a menu is available on SELECT ↵Michael Drake2007-09-291-0/+1
| | | | | | elements. (This will have no effect until :after and content: are implemented.) svn path=/trunk/netsurf/; revision=3607
* Use custom RISC OS-like popup menu cursor on select boxesRob Kendrick2007-09-281-1/+36
| | | | svn path=/trunk/netsurf/; revision=3603
* Add mention of GTK 2.8 dependancyRob Kendrick2007-09-282-1/+5
| | | | svn path=/trunk/netsurf/; revision=3601
* Also try charsets without transliteration -- not all iconv() implementations ↵John Mark Bell2007-09-271-8/+30
| | | | | | support //TRANSLIT as it's a non-standard extension. svn path=/trunk/netsurf/; revision=3598
* Attempt to fix popup menu strangeness in nsgtk experienced by some.Rob Kendrick2007-09-261-1/+2
| | | | svn path=/trunk/netsurf/; revision=3593
* nsgtk single and multiple select form widgets now workRob Kendrick2007-09-261-2/+39
| | | | svn path=/trunk/netsurf/; revision=3592
* Fix handling of backgrounds on <body> and <html>John Mark Bell2007-09-171-45/+119
| | | | svn path=/trunk/netsurf/; revision=3545
* Remove the old and crap gesture coreDaniel Silverstone2007-09-146-415/+2
| | | | svn path=/trunk/netsurf/; revision=3537
* NetBSD doesn't have the timezone struct, either.Rob Kendrick2007-09-141-2/+2
| | | | svn path=/trunk/netsurf/; revision=3536
* Probably fix crash on clicking in url completion dialogue.John Mark Bell2007-08-291-3/+13
| | | | | | URL completion really needs revisiting, as it's full of side effects and has weird and wonderful interactions with other parts of the system. svn path=/trunk/netsurf/; revision=3535
* Fix disappearing borders for elements with overflow: hidden.James Bursa2007-08-281-2/+1
| | | | svn path=/trunk/netsurf/; revision=3534
* Fix for Shift+Adjust clicks on links by Christopher Martin.Michael Drake2007-08-261-4/+5
| | | | svn path=/trunk/netsurf/; revision=3533
* Bring nsgtk execution instruction forward to first sentence in paragraph.Michael Drake2007-08-231-8/+6
| | | | svn path=/trunk/netsurf/; revision=3532