summaryrefslogtreecommitdiff
path: root/cocoa/Tree.m
Commit message (Collapse)AuthorAgeFilesLines
* move frontends into sub directoryVincent Sanders2016-05-151-147/+0
|
* clean up cocoa warnings on os x yosemite sdkVincent Sanders2016-02-091-50/+54
|
* fix errors introuced with previous header cleanup.Vincent Sanders2014-11-021-0/+1
|
* Some cocoa build fixes.Michael Drake2013-09-031-5/+0
|
* Remove bulk of old treeview implementation.Michael Drake2013-09-021-9/+0
|
* Pass whether background images are wanted in redraw_context.Michael Drake2011-12-231-0/+1
| | | | svn path=/trunk/netsurf/; revision=13335
* Remove plotter table global. Pass a redraw context around redraw functions. ↵Michael Drake2011-06-301-1/+7
| | | | | | Knockout could be handled better. Note: untested on most front ends. svn path=/trunk/netsurf/; revision=12543
* Getting rid of cocoa_set_font_scale_factorSven Weidauer2011-03-141-1/+0
| | | | svn path=/trunk/netsurf/; revision=12042
* Setting path for tree icons when tree class is initialized.Sven Weidauer2011-02-281-0/+8
| | | | svn path=/trunk/netsurf/; revision=11853
* Basic bookmark editing.Sven Weidauer2011-02-021-2/+2
| | | | svn path=/trunk/netsurf/; revision=11601
* Bookmarks window. No editing yet.Sven Weidauer2011-02-011-0/+2
| | | | svn path=/trunk/netsurf/; revision=11581
* Factored Tree class out of TreeViewSven Weidauer2011-02-011-0/+140
svn path=/trunk/netsurf/; revision=11577