summaryrefslogtreecommitdiff
path: root/cocoa/BrowserView.m
Commit message (Collapse)AuthorAgeFilesLines
...
* Implemented frames and handling reformats the right way using ↵Sven Weidauer2011-01-281-6/+10
| | | | | | browser_reformat_pending. svn path=/trunk/netsurf/; revision=11518
* Keyboard scrolling.Sven Weidauer2011-01-281-6/+53
| | | | svn path=/trunk/netsurf/; revision=11517
* Setting current_redraw_browser and fixing mouse draggingSven Weidauer2011-01-281-4/+9
| | | | svn path=/trunk/netsurf/; revision=11515
* Implemented resolution-independent rendering for the browser view. Still ↵Sven Weidauer2011-01-271-8/+10
| | | | | | needs to be implemented for the other views. svn path=/trunk/netsurf/; revision=11507
* Nicer button for local history, fading history view, more readable blue for ↵Sven Weidauer2011-01-251-28/+19
| | | | | | active item svn path=/trunk/netsurf/; revision=11481
* Added local history overlaySven Weidauer2011-01-241-0/+35
| | | | svn path=/trunk/netsurf/; revision=11479
* Wrapping drawing code in own autorelease poolSven Weidauer2011-01-201-1/+3
| | | | svn path=/trunk/netsurf/; revision=11414
* Releasing objects in deallocSven Weidauer2011-01-201-1/+15
| | | | svn path=/trunk/netsurf/; revision=11413
* Implementing tabs and fixing scrolling.Sven Weidauer2011-01-191-101/+7
| | | | svn path=/trunk/netsurf/; revision=11396
* Menu items for reload and stop loading. Also validating zoom and stop ↵Sven Weidauer2011-01-181-3/+25
| | | | | | loading menu actions. svn path=/trunk/netsurf/; revision=11367
* Font scaling and other scaling related fixes.Sven Weidauer2011-01-171-2/+6
| | | | svn path=/trunk/netsurf/; revision=11349
* Scaling mouse coordinatesSven Weidauer2011-01-141-6/+15
| | | | svn path=/trunk/netsurf/; revision=11321
* Handling double-clicksSven Weidauer2011-01-141-1/+3
| | | | svn path=/trunk/netsurf/; revision=11320
* Implementing selection and clipboard functions.Sven Weidauer2011-01-141-0/+41
| | | | svn path=/trunk/netsurf/; revision=11319
* Better mouse handling for browserSven Weidauer2011-01-141-3/+39
| | | | svn path=/trunk/netsurf/; revision=11318
* Zooming, opening files, accepting http and https URLsSven Weidauer2011-01-131-0/+15
| | | | svn path=/trunk/netsurf/; revision=11310
* Copy scale value from cloned window and setting new clip rect for every ↵Sven Weidauer2011-01-131-3/+2
| | | | | | drawing operation. svn path=/trunk/netsurf/; revision=11308
* Rendering only dirty rectsSven Weidauer2011-01-121-11/+17
| | | | svn path=/trunk/netsurf/; revision=11294
* Cocoa front end (credit: Sven Weidauer)John Mark Bell2011-01-121-0/+289
svn path=/trunk/netsurf/; revision=11292