summaryrefslogtreecommitdiff
path: root/monkey/Makefile.target
Commit message (Collapse)AuthorAgeFilesLines
* move frontends into sub directoryVincent Sanders2016-05-151-80/+0
|
* use the miscellaneous table warning entryVincent Sanders2016-04-251-1/+1
| | | | | | | change all the frontends to provide the warning callback in the miscelaneous table instead of using the warn_user function. Changing all the warn_user callsites still requires completion.
* update monkey frontend to use layout tableVincent Sanders2016-04-241-1/+1
|
* remove reliance on GLib from monkey frontendVincent Sanders2016-02-121-2/+1
| | | | | This changes the monkey implemntation to use a simple scheduler list and select instead of glib events.
* Use standard macros for monkey frontend mandantory pkg-config based librariesVincent Sanders2015-05-031-17/+17
|
* Update posix source version on monkey frontend to reflect oyr usage of scandirVincent Sanders2015-05-031-1/+1
|
* Update monkey to use bitmap render APIVincent Sanders2015-04-241-3/+2
|
* 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 the mandantory library config for libcss and libdom to core makefileVincent Sanders2015-04-171-2/+2
|
* define _DEFAULT_SOURCE as well as _BSD_SOURCE to supress warnings in glibc 2.12Vincent Sanders2015-03-281-0/+1
|
* revert unecessary librt linkage as it not comes from libnsfb pkg-config ↵Vincent Sanders2014-11-271-1/+1
| | | | correctly
* add rt library to linkVincent Sanders2014-11-271-1/+1
|
* Pull warning flags out into variables that can be overriden seperately for C ↵Vincent Sanders2014-09-051-18/+13
| | | | and C++
* remove unecessary utils/url.h includesVincent Sanders2014-05-091-2/+1
|
* move path_to_url and url_to_path to fetch operation tableVincent Sanders2014-01-251-1/+1
|
* fix mngectony makefilesVincent Sanders2014-01-041-1/+1
|
* remove lcms dependancy as NetSurf does not directaly use it.Vincent Sanders2014-01-041-1/+1
| | | | | The dependancy probbaly comes from our historical use of libmng, even then the libmng pkg-config should bring it in.
* make monkey frontend use new options codeVincent Sanders2013-05-281-1/+1
|
* move common include path setup to core MakefileVincent Sanders2012-12-201-1/+1
|
* allow flags to be selected based on compiler versionVincent Sanders2012-12-131-1/+0
|
* make macro name more correctVincent Sanders2012-12-131-16/+17
|
* try without option altogetherVincent Sanders2012-12-131-1/+2
|
* let monkey generate unused-but-set-variable without causing an errorVincent Sanders2012-12-131-4/+6
|
* Remove libxmlJohn-Mark Bell2012-11-101-1/+1
|
* Disable unused-but-set-variable warnings until such time as the JS bindings ↵Daniel Silverstone2012-11-021-1/+1
| | | | are complete (or bodged)
* add javascript compilation to monkeyVincent Sanders2012-10-221-20/+24
|
* Split install and package targets.Vincent Sanders2012-08-231-0/+17
| | | | Install target is for installing on the local machine and package generates a package
* link math libraryVincent Sanders2012-08-131-1/+1
|
* Fix build: we need libdom now.John-Mark Bell2012-08-011-2/+2
|
* Monkey does not need _GNU_SOURCEDaniel Silverstone2012-03-241-1/+0
| | | | svn path=/trunk/netsurf/; revision=13596
* make image content handlers build conditional from teh makefileVincent Sanders2011-08-281-1/+4
| | | | svn path=/trunk/netsurf/; revision=12673
* Give Monkey a hearing aid, add 'WINDOW NEW' 'WINDOW GO' and 'WINDOW DESTROY' ↵Daniel Silverstone2011-03-121-1/+1
| | | | | | commands, along with 'QUIT' svn path=/trunk/netsurf/; revision=11974
* Add a deaf monkey frontend. TODO: Make it listenDaniel Silverstone2011-03-121-0/+65
svn path=/trunk/netsurf/; revision=11968