summaryrefslogtreecommitdiff
path: root/Makefile.defaults
Commit message (Collapse)AuthorAgeFilesLines
* move frontends into sub directoryVincent Sanders2016-05-151-1/+1
|
* Make duktape the default, and on by default, and others off by defaultDaniel Silverstone2015-08-091-2/+4
|
* Remove webp image handlingVincent Sanders2015-04-211-4/+0
| | | | | | | | | | | | | | | | The bitmap and image handling interfaces have changed within NetSurf and the webp image handling has not been fixed up appropriately to cope. After discussion with the other developers it has been decided that the webp support is not worth the necessary development effort to rewrite and maintain. The webp format is not in wide usage and Mozilla, Microsoft and Apple have not adopted it. This means the removal will not adversely impact NetSurf. Resolves:2310
* move host based default settings to core as tehy are not frontend dependantVincent Sanders2014-12-211-1/+30
|
* extend beos C++ flagsVincent Sanders2014-09-051-0/+3
|
* Add filesystem based backing storeVincent Sanders2014-05-131-0/+5
|
* remove all references to using libMNGVincent Sanders2014-01-041-8/+2
|
* make javascript library loading automatic if a pkg-config can be foundVincent Sanders2013-05-051-2/+2
|
* Remove architecture from UA string.Michael Drake2013-01-141-2/+2
|
* move common include path setup to core MakefileVincent Sanders2012-12-201-1/+1
|
* split target defaults outVincent Sanders2012-12-131-339/+2
|
* move the cut n pasted -Wuninitialized from Makefile.config alongsideVincent Sanders2012-12-131-12/+13
| | | | all the other warning flags in the standard location
* Remove no longer correct commentChris Young2012-10-241-1/+0
|
* auto-detect cairoChris Young2012-10-131-2/+2
|
* Add debug symbols as they are incredibly useful to have on the auto-builds, ↵Chris Young2012-09-281-1/+1
| | | | and can always be overridden for release builds.
* make the framebuffer resource path setting betterVincent Sanders2012-08-221-13/+12
|
* Added option commentsOle Loots2012-07-261-0/+6
|
* Adjusted atari defaultsOle Loots2012-07-261-3/+12
| | | | | This change is required by latest changes to the atari Makefile.target and is an preparation for auto-building the atari version.
* Update default homepage URL to about:welcome. Make RISC OS front end use ↵Michael Drake2012-07-211-1/+1
| | | | | | | NETSURF_HOMEPAGE too. Currently only the English welcome page will be fetched. Need to add language negotiation to choose best language option.
* fix missing defaultVincent Sanders2012-06-281-1/+3
| | | | svn path=/trunk/netsurf/; revision=13992
* allow netsurf to build with gtk3Vincent Sanders2012-05-161-0/+3
| | | | svn path=/trunk/netsurf/; revision=13926
* Totaly prefunctry binding to spidermonkeyVincent Sanders2012-01-011-0/+4
| | | | svn path=/trunk/netsurf/; revision=13360
* Beginnings of a gstreamer binding. I've been sitting on this for too longJohn Mark Bell2011-12-051-0/+4
| | | | svn path=/trunk/netsurf/; revision=13248
* Disable Sprite support - DataTypes can handle these.Chris Young2011-10-231-1/+1
| | | | svn path=/trunk/netsurf/; revision=13077
* make cocoa build use pkg-config properly and build release tarballs ↵Vincent Sanders2011-09-261-1/+1
| | | | | | (primarily jmb I just made it link) svn path=/trunk/netsurf/; revision=12879
* 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