summaryrefslogtreecommitdiff
path: root/cocoa/BrowserView.m
Commit message (Expand)AuthorAgeFilesLines
* Port cocoa front end to browser_window_get_contextual_content.Michael Drake2011-09-061-7/+10
* Remove chained self-assignment.Michael Drake2011-09-061-1/+1
* Don't need to set current_redraw_browser any more.Michael Drake2011-08-241-3/+0
* Remove plotter table global. Pass a redraw context around redraw functions. ...Michael Drake2011-06-301-1/+6
* Frond ends signal end of drag with call to browser_window_mouse_track.Michael Drake2011-06-271-1/+1
* If iframes are reformatted due to containing document reflow, don't need to r...Michael Drake2011-06-241-1/+1
* Add code to open the source file into Xcode. Currently called by the context ...François Revel2011-05-121-0/+2
* Getting rid of cocoa_set_font_scale_factorSven Weidauer2011-03-141-1/+0
* Minimal implementation of NSTextInput protocol. Allows accented characters to...Sven Weidauer2011-03-071-0/+63
* Checking for public.url pasteboard type first, so dragging a .webloc file fro...Sven Weidauer2011-03-041-1/+1
* Accepting URLs dropped onto the browser view.Sven Weidauer2011-03-041-0/+44
* More keyboard shortcuts: scroll down with space bar and go back with backspac...Sven Weidauer2011-03-021-2/+7
* Handling keyboard events for local history view.Sven Weidauer2011-02-271-1/+5
* Resetting cursor when mouse moves out of browser view.Sven Weidauer2011-02-271-1/+6
* Using NSTrackingArea to get mouseMoved: events in the browser view.Sven Weidauer2011-02-271-1/+12
* Local history view now is responsible for hiding itself after selecting a web...Sven Weidauer2011-02-271-1/+6
* Prepared for localizing string literals in source code.Sven Weidauer2011-02-251-11/+22
* Cleanup in redraw code for browser view.Sven Weidauer2011-02-171-7/+6
* New local history panel with scrollbars. Still needs to resize itself to fit ...Sven Weidauer2011-02-171-3/+5
* Pass clip rect to browser_window_redraw as pointer.Michael Drake2011-02-131-1/+1
* Pass clip rect to browser_window_redraw as struct.Michael Drake2011-02-111-6/+8
* improve browser_window_redraw width and height handlingVincent Sanders2011-02-111-2/+0
* add browser_window_redraw() method to make content_redraw calls from frontend...Vincent Sanders2011-02-101-15/+7
* Reorganized includes.Sven Weidauer2011-01-311-5/+4
* Implemented context menu.Sven Weidauer2011-01-281-0/+95
* Timer based reformatting, so reformat happens also while resizing windows.Sven Weidauer2011-01-281-2/+28
* Implemented frames and handling reformats the right way using browser_reforma...Sven Weidauer2011-01-281-6/+10
* Keyboard scrolling.Sven Weidauer2011-01-281-6/+53
* Setting current_redraw_browser and fixing mouse draggingSven Weidauer2011-01-281-4/+9
* Implemented resolution-independent rendering for the browser view. Still need...Sven Weidauer2011-01-271-8/+10
* Nicer button for local history, fading history view, more readable blue for a...Sven Weidauer2011-01-251-28/+19
* Added local history overlaySven Weidauer2011-01-241-0/+35
* Wrapping drawing code in own autorelease poolSven Weidauer2011-01-201-1/+3
* Releasing objects in deallocSven Weidauer2011-01-201-1/+15
* Implementing tabs and fixing scrolling.Sven Weidauer2011-01-191-101/+7
* Menu items for reload and stop loading. Also validating zoom and stop loading...Sven Weidauer2011-01-181-3/+25
* Font scaling and other scaling related fixes.Sven Weidauer2011-01-171-2/+6
* Scaling mouse coordinatesSven Weidauer2011-01-141-6/+15
* Handling double-clicksSven Weidauer2011-01-141-1/+3
* Implementing selection and clipboard functions.Sven Weidauer2011-01-141-0/+41
* Better mouse handling for browserSven Weidauer2011-01-141-3/+39
* Zooming, opening files, accepting http and https URLsSven Weidauer2011-01-131-0/+15
* Copy scale value from cloned window and setting new clip rect for every drawi...Sven Weidauer2011-01-131-3/+2
* Rendering only dirty rectsSven Weidauer2011-01-121-11/+17
* Cocoa front end (credit: Sven Weidauer)John Mark Bell2011-01-121-0/+289