summaryrefslogtreecommitdiff
path: root/gtk/Makefile.target
Commit message (Collapse)AuthorAgeFilesLines
* Fix GNUisms to make things more portable.Anthony J. Bentley2012-11-071-6/+6
| | | | | On OpenBSD, install does not take a -v flag, and tar does not default to stdin/stdout.
* add math library to linkVincent Sanders2012-11-051-1/+1
|
* Appease ancient "install" by removing -CJohn-Mark Bell2012-11-051-4/+4
|
* Try to rationalise the gtk install target somewhatRob Kendrick (fatigue)2012-11-041-28/+20
|
* Port save complete to libdom.John-Mark Bell2012-11-031-1/+1
|
* Merge Vincent's Javascript work onto masterDaniel Silverstone2012-11-031-4/+0
|\
| * Ensure that we turn on JS sources if either of USE_JS or USE_MOZJS is triggeredDaniel Silverstone2012-11-021-4/+0
| |
* | Add a macro to split and install messages files, and have gtk front end use it.Rob Kendrick (monotony)2012-11-031-0/+1
| |
* | Deference symlinks when installing. This should be rewritten to use the ↵Rob Kendrick (monotony)2012-11-021-2/+2
|/ | | | install tool
* Make GTK install target work again, and make copy flags consistentRob Kendrick (humdrum)2012-10-021-23/+23
|
* Split install and package targets.Vincent Sanders2012-08-231-0/+45
| | | | Install target is for installing on the local machine and package generates a package
* Change order of libs.Michael Drake2012-08-211-9/+8
|
* make non js builds compileVincent Sanders2012-06-271-0/+6
| | | | | | | make js support compile with older debian/ubuntu packaging svn path=/trunk/netsurf/; revision=13990
* improve javascript supportVincent Sanders2012-06-101-1/+1
| | | | svn path=/trunk/netsurf/; revision=13962
* allow netsurf to build with gtk3Vincent Sanders2012-05-161-4/+31
| | | | svn path=/trunk/netsurf/; revision=13926
* initial move to libdomVincent Sanders2012-03-231-1/+1
| | | | svn path=/trunk/netsurf/; revision=13573
* s/s/S/Michael Drake2012-01-021-1/+1
| | | | svn path=/trunk/netsurf/; revision=13366
* Totaly prefunctry binding to spidermonkeyVincent Sanders2012-01-011-0/+2
| | | | svn path=/trunk/netsurf/; revision=13360
* Change GTK plotting to use cairo surfaces throughoutVincent Sanders2011-12-301-1/+1
| | | | svn path=/trunk/netsurf/; revision=13354
* Beginnings of a gstreamer binding. I've been sitting on this for too longJohn Mark Bell2011-12-051-0/+2
| | | | svn path=/trunk/netsurf/; revision=13248
* remove deprecated GDK usage except for in libsexyVincent Sanders2011-09-171-4/+6
| | | | svn path=/trunk/netsurf/; revision=12803
* ensure depricated interfaces are not usedVincent Sanders2011-09-161-35/+38
| | | | svn path=/trunk/netsurf/; revision=12800
* make image content handlers build conditional from teh makefileVincent Sanders2011-08-281-1/+4
| | | | svn path=/trunk/netsurf/; revision=12673
* consolidate content redraw Vincent Sanders2011-05-081-0/+6
| | | | | | more cleanups ready for image content refactor svn path=/trunk/netsurf/; revision=12317
* Update to use official libwebp 0.1Chris Young2011-03-201-1/+1
| | | | | | Remove libvpx references as no longer needed. svn path=/trunk/netsurf/; revision=12115
* add default system colour handlers to each frontendVincent Sanders2011-01-301-1/+1
| | | | svn path=/trunk/netsurf/; revision=11530
* fixup gtk source file namesVincent Sanders2011-01-291-8/+6
| | | | svn path=/trunk/netsurf/; revision=11529
* Futher simplification of the makefileVincent Sanders2010-10-291-0/+18
| | | | | | Use target makefiles to set build sources svn path=/trunk/netsurf/; revision=10916
* Beginning of NetSurf build infrastructure cleanupVincent Sanders2010-10-271-0/+54
Provide makefile fragment for each target, isolates the target makefile changes into one place simplifying the top level makefile svn path=/trunk/netsurf/; revision=10910