summaryrefslogtreecommitdiff
path: root/cocoa/BookmarksController.m
Commit message (Expand)AuthorAgeFilesLines
* Make browser_window_navigate (un)verifiable flag match browser_window_create.Michael Drake2014-02-101-2/+1
* Allow tab creation without history clone. Changes browser_window_create and ...Michael Drake2014-02-101-4/+3
* fix remaining include errorsVincent Sanders2014-02-031-1/+1
* fixup missing includesVincent Sanders2014-02-031-0/+2
* Some cocoa build fixes.Michael Drake2013-09-031-1/+1
* Port to new recursive expand/contract functions.Michael Drake2013-09-031-2/+2
* Remove old hotlist, cookies, and history_global_core modules.Michael Drake2013-09-021-7/+6
* Remove cookies, history_global, and hotlist_old _initialise and _cleanup func...Michael Drake2013-09-021-2/+0
* Remove bulk of old treeview implementation.Michael Drake2013-09-021-1/+0
* Use TREE_HOTLIST directly.Michael Drake2013-09-021-1/+1
* Remove tree_url_node module. Had to disable treeview scanning in amiga and c...Michael Drake2013-09-021-1/+2
* Allow the other front ends to use the hotlist test too.Michael Drake2013-08-161-1/+1
* Move old hotlist out of the way.Michael Drake2013-08-131-11/+11
* Various warning squashes and fixes.Michael Drake2013-02-221-0/+1
* rename flags for browser_window routines to be shorterVincent Sanders2013-02-181-4/+4
* change browser_window_create and refactor all callsitesVincent Sanders2013-02-181-8/+11
* browser_window_navigate refactorVincent Sanders2013-02-181-7/+26
* Fix some build warnings.Michael Drake2012-10-111-1/+1
* Include browser_private.h.Michael Drake2012-08-221-0/+1
* Update frontends for r13185. Enabled new functionality, where it is not logi...Chris Young2011-11-271-1/+1
* Fix up for nsurl changes. Untested.Michael Drake2011-10-031-1/+1
* Adding icons for tree views.Sven Weidauer2011-02-271-1/+1
* Saving bookmarks before quitting NetSurf.Sven Weidauer2011-02-251-0/+22
* Basic bookmark editing.Sven Weidauer2011-02-021-1/+20
* Workaround for stupid hotlist treeview.Sven Weidauer2011-02-011-1/+3
* Bookmarks window. No editing yet.Sven Weidauer2011-02-011-6/+11
* Using real path from options for the bookmarks file instead of hardcoded test...Sven Weidauer2011-02-011-2/+17
* Implemented bookmarks menu.Sven Weidauer2011-02-011-0/+129