summaryrefslogtreecommitdiff
path: root/windows/misc.c
Commit message (Collapse)AuthorAgeFilesLines
* fix build warningsVincent Sanders2012-08-101-0/+3
|
* Update build instructionsVincent Sanders2010-10-091-5/+0
| | | | | | Remove warnings from treeview branch merge svn path=/trunk/netsurf/; revision=10874
* Fix inventory file leafname.Michael Drake2010-07-091-1/+1
| | | | svn path=/trunk/netsurf/; revision=10624
* Check the last character for a path separator, rather than the NULL string ↵Chris Young2010-07-091-1/+1
| | | | | | termination. svn path=/trunk/netsurf/; revision=10622
* Replace unnecessarily complicated path concatenation with something simpler andChris Young2010-07-091-0/+19
| | | | | | easily adaptable to different platform path structures. svn path=/trunk/netsurf/; revision=10621
* fix url to path on dozeVincent Sanders2010-04-181-5/+0
| | | | svn path=/trunk/netsurf/; revision=10427
* Move code which extracts the filename from a given path into frontend.Chris Young2010-03-211-0/+20
| | | | svn path=/trunk/netsurf/; revision=10139
* Add Windows frontendVincent Sanders2010-01-311-0/+52
svn path=/trunk/netsurf/; revision=9940