summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Round percentage width to nearest pixel with integers.Michael Drake2008-03-081-2/+3
| | | | svn path=/trunk/netsurf/; revision=3901
* Fix float wrapping when available space equals space that would be used by ↵Michael Drake2008-03-071-1/+1
| | | | | | float. svn path=/trunk/netsurf/; revision=3898
* Put old make files and !Run file back.Michael Drake2008-03-073-20/+20
| | | | svn path=/trunk/netsurf/; revision=3896
* No space between rows of floats.Michael Drake2008-03-074-24/+24
| | | | svn path=/trunk/netsurf/; revision=3895
* Bring definition of {escape} in line with CSS 2.1 spec.John Mark Bell2008-03-063-9/+35
| | | | | | | Require units when parsing css lengths. Correctly ignore background: meta-properties which have multiple instances of sub-properties (e.g. foo { background: red pink; }) svn path=/trunk/netsurf/; revision=3893
* Fix standard make file for new data: URL stuff.Michael Drake2008-03-061-3/+3
| | | | svn path=/trunk/netsurf/; revision=3892
* Round percentage widths to nearest pixel instead of down.Michael Drake2008-03-061-2/+2
| | | | svn path=/trunk/netsurf/; revision=3891
* jmb's rework of data: URL handlingRob Kendrick2008-03-061-36/+78
| | | | svn path=/trunk/netsurf/; revision=3890
* Add another check for malformed data: URLsRob Kendrick2008-03-051-1/+10
| | | | svn path=/trunk/netsurf/; revision=3889
* Many data: fixes. Acid2 no longer crashes NetSurf.Rob Kendrick2008-03-051-44/+84
| | | | svn path=/trunk/netsurf/; revision=3888
* Check for calloc() failingRob Kendrick2008-03-051-0/+3
| | | | svn path=/trunk/netsurf/; revision=3885
* Use curl_free() when freeing data: URLs that are URL-encoded instead of ↵Rob Kendrick2008-03-051-1/+4
| | | | | | using free() svn path=/trunk/netsurf/; revision=3884
* Initial attempt at implementing data: URLs. Needs cleaning and verifying ↵Rob Kendrick2008-03-057-2/+730
| | | | | | that I'm using the fetcher API correctly. Appears to work, though. svn path=/trunk/netsurf/; revision=3882
* Tidy up the DEP stuff a bitDaniel Silverstone2008-03-051-12/+10
| | | | svn path=/trunk/netsurf/; revision=3881
* Centered tables are a special case.Michael Drake2008-03-051-1/+15
| | | | svn path=/trunk/netsurf/; revision=3880
* Squash warnings differently.Michael Drake2008-03-031-4/+3
| | | | svn path=/trunk/netsurf/; revision=3879
* Squash two warnings.Michael Drake2008-03-031-2/+3
| | | | svn path=/trunk/netsurf/; revision=3878
* Add testcase for non-fqdn -- already passes, but may as well keep it for ↵John Mark Bell2008-03-031-6/+24
| | | | | | regression testing. svn path=/trunk/netsurf/; revision=3877
* Squash warning.Michael Drake2008-03-011-1/+1
| | | | svn path=/trunk/netsurf/; revision=3875
* Periodically reflow the page while fetching a page's objects. Make buffer ↵Michael Drake2008-02-295-13/+45
| | | | | | all rendering default. svn path=/trunk/netsurf/; revision=3874
* Fix align attributes on TABLE etc being overridden in the table's cells by ↵Michael Drake2008-02-281-4/+15
| | | | | | the default alignment of cells with no align attribute. svn path=/trunk/netsurf/; revision=3873
* Mark old contents as stale if a conditional request succeeded so they'll be ↵John Mark Bell2008-02-271-0/+19
| | | | | | flushed from the cache as soon as they're unused. svn path=/trunk/netsurf/; revision=3872
* Explicitly mark error pages as non-fresh so they'll get purged from the ↵John Mark Bell2008-02-271-0/+4
| | | | | | cache ASAP. svn path=/trunk/netsurf/; revision=3871
* Make content_reset actually do what it's meant to (i.e. reset the ↵John Mark Bell2008-02-273-3/+21
| | | | | | | | appropriate members) Fix up CONTENT_MSG_REFRESH scheduled events to gracefully the refresh URL disappearing from under them. svn path=/trunk/netsurf/; revision=3870
* Don't meddle with blockquote's margins.Michael Drake2008-02-261-2/+3
| | | | svn path=/trunk/netsurf/; revision=3869
* SignednessWarnings.squash()John Mark Bell2008-02-2514-125/+158
| | | | | | Aside from a number of instances of const being cast away (mostly relating to the urldb, which is correct to only export const data) this now builds warning-free with GCC 4 on x86, which is nice. svn path=/trunk/netsurf/; revision=3868
* s/FALSE/false/gJohn Mark Bell2008-02-251-34/+34
| | | | | | s/TRUE/true/g svn path=/trunk/netsurf/; revision=3867
* Improve handling of HTML attributes / markup:Michael Drake2008-02-255-251/+554
| | | | | | | | | | | | | | | | | | | | | * Only apply presentational HTML attributes if no more important CSS has been set for the property. (NetSurf used to be a bit hit-and-miss when presentational markup and CSS were mixed.) * Change table cellpadding and border handling to happen as soon the boxes styles are available, rather than after the whole table has been constructed. Also fix default table border colour. * Improve handling of CENTER tag and ALIGN attribute. These could not be correctly supported in the default CSS file, so block level element alignment is now done during box construction. (Fixes #1891379, #1824492, #1723853) Form improvements: * Small MAXLENGTH values on text inputs now reduce element width. (Fixes #1894854) * Prevent select option text from wrapping. svn path=/trunk/netsurf/; revision=3866
* Set default max fetchers per host option to 2.Michael Drake2008-02-251-1/+1
| | | | svn path=/trunk/netsurf/; revision=3865
* Also flag box as invisible so it'll have no effect on layoutJohn Mark Bell2008-02-251-0/+1
| | | | svn path=/trunk/netsurf/; revision=3864
* Ignore spurious top-level framesets correctly (previously declared memory ↵John Mark Bell2008-02-251-1/+5
| | | | | | exhaustion, which is obviously wrong) svn path=/trunk/netsurf/; revision=3863
* For form gadgets, specified percentage width is inclusive of margin, border ↵Michael Drake2008-02-171-9/+23
| | | | | | and padding space. svn path=/trunk/netsurf/; revision=3859
* Update SSL certificates to the latest Mozilla certificates using ↵James Bursa2008-02-141-2363/+2608
| | | | | | curl/lib/mk-ca-bundle.pl. Number of certificates increased from 94 to 114. svn path=/trunk/netsurf/; revision=3858
* Tweak select element style.Michael Drake2008-02-111-1/+2
| | | | svn path=/trunk/netsurf/; revision=3856
* Select element width is width of longest option text.Michael Drake2008-02-112-9/+61
| | | | svn path=/trunk/netsurf/; revision=3855
* Make GIF decoding work correctly on big-endian (colors were wrong).James Bursa2008-02-101-4/+5
| | | | svn path=/trunk/netsurf/; revision=3854
* Reinstate WARNFLAGSJohn Mark Bell2008-02-091-5/+7
| | | | | | Make RISC OS build CFLAGS specify -mpoke-function-name svn path=/trunk/netsurf/; revision=3853
* Prevent tabbing into textfields whose styling is display: none;John Mark Bell2008-02-072-4/+20
| | | | svn path=/trunk/netsurf/; revision=3849
* Move SVG code into a new library, libsvgtiny.James Bursa2008-02-033-867/+61
| | | | svn path=/trunk/netsurf/; revision=3837
* Fix makefile and RISC OS !Run file.Michael Drake2008-02-032-19/+19
| | | | svn path=/trunk/netsurf/; revision=3834
* Improve float positioning.Michael Drake2008-02-033-20/+20
| | | | svn path=/trunk/netsurf/; revision=3833
* Stop the repeating LEMON/DEP for the CSS parser with Makefile.unixDaniel Silverstone2008-02-031-0/+4
| | | | svn path=/trunk/netsurf/; revision=3832
* Silence noisy loggingJohn Mark Bell2008-02-031-2/+2
| | | | svn path=/trunk/netsurf/; revision=3830
* Include string.h. Thanks to joty.Michael Drake2008-02-031-0/+1
| | | | svn path=/trunk/netsurf/; revision=3829
* Turn debug output off again. Remove extraneous include.Michael Drake2008-02-031-2/+1
| | | | svn path=/trunk/netsurf/; revision=3828
* Ensure min line length takes into account margins, borders and paddings of ↵Michael Drake2008-02-031-2/+7
| | | | | | objects. svn path=/trunk/netsurf/; revision=3827
* Add url_fragment to extract fragment from URLJohn Mark Bell2008-02-039-47/+118
| | | | | | | | Optionally allow url_compare to ignore fragments in comparison Fix handling of url_compare result in a few places Fix redirects which contain fragments in the Location header svn path=/trunk/netsurf/; revision=3826
* Remove dubious default CSS rule.Michael Drake2008-02-021-1/+0
| | | | svn path=/trunk/netsurf/; revision=3822
* Ensure button style is the same as input type=button.Michael Drake2008-02-021-1/+1
| | | | svn path=/trunk/netsurf/; revision=3820
* Treat font tag relative sizes of +/- >1 the same as one.Michael Drake2008-02-021-2/+4
| | | | svn path=/trunk/netsurf/; revision=3817