summaryrefslogtreecommitdiff
path: root/amiga
Commit message (Collapse)AuthorAgeFilesLines
* Added clipboard support, fixed a problem causing a crash in the font ↵Chris Young2008-08-211-35/+179
| | | | | | functions in font.c svn path=/trunk/netsurf/; revision=5166
* Added british-englishChris Young2008-08-211-0/+1
| | | | svn path=/trunk/netsurf/; revision=5165
* Reduced task priority to -5 and increased stack to 64kChris Young2008-08-211-0/+0
| | | | svn path=/trunk/netsurf/; revision=5164
* Implemented form select menu, and basic pull-down menu template.Chris Young2008-08-191-13/+94
| | | | svn path=/trunk/netsurf/; revision=5158
* Implemented mouse dragging and code for select forms (which works but the ↵Chris Young2008-08-182-45/+168
| | | | | | | | | menu is not created with the correct entries yet). Now looks in options for screen and window size and position. svn path=/trunk/netsurf/; revision=5153
* Add links to resource files.John Tytgat2008-08-178-0/+8
| | | | svn path=/trunk/netsurf/; revision=5138
* Reversed order of running a callback and removing it from the schedule list, ↵Chris Young2008-08-171-13/+3
| | | | | | | | this resolves a serious system freeze especially prevalent on XOOPS-based websites. svn path=/trunk/netsurf/; revision=5137
* Close fonts properly and default back to initial RastPort font.Chris Young2008-08-176-36/+59
| | | | svn path=/trunk/netsurf/; revision=5136
* Implemented line styles and widthsChris Young2008-08-151-24/+78
| | | | svn path=/trunk/netsurf/; revision=5131
* More error checkingChris Young2008-08-151-7/+41
| | | | svn path=/trunk/netsurf/; revision=5129
* Updated for hubbub, redraws now scheduled for next input loopChris Young2008-08-152-100/+96
| | | | svn path=/trunk/netsurf/; revision=5128
* Fixed font stylesChris Young2008-08-122-34/+39
| | | | svn path=/trunk/netsurf/; revision=5075
* 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