netsurf/amiga
Chris Young 772bbec9e8 Super whizzy fast shiny new tile plotter
Massively speeds up www.amigaimpact.org, slight improvement on other sites.
Unfortunately alpha plotting on tiled btimaps is broken again (makes amigaworld.net
difficult to read).
May need to reimplement the old tile plotter for alpha bitmaps only, or write my own
alpha-supporting backfill hook

svn path=/trunk/netsurf/; revision=7550
2009-05-26 19:02:51 +00:00
..
dist Add link to changelog 2009-05-23 19:22:18 +00:00
pkg Minor packaging fixes 2009-04-25 21:45:26 +00:00
resources Populate option_accept_language with the user's preferred languages, in order. 2009-05-09 18:56:12 +00:00
arexx.c Fix ARexx download queue - GummiSurf now works, and manual ARexx-initiated downloads 2009-04-14 18:51:10 +00:00
arexx.h NetSurf will now check if it is already running (ie. if ARexx port NETSURF exists), 2008-11-16 14:42:40 +00:00
bitmap.c Too many 0s 2009-05-17 16:59:56 +00:00
bitmap.h Copy and save images as IFF ILBM attempt 2. 2009-05-16 17:04:28 +00:00
clipboard.c Missing WITH_NS_SVG #ifdef 2009-05-19 07:30:00 +00:00
clipboard.h Missing WITH_NS_SVG #ifdef 2009-05-19 07:30:00 +00:00
compat.c Update for new SDK 2008-12-28 13:49:26 +00:00
compat.h Update for new SDK 2008-12-28 13:49:26 +00:00
context_menu.c Add ability to copy SVGs to the clipboard and save in IFF DR2D format. 2009-05-19 07:23:56 +00:00
context_menu.h Copy and save images in IFF ILBM format. Currently, the data in the BODY chunk is 2009-05-16 14:50:30 +00:00
cookies.c Improved treeview browser - cookies tree part (missed off previous commit) 2008-10-11 21:59:22 +00:00
cookies.h Improved treeview browser - cookies tree part (missed off previous commit) 2008-10-11 21:59:22 +00:00
download.c Add ability to copy SVGs to the clipboard and save in IFF DR2D format. 2009-05-19 07:23:56 +00:00
download.h Add Abort button to download window 2009-04-30 18:40:26 +00:00
fetch_file.c Update to new API 2008-12-27 17:16:35 +00:00
fetch_file.h Local file handling improvements (fetch_file is incomplete and not being used yet) 2008-11-08 23:06:40 +00:00
fetch_mailto.c Handle mailto: URLs through gui_launch_url() 2009-01-10 21:22:46 +00:00
fetch_mailto.h Handle mailto: URLs through gui_launch_url() 2009-01-10 21:22:46 +00:00
filetype.c HTML files with an icon but no MIMETYPE tooltype were being picked up by the 2008-11-16 23:29:40 +00:00
font.c Adjust minimum font size 2009-05-09 14:30:17 +00:00
font.h Fix warnings 2009-04-18 16:56:22 +00:00
gui.c Vague attempt at direct rendering 2009-05-25 22:32:38 +00:00
gui.h Implement a download queue for ARexx-initiated downloads. Working manually, however 2009-03-28 12:50:19 +00:00
history_local.c Reduce flicker 2009-05-24 14:50:21 +00:00
history_local.h Fix warnings 2009-03-15 11:21:46 +00:00
history.c Various minor fixes for treeviews, history tree now populates. 2008-10-13 18:00:44 +00:00
history.h Fix warnings 2009-03-15 11:21:46 +00:00
hotlist.c Fix assert when there is no hotlist file 2009-02-08 23:23:46 +00:00
hotlist.h Moved menu selection code to menu.c 2008-09-03 22:02:41 +00:00
iff_cset.h Complete (but quite minimal at the moment) context menu implementation for AmigaOS: 2008-10-25 16:37:08 +00:00
iff_dr2d.c Add ability to copy SVGs to the clipboard and save in IFF DR2D format. 2009-05-19 07:23:56 +00:00
iff_dr2d.h Add ability to copy SVGs to the clipboard and save in IFF DR2D format. 2009-05-19 07:23:56 +00:00
login.c Change memory allocations to MEMF_PRIVATE to enable paging on OS4.1. 2008-11-02 00:21:49 +00:00
login.h Stop the throbber trying to draw on download and 401-login windows. 2008-09-20 22:07:11 +00:00
menu.c Add ability to copy SVGs to the clipboard and save in IFF DR2D format. 2009-05-19 07:23:56 +00:00
menu.h Add Save as IFF to main menus 2009-05-17 10:40:42 +00:00
misc.c Allow opening of local files from anywhere, not just the parent of the current dir. 2008-11-15 15:28:17 +00:00
object.c Change memory allocations to MEMF_PRIVATE to enable paging on OS4.1. 2008-11-02 00:21:49 +00:00
object.h Start of local history window in Amiga build; doesn't work yet 2009-03-07 20:52:08 +00:00
options.h Vague attempt at direct rendering 2009-05-25 22:32:38 +00:00
plotters.c Super whizzy fast shiny new tile plotter 2009-05-26 19:02:51 +00:00
plotters.h - Constify parameters of struct plotter_table::polygon and struct plotter_table::path 2009-02-03 01:27:54 +00:00
save_complete.c AmigaOS implementation of complete page save. 2008-11-08 23:08:55 +00:00
save_complete.h AmigaOS implementation of complete page save. 2008-11-08 23:08:55 +00:00
save_pdf.c Divorce PDF export and printing. 2009-02-17 16:37:51 +00:00
save_pdf.h Added PDF export to Amiga port. 2008-08-26 01:20:01 +00:00
schedule.c make schedule_run return if it has active jobs to schedule 2009-02-11 22:33:55 +00:00
schedule.h Update for new SDK 2008-12-20 10:54:59 +00:00
search.c First attempt at Amiga text search function based on RISC OS code. 2008-12-13 23:16:50 +00:00
search.h fix warning 2009-01-10 22:55:51 +00:00
thumbnail.c Implement thumbnail creation 2009-03-08 17:41:24 +00:00
tree.c Ensure the selected item stays selected when being moved. Bit of a hack as the 2009-04-14 22:36:57 +00:00
tree.h Fix basic rearrangement of tree nodes 2008-10-13 22:34:54 +00:00
utf8.c Added support code to allow CSET chunks to be read from clipboard IFF FTXT and 2008-09-03 22:10:30 +00:00
utf8.h Added support code to allow CSET chunks to be read from clipboard IFF FTXT and 2008-09-03 22:10:30 +00:00
version.rexx Two new ARexx commands: 2008-11-24 08:06:11 +00:00