summaryrefslogtreecommitdiff
path: root/Makefile.defaults
Commit message (Collapse)AuthorAgeFilesLines
...
* Errorneous modificationChris Young2010-10-161-1/+1
| | | | svn path=/trunk/netsurf/; revision=10887
* Fix WebP images for little-endian processors, and enable for gtk build.Chris Young2010-10-161-1/+5
| | | | | | | Direct links work, images embedded in web pages are not showing up - test page at http://www.unsatisfactorysoftware.co.uk/netsurf/webptest/ svn path=/trunk/netsurf/; revision=10886
* Clean up framebuffer compile time font selectionVincent Sanders2010-10-071-3/+16
| | | | | | | Make framebuffer font documentation match reality Expose glyph cache size as a configuration option svn path=/trunk/netsurf/; revision=10871
* WebP image support, needs libwebp (from trunk/libwebp) and libvpx.Chris Young2010-10-031-0/+8
| | | | | | Only enabled for Amiga build currently, may have colour issues on little-endian CPUs svn path=/trunk/netsurf/; revision=10860
* Use nssvg by default on BeOS.François Revel2010-08-021-0/+4
| | | | svn path=/trunk/netsurf/; revision=10676
* Force internal iconv for Amiga build, as libiconv causing odd problems ↵Chris Young2010-06-271-1/+1
| | | | | | | | despite working well through libparserutils svn path=/trunk/netsurf/; revision=10582
* Fix compilation on OpenBSD (credit: Anthony Bentley)John Mark Bell2010-06-131-1/+1
| | | | svn path=/trunk/netsurf/; revision=10572
* Build libparserutils (and NetSurf) against libiconv instead of newlib's iconv.Chris Young2010-05-031-0/+4
| | | | | | | | | This fixes the bug with lpu's iconv filter causing freezing on OS4 NetSurf. With an appropriate font (eg. Bitstream Cyberbit) Japanese characters will now display. Test websites work, but proper Japanese websites cause an assert which may be caused by amiga/font.c incorrect text size calculations. svn path=/trunk/netsurf/; revision=10546
* Forcibly disable PDF export support until it gets fixed.John Mark Bell2010-05-011-1/+1
| | | | svn path=/trunk/netsurf/; revision=10539
* More blatant warning about editing Makefile.defaults.Michael Drake2010-04-061-7/+15
| | | | svn path=/trunk/netsurf/; revision=10257
* Fix framebuffer build.Michael Drake2010-04-061-0/+4
| | | | svn path=/trunk/netsurf/; revision=10254
* Attempt to make the config messages clearer. Add auto-detection of ↵James Bursa2010-04-061-0/+4
| | | | | | libsvgtiny option to gtk build. svn path=/trunk/netsurf/; revision=10253
* Add Windows frontendVincent Sanders2010-01-311-0/+28
| | | | svn path=/trunk/netsurf/; revision=9940
* NETSURF_USE_DRAW should apply to the Draw content handler only.John Mark Bell2009-06-201-1/+5
| | | | | | | | Introduce NETSURF_USE_DRAW_EXPORT to toggle draw export support. Fix up a bunch of stuff related to this. Fix warnings caused by disabling the Sprite renderer. svn path=/trunk/netsurf/; revision=7899
* Update framebuffer paths to use PREFIX, add install-framebuffer targetDaniel Silverstone2009-04-211-3/+6
| | | | svn path=/trunk/netsurf/; revision=7222
* Add a PREFIX variable which the GTK install can useDaniel Silverstone2009-04-211-2/+5
| | | | svn path=/trunk/netsurf/; revision=7212
* Kill more debug targetJohn Mark Bell2009-04-211-10/+0
| | | | svn path=/trunk/netsurf/; revision=7175
* Enable libpng by default.John Mark Bell2009-04-211-1/+1
| | | | | | Libmng/lcms can't cope with certain PNGs (particularly, xkcd.com) svn path=/trunk/netsurf/; revision=7166
* BeOS/Haiku installation target (credit: Matt Madia)John Mark Bell2009-04-171-0/+9
| | | | svn path=/trunk/netsurf/; revision=7118
* Hubbub is no longer optional.John Mark Bell2009-04-171-16/+0
| | | | | | Remove libxml2 parser binding. svn path=/trunk/netsurf/; revision=7115
* Rename Makefile.config to Makefile.defaults and update the docsDaniel Silverstone2009-03-271-0/+241
svn path=/trunk/netsurf/; revision=6937