netsurf/amiga
Chris Young af0583f8a7 Enable the ask overwrite checkbox so it can actually be changed, correct the gadget ID
so it works and swap clipboard and search bar options as it makes the interface look
neater

svn path=/trunk/netsurf/; revision=12139
2011-03-26 22:35:41 +00:00
..
dist Update to use official libwebp 0.1 2011-03-20 23:32:44 +00:00
pkg copy documentation 2011-03-26 16:59:40 +00:00
resources give up trying to create fs links as it doesn't work properly either with or 2011-03-14 23:58:08 +00:00
stringview First pass of AmigaOS 3 compatibility 2010-12-30 00:53:11 +00:00
Makefile.target Update to use official libwebp 0.1 2011-03-20 23:32:44 +00:00
arexx.c Implement ask overwrite 2011-03-26 10:33:58 +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 Remove unused ColorMap to CLUT function 2011-03-26 10:36:25 +00:00
bitmap.h Remove unused ColorMap to CLUT function 2011-03-26 10:36:25 +00:00
clipboard.c Fix text selection 2011-03-06 18:04:13 +00:00
clipboard.h Implement ask overwrite 2011-03-26 10:33:58 +00:00
context_menu.c Implement ask overwrite 2011-03-26 10:33:58 +00:00
context_menu.h Allow context menus in arbitrary positions outside the browsing area. 2011-02-28 19:31:35 +00:00
cookies.c Small refactor to change icon names to being passed in from frontends instead of core treeview globals 2010-12-14 00:18:24 +00:00
cookies.h Merge treeview-redux to trunk 2010-10-05 19:14:46 +00:00
download.c Implement ask overwrite 2011-03-26 10:33:58 +00:00
download.h Implement ask overwrite 2011-03-26 10:33:58 +00:00
drag.c Implement ask overwrite 2011-03-26 10:33:58 +00:00
drag.h Make drag scrolls work more reliably and only within 10px of render area 2010-12-18 23:34:56 +00:00
filetype.c More rigourous MIME type checking for CSS allows us to remove the icons from included 2011-03-14 18:53:13 +00:00
filetype.h Fix broken CONTENT_PLUGIN API. 2011-03-06 13:58:02 +00:00
font.c Don't scale text plots in front end (Amiga). 2011-03-08 18:49:11 +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 print caret at scroll position netsurf believes the page is at, rather than where the 2011-03-19 22:40:02 +00:00
gui.h Redraw the area under a caret when it is cleared, rather than relying on a potentially 2011-03-19 13:00:45 +00:00
gui_options.c Enable the ask overwrite checkbox so it can actually be changed, correct the gadget ID 2011-03-26 22:35:41 +00:00
gui_options.h Add missing code to apply the fetcher settings 2009-08-18 15:38:09 +00:00
history.c Small refactor to change icon names to being passed in from frontends instead of core treeview globals 2010-12-14 00:18:24 +00:00
history.h Merge treeview-redux to trunk 2010-10-05 19:14:46 +00:00
history_local.c Fix local history redraw 2011-03-15 00:08:06 +00:00
history_local.h Fix broken event handling. 2010-04-09 22:38:51 +00:00
hotlist.c Small refactor to change icon names to being passed in from frontends instead of core treeview globals 2010-12-14 00:18:24 +00:00
hotlist.h Merge treeview-redux to trunk 2010-10-05 19:14:46 +00:00
icon.c Fix broken CONTENT_PLUGIN API. 2011-03-06 13:58:02 +00:00
icon.h Constify 2011-02-14 19:17:08 +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 Implement ask overwrite 2011-03-26 10:33:58 +00:00
iff_dr2d.h Implement ask overwrite 2011-03-26 10:33:58 +00:00
launch.c Rename confusingly-named file; Remove about from unsupported protocols, as will never 2011-02-26 17:38:43 +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
menu.c Implement ask overwrite 2011-03-26 10:33:58 +00:00
menu.h Updates required to build with previous commit 2011-02-23 23:15:12 +00:00
misc.c Squash some warnings, don't attempt to free data we don't own 2010-12-30 00:48:09 +00:00
misc.h Help hints, mainly for the tabs but also massage messages strings HelpToolbar0-4 & 14 2010-03-16 23:55:39 +00:00
object.c Modify scheduler to use a binary heap (using libpbl). 2011-02-16 21:29:39 +00:00
object.h Merge treeview-redux to trunk 2010-10-05 19:14:46 +00:00
options.h Implement ask overwrite 2011-03-26 10:33:58 +00:00
os3support.h #defines for icon.library v51 2011-01-07 23:45:17 +00:00
plotters.c Remove gui_globals scale as no longer needed 2011-03-10 20:07:14 +00:00
plotters.h Remove gui_globals scale as no longer needed 2011-03-10 20:07:14 +00:00
plugin.c Remove redundant parameter from content_open API 2011-03-10 23:13:03 +00:00
plugin.h Fix broken CONTENT_PLUGIN API. 2011-03-06 13:58:02 +00:00
print.c Remove gui_globals scale as no longer needed 2011-03-10 20:07:14 +00:00
print.h Fix broken event handling. 2010-04-09 22:38:51 +00:00
save_complete.c Don't fail on non-HTML/CSS types - we just don't want an icon saving so is non-fatal. 2009-12-19 14:41:48 +00:00
save_complete.h Changes required for new-cache 2010-03-28 15:51:05 +00:00
save_pdf.c Implement ask overwrite 2011-03-26 10:33:58 +00:00
save_pdf.h Changes required for new-cache 2010-03-28 15:51:05 +00:00
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 First pass of AmigaOS 3 compatibility 2010-12-30 00:53:11 +00:00
search.h Fix broken event handling. 2010-04-09 22:38:51 +00:00
sslcert.c Merge treeview-redux to trunk 2010-10-05 19:14:46 +00:00
sslcert.h Merge treeview-redux to trunk 2010-10-05 19:14:46 +00:00
system_colour.c Move timer.device stuff to schedule.c 2011-02-19 17:19:38 +00:00
theme.c Avoid crash when no theme is present 2011-03-14 18:32:05 +00:00
theme.h Merge treeview-redux to trunk 2010-10-05 19:14:46 +00:00
thumbnail.c Front ends don't need to call thumbnail_get_redraw_scale() now. 2011-03-09 21:04:15 +00:00
tree.c Stop mix'n'match p96/gfx.lib drawing, remove ami_clg 2011-02-26 22:24:41 +00:00
tree.h First pass of AmigaOS 3 compatibility 2010-12-30 00:53:11 +00:00
utf8.c Squash warnings 2011-03-09 21:51:32 +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.c Set version using testament.h instead of old ARexx script 2011-03-13 17:32:00 +00:00