summaryrefslogtreecommitdiff
path: root/windows/findfile.c
Commit message (Collapse)AuthorAgeFilesLines
* documentation fixes and cleanupsVincent Sanders2014-07-021-1/+1
|
* rework path to url mapping functions to convert from and to nsurlVincent Sanders2014-05-261-55/+0
|
* undo some overzellous include removalVincent Sanders2014-05-091-0/+1
|
* remove unecessary utils/url.h includesVincent Sanders2014-05-091-1/+0
|
* fix build warningsVincent Sanders2012-08-101-0/+3
|
* remove extraneous loggingVincent Sanders2011-03-291-8/+9
| | | | | | | fix windows path_to_url coping with NULL input and allocation errors. remove forced verbose logging svn path=/trunk/netsurf/; revision=12147
* make windows frontend use Vincent Sanders2011-03-291-0/+48
| | | | svn path=/trunk/netsurf/; revision=12146
* Fix windows url barVincent Sanders2010-10-171-0/+2
| | | | | | Clean up toolbar and urlbar creation and subclassing svn path=/trunk/netsurf/; revision=10891
* fix url to path on dozeVincent Sanders2010-04-181-0/+27
| | | | svn path=/trunk/netsurf/; revision=10427
* Fix file: handling on risc os, gtk, windows and framebuffer frontendsVincent Sanders2010-04-161-1/+5
| | | | svn path=/trunk/netsurf/; revision=10419
* rationalise the usage of the file schemeVincent Sanders2010-03-311-4/+12
| | | | svn path=/trunk/netsurf/; revision=10221
* Add Windows frontendVincent Sanders2010-01-311-0/+118
svn path=/trunk/netsurf/; revision=9940