summaryrefslogtreecommitdiff
path: root/Docs
Commit message (Collapse)AuthorAgeFilesLines
* Sketch out a rendering libraryJohn Mark Bell2008-07-081-0/+121
| | | | svn path=/trunk/netsurf/; revision=4536
* Age-old changes to ideas for CSS library, better in SVN in this state than ↵John Mark Bell2008-07-081-2/+222
| | | | | | lost forever svn path=/trunk/netsurf/; revision=4535
* Removed WITH_* ones which do no longer exist and added the ones which were ↵John Tytgat2008-06-151-1/+1
| | | | | | missing. svn path=/trunk/netsurf/; revision=4338
* Forgot to tell about the need to make css/scanner.c on Linux and copy it ↵François Revel2008-06-071-0/+20
| | | | | | back as re2c wants gcc4. svn path=/trunk/netsurf/; revision=4291
* Detailed the needed steps and deps for the BeOS build.François Revel2008-06-071-1/+107
| | | | svn path=/trunk/netsurf/; revision=4290
* Placeholder for infos on building the BeOS version.François Revel2008-06-061-0/+13
| | | | svn path=/trunk/netsurf/; revision=4269
* Restructure and update.Michael Drake2008-03-291-25/+46
| | | | svn path=/trunk/netsurf/; revision=4060
* Pedantic typo fixJohn Mark Bell2008-03-291-2/+2
| | | | svn path=/trunk/netsurf/; revision=4055
* Fix instructions on disabling librosprite. Move #include for when James Shaw2008-03-291-4/+6
| | | | | | librosprite isn't installed svn path=/trunk/netsurf/; revision=4054
* Fix typoJames Shaw2008-03-291-2/+2
| | | | svn path=/trunk/netsurf/; revision=4053
* Update docs with instructions for building or disabling librosprite.James Shaw2008-03-291-0/+16
| | | | svn path=/trunk/netsurf/; revision=4052
* Add content/fetchers to Doxygen configRob Kendrick2008-03-271-0/+1
| | | | svn path=/trunk/netsurf/; revision=4050
* Fix typoJohn Mark Bell2008-03-251-2/+4
| | | | | | Mention potential need to make clean after build failure due to missing dependencies svn path=/trunk/netsurf/; revision=4048
* Update GTK docs.Michael Drake2008-03-212-9/+25
| | | | svn path=/trunk/netsurf/; revision=4030
* Mention how to change the default home page, and fixed a posterior-related typo.Rob Kendrick2008-03-211-1/+7
| | | | svn path=/trunk/netsurf/; revision=4028
* Add simple document with UNIX packaging suggestionsRob Kendrick2008-03-211-0/+55
| | | | svn path=/trunk/netsurf/; revision=4027
* Tweak wording.Michael Drake2008-03-211-6/+6
| | | | svn path=/trunk/netsurf/; revision=4024
* Update GTK build instructions.Michael Drake2008-03-211-41/+57
| | | | svn path=/trunk/netsurf/; revision=4023
* Update list of tested platformsRob Kendrick2008-03-211-4/+4
| | | | svn path=/trunk/netsurf/; revision=4017
* Add instructions for building on Fedora.Rob Kendrick2008-03-211-10/+21
| | | | svn path=/trunk/netsurf/; revision=4016
* Update documentationJohn Mark Bell2008-03-191-6/+5
| | | | svn path=/trunk/netsurf/; revision=3971
* Fix the other mention of the old build system in GTK build docsRob Kendrick2008-03-181-3/+3
| | | | svn path=/trunk/netsurf/; revision=3963
* Update GTK building instructions to mention new Makefile, and talk about the ↵Rob Kendrick2008-03-181-4/+6
| | | | | | netsurf starter script a little more. svn path=/trunk/netsurf/; revision=3961
* Fix stylesheet enumeration API description -- only top-level stylesheets are ↵John Mark Bell2008-03-151-2/+1
| | | | | | included svn path=/trunk/netsurf/; revision=3956
* Ideas for a new CSS engineJohn Mark Bell2008-03-151-0/+162
| | | | svn path=/trunk/netsurf/; revision=3954
* Remove old TODO docs.Michael Drake2008-01-222-115/+0
| | | | svn path=/trunk/netsurf/; revision=3761
* Fix doc typo.James Bursa2007-10-281-1/+1
| | | | svn path=/trunk/netsurf/; revision=3634
* Add mention of GTK 2.8 dependancyRob Kendrick2007-09-281-0/+4
| | | | svn path=/trunk/netsurf/; revision=3601
* Bring nsgtk execution instruction forward to first sentence in paragraph.Michael Drake2007-08-231-8/+6
| | | | svn path=/trunk/netsurf/; revision=3532
* Add mention of librsvg2-dev in nsgtk building guideRob Kendrick2007-07-181-1/+1
| | | | svn path=/trunk/netsurf/; revision=3436
* Improve documentation of content type handler additionJohn Mark Bell2007-07-181-0/+21
| | | | svn path=/trunk/netsurf/; revision=3430
* Clarify K&R.James Bursa2007-07-041-1/+1
| | | | svn path=/trunk/netsurf/; revision=3382
* Add section on Coding Style.James Bursa2007-07-041-0/+22
| | | | svn path=/trunk/netsurf/; revision=3381
* Content handlers should not call warn_user - they should broadcast the John Mark Bell2007-03-111-2/+2
| | | | | | | | | | error using content_broadcast and leave it to the content owner(s) to decide what to do about it. Only use warn_user for top-level contents. svn path=/trunk/netsurf/; revision=3204
* Add mention of libmng-dev dependancyRob Kendrick2007-03-061-1/+2
| | | | svn path=/trunk/netsurf/; revision=3197
* Remove bashism and improve nsgtk launcher shell script, add simple ↵Rob Kendrick2007-02-061-0/+26
| | | | | | BUILDING-GTK document. svn path=/trunk/netsurf/; revision=3167
* Overview of frames.James Bursa2007-01-241-0/+52
| | | | svn path=/trunk/netsurf/; revision=3149
* How to use dmalloc to find leaks.James Bursa2007-01-011-0/+19
| | | | svn path=/trunk/netsurf/; revision=3131
* This documentation now in separate files.James Bursa2006-12-011-215/+0
| | | | svn path=/trunk/netsurf/; revision=3089
* Update TODO documents.Michael Drake2006-11-103-21/+4
| | | | svn path=/trunk/netsurf/; revision=3041
* Summary of lists implementation.James Bursa2006-11-051-0/+10
| | | | svn path=/trunk/netsurf/; revision=3035
* Implement absolute positioned inlines.James Bursa2006-11-041-0/+16
| | | | svn path=/trunk/netsurf/; revision=3026
* Document content status changes, type functions, and memory allocation.James Bursa2006-10-051-7/+72
| | | | svn path=/trunk/netsurf/; revision=2979
* Introduction to content structures.James Bursa2006-10-041-14/+31
| | | | svn path=/trunk/netsurf/; revision=2978
* Split documentation into files by topic and convert to AsciiDoc format.James Bursa2006-10-025-0/+224
| | | | svn path=/trunk/netsurf/; revision=2975
* Remove NCNetSurf TODO doc.Michael Drake2006-09-251-18/+0
| | | | svn path=/trunk/netsurf/; revision=2964
* Add riscos/configure.Michael Drake2006-08-211-0/+1
| | | | svn path=/trunk/netsurf/; revision=2878
* Update overflow status.Michael Drake2006-08-061-1/+1
| | | | svn path=/trunk/netsurf/; revision=2813
* Update TODOs.Michael Drake2006-08-042-38/+34
| | | | svn path=/trunk/netsurf/; revision=2804
* [project @ 2005-02-20 13:20:17 by bursa]James Bursa2005-02-201-419/+422
| | | | | | Add some directories to the codedocs. svn path=/import/netsurf/; revision=1520