summaryrefslogtreecommitdiff
path: root/amiga/history_local.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove plotter table global. Pass a redraw context around redraw functions. ↵Michael Drake2011-06-301-1/+5
| | | | | | Knockout could be handled better. Note: untested on most front ends. svn path=/trunk/netsurf/; revision=12543
* Fix local history redrawChris Young2011-03-151-2/+2
| | | | svn path=/trunk/netsurf/; revision=12054
* Stop mix'n'match p96/gfx.lib drawing, remove ami_clgChris Young2011-02-261-2/+4
| | | | svn path=/trunk/netsurf/; revision=11832
* First pass of AmigaOS 3 compatibilityJohn Mark Bell2010-12-301-0/+1
| | | | svn path=/trunk/netsurf/; revision=11155
* Fix broken event handling.Chris Young2010-04-091-7/+7
| | | | | | | 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
* Squash memory leak and an offset problem related to helphintsChris Young2010-03-171-3/+6
| | | | svn path=/trunk/netsurf/; revision=10137
* Local history URL HelpHints (will show on OS4.1u1 and newer only)Chris Young2010-03-171-1/+17
| | | | svn path=/trunk/netsurf/; revision=10135
* Use correct history window structureChris Young2009-08-291-1/+1
| | | | svn path=/trunk/netsurf/; revision=9498
* Give local history own off-screen rendering bitmapChris Young2009-08-291-7/+9
| | | | svn path=/trunk/netsurf/; revision=9497
* First attempt at Amiga printing support. Doesn't quite work - a column on ↵Chris Young2009-08-231-1/+1
| | | | | | | | the left will print, but the rest of the page is an unexpected pastel pink. svn path=/trunk/netsurf/; revision=9410
* Migrate plotters to use a gui_globals pointer rather than RastPort.Chris Young2009-07-071-2/+3
| | | | svn path=/trunk/netsurf/; revision=8378
* Fix faster_scrollChris Young2009-05-311-1/+1
| | | | svn path=/trunk/netsurf/; revision=7667
* Reduce flickerChris Young2009-05-241-1/+1
| | | | svn path=/trunk/netsurf/; revision=7542
* Local history started drawing on the browser window instead of the history ↵Chris Young2009-05-091-6/+6
| | | | | | | | | window for some reason. This makes it draw to the usual global bitmap and blit across to the history window instead. svn path=/trunk/netsurf/; revision=7453
* Fix clicking on history items beyone the first pageChris Young2009-03-151-13/+10
| | | | svn path=/trunk/netsurf/; revision=6789
* Fix warningsChris Young2009-03-151-0/+2
| | | | | | 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-10/+98
| | | | | | | | | | 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
* Mostly-working local history windowChris Young2009-03-081-45/+83
| | | | svn path=/trunk/netsurf/; revision=6733
* Stop local history from crashing, display mostly works (no thumbnails and ↵Chris Young2009-03-081-22/+72
| | | | | | | | offset wrong to window), no event handling other than closing the window. svn path=/trunk/netsurf/; revision=6730
* Start of local history window in Amiga build; doesn't work yetChris Young2009-03-071-0/+132
svn path=/trunk/netsurf/; revision=6727