summaryrefslogtreecommitdiff
path: root/framebuffer/Makefile.target
Commit message (Collapse)AuthorAgeFilesLines
* make macro name more correctVincent Sanders2012-12-131-5/+5
|
* Remove libxmlJohn-Mark Bell2012-11-101-4/+1
|
* Use FatMessages in framebuffer frontendRob Kendrick (fatigue)2012-11-041-5/+6
|
* Port save complete to libdom.John-Mark Bell2012-11-031-1/+1
|
* add javascript build support to framebufferVincent Sanders2012-10-221-0/+4
|
* Install netsurf.png too.Michael Drake2012-09-291-1/+1
|
* Add missing resources to intall target.Michael Drake2012-09-291-1/+5
|
* Add OSK icon.Michael Drake2012-09-281-0/+1
|
* Split install and package targets.Vincent Sanders2012-08-231-1/+17
| | | | Install target is for installing on the local machine and package generates a package
* make the framebuffer resource path setting betterVincent Sanders2012-08-221-1/+1
|
* Simple clipboard support. Only used within browser window.Michael Drake2012-08-011-1/+1
|
* Convert move pointer during build and use it for page drag-scroll.Michael Drake2012-08-011-0/+1
|
* fix up framebuffer build flagsVincent Sanders2012-03-241-2/+2
| | | | | | fix select attributes svn path=/trunk/netsurf/; revision=13643
* Update for modified libnsfb APIVincent Sanders2011-11-211-1/+1
| | | | | | Make thumbnailing work svn path=/trunk/netsurf/; revision=13159
* make image content handlers build conditional from teh makefileVincent Sanders2011-08-281-2/+4
| | | | svn path=/trunk/netsurf/; revision=12673
* modern debian no longer links the math library bt defaultVincent Sanders2011-04-021-1/+1
| | | | svn path=/trunk/netsurf/; revision=12150
* add resource handlingVincent Sanders2011-02-231-0/+1
| | | | | | move gtk and framebuffer to use generic resource handling svn path=/trunk/netsurf/; revision=11772
* add default system colour handlers to each frontendVincent Sanders2011-01-301-1/+1
| | | | svn path=/trunk/netsurf/; revision=11530
* Futher simplification of the makefileVincent Sanders2010-10-291-54/+138
| | | | | | Use target makefiles to set build sources svn path=/trunk/netsurf/; revision=10916
* Beginning of NetSurf build infrastructure cleanupVincent Sanders2010-10-271-0/+69
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