summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Prevent negative calculated width of replaced inlines in layout_minmax_line().John Mark Bell2009-08-011-1/+3
| | | | svn path=/trunk/netsurf/; revision=8933
* Actually handle failure to allocate bitmap structure or retrieve its data ↵John Mark Bell2009-07-312-16/+35
| | | | | | buffer pointer. I hope these longjmps are valid -- libpng's documentation is unhelpfully vague on this subject. svn path=/trunk/netsurf/; revision=8924
* Make polling function return after a fetch_free operation, as under certain ↵Chris Young2009-07-301-15/+7
| | | | | | | | | | | (unknown) circumstances it starts wandering off to nodes which don't exist (the same happens when using NetSurf's rings). Remove debug svn path=/trunk/netsurf/; revision=8915
* Correct definitionChris Young2009-07-291-1/+1
| | | | svn path=/trunk/netsurf/; revision=8899
* Keep a copy of the next_fetcher pointer to avoid a situation where the fetch ↵Chris Young2009-07-291-1/+3
| | | | | | | | gets freed during the poll routine and the next pointer can no longer be read. svn path=/trunk/netsurf/; revision=8898
* Make it match the others in style.Michael Drake2009-07-291-58/+67
| | | | svn path=/trunk/netsurf/; revision=8890
* Remove the docs that have been moved to the wiki.Michael Drake2009-07-295-216/+0
| | | | svn path=/trunk/netsurf/; revision=8889
* Remove line that was removed in the other branch.Michael Drake2009-07-291-2/+0
| | | | svn path=/trunk/netsurf/; revision=8887
* Merged revisions 8808,8862-8863 via svnmerge from Michael Drake2009-07-292-173/+183
| | | | | | | | | | | | | | | | | | | | | svn://svn.netsurf-browser.org/branches/paulblokus/textinput ........ r8808 | paulblokus | 2009-07-26 22:52:53 +0100 (Sun, 26 Jul 2009) | 2 lines don't recalculate height already aviable ........ r8862 | paulblokus | 2009-07-28 21:39:06 +0100 (Tue, 28 Jul 2009) | 2 lines added css.c and css.h files which caused svn errors after using svnmerge ........ r8863 | paulblokus | 2009-07-28 21:43:53 +0100 (Tue, 28 Jul 2009) | 3 lines changed textarea redraw logic little fix of KEY_DELETE_LINE_START jandling ........ svn path=/trunk/netsurf/; revision=8886
* Sync with new libcss API. There's huge amounts of room for improvement in ↵John Mark Bell2009-07-291-0/+175
| | | | | | this implementation. svn path=/trunk/netsurf/; revision=8883
* Remove content doc, it's now on the wiki.Michael Drake2009-07-281-127/+0
| | | | svn path=/trunk/netsurf/; revision=8852
* Remove overview document which has already been migrated to the wiki. The ↵Michael Drake2009-07-281-86/+0
| | | | | | rest will follow. svn path=/trunk/netsurf/; revision=8851
* Add README file.Michael Drake2009-07-281-0/+66
| | | | svn path=/trunk/netsurf/; revision=8850
* Remove dead doc.Michael Drake2009-07-281-31/+0
| | | | svn path=/trunk/netsurf/; revision=8847
* Include size of lwc_context in content size.John Mark Bell2009-07-281-0/+2
| | | | svn path=/trunk/netsurf/; revision=8835
* Add stylesheet size + size of imported sheets onto CSS content size.John Mark Bell2009-07-271-1/+31
| | | | | | Remove imported contents once we've fetched them and imported them into their parent (once this has happened, the content object is just an empty shell, so not worth keeping around). svn path=/trunk/netsurf/; revision=8831
* Shrink allocated <style> source data block to minimum.John Mark Bell2009-07-271-14/+29
| | | | svn path=/trunk/netsurf/; revision=8828
* Fix RISC OS and Amiga builds.John Mark Bell2009-07-272-4/+4
| | | | | | The sooner this stuff is in the core, the better. svn path=/trunk/netsurf/; revision=8827
* Port r8808 to trunk.John Mark Bell2009-07-271-1/+1
| | | | svn path=/trunk/netsurf/; revision=8825
* Slight optimisationJohn Mark Bell2009-07-271-3/+9
| | | | svn path=/trunk/netsurf/; revision=8824
* Delete old CSS document, because it's out-of-date. Should we move the other ↵Michael Drake2009-07-271-81/+0
| | | | | | docs to the wiki? svn path=/trunk/netsurf/; revision=8823
* Retrieve charset specified on the HTTP layer.John Mark Bell2009-07-271-2/+9
| | | | svn path=/trunk/netsurf/; revision=8821
* Consider stylesheet media typesJohn Mark Bell2009-07-275-147/+174
| | | | svn path=/trunk/netsurf/; revision=8820
* Fix potential crash when inline replaced elements have percentage width.John Mark Bell2009-07-271-0/+2
| | | | svn path=/trunk/netsurf/; revision=8814
* Respect configured font sizeJohn Mark Bell2009-07-271-0/+3
| | | | svn path=/trunk/netsurf/; revision=8813
* Revert r8804. This is still occuring, on two different XOOPS sites.Chris Young2009-07-261-0/+1
| | | | svn path=/trunk/netsurf/; revision=8807
* Allow the user to disable URL suggestion.Chris Young2009-07-261-0/+3
| | | | svn path=/trunk/netsurf/; revision=8806
* Updated version from Samir HawamdehChris Young2009-07-261-7/+7
| | | | svn path=/trunk/netsurf/; revision=8805
* Remove setting incremental_reflow off by default. Whatever the cause, the ↵Chris Young2009-07-261-1/+0
| | | | | | | | libcss changes appear to have fixed it. svn path=/trunk/netsurf/; revision=8804
* Minor corrections for libcss buildChris Young2009-07-262-2/+3
| | | | svn path=/trunk/netsurf/; revision=8803
* Ensure quirks.css gets recognised as CSSChris Young2009-07-261-0/+0
| | | | svn path=/trunk/netsurf/; revision=8802
* Fix logicChris Young2009-07-261-14/+6
| | | | svn path=/trunk/netsurf/; revision=8801
* Something approximating error reporting. This really needs addressing properly.John Mark Bell2009-07-251-3/+37
| | | | svn path=/trunk/netsurf/; revision=8791
* Make round-to-nearest clearer.John Mark Bell2009-07-251-1/+1
| | | | svn path=/trunk/netsurf/; revision=8786
* Now that libwapcaplet guarantees NUL-termination of strings, stop copying ↵John Mark Bell2009-07-254-116/+12
| | | | | | them unnecessarily. svn path=/trunk/netsurf/; revision=8785
* Simplify line-height calculation, deferring to nscss_len2px.John Mark Bell2009-07-251-18/+3
| | | | svn path=/trunk/netsurf/; revision=8783
* More consistent conversion of lengths to pixels.John Mark Bell2009-07-251-15/+34
| | | | | | | We now calculate the nearest whole number of pixels required for 1 unit, then multiply that by the requested length. This means that 2 * len2px(1, cm) == len2px(2, cm), for example. svn path=/trunk/netsurf/; revision=8782
* Mention how to get LibCSS.Michael Drake2009-07-241-3/+19
| | | | svn path=/trunk/netsurf/; revision=8776
* Fix crash when a style element is not used because of mismatched media or type.John Mark Bell2009-07-241-16/+19
| | | | svn path=/trunk/netsurf/; revision=8768
* Fix textarea line height.John Mark Bell2009-07-241-2/+3
| | | | svn path=/trunk/netsurf/; revision=8766
* Fix font config stuffJohn Mark Bell2009-07-241-2/+1
| | | | svn path=/trunk/netsurf/; revision=8765
* Undo alignment change pending proper implementation of HTML alignment.Michael Drake2009-07-241-1/+2
| | | | svn path=/trunk/netsurf/; revision=8764
* Fix text/plain lineheight calculationJohn Mark Bell2009-07-241-1/+2
| | | | svn path=/trunk/netsurf/; revision=8763
* Don't attempt to basline-align non text related inlines.Michael Drake2009-07-241-134/+135
| | | | svn path=/trunk/netsurf/; revision=8762
* Remove old forced table cell text alignement.Michael Drake2009-07-231-2/+1
| | | | svn path=/trunk/netsurf/; revision=8759
* Better way of aligning text baselines. Move boxes down to align 0.75 point ↵James Bursa2009-07-231-2/+3
| | | | | | instead of changing height. svn path=/trunk/netsurf/; revision=8758
* Correct include.John Mark Bell2009-07-231-1/+1
| | | | svn path=/trunk/netsurf/; revision=8757
* Remove mention of re2c and lemon. Still need to update with LibCSS and ↵Michael Drake2009-07-234-87/+12
| | | | | | wapcaplet info. svn path=/trunk/netsurf/; revision=8755
* Merge LibCSS port to trunk.John Mark Bell2009-07-2396-10758/+7673
| | | | svn path=/trunk/netsurf/; revision=8752
* Replace URL bar with custom StringView class. Thanks to Stephen Fellner, ↵Chris Young2009-07-237-2/+1104
| | | | | | | | Rene W Olsen and Joerg Strohmayer. svn path=/trunk/netsurf/; revision=8723