summaryrefslogtreecommitdiff
path: root/amiga/history_local.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix broken event handling.Chris Young2010-04-091-4/+2
| | | | | | | Any structures attached to the window_list *must* have a struct nsObject * as their first entry, and handle events outside of gui.c. svn path=/trunk/netsurf/; revision=10332
* Give local history own off-screen rendering bitmapChris Young2009-08-291-0/+1
| | | | svn path=/trunk/netsurf/; revision=9497
* Fix warningsChris Young2009-03-151-0/+1
| | | | | | Fall back to default theme if specified one can't be found svn path=/trunk/netsurf/; revision=6785
* Add ability to render part of a local history window.Chris Young2009-03-081-1/+1
| | | | | | | | | | This is achieved through new function history_redraw_rectangle. It takes the co-ordinates of the history area to plot as parameters 2-5 and the co-ordinates of the top-left position to draw this area as params 6,7 Added local history scrolling to Amiga port using the above function. svn path=/trunk/netsurf/; revision=6740
* Stop local history from crashing, display mostly works (no thumbnails and ↵Chris Young2009-03-081-0/+38
offset wrong to window), no event handling other than closing the window. svn path=/trunk/netsurf/; revision=6730