summaryrefslogtreecommitdiff
path: root/cocoa/HistoryView.m
Commit message (Collapse)AuthorAgeFilesLines
* Include browser_private.h.Michael Drake2012-08-221-1/+1
|
* 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/+6
| | | | | | 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
* Adding tool tips and changing the cursor in the local history view.Sven Weidauer2011-02-281-3/+69
| | | | svn path=/trunk/netsurf/; revision=11855
* Local history view now is responsible for hiding itself after selecting a ↵Sven Weidauer2011-02-271-6/+11
| | | | | | web page. Also gets redrawn when selecting other pages using the back/forward buttons. svn path=/trunk/netsurf/; revision=11837
* Making sure history popup stays on screen.Sven Weidauer2011-02-171-8/+11
| | | | svn path=/trunk/netsurf/; revision=11708
* New local history panel with scrollbars. Still needs to resize itself to fit ↵Sven Weidauer2011-02-171-53/+3
| | | | | | the history. svn path=/trunk/netsurf/; revision=11705
* Reorganized includes.Sven Weidauer2011-01-311-4/+4
| | | | svn path=/trunk/netsurf/; revision=11567
* Implemented resolution independence fot the TreeView and HistoryView and ↵Sven Weidauer2011-01-281-3/+8
| | | | | | moved the coordinate transform function to their own header. svn path=/trunk/netsurf/; revision=11513
* Nicer button for local history, fading history view, more readable blue for ↵Sven Weidauer2011-01-251-18/+27
| | | | | | active item svn path=/trunk/netsurf/; revision=11481
* Added local history overlaySven Weidauer2011-01-241-0/+109
svn path=/trunk/netsurf/; revision=11479