summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Change meaning of c->redraw_time to be the earliest time to reflow during ↵Rob Kendrick2008-03-114-10/+21
| | | | | | page asset fetch. Have the time selected vary depending on how long the last reflow took. svn path=/trunk/netsurf/; revision=3925
* Wrap jpeg library check in #ifdef riscos, as we don't care on non-RISC OS. ↵Rob Kendrick2008-03-101-2/+3
| | | | | | Silences warning. svn path=/trunk/netsurf/; revision=3921
* Insert implied boxes rather than entirely removing empty table/row group ↵John Mark Bell2008-03-101-22/+62
| | | | | | nodes from the box tree. svn path=/trunk/netsurf/; revision=3920
* Fix last pointer manipulation for table and row_group boxes.John Mark Bell2008-03-101-2/+4
| | | | svn path=/trunk/netsurf/; revision=3919
* Take account of any table height specified through CSS or HTML.John Mark Bell2008-03-101-1/+10
| | | | svn path=/trunk/netsurf/; revision=3918
* Update status bar when standalone images are done.Michael Drake2008-03-1010-0/+20
| | | | svn path=/trunk/netsurf/; revision=3917
* Apply min/max-height to absolutely positioned elements.Michael Drake2008-03-101-0/+1
| | | | svn path=/trunk/netsurf/; revision=3916
* Foresee OSLib 7 and pre-OSLib 7 compatibilityJohn Tytgat2008-03-106-7/+53
| | | | svn path=/trunk/netsurf/; revision=3913
* Avoid rendering using random buffer data when content is locked. In such ↵John Tytgat2008-03-101-0/+7
| | | | | | cases we leave the window area as is. svn path=/trunk/netsurf/; revision=3912
* Adjust y values after seting a min/max-height.Michael Drake2008-03-091-5/+22
| | | | svn path=/trunk/netsurf/; revision=3910
* Initial stab at min/max-height support.Michael Drake2008-03-091-1/+46
| | | | svn path=/trunk/netsurf/; revision=3909
* Add 'docs' target to generate the developer Doxygen generated documentation.John Tytgat2008-03-091-0/+7
| | | | svn path=/trunk/netsurf/; revision=3908
* Avoid magic numbers.John Tytgat2008-03-091-4/+4
| | | | svn path=/trunk/netsurf/; revision=3907
* Revert accidentally committed files.Michael Drake2008-03-093-20/+20
| | | | svn path=/trunk/netsurf/; revision=3905
* When floats have clear right or left set, as well as being put below floats ↵Michael Drake2008-03-094-40/+49
| | | | | | on that side, they should still follow normal behaviour with respect to floats on the other side. svn path=/trunk/netsurf/; revision=3904
* Fix clear CSS property support when applied on floats.Michael Drake2008-03-091-5/+20
| | | | svn path=/trunk/netsurf/; revision=3902
* 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