summaryrefslogtreecommitdiff
path: root/render/directory.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branches/vince/netsurf-file-fetcher to trunkJohn Mark Bell2010-09-091-291/+0
* Move directory listing HTML generation functions into separate module.Michael Drake2010-08-261-370/+1
* C89.François Revel2010-08-021-1/+2
* Update dirlist_generate_title documentation to match reality. Remove unused e...Michael Drake2010-07-161-20/+10
* memory leakChris Young2010-07-151-19/+29
* Localise browser "Index of" textChris Young2010-07-151-4/+20
* fix crashChris Young2010-07-151-2/+2
* Fix so column suppression choices actually end up in the output.Michael Drake2010-07-151-0/+4
* Move HTML generating code into separate functions. Tidy up spacing when pare...Michael Drake2010-07-151-87/+350
* More intelligent path concatenationChris Young2010-07-141-55/+66
* Squash mimetype may be used uninitialised warning.Michael Drake2010-07-141-14/+23
* Add comments and factor out common file size code.Michael Drake2010-07-141-14/+54
* Restyle directory listings.Michael Drake2010-07-141-63/+130
* Use human friendly size, which fixes RISC OS directory listings.Michael Drake2010-07-141-2/+4
* Move directory text into type columnChris Young2010-07-131-4/+4
* Improved directory browserChris Young2010-07-131-6/+88
* Amiga file: URIs now translate the : in device names to / (and back), which c...Chris Young2010-07-111-1/+3
* Most of a stop implementation.John Mark Bell2010-04-041-0/+11
* The convert stage of a content's state progression no longer reflows the cont...John Mark Bell2010-03-291-2/+2
* Merge jmb/new-cache; r=dsilvers,rs=vinceDaniel Silverstone2010-03-281-8/+8
* Merge LibCSS port to trunk.John Mark Bell2009-07-231-2/+3
* Remove redundant increment.Michael Drake2009-05-281-2/+2
* Hubbub is no longer optional.John Mark Bell2009-04-171-4/+0
* Merged revisions 5309-5406,5409-5422 via svnmerge from Daniel Silverstone2008-09-231-0/+1
* Rework html parser bindings to have a common API and reside in separate files...John Mark Bell2008-09-231-29/+13
* Warnings.squash();John Mark Bell2008-08-131-3/+5
* Merged revisions 4859-5013,5016-5018 via svnmerge from John Mark Bell2008-08-111-0/+27
* Lose spurious *John Mark Bell2008-03-191-1/+1
* Add url_fragment to extract fragment from URLJohn Mark Bell2008-02-031-2/+2
* Update all source code file headers to reflect GPL version 2 only and contain...Vincent Sanders2007-08-081-3/+14
* Remove the netsurf/ from the include paths and rationalise use of <> vs "" in...Daniel Silverstone2007-05-301-6/+6
* Fix abort on attempted destruction of CONTENT_DIRECTORY (1690222)John Mark Bell2007-03-281-22/+35
* Make GTK build compile on FreeBSD.James Bursa2007-01-291-2/+2
* Update project URL.Michael Drake2006-11-271-8/+8
* Generate directory listings (fix 1397934)Richard Wilson2006-07-061-0/+117