summaryrefslogtreecommitdiff
path: root/cocoa/BrowserView.m
Commit message (Collapse)AuthorAgeFilesLines
* Port cocoa front end to browser_window_get_contextual_content.Michael Drake2011-09-061-7/+10
| | | | svn path=/trunk/netsurf/; revision=12759
* Remove chained self-assignment.Michael Drake2011-09-061-1/+1
| | | | svn path=/trunk/netsurf/; revision=12751
* Don't need to set current_redraw_browser any more.Michael Drake2011-08-241-3/+0
| | | | svn path=/trunk/netsurf/; revision=12657
* Remove plotter table global. Pass a redraw context around redraw functions. ↵Michael Drake2011-06-301-1/+6
| | | | | | Knockout could be handled better. Note: untested on most front ends. svn path=/trunk/netsurf/; revision=12543
* Frond ends signal end of drag with call to browser_window_mouse_track.Michael Drake2011-06-271-1/+1
| | | | svn path=/trunk/netsurf/; revision=12515
* If iframes are reformatted due to containing document reflow, don't need to ↵Michael Drake2011-06-241-1/+1
| | | | | | redraw them since they will be redrawn when the containing document is redrawn. Make iframe handling more robust. svn path=/trunk/netsurf/; revision=12497
* Add code to open the source file into Xcode. Currently called by the context ↵François Revel2011-05-121-0/+2
| | | | | | 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
* Getting rid of cocoa_set_font_scale_factorSven Weidauer2011-03-141-1/+0
| | | | svn path=/trunk/netsurf/; revision=12042
* Minimal implementation of NSTextInput protocol. Allows accented characters ↵Sven Weidauer2011-03-071-0/+63
| | | | | | to be typed. Might not work with other, more complex input methods (chinese, ...) svn path=/trunk/netsurf/; revision=11930
* Checking for public.url pasteboard type first, so dragging a .webloc file ↵Sven Weidauer2011-03-041-1/+1
| | | | | | from the Finder opens the URL and not the .webloc file itself. svn path=/trunk/netsurf/; revision=11901
* Accepting URLs dropped onto the browser view.Sven Weidauer2011-03-041-0/+44
| | | | svn path=/trunk/netsurf/; revision=11900
* More keyboard shortcuts: scroll down with space bar and go back with ↵Sven Weidauer2011-03-021-2/+7
| | | | | | backspace key. svn path=/trunk/netsurf/; revision=11885
* Handling keyboard events for local history view.Sven Weidauer2011-02-271-1/+5
| | | | svn path=/trunk/netsurf/; revision=11851
* Resetting cursor when mouse moves out of browser view.Sven Weidauer2011-02-271-1/+6
| | | | svn path=/trunk/netsurf/; revision=11839
* Using NSTrackingArea to get mouseMoved: events in the browser view.Sven Weidauer2011-02-271-1/+12
| | | | svn path=/trunk/netsurf/; revision=11838
* Local history view now is responsible for hiding itself after selecting a ↵Sven Weidauer2011-02-271-1/+6
| | | | | | web page. Also gets redrawn when selecting other pages using the back/forward buttons. svn path=/trunk/netsurf/; revision=11837
* Prepared for localizing string literals in source code.Sven Weidauer2011-02-251-11/+22
| | | | svn path=/trunk/netsurf/; revision=11795
* Cleanup in redraw code for browser view.Sven Weidauer2011-02-171-7/+6
| | | | svn path=/trunk/netsurf/; revision=11706
* New local history panel with scrollbars. Still needs to resize itself to fit ↵Sven Weidauer2011-02-171-3/+5
| | | | | | the history. svn path=/trunk/netsurf/; revision=11705
* Pass clip rect to browser_window_redraw as pointer.Michael Drake2011-02-131-1/+1
| | | | svn path=/trunk/netsurf/; revision=11672
* Pass clip rect to browser_window_redraw as struct.Michael Drake2011-02-111-6/+8
| | | | svn path=/trunk/netsurf/; revision=11648
* improve browser_window_redraw width and height handlingVincent Sanders2011-02-111-2/+0
| | | | svn path=/trunk/netsurf/; revision=11642
* add browser_window_redraw() method to make content_redraw calls from ↵Vincent Sanders2011-02-101-15/+7
| | | | | | frontends common RISC OS, atari, amiga and beos have not been updated svn path=/trunk/netsurf/; revision=11640
* Reorganized includes.Sven Weidauer2011-01-311-5/+4
| | | | svn path=/trunk/netsurf/; revision=11567
* Implemented context menu.Sven Weidauer2011-01-281-0/+95
| | | | svn path=/trunk/netsurf/; revision=11520
* Timer based reformatting, so reformat happens also while resizing windows.Sven Weidauer2011-01-281-2/+28
| | | | svn path=/trunk/netsurf/; revision=11519
* 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