summaryrefslogtreecommitdiff
path: root/cocoa/BrowserWindowController.m
Commit message (Collapse)AuthorAgeFilesLines
* NetSurf options rework (a=vince r=daniels,jmb)Vincent Sanders2012-03-221-1/+1
| | | | svn path=/trunk/netsurf/; revision=13548
* Implemented menu for back and forward buttons.Sven Weidauer2011-02-281-0/+14
| | | | svn path=/trunk/netsurf/; revision=11857
* Using NSTrackingArea to get mouseMoved: events in the browser view.Sven Weidauer2011-02-271-2/+0
| | | | svn path=/trunk/netsurf/; revision=11838
* Prepared for localizing string literals in source code.Sven Weidauer2011-02-251-2/+6
| | | | svn path=/trunk/netsurf/; revision=11795
* New local history panel with scrollbars. Still needs to resize itself to fit ↵Sven Weidauer2011-02-171-0/+1
| | | | | | the history. svn path=/trunk/netsurf/; revision=11705
* Automatically hide tab bar for single tab.Sven Weidauer2011-02-081-0/+1
| | | | svn path=/trunk/netsurf/; revision=11630
* Fixing crash issue by disallowing last tab to be dragged out.Sven Weidauer2011-02-081-1/+1
| | | | svn path=/trunk/netsurf/; revision=11629
* Implemented bookmarks menu.Sven Weidauer2011-02-011-0/+1
| | | | svn path=/trunk/netsurf/; revision=11579
* Reorganized includes.Sven Weidauer2011-01-311-5/+5
| | | | svn path=/trunk/netsurf/; revision=11567
* Implemented search window.Sven Weidauer2011-01-311-0/+9
| | | | svn path=/trunk/netsurf/; revision=11563
* Asking before closing window with multiple open tabs.Sven Weidauer2011-01-311-0/+32
| | | | svn path=/trunk/netsurf/; revision=11559
* Setting/Loading more options. Also loading urldb and cookies.Sven Weidauer2011-01-261-4/+2
| | | | svn path=/trunk/netsurf/; revision=11503
* Cmd-W closes active tab.Sven Weidauer2011-01-261-0/+5
| | | | svn path=/trunk/netsurf/; revision=11497
* Enabling back/forward buttons only if appropriate.Sven Weidauer2011-01-261-0/+29
| | | | svn path=/trunk/netsurf/; revision=11494
* Implemented favicons. Doesn't work for .ICO filesSven Weidauer2011-01-251-0/+2
| | | | svn path=/trunk/netsurf/; revision=11485
* Nice back/forward buttons and moved refresh button into URL field (like Safari)Sven Weidauer2011-01-241-0/+6
| | | | svn path=/trunk/netsurf/; revision=11477
* Fixed tab closing leaving the URL bar disconnected from the current tabSven Weidauer2011-01-201-1/+5
| | | | svn path=/trunk/netsurf/; revision=11423
* Improved tabs (draggable, can close last one)Sven Weidauer2011-01-201-0/+35
| | | | svn path=/trunk/netsurf/; revision=11415
* Releasing objects in deallocSven Weidauer2011-01-201-0/+8
| | | | svn path=/trunk/netsurf/; revision=11413
* Implementing tabs and fixing scrolling.Sven Weidauer2011-01-191-0/+96
svn path=/trunk/netsurf/; revision=11396