summaryrefslogtreecommitdiff
path: root/framebuffer/Makefile.target
Commit message (Collapse)AuthorAgeFilesLines
* move frontends into sub directoryVincent Sanders2016-05-151-212/+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.
* On OpenBSD framebuffer resource building should link the correct libraryVincent Sanders2015-05-031-1/+1
|
* Improve handling of compiler flags for resource tools with framebufferVincent Sanders2015-05-031-25/+36
|
* Convert framebuffer to use bitmap render from thumbnail APIVincent Sanders2015-04-231-3/+2
|
* move the mandantory library config for libcss and libdom to core makefileVincent Sanders2015-04-171-4/+3
|
* 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
|
* Add trivial maps facilitator at about:mapsMichael Drake2014-10-221-1/+1
| | | | | | | | This is a simple HTML front end for the Google Static Maps API, since we don't yet have enough JS support for the full Google Maps. See: https://developers.google.com/maps/documentation/staticmaps/
* Pull warning flags out into variables that can be overriden seperately for C ↵Vincent Sanders2014-09-051-1/+1
| | | | and C++
* Give internal font more meaningful name.Michael Drake2014-09-021-1/+1
| | | | s/core/ns-sans/
* generate internal font from glyph data on demandVincent Sanders2014-08-171-7/+37
|
* remove unecessary utils/url.h includesVincent Sanders2014-05-091-2/+1
|
* Fix loading of Messages file.Michael Drake2014-05-071-1/+1
| | | | Framebuffer front end still only handles loading the English one.
* Add Unicode support to internal font.Michael Drake2014-05-061-5/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | + Now contains more glpyhs (was previously limited to cp-1252). + When a glyph is unavailable, the codepoint is now rendered. + Added glyph data file. + Added converter to generate the font's .c file from the data. TODO: The generated file is currently checked into the repo, but it should be generated as part of the build process, in the build-* directory. To update the generated source file, first build the converter: $ gcc -O2 -Wall framebuffer/convert_font.c -lm \ -o build-Linux-framebuffer/tools/convert_font And then use it to generate the souce file: $ build-Linux-framebuffer/tools/convert_font \ framebuffer/res/fonts/glyph_data \ framebuffer/GEN_font_internal.c -v The converter's usage is: convert_font [options] <in_file> <out_file> See convert_font --help for more details.
* move framebuffer fetch operations to their own moduleVincent Sanders2014-01-241-1/+1
|
* move 401 login into operation tableVincent Sanders2014-01-161-1/+1
|
* remove all references to using libMNGVincent Sanders2014-01-041-2/+0
|
* Remove tree icon_name globals from all the front ends.Michael Drake2013-09-021-1/+1
|
* move framebuffer to new options APIVincent Sanders2013-05-281-1/+1
|
* fixup message splitting with updated toolVincent Sanders2013-05-021-1/+1
|
* move common include path setup to core MakefileVincent Sanders2012-12-201-1/+1
|
* 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