summaryrefslogtreecommitdiff
path: root/cocoa/BrowserViewController.h
Commit message (Collapse)AuthorAgeFilesLines
* Add code to open the source file into Xcode. Currently called by the context ↵François Revel2011-05-121-0/+2
| | | | | | menu because I didn't want to dig the .xib files, feel free to move it to the View main menu. svn path=/trunk/netsurf/; revision=12387
* Implemented menu for back and forward buttons.Sven Weidauer2011-02-281-0/+3
| | | | svn path=/trunk/netsurf/; revision=11857
* Local history view now is responsible for hiding itself after selecting a ↵Sven Weidauer2011-02-271-1/+0
| | | | | | web page. Also gets redrawn when selecting other pages using the back/forward buttons. svn path=/trunk/netsurf/; revision=11837
* Not retaining outlets. Fixing memory leak for favicon.Sven Weidauer2011-02-261-1/+1
| | | | svn path=/trunk/netsurf/; revision=11821
* Added 'Home' buttonSven Weidauer2011-01-311-0/+2
| | | | svn path=/trunk/netsurf/; revision=11566
* Leaving history overlay active after navigating using the back/forwards buttons.Sven Weidauer2011-01-261-0/+1
| | | | svn path=/trunk/netsurf/; revision=11495
* Enabling back/forward buttons only if appropriate.Sven Weidauer2011-01-261-0/+7
| | | | svn path=/trunk/netsurf/; revision=11494
* General cleanup and warning fixesSven Weidauer2011-01-251-2/+0
| | | | svn path=/trunk/netsurf/; revision=11486
* Implemented favicons. Doesn't work for .ICO filesSven Weidauer2011-01-251-0/+2
| | | | svn path=/trunk/netsurf/; revision=11485
* Added local history overlaySven Weidauer2011-01-241-0/+2
| | | | svn path=/trunk/netsurf/; revision=11479
* Nice back/forward buttons and moved refresh button into URL field (like Safari)Sven Weidauer2011-01-241-0/+2
| | | | svn path=/trunk/netsurf/; revision=11477
* Renamed 'spinning' property to 'isProcessing' so that the tab bar picks it ↵Sven Weidauer2011-01-201-2/+2
| | | | | | up and displays a spinner. svn path=/trunk/netsurf/; revision=11420
* Implementing tabs and fixing scrolling.Sven Weidauer2011-01-191-0/+57
svn path=/trunk/netsurf/; revision=11396