netsurf/amiga
Chris Young 8d4678b04b Add AppWindow ourself rather than letting window.class create it. Initial
tests indicate we are no longer losing icon drop events although there is
still an "event leak" somewhere.
Fix warnings.

svn path=/trunk/netsurf/; revision=13894
2012-04-28 19:43:46 +00:00
..
dist Use 'user' env-var to determine username 2012-03-30 18:18:15 +00:00
pkg Use the same default favicon as other platforms. 2012-03-31 15:29:08 +00:00
resources Correct comment 2012-04-15 12:03:51 +00:00
stringview NetSurf options rework (a=vince r=daniels,jmb) 2012-03-22 09:34:34 +00:00
arexx.c NetSurf options rework (a=vince r=daniels,jmb) 2012-03-22 09:34:34 +00:00
arexx.h
bitmap.c NetSurf options rework (a=vince r=daniels,jmb) 2012-03-22 09:34:34 +00:00
bitmap.h Iconfication; only enabled when running on WB screen at present 2011-07-03 11:05:18 +00:00
clipboard.c fix build 2012-03-26 20:25:10 +00:00
clipboard.h Fix DSI when drag saving 2011-04-29 18:15:20 +00:00
context_menu.c Add AppWindow ourself rather than letting window.class create it. Initial 2012-04-28 19:43:46 +00:00
context_menu.h Start popuating treeview context menu 2011-12-17 18:47:35 +00:00
cookies.c
cookies.h
datatypes.c Virtualise content handler finalisation calls. Remove pointless implementations. 2011-09-15 22:47:50 +00:00
datatypes.h Virtualise content handler finalisation calls. Remove pointless implementations. 2011-09-15 22:47:50 +00:00
download.c NetSurf options rework (a=vince r=daniels,jmb) 2012-03-22 09:34:34 +00:00
download.h Show existing file size when file already exists on download 2011-07-23 15:19:27 +00:00
drag.c NetSurf options rework (a=vince r=daniels,jmb) 2012-03-22 09:34:34 +00:00
drag.h Support dragging from global history to hotlist 2011-12-02 13:24:40 +00:00
dt_anim.c Virtualise content handler finalisation calls. Remove pointless implementations. 2011-09-15 22:47:50 +00:00
dt_picture.c Convert to use image cache 2012-04-06 17:05:25 +00:00
dt_sound.c NetSurf options rework (a=vince r=daniels,jmb) 2012-03-22 09:34:34 +00:00
file.c NetSurf options rework (a=vince r=daniels,jmb) 2012-03-22 09:34:34 +00:00
file.h Complete extended context menus 2011-10-23 13:15:44 +00:00
filetype.c Also read mimetype mappings from mimetypes.user 2011-09-25 17:03:37 +00:00
filetype.h convert from mimetype to filetype rather than simple content type to filetype, where 2011-06-15 21:53:49 +00:00
font.c Add AppWindow ourself rather than letting window.class create it. Initial 2012-04-28 19:43:46 +00:00
font.h Select fonts, sizes and colours for splash screen text rather than relying on system 2011-09-07 23:01:53 +00:00
gui_options.c Move user-specifics out of Resources 2012-03-28 22:17:27 +00:00
gui_options.h Move user-specifics out of Resources 2012-03-28 22:17:27 +00:00
gui.c Add AppWindow ourself rather than letting window.class create it. Initial 2012-04-28 19:43:46 +00:00
gui.h Add AppWindow ourself rather than letting window.class create it. Initial 2012-04-28 19:43:46 +00:00
history_local.c Add tiled refresh, with tiles of max size option_redraw_tile_size. This 2012-02-25 18:42:33 +00:00
history_local.h
history.c
history.h
hotlist.c
hotlist.h
icon.c content_get_url -> hlcache_handle_get_url, content__get_url -> content_get_url 2011-12-04 14:55:23 +00:00
icon.h Add favicon to iconification icon 2011-10-07 23:12:12 +00:00
iff_cset.h
iff_dr2d.c content_get_url -> hlcache_handle_get_url, content__get_url -> content_get_url 2011-12-04 14:55:23 +00:00
iff_dr2d.h Fix warnings 2011-07-23 14:06:13 +00:00
launch.c Re-jig URL launch as would never have fallen back to using openurl.library. 2012-04-18 19:44:09 +00:00
launch.h Rename confusingly-named file; Remove about from unsupported protocols, as will never 2011-02-26 17:38:43 +00:00
login.c First pass of AmigaOS 3 compatibility 2010-12-30 00:53:11 +00:00
login.h Squash warning 2010-12-19 17:33:16 +00:00
Makefile.target fix build 2012-03-26 20:25:10 +00:00
menu.c Move user-specifics out of Resources 2012-03-28 22:17:27 +00:00
menu.h Remove browser_window type from ami_create_menu() 2011-09-04 22:26:24 +00:00
misc.c Replace strncpy with strlcpy, as strncpy is not guaranteed to be 2012-04-18 18:54:15 +00:00
misc.h
object.c Add missing include 2011-09-02 22:09:37 +00:00
object.h Remove AMINS_FRAME 2011-09-16 18:00:39 +00:00
options.h Re-jig URL launch as would never have fallen back to using openurl.library. 2012-04-18 19:44:09 +00:00
os3support.h #defines for icon.library v51 2011-01-07 23:45:17 +00:00
plotters.c NetSurf options rework (a=vince r=daniels,jmb) 2012-03-22 09:34:34 +00:00
plotters.h Remove gui_globals scale as no longer needed 2011-03-10 20:07:14 +00:00
plugin_hack.c content_get_url -> hlcache_handle_get_url, content__get_url -> content_get_url 2011-12-04 14:55:23 +00:00
plugin_hack.h Virtualise content handler finalisation calls. Remove pointless implementations. 2011-09-15 22:47:50 +00:00
print.c NetSurf options rework (a=vince r=daniels,jmb) 2012-03-22 09:34:34 +00:00
print.h Squash compiler warnings 2011-09-02 22:10:20 +00:00
save_complete.c Fix erroneous API usage 2011-09-02 22:07:07 +00:00
save_complete.h
save_pdf.c Implement ask overwrite 2011-03-26 10:33:58 +00:00
save_pdf.h
schedule.c Avoid crashing on NULL schedule_list 2011-03-13 23:20:03 +00:00
schedule.h Move timer.device stuff to schedule.c 2011-02-19 17:19:38 +00:00
search.c Amiga changes for core search update (r12646). Note: untested. 2011-08-24 12:33:15 +00:00
search.h Fix warnings 2011-07-23 14:06:13 +00:00
sslcert.c
sslcert.h
system_colour.c Return a colour (ABGR) from gui_system_colour_char() rather than a 2012-03-27 19:25:02 +00:00
theme.c NetSurf options rework (a=vince r=daniels,jmb) 2012-03-22 09:34:34 +00:00
theme.h
thumbnail.c NetSurf options rework (a=vince r=daniels,jmb) 2012-03-22 09:34:34 +00:00
tree.c NetSurf options rework (a=vince r=daniels,jmb) 2012-03-22 09:34:34 +00:00
tree.h First pass of AmigaOS 3 compatibility 2010-12-30 00:53:11 +00:00
utf8.c Show existing file size when file already exists on download 2011-07-23 15:19:27 +00:00
utf8.h Fix warnings 2011-07-23 14:06:13 +00:00
version.c Use Michael Drake's proper splash screen 2011-09-07 18:38:08 +00:00