netsurf/amiga
Chris Young 4b77c59a39 Stop javascript: links being passed to launch-handler
svn path=/trunk/netsurf/; revision=10149
2010-03-25 22:44:59 +00:00
..
dist Use OS4.1 Update 1 launch-handler when available. Will fall back to OpenURL.library 2010-01-16 15:53:00 +00:00
pkg Use OS4.1 Update 1 launch-handler when available. Will fall back to OpenURL.library 2010-01-16 15:53:00 +00:00
resources Sync button images with Windows version 2010-02-14 14:50:06 +00:00
stringview Allow the user to disable URL suggestion. 2009-07-26 18:47:15 +00:00
arexx.c Added application.library messages New Doc and Open Doc. 2009-09-28 22:17:09 +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 Fix crash when attempting to open context menu in a browser_window with no content. 2010-03-21 19:29:33 +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 Factor Amiga theme-related code out to a new file. This includes all throbber and 2010-03-23 22:27:33 +00:00
download.h Proper download notification code, should also open the file if the notification is 2010-02-13 17:31:10 +00:00
fetch_file.c Merge branches/MarkieB/gtkmain to trunk. 2009-12-17 23:55:02 +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 Stop javascript: links being passed to launch-handler 2010-03-25 22:44:59 +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 Fix character offset, which was one character left of where the user clicked even 2010-03-14 22:48:25 +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 If a file isn't dropped over a text box or a file box, just load it. 2010-03-23 23:09:17 +00:00
gui.h Factor Amiga theme-related code out to a new file. This includes all throbber and 2010-03-23 22:27:33 +00:00
gui_options.c Fix new warnings. Not sure if I should be declaring all the gadgets as Object *, but 2010-02-13 18:03:05 +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 Squash memory leak and an offset problem related to helphints 2010-03-17 22:15:03 +00:00
history_local.h Give local history own off-screen rendering bitmap 2009-08-29 14:41:24 +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 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 Stop the throbber trying to draw on download and 401-login windows. 2008-09-20 22:07:11 +00:00
menu.c New window/tab now opens a blank window/tab rather than one showing the current URL 2010-02-14 12:51:30 +00:00
menu.h Mostly working scale. Fast scrolling doesn't work when scaled, and neither does 2009-08-30 21:43:14 +00:00
misc.c Move code which extracts the filename from a given path into frontend. 2010-03-21 13:32:59 +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 Fix some potential issues with lists not being freed properly 2009-11-15 23:11:41 +00:00
object.h Amiga print UI 2009-11-01 14:53:04 +00:00
options.h Search and a couple of other new options 2009-12-23 13:29:10 +00:00
plotters.c Font scaling - scaling now works for printing, need 2nd attempt at implementing it for 2009-08-29 14:24:47 +00:00
plotters.h Font scaling - scaling now works for printing, need 2nd attempt at implementing it for 2009-08-29 14:24:47 +00:00
print.c Amiga print UI 2009-11-01 14:53:04 +00:00
print.h Amiga print UI 2009-11-01 14:53:04 +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 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 Revert previous change, causing instability. 2009-10-16 19:49:56 +00:00
schedule.h Fix-up the timer.device scheduler and reinstate it as default. Unfortunately this 2009-10-15 21:35:29 +00:00
search.c Fix compilation 2009-12-18 16:42:41 +00:00
search.h Non-functional search bar 2009-12-21 23:25:35 +00:00
sslcert.c SSL certificate verification strings 2009-06-01 21:23:14 +00:00
theme.c Factor Amiga theme-related code out to a new file. This includes all throbber and 2010-03-23 22:27:33 +00:00
theme.h Factor Amiga theme-related code out to a new file. This includes all throbber and 2010-03-23 22:27:33 +00:00
thumbnail.c ensure current_redraw_browser is set 2009-09-07 22:55:31 +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 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