netsurf/amiga
Chris Young 0b6f91dd61 Changes for asynchronous printing. Currently disabled, as NetSurf window doesn't
redraw while printing in progress

svn path=/trunk/netsurf/; revision=9495
2009-08-29 14:00:57 +00:00
..
dist libsvgtiny is shared object now, tweak percent complete values in install to allow 2009-08-24 21:14:46 +00:00
pkg libsvgtiny is shared object now, tweak percent complete values in install to allow 2009-08-24 21:14:46 +00:00
resources Tweak throbber anim speed 2009-08-18 13:06:28 +00:00
stringview Allow the user to disable URL suggestion. 2009-07-26 18:47:15 +00:00
arexx.c Add GETSCREENNAME command 2009-07-04 12:16:22 +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 Stop the alpha channel getting lost on scaled bitmaps 2009-08-24 22:23:17 +00:00
bitmap.h Revert r9108, as component order in libnsgif due to be corrected. 2009-08-09 21:37:20 +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 Merge LibCSS port to trunk. 2009-07-23 23:05:34 +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 Fix crash on www.bebo.com 2009-08-23 10:20:51 +00:00
download.h Add Abort button to download window 2009-04-30 18:40:26 +00:00
fetch_file.c Make polling function return after a fetch_free operation, as under certain (unknown) 2009-07-30 21:59:26 +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 Merge LibCSS port to trunk. 2009-07-23 23:05:34 +00:00
font.h Refactor text plotter and other font functions to remove dependency on CSS. 2009-07-21 10:59:53 +00:00
gui.c Changes for asynchronous printing. Currently disabled, as NetSurf window doesn't 2009-08-29 14:00:57 +00:00
gui.h Fix page dragging etc 2009-08-29 10:16:19 +00:00
gui_options.c Add missing code to apply the fetcher settings 2009-08-18 15:38:09 +00:00
gui_options.h Add missing code to apply the fetcher settings 2009-08-18 15:38:09 +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
history_local.c First attempt at Amiga printing support. Doesn't quite work - a column on the left 2009-08-23 15:59:41 +00:00
history_local.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
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 Fix stupid error in the standalone/test code 2009-06-01 17:56:25 +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
menu.c Remove the hook function, printing now works correctly (at least with the FILE driver) 2009-08-23 16:40:28 +00:00
menu.h First attempt at Amiga printing support. Doesn't quite work - a column on the left 2009-08-23 15:59:41 +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 Amiga Options GUI template code and a bonus "redraw" option in the menu 2009-06-20 22:29:43 +00:00
options.h First attempt at Amiga printing support. Doesn't quite work - a column on the left 2009-08-23 15:59:41 +00:00
plotters.c First attempt at Amiga printing support. Doesn't quite work - a column on the left 2009-08-23 15:59:41 +00:00
plotters.h First attempt at Amiga printing support. Doesn't quite work - a column on the left 2009-08-23 15:59:41 +00:00
print.c Changes for asynchronous printing. Currently disabled, as NetSurf window doesn't 2009-08-29 14:00:57 +00:00
print.h Changes for asynchronous printing. Currently disabled, as NetSurf window doesn't 2009-08-29 14:00:57 +00:00
save_complete.c Fix RISC OS and Amiga builds. 2009-07-27 18:01:54 +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
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
sslcert.c SSL certificate verification strings 2009-06-01 21:23:14 +00:00
thumbnail.c First attempt at Amiga printing support. Doesn't quite work - a column on the left 2009-08-23 15:59:41 +00:00
tree.c SSL certificate verification strings 2009-06-01 21:23:14 +00:00
tree.h Basic SSL certificate verification for Amiga version 2009-05-31 22:12:42 +00:00
utf8.c
utf8.h
version.rexx Two new ARexx commands: 2008-11-24 08:06:11 +00:00