summaryrefslogtreecommitdiff
path: root/cocoa/BrowserWindowController.m
Commit message (Expand)AuthorAgeFilesLines
* fixup missing includesVincent Sanders2014-07-061-0/+1
* Allow tab creation without history clone. Changes browser_window_create and ...Michael Drake2014-02-101-3/+2
* fixup missing includesVincent Sanders2014-02-031-0/+1
* move options includeVincent Sanders2013-05-281-1/+1
* Various warning squashes and fixes.Michael Drake2013-02-221-0/+1
* rename flags for browser_window routines to be shorterVincent Sanders2013-02-181-3/+3
* change browser_window_create and refactor all callsitesVincent Sanders2013-02-181-1/+21
* NetSurf options rework (a=vince r=daniels,jmb)Vincent Sanders2012-03-221-1/+1
* Implemented menu for back and forward buttons.Sven Weidauer2011-02-281-0/+14
* Using NSTrackingArea to get mouseMoved: events in the browser view.Sven Weidauer2011-02-271-2/+0
* Prepared for localizing string literals in source code.Sven Weidauer2011-02-251-2/+6
* New local history panel with scrollbars. Still needs to resize itself to fit ...Sven Weidauer2011-02-171-0/+1
* Automatically hide tab bar for single tab.Sven Weidauer2011-02-081-0/+1
* Fixing crash issue by disallowing last tab to be dragged out.Sven Weidauer2011-02-081-1/+1
* Implemented bookmarks menu.Sven Weidauer2011-02-011-0/+1
* Reorganized includes.Sven Weidauer2011-01-311-5/+5
* Implemented search window.Sven Weidauer2011-01-311-0/+9
* Asking before closing window with multiple open tabs.Sven Weidauer2011-01-311-0/+32
* Setting/Loading more options. Also loading urldb and cookies.Sven Weidauer2011-01-261-4/+2
* Cmd-W closes active tab.Sven Weidauer2011-01-261-0/+5
* Enabling back/forward buttons only if appropriate.Sven Weidauer2011-01-261-0/+29
* Implemented favicons. Doesn't work for .ICO filesSven Weidauer2011-01-251-0/+2
* Nice back/forward buttons and moved refresh button into URL field (like Safari)Sven Weidauer2011-01-241-0/+6
* Fixed tab closing leaving the URL bar disconnected from the current tabSven Weidauer2011-01-201-1/+5
* Improved tabs (draggable, can close last one)Sven Weidauer2011-01-201-0/+35
* Releasing objects in deallocSven Weidauer2011-01-201-0/+8
* Implementing tabs and fixing scrolling.Sven Weidauer2011-01-191-0/+96