summaryrefslogtreecommitdiff
path: root/Makefile.defaults
Commit message (Collapse)AuthorAgeFilesLines
* Registering all image types NSBitmapImageRep can load and using ImageIO ↵Sven Weidauer2011-05-091-1/+3
| | | | | | | | instead of other image libraries by default. Regression: animated GIF doesn’t work anymore. svn path=/trunk/netsurf/; revision=12350
* Rename DataTypes related code/files/defines to avoid confusion and aid ↵Chris Young2011-05-061-2/+6
| | | | | | | | | | adding support for other DataType classes. Disable MNG/WebP by default as they aren't common and the required libs are quite large; DataTypes can handle these formats for now. svn path=/trunk/netsurf/; revision=12284
* Merge branches/jmb/content-factory to trunkJohn Mark Bell2011-05-061-2/+2
| | | | svn path=/trunk/netsurf/; revision=12283
* Update to use official libwebp 0.1Chris Young2011-03-201-4/+4
| | | | | | Remove libvpx references as no longer needed. svn path=/trunk/netsurf/; revision=12115
* Added Makefile setting for the SDK version.Sven Weidauer2011-03-141-0/+1
| | | | svn path=/trunk/netsurf/; revision=12046
* Adding ability to specify /Developer dir in MakefilesSven Weidauer2011-03-141-0/+3
| | | | svn path=/trunk/netsurf/; revision=12043
* Be somewhat more militant with idiots who copy Makefile.defaultsDaniel Silverstone2011-03-131-0/+4
| | | | svn path=/trunk/netsurf/; revision=12018
* Add a deaf monkey frontend. TODO: Make it listenDaniel Silverstone2011-03-121-0/+15
| | | | svn path=/trunk/netsurf/; revision=11968
* Using feature_enabled in Makefile.target to see if Apple ImageIO should be used.Sven Weidauer2011-03-071-1/+2
| | | | svn path=/trunk/netsurf/; revision=11931
* Fix broken CONTENT_PLUGIN API.Chris Young2011-03-061-0/+4
| | | | | | | Add a default content handler for Amiga using the plugin interface, which passes unknown files (currently images only) through DataTypes. svn path=/trunk/netsurf/; revision=11924
* Created content handler CONTENT_APPLE_IMAGE for Mac OS X that can handle all ↵Sven Weidauer2011-03-051-1/+3
| | | | | | image file formats supported by Apples ImageIO framework. Right now used only for JPEG to get rid of libjpeg dependency. svn path=/trunk/netsurf/; revision=11911
* add resource handlingVincent Sanders2011-02-231-10/+12
| | | | | | move gtk and framebuffer to use generic resource handling svn path=/trunk/netsurf/; revision=11772
* Rationalise definition of NO_IPV6 for atari frontendJohn Mark Bell2011-02-061-1/+1
| | | | svn path=/trunk/netsurf/; revision=11623
* Remove leftover atari stuff in cocoa section.François Revel2011-01-231-2/+0
| | | | svn path=/trunk/netsurf/; revision=11470
* Remove odd WARNFLAGS copied from Atari stuff. Silence warning about ↵François Revel2011-01-191-5/+0
| | | | | | redeclared strcasestr(). svn path=/trunk/netsurf/; revision=11381
* Add the required makefile stuff to build NetSurf for OSX using 'make cocoa' ↵François Revel2011-01-191-0/+39
| | | | | | in trunk/. Crashes for now though. Requires some libs installed with macports to /opt/local. svn path=/trunk/netsurf/; revision=11380
* Atari frontend (credit: Ole Loots)John Mark Bell2011-01-051-0/+39
| | | | svn path=/trunk/netsurf/; revision=11218
* Amiga icon loader. Treeviews will now use the user's icons for content types.Chris Young2010-10-301-0/+4
| | | | svn path=/trunk/netsurf/; revision=10925
* Do not build with webp support by default on GTK.John Mark Bell2010-10-231-4/+0
| | | | | | | | Firstly, almost noone has the libraries installed. Secondly, it requires a documentation update before it can be enabled. Thirdly, we should be using pkg-config to detect the presence of libraries on platforms that support it. svn path=/trunk/netsurf/; revision=10896
* 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