summaryrefslogtreecommitdiff
path: root/cocoa/BrowserViewController.m
Commit message (Expand)AuthorAgeFilesLines
* lwc_string_isequal takes a bool for result.Michael Drake2012-10-111-1/+2
* Fix warnings.Michael Drake2012-10-111-5/+7
* Include browser_private.h.Michael Drake2012-08-221-1/+1
* NetSurf options rework (a=vince r=daniels,jmb)Vincent Sanders2012-03-221-3/+3
* Fix up for nsurl changes. Untested.Michael Drake2011-10-031-2/+2
* Use API to find out if a browser window has a selection.Michael Drake2011-08-311-2/+2
* Add code to open the source file into Xcode. Currently called by the context ...François Revel2011-05-121-1/+64
* Implemented menu for back and forward buttons.Sven Weidauer2011-02-281-0/+59
* Local history view now is responsible for hiding itself after selecting a web...Sven Weidauer2011-02-271-4/+2
* Not retaining outlets. Fixing memory leak for favicon.Sven Weidauer2011-02-261-0/+1
* Reorganized includes.Sven Weidauer2011-01-311-3/+3
* Added 'Home' buttonSven Weidauer2011-01-311-0/+5
* Implemented context menu.Sven Weidauer2011-01-281-0/+8
* Leaving history overlay active after navigating using the back/forwards buttons.Sven Weidauer2011-01-261-1/+4
* Enabling back/forward buttons only if appropriate.Sven Weidauer2011-01-261-0/+15
* Implemented favicons. Doesn't work for .ICO filesSven Weidauer2011-01-251-0/+1
* Nicer button for local history, fading history view, more readable blue for a...Sven Weidauer2011-01-251-5/+0
* Added local history overlaySven Weidauer2011-01-241-0/+5
* Nice back/forward buttons and moved refresh button into URL field (like Safari)Sven Weidauer2011-01-241-19/+6
* Renamed 'spinning' property to 'isProcessing' so that the tab bar picks it up...Sven Weidauer2011-01-201-1/+1
* Releasing objects in deallocSven Weidauer2011-01-201-0/+11
* Implementing tabs and fixing scrolling.Sven Weidauer2011-01-191-0/+156