summaryrefslogtreecommitdiff
path: root/cocoa/utils.m
Commit message (Collapse)AuthorAgeFilesLines
* Clean up saving as PDFVincent Sanders2014-10-261-9/+0
| | | | | | | | | | | | This removes the global PDF_Password interface that had completely bitrotted and moves it into the standard misc operation table with a sensible defualt implementation. This also cleans up and fixes the gtk frontend implementation of the pdf password callback so it compiles. Finally this moves the implementation to a sensible place alongside the other exporters reducing target makefile complexity futher.
* 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
* move filename_from_path and path_add_part into gui operation tablesVincent Sanders2014-01-161-13/+0
|
* Remove tree_url_node module. Had to disable treeview scanning in amiga and ↵Michael Drake2013-09-021-10/+0
| | | | cocoa front ends. Amiga front end very likely broken.
* Adding icons for tree views.Sven Weidauer2011-02-271-1/+5
| | | | svn path=/trunk/netsurf/; revision=11842
* Implementing path utility functions.Sven Weidauer2011-02-271-4/+6
| | | | svn path=/trunk/netsurf/; revision=11841
* Prepared for localizing string literals in source code.Sven Weidauer2011-02-251-1/+5
| | | | svn path=/trunk/netsurf/; revision=11795
* Reorganized includes.Sven Weidauer2011-01-311-0/+1
| | | | svn path=/trunk/netsurf/; revision=11567
* General cleanup and warning fixesSven Weidauer2011-01-251-12/+0
| | | | svn path=/trunk/netsurf/; revision=11486
* Cocoa front end (credit: Sven Weidauer)John Mark Bell2011-01-121-0/+67
svn path=/trunk/netsurf/; revision=11292