summaryrefslogtreecommitdiff
path: root/cocoa/BookmarksController.m
Commit message (Collapse)AuthorAgeFilesLines
* move frontends into sub directoryVincent Sanders2016-05-151-223/+0
|
* fix cocoa include ordering to ensure error enum is availableVincent Sanders2016-05-021-6/+7
|
* update cocoa frontend to not use depricated warn_user APIVincent Sanders2016-05-021-1/+1
|
* clean up cocoa warnings on os x yosemite sdkVincent Sanders2016-02-091-114/+123
|
* To avoid namespace conflicts with ncurses add NetSurf key prefix.Witold Filipczyk2015-03-271-1/+1
| | | | Adds a NetSurf key code prefix of NS_ to all key codes.
* improve cocoa frontend to use proper API for browser_window accessVincent Sanders2014-10-191-3/+3
|
* 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
| | | | browser_window_navigate flags.
* 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
| | | | New versions of expand/collapse node functions for these modules aren't yet implemented.
* Remove cookies, history_global, and hotlist_old _initialise and _cleanup ↵Michael Drake2013-09-021-2/+0
| | | | functions.
* 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 ↵Michael Drake2013-09-021-1/+2
| | | | cocoa front ends. Amiga front end very likely broken.
* 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 ↵Chris Young2011-11-271-1/+1
| | | | | | | | logical it can be switched off. svn path=/trunk/netsurf/; revision=13186
* Fix up for nsurl changes. Untested.Michael Drake2011-10-031-1/+1
| | | | svn path=/trunk/netsurf/; revision=12930
* Adding icons for tree views.Sven Weidauer2011-02-271-1/+1
| | | | svn path=/trunk/netsurf/; revision=11842
* Saving bookmarks before quitting NetSurf.Sven Weidauer2011-02-251-0/+22
| | | | svn path=/trunk/netsurf/; revision=11794
* Basic bookmark editing.Sven Weidauer2011-02-021-1/+20
| | | | svn path=/trunk/netsurf/; revision=11601
* Workaround for stupid hotlist treeview.Sven Weidauer2011-02-011-1/+3
| | | | svn path=/trunk/netsurf/; revision=11582
* Bookmarks window. No editing yet.Sven Weidauer2011-02-011-6/+11
| | | | svn path=/trunk/netsurf/; revision=11581
* Using real path from options for the bookmarks file instead of hardcoded ↵Sven Weidauer2011-02-011-2/+17
| | | | | | test string. svn path=/trunk/netsurf/; revision=11580
* Implemented bookmarks menu.Sven Weidauer2011-02-011-0/+129
svn path=/trunk/netsurf/; revision=11579