summaryrefslogtreecommitdiff
path: root/cocoa/BrowserView.m
Commit message (Expand)AuthorAgeFilesLines
* 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