summaryrefslogtreecommitdiff
path: root/amiga
Commit message (Collapse)AuthorAgeFilesLines
...
* Updated to support changes in image/bitmap.hChris Young2008-08-121-15/+38
| | | | svn path=/trunk/netsurf/; revision=5074
* Modified to use space.gadget and blit directly to the window's rastport, ↵Chris Young2008-08-112-51/+201
| | | | | | | | also added scrollbar functionality (thanks to Ami603) svn path=/trunk/netsurf/; revision=5034
* Added code to set correct font.Chris Young2008-08-105-84/+260
| | | | svn path=/trunk/netsurf/; revision=4986
* Functions now return correct values for proper text formatting.Chris Young2008-08-091-20/+21
| | | | svn path=/trunk/netsurf/; revision=4983
* Implemented localisation using the existing translated messages files.Chris Young2008-08-092-135/+297
| | | | svn path=/trunk/netsurf/; revision=4982
* Warn and error messages are now displayed in a requester.Chris Young2008-08-091-3/+17
| | | | svn path=/trunk/netsurf/; revision=4981
* Added support for multiple windows.Chris Young2008-08-093-138/+366
| | | | svn path=/trunk/netsurf/; revision=4972
* Rewritten to use window.class and bitmap.image instead of writing directly ↵Chris Young2008-08-082-23/+142
| | | | | | | | to the window bitmap. Basic GUI added to allow URLs to be entered. svn path=/trunk/netsurf/; revision=4965
* Corrected bitmap plotter RGB format.Chris Young2008-08-071-1/+1
| | | | svn path=/trunk/netsurf/; revision=4949
* Basic plotter functions and support code for the plotters.Chris Young2008-08-074-14/+204
| | | | svn path=/trunk/netsurf/; revision=4948
* OS4 32-bit icon for NetSurf.Chris Young2008-08-031-0/+0
| | | | svn path=/trunk/netsurf/; revision=4878
* Opens and closes timer.device, and creates a new list - required for ↵Chris Young2008-08-031-4/+44
| | | | | | | | scheduling code in schedule.c svn path=/trunk/netsurf/; revision=4877
* Generic objects code implemented using Exec lists. Currently used by ↵Chris Young2008-08-032-0/+146
| | | | | | | | schedule.c to add and delete schedule items from a list. svn path=/trunk/netsurf/; revision=4876
* Fully implemented schedule, schedule_run and schedule_remove.Chris Young2008-08-032-1/+135
| | | | svn path=/trunk/netsurf/; revision=4875
* Initial Amiga port files, mostly empty stub functions.Chris Young2008-08-0218-0/+1249
svn path=/trunk/netsurf/; revision=4864