summaryrefslogtreecommitdiff
path: root/Docs
Commit message (Collapse)AuthorAgeFilesLines
* Make GTK resource handling configurableVincent Sanders2015-06-171-6/+40
| | | | | | | | This makes the GTK resource handling configurable in the same way as all other pkg-config style feature options. It is now possible to completely disable compiled in resources if wanted as well as forcing inline pixdata on if desired.
* Add image handlers into doxygen generation pathVincent Sanders2015-04-171-1/+2
|
* Remove outdated and inaccurate build instructions.John-Mark Bell2015-03-111-114/+0
| | | | See the wiki for something more accurate.
* Update updated date.Michael Drake2015-02-241-1/+1
|
* Add some general cross-compilation instructions.Michael Drake2015-02-241-0/+36
|
* Env: install libssl-dev, default to GTK2.John-Mark Bell2015-02-241-2/+2
|
* Ensure buildsystem is built before everything else.John-Mark Bell2014-12-311-4/+7
|
* change the framebuffer frontend way of disabling the toolbarVincent Sanders2014-12-271-7/+11
| | | | | This changes the toolbar disabling from the empty string (which is impossible to configure) to the q (for quiet) specifier
* Update gtk manpage to mandoc format which is more portableVincent Sanders2014-12-261-261/+176
|
* Add man pages for framebuffer and gtk frontendsVincent Sanders2014-12-252-0/+728
| | | | | | | | | | These man pages are for the command line options of the gtk and fb binaries. They are taken from my Debian packaging but spell checked and cleaned up slightly. They use the default Linux an.tmac macro package and not the BSD mdoc macros which may make them unsuitable for direct usage in BSD packaging.
* do not exit on error from env scriptVincent Sanders2014-12-211-2/+2
|
* Improve env script packe install for freebsdVincent Sanders2014-12-211-11/+22
|
* update env script for freebsd using gmakeVincent Sanders2014-12-201-4/+18
|
* fix BUILD/HOST usage to work with fixed buildsystemVincent Sanders2014-12-191-12/+36
|
* Document the core browser options and clarify Choices location for fbVincent Sanders2014-12-042-6/+249
|
* Fix my spelling of teh everywhereVincent Sanders2014-11-181-1/+1
|
* add libnsutils to default conveniance library setupVincent Sanders2014-11-171-7/+13
|
* Fix platform detection; always build tools for HOST.John-Mark Bell2014-11-161-2/+7
|
* Fix up platform detectionJohn-Mark Bell2014-11-161-20/+26
|
* Fix up for new buildsystemJohn-Mark Bell2014-11-161-7/+7
|
* USe the externally built conveniance utf8proc libraryVincent Sanders2014-11-141-1/+1
|
* fix syntax error in gorce visualisation script .Vincent Sanders2014-11-101-3/+3
|
* Doxygen cleanups and increase DOT_GRAPH_MAX_NODES for some headersVincent Sanders2014-11-091-1/+1
|
* Fix several doxygen issuesVincent Sanders2014-11-081-2/+0
|
* Add gource visualisation generation scriptVincent Sanders2014-11-061-0/+72
| | | | | | This script can be used to generate gource visualisation mpeg files. The visualisation looks pretty and goes down well at trade shows as a background on the video projector.
* update to install OS packages on mac os x with macportsVincent Sanders2014-10-031-0/+13
|
* version 1.1 of the backing store disc layout using base32 encodedVincent Sanders2014-07-041-9/+19
| | | | filenames to allow for case insensitive filenames.
* Add filesystem based backing storeVincent Sanders2014-05-131-0/+194
|
* Remove Cairo from AmigaOS frontend.Chris Young2014-05-031-21/+1
|
* Update for 3.1 releaseChris Young2014-03-291-33/+23
|
* fix missing - in gtk3 development package nameVincent Sanders2014-03-211-1/+1
|
* Remove Docs/BUILDING-Monkey.Michael Drake2014-03-161-104/+0
| | | | | | | Instructions are identical to GTK and Framebuffer, except netsurf is built with the framebuffer target: make TARGET=framebuffer
* Add buildsystem to lib list.Michael Drake2014-03-162-0/+2
|
* Remove some trailing whitespace.Michael Drake2014-03-161-2/+2
|
* Add a couple of tweaks from the Framebuffer doc.Michael Drake2014-03-161-3/+3
|
* Update for the "new" buildsystem.Michael Drake2014-03-161-74/+146
|
* Remove section on installing to /usr/localMichael Drake2014-03-161-8/+0
|
* Strip a bit of trailing whitespace.Michael Drake2014-03-161-2/+2
|
* Update for "new" buildsystem.Michael Drake2014-03-161-48/+116
|
* Tidy up NS build section.Michael Drake2014-03-161-1/+5
|
* Use generic package install command.Michael Drake2014-03-161-5/+7
|
* s/apt get/yum/Michael Drake2014-03-161-1/+1
|
* improve handling of os package installtionVincent Sanders2014-03-161-21/+90
|
* Improve explanations a little, provide fallback.Michael Drake2014-02-271-6/+19
|
* Add quick start guide to using env.shMichael Drake2014-02-261-0/+53
|
* ensure documentation includes c++ and objective c filesVincent Sanders2014-02-031-7/+4
|
* bump the maximum number of nodes in the doxygen documentation and fix a ↵Vincent Sanders2014-01-291-1/+1
| | | | couple of small documentation errors
* env.sh: Add ns-pkgman-install to install Haiku dev packagesFrançois Revol2014-01-291-0/+13
| | | | It is now provided as a specific package.
* env.sh: Use a more portable way of counting online processorsFrançois Revol2014-01-291-1/+1
| | | | | | | | | | | | | getconf _NPROCESSORS_ONLN should be available on Linux, FreeBSD and OSX at least: http://linux.die.net/man/1/getconf https://developer.apple.com/library/mac/documentation/Darwin/Reference/ManPages/man1/getconf.1.html getconf NPROCESSORS_ONLN is BSD variant which Haiku provides. One might want to handle Solaris too some day... cf. https://gist.github.com/jj1bdx/5746298
* Env: also install libhtml-parser-perlJohn-Mark Bell2014-01-051-1/+1
|