summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add assert for creating pixmap for GTK thumbnails, and a LOG of what it tried...Rob Kendrick2008-03-201-0/+4
* Nicer workaround for native RISC OS builders.John Tytgat2008-03-201-6/+12
* Linker options --start-group/--end-group don't do anything around object file...John Tytgat2008-03-201-5/+1
* Make nsgtk use the welcome page as the default homepage.Michael Drake2008-03-192-3/+3
* Move ReadMe and update welcome page heading.Michael Drake2008-03-191-0/+0
* Squash warningJohn Mark Bell2008-03-191-1/+1
* Drop -Wcast-qual from WARNFLAGS, as it's simply generating warnings about saf...John Mark Bell2008-03-191-1/+1
* Re-express table_find_cell algorithm to avoid relying upon side-effects.John Mark Bell2008-03-191-5/+13
* Lose spurious *John Mark Bell2008-03-191-1/+1
* Squash warningJohn Mark Bell2008-03-191-2/+9
* Squash warningJohn Mark Bell2008-03-191-1/+1
* Squash warningJohn Mark Bell2008-03-191-1/+1
* Update to use new build system.Michael Drake2008-03-191-1/+1
* Squash "implicit declaration of function 'gui_multitask'" warnings.John Mark Bell2008-03-193-6/+0
* Use pkg-config, where possibleJohn Mark Bell2008-03-191-11/+15
* Remove scandeps file.Michael Drake2008-03-191-45/+0
* Shift -mthrowback so it's only used when building on a RO hostJohn Mark Bell2008-03-191-2/+2
* Update documentationJohn Mark Bell2008-03-191-6/+5
* Purge old buildsystem.John Mark Bell2008-03-194-306/+3
* Minor tweaks to Makefile for successful compilation on RO.John Mark Bell2008-03-192-3/+11
* Throwback for native RISC OS build.Michael Drake2008-03-191-1/+1
* Support for native RISC OS building (part 1/2)John Tytgat2008-03-191-1/+13
* Merge HOST_SYSTEM into HOST; ask non-system only header dependency.John Tytgat2008-03-191-15/+10
* Add 'riscos' specific target rules for css generated files.John Tytgat2008-03-191-1/+19
* Fix the other mention of the old build system in GTK build docsRob Kendrick2008-03-181-3/+3
* Update GTK building instructions to mention new Makefile, and talk about the ...Rob Kendrick2008-03-181-4/+6
* Fix stylesheet enumeration API description -- only top-level stylesheets are ...John Mark Bell2008-03-151-2/+1
* Ideas for a new CSS engineJohn Mark Bell2008-03-151-0/+162
* Ensure that scrollbar foreground is actually visible (black on black, for exa...John Mark Bell2008-03-141-2/+10
* Remove spurious *John Mark Bell2008-03-131-1/+3
* Drop support for URL file versions below 1.06John Mark Bell2008-03-131-83/+40
* Forward compatible Cookie file loading/savingJohn Mark Bell2008-03-131-10/+15
* Add -D_NETBSD_SOURCE to Makefile.unix for building on NetBSD. Also don't pro...Rob Kendrick2008-03-122-1/+2
* Round caret hight down by 2 to make up for pixel system differences in nsgtk:...Rob Kendrick2008-03-111-1/+1
* Change meaning of c->redraw_time to be the earliest time to reflow during pag...Rob Kendrick2008-03-114-10/+21
* Wrap jpeg library check in #ifdef riscos, as we don't care on non-RISC OS. S...Rob Kendrick2008-03-101-2/+3
* Insert implied boxes rather than entirely removing empty table/row group node...John Mark Bell2008-03-101-22/+62
* Fix last pointer manipulation for table and row_group boxes.John Mark Bell2008-03-101-2/+4
* Take account of any table height specified through CSS or HTML.John Mark Bell2008-03-101-1/+10
* Update status bar when standalone images are done.Michael Drake2008-03-1010-0/+20
* Apply min/max-height to absolutely positioned elements.Michael Drake2008-03-101-0/+1
* Foresee OSLib 7 and pre-OSLib 7 compatibilityJohn Tytgat2008-03-106-7/+53
* Avoid rendering using random buffer data when content is locked. In such cas...John Tytgat2008-03-101-0/+7
* Adjust y values after seting a min/max-height.Michael Drake2008-03-091-5/+22
* Initial stab at min/max-height support.Michael Drake2008-03-091-1/+46
* Add 'docs' target to generate the developer Doxygen generated documentation.John Tytgat2008-03-091-0/+7
* Avoid magic numbers.John Tytgat2008-03-091-4/+4
* Revert accidentally committed files.Michael Drake2008-03-093-20/+20
* When floats have clear right or left set, as well as being put below floats o...Michael Drake2008-03-094-40/+49
* Fix clear CSS property support when applied on floats.Michael Drake2008-03-091-5/+20