summaryrefslogtreecommitdiff
path: root/amiga/history_local.c
Commit message (Collapse)AuthorAgeFilesLines
* move frontends into sub directoryVincent Sanders2016-05-151-341/+0
|
* Update to new warn_user APIChris Young2016-05-011-4/+4
|
* Make the palette-mapped state relate to the rendering layer rather than ↵Chris Young2016-01-251-1/+1
| | | | | | | globally. This means we can still render in 32-bit mode internally when the destination isn't the screen. NB: bitmap_render is currently freezing when the screen is in palette-mapped mode (old bug, pre-dates this change), so for now we skip this routine in that scenario.
* Fix some old and new GCC errors/warningsChris Young2016-01-151-4/+1
|
* Fix more hook functionsChris Young2015-02-241-2/+2
|
* Move everything else over to using the class pointers.Chris Young2015-01-261-3/+4
| | | | Exception: popupmenu.class is still using old _GetClass functions.
* Add missing headersChris Young2015-01-201-1/+3
|
* Fixup history_local.c for OS3Chris Young2015-01-181-1/+1
|
* Simplify ami_history_open API and use correct call to get history object.Michael Drake2014-11-221-2/+8
|
* Use public bw header.Michael Drake2014-11-211-1/+1
|
* Allocate screen title when first needed and keep it private to amiga/gui.cChris Young2014-11-161-2/+2
|
* Remove the global which meant we could only open one local history window.Chris Young2014-11-161-25/+19
| | | | Now we can open multiple local history windows, which avoids the confusion when requesting a local history window when one is already open.
* Stop history_local accessing gui_window via browser_window, and remove some ↵Chris Young2014-11-161-62/+51
| | | | unneeded globals
* Update history_local.c to use SPACE_RenderBox compatibility functionChris Young2014-11-151-17/+36
|
* Fix several doxygen issuesVincent Sanders2014-11-081-1/+0
|
* Update amiga frontend for split operation table header changesVincent Sanders2014-10-161-19/+18
|
* remove unecessary utils/url.h includesVincent Sanders2014-05-091-1/+0
|
* Fix a bunch of cppcheck unused/unreadVariable warningsChris Young2014-04-051-2/+0
|
* More build fixing.Michael Drake2014-02-151-1/+1
|
* Make history internal to browser_window module.Michael Drake2014-02-151-8/+8
|
* Simplify local history interface.Michael Drake2014-02-081-2/+2
|
* Replace AllocVec with AllocVecTags. Remove some instances of MEMF_CLEAR ↵Chris Young2013-10-121-1/+1
| | | | where it is not necessary.
* s/history_core/local_history/Michael Drake2013-07-101-1/+1
|
* Schedule redraws from local history too, hide ami_do_redraw and friends as ↵Chris Young2013-04-041-1/+1
| | | | only gui.c needs to call those directly now
* We are opening on a public screen, not a custom screen (even our own screen ↵Chris Young2013-03-201-1/+1
| | | | is a public screen)
* Include desktop/browser_private.h.Michael Drake2012-08-221-0/+1
|
* Add tiled refresh, with tiles of max size option_redraw_tile_size. ThisChris Young2012-02-251-1/+1
| | | | | | | | | reduces the size of our off-screen bitmap and associated memory. Only works with browser windows at present. History and treeviews still have full window refresh/bitmap. Setting the option to 0 brings back the old behaviour. svn path=/trunk/netsurf/; revision=13468
* Pass whether background images are wanted in redraw_context.Michael Drake2011-12-231-0/+1
| | | | svn path=/trunk/netsurf/; revision=13335
* Fix warningsChris Young2011-07-231-1/+1
| | | | svn path=/trunk/netsurf/; revision=12616
* 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