netsurf/atari
Vincent Sanders 1bc010665e Reduce unecessary use of directory entry headers
The config header was causing many source files to unecessarily
include the dirent headers causing extra dependancies. This has been
fixed by providing a utility dirent header that provides a common API
across all platforms while removing the unecessary dirent header usage.
2016-04-19 11:21:06 +01:00
..
doc Minor change in changes.txt 2013-12-21 12:58:37 +01:00
gemtk fix up some warnings in atari build 2014-11-10 22:17:07 +00:00
plot Change LOG() macro to be varadic 2015-05-28 16:08:46 +01:00
res Moved Save/Abort buttons into a toolbar 2014-09-17 00:47:26 +02:00
scripts Removed obsolete build helper scripts 2013-12-21 12:47:24 +01:00
about.c remove all unecessary desktop/browser.h includes 2014-10-17 10:49:24 +01:00
about.h Clean up atari source linendings, whitespace damage and executable status 2015-05-28 09:11:32 +01:00
bitmap.c Change LOG() macro to be varadic 2015-05-28 16:08:46 +01:00
bitmap.h Clean up atari source linendings, whitespace damage and executable status 2015-05-28 09:11:32 +01:00
certview.c Change LOG() macro to be varadic 2015-05-28 16:08:46 +01:00
certview.h Clean up atari source linendings, whitespace damage and executable status 2015-05-28 09:11:32 +01:00
clipboard.c Clean up atari source linendings, whitespace damage and executable status 2015-05-28 09:11:32 +01:00
clipboard.h Clean up atari source linendings, whitespace damage and executable status 2015-05-28 09:11:32 +01:00
cookies.c Change LOG() macro to be varadic 2015-05-28 16:08:46 +01:00
cookies.h Clean up atari source linendings, whitespace damage and executable status 2015-05-28 09:11:32 +01:00
ctxmenu.c Change LOG() macro to be varadic 2015-05-28 16:08:46 +01:00
ctxmenu.h Clean up atari source linendings, whitespace damage and executable status 2015-05-28 09:11:32 +01:00
deskmenu.c fixup all the remaining logging macro callsites 2015-05-28 17:06:18 +01:00
deskmenu.h Clean up atari source linendings, whitespace damage and executable status 2015-05-28 09:11:32 +01:00
download.c Change LOG() macro to be varadic 2015-05-28 16:08:46 +01:00
download.h Clean up atari source linendings, whitespace damage and executable status 2015-05-28 09:11:32 +01:00
encoding.c Clean up atari source linendings, whitespace damage and executable status 2015-05-28 09:11:32 +01:00
encoding.h Put the font operations table alongside all the other core API 2014-10-13 11:56:31 +01:00
extract.php Preparing for merge... 2012-12-18 01:10:20 +01:00
file.c Improve Doxygen documentation 2014-11-08 12:35:11 +00:00
file.h Clean up atari source linendings, whitespace damage and executable status 2015-05-28 09:11:32 +01:00
filetype.c Change LOG() macro to be varadic 2015-05-28 16:08:46 +01:00
filetype.h Improve documentation on mimetype fetcher table 2014-05-07 16:23:19 +01:00
findfile.c Change LOG() macro to be varadic 2015-05-28 16:08:46 +01:00
findfile.h Clean up atari source linendings, whitespace damage and executable status 2015-05-28 09:11:32 +01:00
font.c Clean up atari source linendings, whitespace damage and executable status 2015-05-28 09:11:32 +01:00
font.h Clean up atari source linendings, whitespace damage and executable status 2015-05-28 09:11:32 +01:00
gui.c complete the rename of the gui browser table 2016-04-16 23:50:21 +01:00
gui.h Clean up atari source linendings, whitespace damage and executable status 2015-05-28 09:11:32 +01:00
history.c Change LOG() macro to be varadic 2015-05-28 16:08:46 +01:00
history.h Clean up atari source linendings, whitespace damage and executable status 2015-05-28 09:11:32 +01:00
hotlist.c fixup some empty logging calls in atari hotlist code 2016-01-25 15:49:31 +00:00
hotlist.h Clean up atari source linendings, whitespace damage and executable status 2015-05-28 09:11:32 +01:00
login.c Clean up atari source linendings, whitespace damage and executable status 2015-05-28 09:11:32 +01:00
login.h Clean up atari source linendings, whitespace damage and executable status 2015-05-28 09:11:32 +01:00
Makefile.defaults Remove webp image handling 2015-04-21 14:03:02 +01:00
Makefile.target Convert atari to bitmap render interface 2015-04-24 13:28:20 +01:00
misc.c Clean up atari source linendings, whitespace damage and executable status 2015-05-28 09:11:32 +01:00
misc.h Clean up atari source linendings, whitespace damage and executable status 2015-05-28 09:11:32 +01:00
options.h Clean up atari source linendings, whitespace damage and executable status 2015-05-28 09:11:32 +01:00
osspec.c Change LOG() macro to be varadic 2015-05-28 16:08:46 +01:00
osspec.h Clean up atari source linendings, whitespace damage and executable status 2015-05-28 09:11:32 +01:00
redrawslots.c Clean up atari source linendings, whitespace damage and executable status 2015-05-28 09:11:32 +01:00
redrawslots.h Clean up atari source linendings, whitespace damage and executable status 2015-05-28 09:11:32 +01:00
rootwin.c Change LOG() macro to be varadic 2015-05-28 16:08:46 +01:00
rootwin.h Clean up atari source linendings, whitespace damage and executable status 2015-05-28 09:11:32 +01:00
save.h Clean up atari source linendings, whitespace damage and executable status 2015-05-28 09:11:32 +01:00
schedule.c move sys/time.h support functionality out of generic header 2016-04-19 09:16:09 +01:00
schedule.h Clean up atari source linendings, whitespace damage and executable status 2015-05-28 09:11:32 +01:00
search.c Change LOG() macro to be varadic 2015-05-28 16:08:46 +01:00
search.h Attempt to remove dependancy of search implementation on bw internals. 2014-10-25 15:34:22 +01:00
settings.c Reduce unecessary use of directory entry headers 2016-04-19 11:21:06 +01:00
settings.h Clean up atari source linendings, whitespace damage and executable status 2015-05-28 09:11:32 +01:00
statusbar.c Change LOG() macro to be varadic 2015-05-28 16:08:46 +01:00
statusbar.h Clean up atari source linendings, whitespace damage and executable status 2015-05-28 09:11:32 +01:00
toolbar.c Change LOG() macro to be varadic 2015-05-28 16:08:46 +01:00
toolbar.h Clean up atari source linendings, whitespace damage and executable status 2015-05-28 09:11:32 +01:00
treeview.c Change LOG() macro to be varadic 2015-05-28 16:08:46 +01:00
treeview.h Clean up atari source linendings, whitespace damage and executable status 2015-05-28 09:11:32 +01:00
verify_ssl.c fixup all the remaining logging macro callsites 2015-05-28 17:06:18 +01:00
verify_ssl.h Clean up atari source linendings, whitespace damage and executable status 2015-05-28 09:11:32 +01:00