WebSurf/frontends/amiga
Chris Young a6e825833d Amiga: BitMap always alloced with the ami_rtg_ function, so should be freed with it too. 2021-05-17 16:45:49 +01:00
..
agclass move frontends into sub directory 2016-05-15 13:44:34 +01:00
dist Fix attribute 2017-09-24 23:33:04 +01:00
hash move frontends into sub directory 2016-05-15 13:44:34 +01:00
pkg update resources copyright years and readme version numbers 2020-05-23 11:14:06 +01:00
resources Add page info icon to Amiga frontend 2019-12-08 17:23:36 +00:00
stringview fix warnings in amiga stringview 2020-05-25 13:45:54 +01:00
Makefile Amiga: Add page info window 2020-05-22 18:52:29 +01:00
Makefile.defaults No debug symbols on OS3 2019-05-06 13:36:18 +01:00
Makefile.tools Improve target setup in makefiles 2021-01-17 20:06:24 +00:00
arexx.c Amiga: Allow running JS from ARexx 2019-08-10 14:22:52 +01:00
arexx.h Fix the signalling to the old session of NetSurf from the newly-launched one. 2016-07-03 22:08:29 +01:00
bitmap.c NULL drawhandle after free 2019-06-09 19:29:56 +01:00
bitmap.h clean up some of the doxygen generation warnings 2017-02-19 11:32:17 +00:00
clipboard.c Add missing include 2020-10-09 13:05:51 +01:00
clipboard.h move frontends into sub directory 2016-05-15 13:44:34 +01:00
cookies.c amiga: Probably support present_cookies 2020-05-23 21:18:47 +01:00
cookies.h amiga: Probably support present_cookies 2020-05-23 21:18:47 +01:00
corewindow.c Core window: Constify the core_window handle through the getters. 2020-02-22 16:37:37 +00:00
corewindow.h clean up some of the doxygen generation warnings 2017-02-19 11:32:17 +00:00
ctxmenu.c Make screen pointer accesible through an accessor function only 2019-05-10 20:59:30 +01:00
ctxmenu.h fix os3 build 2019-05-08 18:35:51 +01:00
datatypes.c move frontends into sub directory 2016-05-15 13:44:34 +01:00
datatypes.h move frontends into sub directory 2016-05-15 13:44:34 +01:00
download.c Hide the message port which is shared amongst all Amiga NetSurf windows 2019-05-10 21:59:03 +01:00
download.h Allow for more varied notification backmsgs 2017-03-21 18:42:41 +00:00
drag.c Make the window list more private 2019-05-10 21:49:00 +01:00
drag.h Make the window list more private 2019-05-10 21:49:00 +01:00
dt_anim.c fix incorrect content handler function table operations return types 2020-05-25 13:45:54 +01:00
dt_picture.c Add missing include 2020-10-09 13:05:51 +01:00
dt_sound.c Add missing include 2020-10-09 13:05:51 +01:00
file.c Add missing include 2020-10-09 13:05:51 +01:00
file.h Migrate global history to corewindow 2017-01-06 18:27:09 +00:00
filetype.c Use coccinelle to change logging macro calls in c files 2017-09-06 18:45:27 +01:00
filetype.h Update content to split public and internal API 2016-06-06 09:01:38 +01:00
font.c split browser and browser_window operations 2019-08-01 19:51:19 +01:00
font.h Ensure variables are declared correctly 2016-06-02 00:44:20 +01:00
font_bullet.c Amiga: avoid read from NULL pointer 2020-05-26 18:05:14 +01:00
font_bullet.h move frontends into sub directory 2016-05-15 13:44:34 +01:00
font_cache.c Use coccinelle to change logging macro calls in c files 2017-09-06 18:45:27 +01:00
font_cache.h Help gcc opt 2016-07-03 19:39:08 +01:00
font_diskfont.c Plotters: Add plot_style_fixed type, and use for font size. 2018-05-23 11:48:35 +01:00
font_diskfont.h Reduce frequency of diskfont open/close 2016-11-27 14:57:32 +00:00
font_scan.c Make screen pointer accesible through an accessor function only 2019-05-10 20:59:30 +01:00
font_scan.h move frontends into sub directory 2016-05-15 13:44:34 +01:00
gui.c Amiga: Use IANA codeset number to identify local charset 2020-05-26 15:08:51 +01:00
gui.h Hide the message port which is shared amongst all Amiga NetSurf windows 2019-05-10 21:59:03 +01:00
gui_menu.c amiga: Probably support present_cookies 2020-05-23 21:18:47 +01:00
gui_menu.h make gui_window_2 private to gui.c 2019-05-08 17:48:50 +01:00
gui_options.c Amiga: Try removing unused minimum GIF delay option. 2020-02-21 11:45:20 +00:00
gui_options.h Update GUI options window to use event callback 2016-12-31 00:02:21 +00:00
help.c Ensure variables are declared correctly 2016-06-02 00:44:20 +01:00
help.h move frontends into sub directory 2016-05-15 13:44:34 +01:00
history.c Hide the message port which is shared amongst all Amiga NetSurf windows 2019-05-10 21:59:03 +01:00
history.h Migrate global history to corewindow 2017-01-06 18:27:09 +00:00
history_local.c amiga/history_local: Scroll to cursor on open 2019-08-02 21:04:58 +01:00
history_local.h fix several amiga frontend warnings 2019-05-06 10:32:16 +01:00
hotlist.c Hide the message port which is shared amongst all Amiga NetSurf windows 2019-05-10 21:59:03 +01:00
hotlist.h Conversion of Amiga hotlist manager to corewindow 2017-01-06 23:56:52 +00:00
icon.c implement content opacity check through the function table 2020-05-13 19:03:14 +01:00
icon.h move frontends into sub directory 2016-05-15 13:44:34 +01:00
iff_cset.h move frontends into sub directory 2016-05-15 13:44:34 +01:00
iff_dr2d.c correct size 2021-02-18 17:23:59 +00:00
iff_dr2d.h move frontends into sub directory 2016-05-15 13:44:34 +01:00
launch.c Fix crash on exit 2019-05-06 13:31:35 +01:00
launch.h move frontends into sub directory 2016-05-15 13:44:34 +01:00
libs.c Amiga: Use codesets.library for UTF8 conversion if available 2020-05-26 14:15:04 +01:00
libs.h Amiga: Implement a simple listbrowser log in the GUI 2019-08-10 14:29:58 +01:00
memory.c Use coccinelle to change logging macro calls in c files 2017-09-06 18:45:27 +01:00
memory.h Free the correct memory pointer 2016-12-06 23:39:46 +00:00
menu.c Make screen pointer accesible through an accessor function only 2019-05-10 20:59:30 +01:00
menu.h Attempt hotlist menu refresh 2017-01-15 17:51:55 +00:00
misc.c Fix memory leak in Amiga frontend 2019-06-09 20:17:47 +01:00
misc.h Move memory functions from misc.c to memory.c 2016-11-19 15:50:22 +00:00
nsoption.c Add missing files 2016-07-09 14:35:39 +01:00
nsoption.h Add missing files 2016-07-09 14:35:39 +01:00
object.c Avoid potential memory leak 2016-12-06 17:54:58 +00:00
object.h Basic template for an Amiga core window 2017-01-01 13:28:11 +00:00
options.h Amiga: Use IANA codeset number to identify local charset 2020-05-26 15:08:51 +01:00
os3support.c Mod os3support files so file.c builds 2020-03-06 20:29:45 +00:00
os3support.h Mod os3support files so file.c builds 2020-03-06 20:29:45 +00:00
pageinfo.c Amiga: correct schedule parameter 2020-05-25 14:07:38 +01:00
pageinfo.h Amiga: position page info window under page info button 2020-05-22 23:58:16 +01:00
plotters.c Amiga: BitMap always alloced with the ami_rtg_ function, so should be freed with it too. 2021-05-17 16:45:49 +01:00
plotters.h Make gui_globals less... global 2017-02-13 18:27:37 +00:00
plugin_hack.c fix incorrect content handler function table operations return types 2020-05-25 13:45:54 +01:00
plugin_hack.h move frontends into sub directory 2016-05-15 13:44:34 +01:00
print.c Hide the message port which is shared amongst all Amiga NetSurf windows 2019-05-10 21:59:03 +01:00
print.h Update print window to use event callback 2016-12-31 00:37:59 +00:00
rtg.c move frontends into sub directory 2016-05-15 13:44:34 +01:00
rtg.h move frontends into sub directory 2016-05-15 13:44:34 +01:00
save_pdf.c move frontends into sub directory 2016-05-15 13:44:34 +01:00
save_pdf.h move frontends into sub directory 2016-05-15 13:44:34 +01:00
schedule.c Check callback memory is allocated before trying to use it. 2019-06-09 20:30:46 +01:00
schedule.h AmigaOS low memory handler attempt 2 2016-11-27 16:25:27 +00:00
search.c Hide the message port which is shared amongst all Amiga NetSurf windows 2019-05-10 21:59:03 +01:00
search.h Declare global variables as extern in headers 2019-06-30 09:52:06 +01:00
selectmenu.c try storing form_control in the hook data 2019-05-08 18:12:22 +01:00
selectmenu.h Ensure variables are declared correctly 2016-06-02 00:44:20 +01:00
theme.c more accessor for gui_window_2 2019-05-08 01:44:44 +01:00
theme.h Move ami_(re)set_pointer (back?) into gui.c as they need to set/read the gui_window_2 structure 2019-05-08 00:59:04 +01:00
utf8.c Amiga: Fix codesets.library conversion when string specified as zero length 2021-04-12 23:26:17 +01:00
utf8.h move frontends into sub directory 2016-05-15 13:44:34 +01:00
version.c Update version for next development cycle 2020-05-24 21:58:37 +01:00