summaryrefslogtreecommitdiff
path: root/cocoa/BrowserViewController.m
Commit message (Collapse)AuthorAgeFilesLines
* move frontends into sub directoryVincent Sanders2016-05-151-378/+0
|
* cleanup some warnings in cocoa frontendVincent Sanders2016-05-021-9/+10
|
* update cocoa frontend to not use depricated warn_user APIVincent Sanders2016-05-021-2/+2
|
* clean up cocoa warnings on os x yosemite sdkVincent Sanders2016-02-091-200/+240
|
* fix missing semicolonVincent Sanders2014-11-211-1/+1
|
* Shouldn't need browser_private.h now.Michael Drake2014-11-211-1/+1
|
* Use browser_window_stop_available()Michael Drake2014-11-211-1/+1
| | | | | Looking at bw->loading_content was bad and wrong in the cases of frames, and object fetches.
* Use API to get content for view source.Michael Drake2014-11-211-1/+1
|
* Use API to get current scale.Michael Drake2014-11-211-3/+3
|
* rework path to url mapping functions to convert from and to nsurlVincent Sanders2014-05-261-9/+3
|
* Make history internal to browser_window module.Michael Drake2014-02-151-12/+12
|
* Fix builds.Michael Drake2014-02-101-4/+2
|
* Missed a file.Michael Drake2014-02-101-4/+4
|
* Simplify local history interface.Michael Drake2014-02-081-3/+3
|
* fixup missing includesVincent Sanders2014-02-031-0/+1
|
* move path_to_url and url_to_path to fetch operation tableVincent Sanders2014-01-251-0/+1
|
* s/history_core/local_history/Michael Drake2013-07-101-1/+1
|
* move options includeVincent Sanders2013-05-281-1/+1
|
* Front ends have no reason to include desktop/selection.h now.Michael Drake2013-05-101-1/+0
|
* Fixup for core changes. (Selection and errorcode.)Michael Drake2013-02-221-3/+4
|
* fix errors introduced in refactorVincent Sanders2013-02-181-22/+22
|
* rename flags for browser_window routines to be shorterVincent Sanders2013-02-181-4/+4
|
* browser_window_navigate refactorVincent Sanders2013-02-181-2/+35
|
* 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
| | | | svn path=/trunk/netsurf/; revision=13548
* Fix up for nsurl changes. Untested.Michael Drake2011-10-031-2/+2
| | | | svn path=/trunk/netsurf/; revision=12930
* Use API to find out if a browser window has a selection.Michael Drake2011-08-311-2/+2
| | | | svn path=/trunk/netsurf/; revision=12683
* Add code to open the source file into Xcode. Currently called by the context ↵François Revel2011-05-121-1/+64
| | | | | | 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/+59
| | | | svn path=/trunk/netsurf/; revision=11857
* Local history view now is responsible for hiding itself after selecting a ↵Sven Weidauer2011-02-271-4/+2
| | | | | | 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-0/+1
| | | | svn path=/trunk/netsurf/; revision=11821
* Reorganized includes.Sven Weidauer2011-01-311-3/+3
| | | | svn path=/trunk/netsurf/; revision=11567
* Added 'Home' buttonSven Weidauer2011-01-311-0/+5
| | | | svn path=/trunk/netsurf/; revision=11566
* Implemented context menu.Sven Weidauer2011-01-281-0/+8
| | | | svn path=/trunk/netsurf/; revision=11520
* Leaving history overlay active after navigating using the back/forwards buttons.Sven Weidauer2011-01-261-1/+4
| | | | svn path=/trunk/netsurf/; revision=11495
* Enabling back/forward buttons only if appropriate.Sven Weidauer2011-01-261-0/+15
| | | | svn path=/trunk/netsurf/; revision=11494
* Implemented favicons. Doesn't work for .ICO filesSven Weidauer2011-01-251-0/+1
| | | | svn path=/trunk/netsurf/; revision=11485
* Nicer button for local history, fading history view, more readable blue for ↵Sven Weidauer2011-01-251-5/+0
| | | | | | active item svn path=/trunk/netsurf/; revision=11481
* Added local history overlaySven Weidauer2011-01-241-0/+5
| | | | svn path=/trunk/netsurf/; revision=11479
* Nice back/forward buttons and moved refresh button into URL field (like Safari)Sven Weidauer2011-01-241-19/+6
| | | | svn path=/trunk/netsurf/; revision=11477
* Renamed 'spinning' property to 'isProcessing' so that the tab bar picks it ↵Sven Weidauer2011-01-201-1/+1
| | | | | | up and displays a spinner. svn path=/trunk/netsurf/; revision=11420
* Releasing objects in deallocSven Weidauer2011-01-201-0/+11
| | | | svn path=/trunk/netsurf/; revision=11413
* Implementing tabs and fixing scrolling.Sven Weidauer2011-01-191-0/+156
svn path=/trunk/netsurf/; revision=11396