WebSurf/frontends/amiga
Vincent Sanders 35bc2ccbb8 change content get_source_data interfaces to return uint8_t and size_t
previously these interfaces returned char * and unsigned int which was
undesirable.
2019-05-05 22:50:25 +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 Add AmiSSL requirement 2019-04-08 12:49:13 +01:00
resources Initial shuffle of stuff out of !NetSurf 2018-04-22 10:41:55 +01:00
stringview remove some warnings in amiga frontend build 2019-05-05 22:48:44 +01:00
Makefile Re-instate accidental removal of pkg-config for curl/openssl 2019-04-08 18:44:44 +01:00
Makefile.defaults Allow for building against AmiSSL instead of OpenSSL 2019-04-08 12:49:06 +01:00
arexx.c change content get_source_data interfaces to return uint8_t and size_t 2019-05-05 22:50:25 +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 Release guigfx drawhandle 2019-04-10 18:27:24 +01:00
bitmap.h clean up some of the doxygen generation warnings 2017-02-19 11:32:17 +00:00
clipboard.c change content get_source_data interfaces to return uint8_t and size_t 2019-05-05 22:50:25 +01:00
clipboard.h move frontends into sub directory 2016-05-15 13:44:34 +01:00
cookies.c Use coccinelle to change logging macro calls in c files 2017-09-06 18:45:27 +01:00
cookies.h Basic conversion of cookie manager to core window 2017-01-03 00:26:00 +00:00
corewindow.c Fixup everything the semantic patch missed 2017-09-07 18:12:09 +01:00
corewindow.h clean up some of the doxygen generation warnings 2017-02-19 11:32:17 +00:00
ctxmenu.c Add a TODO for history context menu 2018-09-27 00:23:36 +01:00
ctxmenu.h move frontends into sub directory 2016-05-15 13:44:34 +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 Stop using the same large list of gadget constants everywhere 2018-09-26 23:53:49 +01:00
download.h Allow for more varied notification backmsgs 2017-03-21 18:42:41 +00:00
drag.c Use coccinelle to change logging macro calls in c files 2017-09-06 18:45:27 +01:00
drag.h Fix OS3 build 2016-06-02 21:55:46 +01:00
dt_anim.c change content get_source_data interfaces to return uint8_t and size_t 2019-05-05 22:50:25 +01:00
dt_picture.c change content get_source_data interfaces to return uint8_t and size_t 2019-05-05 22:50:25 +01:00
dt_sound.c change content get_source_data interfaces to return uint8_t and size_t 2019-05-05 22:50:25 +01:00
file.c change content get_source_data interfaces to return uint8_t and size_t 2019-05-05 22:50:25 +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 Ensure X DPI set correctly 2017-10-03 18:21:19 +01:00
font.h Ensure variables are declared correctly 2016-06-02 00:44:20 +01:00
font_bullet.c Small Capital Q codepoint 2019-04-08 18:35:51 +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 Use coccinelle to change logging macro calls in c files 2017-09-06 18:45:27 +01:00
font_scan.h move frontends into sub directory 2016-05-15 13:44:34 +01:00
gui.c Fix some bsdsocket.library usage 2019-04-08 12:49:13 +01:00
gui.h Stop using the same large list of gadget constants everywhere 2018-09-26 23:53:49 +01:00
gui_menu.c Browser: Rename function to access bw URL. 2018-07-23 10:47:26 +01:00
gui_menu.h Remove use of global context data from Amiga frontend 2017-02-13 00:18:32 +00:00
gui_options.c Browser: Rename function to access bw URL. 2018-07-23 10:47:26 +01: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 Use coccinelle to change logging macro calls in c files 2017-09-06 18:45:27 +01:00
history.h Migrate global history to corewindow 2017-01-06 18:27:09 +00:00
history_local.c remove some warnings in amiga frontend build 2019-05-05 22:48:44 +01:00
history_local.h Migrate Amiga local history to corewindow 2017-06-10 22:21:46 +01:00
hotlist.c Use coccinelle to change logging macro calls in c files 2017-09-06 18:45:27 +01:00
hotlist.h Conversion of Amiga hotlist manager to corewindow 2017-01-06 23:56:52 +00:00
icon.c Content API: Make content_broadcast take pointer to content_msg_data. 2017-08-26 15:50:03 +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 change content get_source_data interfaces to return uint8_t and size_t 2019-05-05 22:50:25 +01:00
iff_dr2d.h move frontends into sub directory 2016-05-15 13:44:34 +01:00
launch.c remove some warnings in amiga frontend build 2019-05-05 22:48:44 +01:00
launch.h move frontends into sub directory 2016-05-15 13:44:34 +01:00
libs.c Fix IORequest duplication and ensure library bases are cleared when closed. 2019-03-17 23:43:47 +00:00
libs.h move frontends into sub directory 2016-05-15 13:44:34 +01:00
login.c Stop using the same large list of gadget constants everywhere 2018-09-26 23:53:49 +01:00
login.h Amiga: Update for new HTTP auth API. 2018-08-15 07:19: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 Fixup everything the semantic patch missed 2017-09-07 18:12:09 +01:00
menu.h Attempt hotlist menu refresh 2017-01-15 17:51:55 +00:00
misc.c Quick fix to convert helphints to correct charset 2018-09-27 00:18:14 +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 Enable displaying download progress within a notification. 2017-03-20 20:35:40 +00:00
os3support.c OS3 was not checking the GA_Disabled tag value 2017-09-26 23:33:51 +01:00
os3support.h Fix OS3 build 2017-02-11 16:28:49 +00:00
plotters.c single precision test 2018-11-21 18:41:43 +00:00
plotters.h Make gui_globals less... global 2017-02-13 18:27:37 +00:00
plugin_hack.c Plotters: Change stroke width in the plot_style_t to fixed point. 2018-05-23 13:04:19 +01:00
plugin_hack.h move frontends into sub directory 2016-05-15 13:44:34 +01:00
print.c single precision test 2018-11-21 18:41:43 +00: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 remove some warnings in amiga frontend build 2019-05-05 22:48:44 +01:00
schedule.h AmigaOS low memory handler attempt 2 2016-11-27 16:25:27 +00:00
search.c Convert find window messages to local charset 2018-09-27 00:12:17 +01:00
search.h Start tidying up Amiga event-handling code 2016-12-30 00:59:12 +00:00
selectmenu.c Use coccinelle to change logging macro calls in c files 2017-09-06 18:45:27 +01:00
selectmenu.h Ensure variables are declared correctly 2016-06-02 00:44:20 +01:00
sslcert.c Use coccinelle to change logging macro calls in c files 2017-09-06 18:45:27 +01:00
sslcert.h Take the redraw routine from old tree_redraw with less meddling 2017-01-02 13:47:21 +00:00
theme.c Avoid potential division by zero 2018-02-01 20:59:39 +00:00
theme.h Use functions for determining throbber bitmap size 2016-07-03 17:23:24 +01:00
utf8.c Use libiconv instead of newlib's iconv 2016-06-25 21:24:45 +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 2017-10-15 14:44:53 +01:00