summaryrefslogtreecommitdiff
path: root/windows/findfile.c
Commit message (Collapse)AuthorAgeFilesLines
* move frontends into sub directoryVincent Sanders2016-05-151-156/+0
|
* Change LOG() macro to be varadicVincent Sanders2015-05-281-2/+2
| | | | | | | | | | | | This changes the LOG macro to be varadic removing the need for all callsites to have double bracketing and allows for future improvement on how we use the logging macros. The callsites were changed with coccinelle and the changes checked by hand. Compile tested for several frontends but not all. A formatting annotation has also been added which allows the compiler to check the parameters and types passed to the logging.
* Doxygen cleanups in frontendsVincent Sanders2014-11-111-5/+5
|
* 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