summaryrefslogtreecommitdiff
path: root/cocoa/BrowserView.h
Commit message (Collapse)AuthorAgeFilesLines
* Minimal implementation of NSTextInput protocol. Allows accented characters ↵Sven Weidauer2011-03-071-1/+3
| | | | | | to be typed. Might not work with other, more complex input methods (chinese, ...) svn path=/trunk/netsurf/; revision=11930
* Local history view now is responsible for hiding itself after selecting a ↵Sven Weidauer2011-02-271-0/+1
| | | | | | web page. Also gets redrawn when selecting other pages using the back/forward buttons. svn path=/trunk/netsurf/; revision=11837
* New local history panel with scrollbars. Still needs to resize itself to fit ↵Sven Weidauer2011-02-171-2/+3
| | | | | | the history. svn path=/trunk/netsurf/; revision=11705
* Reorganized includes.Sven Weidauer2011-01-311-1/+1
| | | | svn path=/trunk/netsurf/; revision=11567
* Implemented frames and handling reformats the right way using ↵Sven Weidauer2011-01-281-3/+1
| | | | | | browser_reformat_pending. svn path=/trunk/netsurf/; revision=11518
* Nicer button for local history, fading history view, more readable blue for ↵Sven Weidauer2011-01-251-1/+1
| | | | | | active item svn path=/trunk/netsurf/; revision=11481
* Added local history overlaySven Weidauer2011-01-241-0/+6
| | | | svn path=/trunk/netsurf/; revision=11479
* Implementing tabs and fixing scrolling.Sven Weidauer2011-01-191-15/+5
| | | | svn path=/trunk/netsurf/; revision=11396
* Menu items for reload and stop loading. Also validating zoom and stop ↵Sven Weidauer2011-01-181-0/+5
| | | | | | loading menu actions. svn path=/trunk/netsurf/; revision=11367
* Better mouse handling for browserSven Weidauer2011-01-141-0/+3
| | | | svn path=/trunk/netsurf/; revision=11318
* Cocoa front end (credit: Sven Weidauer)John Mark Bell2011-01-121-0/+47
svn path=/trunk/netsurf/; revision=11292