summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Squash warningJohn Mark Bell2008-03-191-1/+1
| | | | svn path=/trunk/netsurf/; revision=3982
* Update to use new build system.Michael Drake2008-03-191-1/+1
| | | | svn path=/trunk/netsurf/; revision=3981
* Squash "implicit declaration of function 'gui_multitask'" warnings.John Mark Bell2008-03-193-6/+0
| | | | svn path=/trunk/netsurf/; revision=3980
* Use pkg-config, where possibleJohn Mark Bell2008-03-191-11/+15
| | | | svn path=/trunk/netsurf/; revision=3979
* Remove scandeps file.Michael Drake2008-03-191-45/+0
| | | | svn path=/trunk/netsurf/; revision=3975
* Shift -mthrowback so it's only used when building on a RO hostJohn Mark Bell2008-03-191-2/+2
| | | | svn path=/trunk/netsurf/; revision=3974
* Update documentationJohn Mark Bell2008-03-191-6/+5
| | | | svn path=/trunk/netsurf/; revision=3971
* Purge old buildsystem.John Mark Bell2008-03-194-306/+3
| | | | | | Rename Makefile.unix to Makefile. svn path=/trunk/netsurf/; revision=3970
* Minor tweaks to Makefile for successful compilation on RO.John Mark Bell2008-03-192-3/+11
| | | | | | Document the s/$(shell uname -s)/riscos/ kludge until we get a fixed version of UnixLib/make svn path=/trunk/netsurf/; revision=3969
* Throwback for native RISC OS build.Michael Drake2008-03-191-1/+1
| | | | svn path=/trunk/netsurf/; revision=3968
* Support for native RISC OS building (part 1/2)John Tytgat2008-03-191-1/+13
| | | | svn path=/trunk/netsurf/; revision=3967
* Merge HOST_SYSTEM into HOST; ask non-system only header dependency.John Tytgat2008-03-191-15/+10
| | | | svn path=/trunk/netsurf/; revision=3966
* Add 'riscos' specific target rules for css generated files.John Tytgat2008-03-191-1/+19
| | | | svn path=/trunk/netsurf/; revision=3965
* Fix the other mention of the old build system in GTK build docsRob Kendrick2008-03-181-3/+3
| | | | svn path=/trunk/netsurf/; revision=3963
* Update GTK building instructions to mention new Makefile, and talk about the ↵Rob Kendrick2008-03-181-4/+6
| | | | | | netsurf starter script a little more. svn path=/trunk/netsurf/; revision=3961
* Fix stylesheet enumeration API description -- only top-level stylesheets are ↵John Mark Bell2008-03-151-2/+1
| | | | | | included svn path=/trunk/netsurf/; revision=3956
* Ideas for a new CSS engineJohn Mark Bell2008-03-151-0/+162
| | | | svn path=/trunk/netsurf/; revision=3954
* Ensure that scrollbar foreground is actually visible (black on black, for ↵John Mark Bell2008-03-141-2/+10
| | | | | | example, isn't very usable) svn path=/trunk/netsurf/; revision=3950
* Remove spurious *John Mark Bell2008-03-131-1/+3
| | | | svn path=/trunk/netsurf/; revision=3946
* Drop support for URL file versions below 1.06John Mark Bell2008-03-131-83/+40
| | | | svn path=/trunk/netsurf/; revision=3945
* Forward compatible Cookie file loading/savingJohn Mark Bell2008-03-131-10/+15
| | | | | | Reduce amount of magic numbers svn path=/trunk/netsurf/; revision=3944
* Add -D_NETBSD_SOURCE to Makefile.unix for building on NetBSD. Also don't ↵Rob Kendrick2008-03-122-1/+2
| | | | | | provide prototype for strcasestr under NetBSD. Fixes segfaults. svn path=/trunk/netsurf/; revision=3943
* Round caret hight down by 2 to make up for pixel system differences in ↵Rob Kendrick2008-03-111-1/+1
| | | | | | nsgtk: makes caret appear the correct size for text-entry boxes. svn path=/trunk/netsurf/; revision=3926
* 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