summaryrefslogtreecommitdiff
path: root/windows/misc.c
Commit message (Collapse)AuthorAgeFilesLines
* remove the die API from the core.Vincent Sanders2014-10-261-4/+0
| | | | | | | | The die() API for abnormal termination does not belong within the core of netsurf and instead errors are propogated back to the callers. This is the final part of this change and the API is now only used within some parts of the frontends
* remove unecessary utils/url.h includesVincent Sanders2014-05-091-1/+0
|
* move filename_from_path and path_add_part into gui operation tablesVincent Sanders2014-01-161-38/+0
|
* Remove old hotlist, cookies, and history_global_core modules.Michael Drake2013-09-021-1/+0
| | | | New versions of expand/collapse node functions for these modules aren't yet implemented.
* Fix up for cookies_old rename.Michael Drake2013-07-221-1/+1
|
* 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