summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix build with WITH_NSSPRITE undefinedJohn Mark Bell2008-03-291-1/+1
| | | | svn path=/trunk/netsurf/; revision=4056
* Pedantic typo fixJohn Mark Bell2008-03-291-2/+2
| | | | svn path=/trunk/netsurf/; revision=4055
* Fix instructions on disabling librosprite. Move #include for when James Shaw2008-03-292-4/+8
| | | | | | librosprite isn't installed svn path=/trunk/netsurf/; revision=4054
* Fix typoJames Shaw2008-03-291-2/+2
| | | | svn path=/trunk/netsurf/; revision=4053
* Update docs with instructions for building or disabling librosprite.James Shaw2008-03-291-0/+16
| | | | svn path=/trunk/netsurf/; revision=4052
* Implement sprite support for GTK using librospriteJames Shaw2008-03-299-7/+192
| | | | svn path=/trunk/netsurf/; revision=4051
* Add content/fetchers to Doxygen configRob Kendrick2008-03-271-0/+1
| | | | svn path=/trunk/netsurf/; revision=4050
* Make GTK thumbnail creation more robust, return false when unable to create ↵Rob Kendrick2008-03-251-8/+24
| | | | | | pixmap for thumbnail. svn path=/trunk/netsurf/; revision=4049
* Fix typoJohn Mark Bell2008-03-251-2/+4
| | | | | | Mention potential need to make clean after build failure due to missing dependencies svn path=/trunk/netsurf/; revision=4048
* Save non-opaque images with a proper mask/full alpha channelAdrian Lees2008-03-245-16/+172
| | | | svn path=/trunk/netsurf/; revision=4047
* Tidy up when drag save aborted (fixes assert when dragging URL to same window)Adrian Lees2008-03-231-1/+4
| | | | svn path=/trunk/netsurf/; revision=4043
* Ensure 'tracking window' defined when starting selectionAdrian Lees2008-03-231-0/+1
| | | | svn path=/trunk/netsurf/; revision=4042
* Added missing initialiserAdrian Lees2008-03-231-0/+1
| | | | svn path=/trunk/netsurf/; revision=4041
* Deal with $(shell ...) being successful on RISC OS and uname -s not ↵John Mark Bell2008-03-231-0/+5
| | | | | | returning "riscos" svn path=/trunk/netsurf/; revision=4040
* Add box tree dump saving, create 'debugging' sub menu to put this and debug ↵Rob Kendrick2008-03-224-297/+375
| | | | | | rendering option in. Make debug rendering option cause all open windows to redraw. svn path=/trunk/netsurf/; revision=4036
* Fix clicking to the RHS of text box widgets - now places caret in correct ↵Rob Kendrick2008-03-221-1/+5
| | | | | | position. Thanks to Dobos D.Calin <calin.dobos@info.uaic.ro>. The second part of this patch has not been included, pending further investigation. svn path=/trunk/netsurf/; revision=4033
* Add GCCSDK 4 support (cross-compile, static ELF only atm); Ignore codedocs ↵John Tytgat2008-03-222-22/+238
| | | | | | directory during 'svn status'. svn path=/trunk/netsurf/; revision=4031
* Update GTK docs.Michael Drake2008-03-212-9/+25
| | | | svn path=/trunk/netsurf/; revision=4030
* css/parser.out is an intermediate file too. Remove it during clean target.John Tytgat2008-03-211-1/+1
| | | | svn path=/trunk/netsurf/; revision=4029
* Mention how to change the default home page, and fixed a posterior-related typo.Rob Kendrick2008-03-211-1/+7
| | | | svn path=/trunk/netsurf/; revision=4028
* Add simple document with UNIX packaging suggestionsRob Kendrick2008-03-211-0/+55
| | | | svn path=/trunk/netsurf/; revision=4027
* - Prefix OBJROOT with "build-" (which is then followed by build platform id ↵John Tytgat2008-03-211-1/+1
| | | | | | | | + NS target plotter). - Update list of objects to be ignored at 'svn status' time. svn path=/trunk/netsurf/; revision=4026
* - Add check TARGET is either "riscos" or "gtk" (or not specified but thenJohn Tytgat2008-03-211-2/+9
| | | | | | | | an appropriate default TARGET value is chosen based on build platform). - Support GCCSDK cross-compilers which are not installed at their default location by making use of GCCSDK_INSTALL_CROSSBIN/GCCSDK_INSTALL_ENV. svn path=/trunk/netsurf/; revision=4025
* Tweak wording.Michael Drake2008-03-211-6/+6
| | | | svn path=/trunk/netsurf/; revision=4024
* Update GTK build instructions.Michael Drake2008-03-211-41/+57
| | | | svn path=/trunk/netsurf/; revision=4023
* Update list of tested platformsRob Kendrick2008-03-211-4/+4
| | | | svn path=/trunk/netsurf/; revision=4017
* Add instructions for building on Fedora.Rob Kendrick2008-03-211-10/+21
| | | | svn path=/trunk/netsurf/; revision=4016
* CSS min/max-height overrides height.Michael Drake2008-03-211-1/+1
| | | | svn path=/trunk/netsurf/; revision=4008
* Unsightly hack around flickering to white in nsgtk. This needs to be sorted ↵John Mark Bell2008-03-211-0/+37
| | | | | | out properly as a matter of urgency. svn path=/trunk/netsurf/; revision=4005
* CSS min-height and max-height properties override fixed heights too.Michael Drake2008-03-201-12/+16
| | | | svn path=/trunk/netsurf/; revision=4003
* GTK UI tweaks from Mike Lester <element3260@gmail.com>Rob Kendrick2008-03-205-43/+48
| | | | svn path=/trunk/netsurf/; revision=4002
* Add assert for creating pixmap for GTK thumbnails, and a LOG of what it ↵Rob Kendrick2008-03-201-0/+4
| | | | | | tried to do. svn path=/trunk/netsurf/; revision=4001
* Nicer workaround for native RISC OS builders.John Tytgat2008-03-201-6/+12
| | | | svn path=/trunk/netsurf/; revision=3997
* Linker options --start-group/--end-group don't do anything around object ↵John Tytgat2008-03-201-5/+1
| | | | | | files, so we remove them. svn path=/trunk/netsurf/; revision=3995
* Make nsgtk use the welcome page as the default homepage.Michael Drake2008-03-192-3/+3
| | | | svn path=/trunk/netsurf/; revision=3994
* Move ReadMe and update welcome page heading.Michael Drake2008-03-191-0/+0
| | | | svn path=/trunk/netsurf/; revision=3992
* Squash warningJohn Mark Bell2008-03-191-1/+1
| | | | svn path=/trunk/netsurf/; revision=3988
* Drop -Wcast-qual from WARNFLAGS, as it's simply generating warnings about ↵John Mark Bell2008-03-191-1/+1
| | | | | | safe operations svn path=/trunk/netsurf/; revision=3987
* Re-express table_find_cell algorithm to avoid relying upon side-effects.John Mark Bell2008-03-191-5/+13
| | | | svn path=/trunk/netsurf/; revision=3986
* Lose spurious *John Mark Bell2008-03-191-1/+1
| | | | svn path=/trunk/netsurf/; revision=3985
* Squash warningJohn Mark Bell2008-03-191-2/+9
| | | | svn path=/trunk/netsurf/; revision=3984
* Squash warningJohn Mark Bell2008-03-191-1/+1
| | | | svn path=/trunk/netsurf/; revision=3983
* 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