netsurf/amiga
Chris Young 3ea6ca89a0 Fix cppcheck constStatement warning 2014-04-05 23:12:07 +01:00
..
agclass Return 1 if help closed. 2014-02-19 17:51:17 +00:00
dist Ensure any user-input URLs are passed to the core in UTF-8. 2014-03-13 19:37:01 +00:00
pkg fixup message splitting with updated tool 2013-05-02 09:24:18 +01:00
resources Create the BitMapObjects and just switch between them. 2013-11-23 13:11:30 +00:00
stringview Fix a bunch of cppcheck unused/unreadVariable warnings 2014-04-05 20:26:40 +01:00
Makefile.defaults fix formatting of defaults makefiles 2014-03-20 11:05:39 +00:00
Makefile.target Ensure pkg-config pulls in all the curl libs we need 2014-02-04 23:56:17 +00:00
arexx.c Fix cppcheck variableScope warnings 2014-04-05 20:26:40 +01:00
arexx.h
bitmap.c Get Composite() to befriend the screen's BitMap to ensure they are on the same graphics board. This should fix the slowness when multiple graphics cards are installed. 2014-01-06 18:29:05 +00:00
bitmap.h Support old picture.datatype 2013-03-09 15:29:30 +00:00
clipboard.c Fix a bunch of cppcheck unused/unreadVariable warnings 2014-04-05 20:26:40 +01:00
clipboard.h fixup amiga build errors 2014-01-16 14:43:48 +00:00
context_menu.c Fix cppcheck syntaxError 2014-04-05 23:09:47 +01:00
context_menu.h move remaining gui operations to table 2014-01-14 23:31:54 +00:00
cookies.c Remove old hotlist, cookies, and history_global_core modules. 2013-09-02 22:41:04 +01:00
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 Fix a bunch of cppcheck unused/unreadVariable warnings 2014-04-05 20:26:40 +01:00
download.h split browser gui operations up 2014-01-15 19:37:05 +00:00
drag.c Fix a bunch of cppcheck unused/unreadVariable warnings 2014-04-05 20:26:40 +01:00
drag.h move teh final optional window operations into the table 2014-01-13 22:54:19 +00:00
dt_anim.c Fix some cppcheck variableHidingTypedef warnings 2014-04-05 20:26:40 +01:00
dt_picture.c Fix a bunch of cppcheck unused/unreadVariable warnings 2014-04-05 20:26:40 +01:00
dt_sound.c Fix a bunch of cppcheck unused/unreadVariable warnings 2014-04-05 20:26:40 +01:00
file.c Fix a bunch of cppcheck unused/unreadVariable warnings 2014-04-05 20:26:40 +01:00
file.h Remove struct selection from ami_file_save and anywhere that feeds into it 2013-02-22 19:02:58 +00:00
filetype.c Fix a bunch of cppcheck unused/unreadVariable warnings 2014-04-05 20:26:40 +01:00
filetype.h create table for fetcher operations and move all operations into it 2014-01-23 00:00:18 +00:00
font.c Fix a bunch of cppcheck unused/unreadVariable warnings 2014-04-05 20:26:40 +01:00
font.h Disable anti-aliasing for palette-mapped modes 2012-08-05 10:48:36 +01:00
font_scan.c Replace AllocVec with AllocVecTags. Remove some instances of MEMF_CLEAR where it is not necessary. 2013-10-12 13:11:13 +01:00
font_scan.h Fix memory leak and make a point of ignoring UTF-16 surrogates 2013-04-14 16:03:46 +01:00
gui.c Fix cppcheck constStatement warning 2014-04-05 23:12:07 +01:00
gui.h Try quitting after downloading if there are no windows open 2014-02-10 20:40:08 +00:00
gui_options.c Fix cppcheck arrayIndexOutOfBounds 2014-04-05 20:26:39 +01:00
gui_options.h Force the GUI opts window closed on quit 2014-02-10 20:30:08 +00:00
help.c Return 1 if help closed. 2014-02-19 17:51:17 +00:00
help.h Get and process AmigaGuide help messages 2014-02-10 18:42:50 +00:00
history.c Remove old hotlist, cookies, and history_global_core modules. 2013-09-02 22:41:04 +01:00
history.h Remove old hotlist, cookies, and history_global_core modules. 2013-09-02 22:41:04 +01:00
history_local.c Fix a bunch of cppcheck unused/unreadVariable warnings 2014-04-05 20:26:40 +01:00
history_local.h
hotlist.c Create the hotlist menu/toolbar folders if they don't exist. 2013-10-26 16:43:36 +01:00
hotlist.h Pass generic userdata 2013-09-12 12:15:00 +01:00
icon.c Add missing include 2014-04-05 23:07:40 +01:00
icon.h Add favicon to iconification icon 2011-10-07 23:12:12 +00:00
iff_cset.h
iff_dr2d.c Fix some cppcheck variableHidingTypedef warnings 2014-04-05 20:26:40 +01:00
iff_dr2d.h
launch.c Fix a bunch of cppcheck unused/unreadVariable warnings 2014-04-05 20:26:40 +01:00
launch.h move remaining gui operations to table 2014-01-14 23:31:54 +00:00
login.c move 401 login into operation table 2014-01-16 00:52:17 +00:00
login.h move 401 login into operation table 2014-01-16 00:52:17 +00:00
menu.c Fix a bunch of cppcheck unused/unreadVariable warnings 2014-04-05 20:26:40 +01:00
menu.h Add Undo/Redo to Amiga version. NB: Clear selection no longer has a shortcut key. 2013-10-01 18:51:27 +01:00
misc.c Fix a bunch of cppcheck unused/unreadVariable warnings 2014-04-05 20:26:40 +01:00
misc.h move path_to_url and url_to_path to fetch operation table 2014-01-25 23:01:32 +00:00
object.c Correct some memory allocation parameters 2013-10-12 13:43:33 +01:00
object.h Defer the redraw of boxes. This fixes a redraw problem with form select menus. 2013-02-03 14:01:48 +00:00
options.h Workaround for AM_EXECUTE not supporting PROGDIR: 2013-11-10 12:49:46 +00:00
os3support.h
plotters.c Fix some cppcheck variableHidingTypedef warnings 2014-04-05 20:26:40 +01:00
plotters.h expose function to get current screen palette-mapped status 2012-08-07 21:03:42 +01:00
plugin_hack.c Fix a bunch of cppcheck unused/unreadVariable warnings 2014-04-05 20:26:40 +01:00
plugin_hack.h Remove cppcheck unnecessaryForwardDeclaration 2014-04-05 20:26:39 +01:00
print.c Only allocate printing resources for the period of time we need them. 2014-02-07 17:45:00 +00:00
print.h Squash compiler warnings 2011-09-02 22:10:20 +00:00
save_pdf.c
save_pdf.h
schedule.c fixup missing includes from schedule changes 2014-03-09 16:14:05 +00:00
schedule.h move scheduleing into browser operation table 2014-03-09 15:37:40 +00:00
search.c move page search gui callbacks to their own operations table 2014-03-18 22:32:52 +00:00
search.h move page search gui callbacks to their own operations table 2014-03-18 22:32:52 +00:00
sslcert.c Avoid sslcert_get_tree_flags. 2013-08-13 13:48:53 +01:00
sslcert.h fixup amiga build errors 2014-01-16 14:43:48 +00:00
theme.c Fix cppcheck nullPointer 2014-04-03 19:08:02 +01:00
theme.h move four more optional window operations to table 2014-01-13 14:51:27 +00:00
thumbnail.c Probably shouldn't override thumbnail source alpha 2014-01-06 18:37:43 +00:00
tree.c fixup missing includes from schedule changes 2014-03-09 16:14:05 +00:00
tree.h Remove tree icon_name globals from all the front ends. 2013-09-02 16:39:46 +01:00
utf8.c move utf8 local conversion operations to table 2014-02-01 22:17:36 +00:00
utf8.h move utf8 local conversion operations to table 2014-02-01 22:17:36 +00:00
version.c Use CI build number as the revision number of the internal version string when available. 2013-11-04 19:50:07 +00:00