netsurf/atari
Vincent Sanders 484fa8b110 move common include path setup to core Makefile 2012-12-20 15:27:07 +00:00
..
doc Added missing but not-so important changes from local SVN working copy. 2012-07-10 23:35:24 +02:00
plot Fixed syntax error caused by search&replace? 2012-11-07 23:35:43 +01:00
res Added default favicon 2012-08-26 23:09:51 +02:00
scripts Remove libxml 2012-11-10 00:11:57 +00:00
Makefile.defaults split target defaults out 2012-12-13 19:26:24 +00:00
Makefile.target move common include path setup to core Makefile 2012-12-20 15:27:07 +00:00
bitmap.c Remove suspension of bmp/gif images. It's completely redundant with the convert on demand core image cache. 2012-10-14 20:03:18 +01:00
bitmap.h moved "bitmap_resize()" to bitmap.c 2012-07-23 02:03:09 +02:00
browser.c Fix 1 pixel caret redraw bug. 2012-08-26 21:45:25 +02:00
browser.h I'm actually trying to simplify the frontend code, changes: 2011-11-28 23:23:28 +00:00
browser_win.c Use malloc instead of alloca. 2012-10-18 23:21:33 +02:00
browser_win.h Redraw favicon when it has been changed. 2012-10-13 22:25:10 +02:00
clipboard.h Implemented Search Dialog 2011-01-30 19:24:03 +00:00
ctxmenu.c Added is_process_running 2012-08-27 20:05:35 +02:00
ctxmenu.h Added missing copyright headers 2012-08-24 00:47:37 +02:00
download.c Fix integer overflow in percentage calculation, credits: Peter Slegg. 2012-11-28 21:55:43 +01:00
download.h Let user select download path and filename, removed unused struct members. 2012-03-21 21:12:06 +00:00
dragdrop.c Remove drag n' drop constants, already defined by cflib.h 2011-11-23 19:53:54 +00:00
dragdrop.h Remove drag n' drop constants, already defined by cflib.h 2011-11-23 19:53:54 +00:00
encoding.c Added missing copyright headers 2012-08-24 00:47:37 +02:00
encoding.h Added missing copyright headers 2012-08-24 00:47:37 +02:00
filetype.c fixed types for simple Mime type detection (which shouldn't have been checked in...) 2011-12-15 23:00:39 +00:00
findfile.c Use malloc instead of alloca. 2012-10-19 00:07:37 +02:00
findfile.h Fix focus element 2011-12-06 21:06:41 +00:00
font.c Added missing copyright headers 2012-08-24 00:47:37 +02:00
font.h I'm actually trying to simplify the frontend code, changes: 2011-11-28 23:23:28 +00:00
global_evnt.c Revert "Refactored menu event handling and got rid of several windom calls." 2012-11-18 23:15:48 +01:00
global_evnt.h Revert "Refactored menu event handling and got rid of several windom calls." 2012-11-18 23:15:48 +01:00
gui.c Revert "Refactored menu event handling and got rid of several windom calls." 2012-11-18 23:15:48 +01:00
gui.h Use safe string functions. 2012-05-13 15:31:30 +00:00
history.c Remove unused functions. 2012-10-09 15:26:32 +01:00
history.h fix history redraw by calling the window specific redraw function from gui_poll(), also switch hotlist redraw to to hotlist specific redraw function. 2012-06-19 23:46:57 +00:00
hotlist.c Fix warnings, moved prototypes, housekeeping 2012-08-27 20:14:27 +02:00
hotlist.h fix history redraw by calling the window specific redraw function from gui_poll(), also switch hotlist redraw to to hotlist specific redraw function. 2012-06-19 23:46:57 +00:00
login.c Fix up ripples from urldb change. 2012-10-11 11:20:02 +01:00
login.h Fix up ripples from urldb change. 2012-10-11 11:20:02 +01:00
misc.c Revert "Refactored menu event handling and got rid of several windom calls." 2012-11-18 23:15:48 +01:00
misc.h Added is_process_running 2012-08-27 20:05:35 +02:00
msgbox.c Added message box, so warn_user works as expected. 2012-11-12 21:23:39 +01:00
msgbox.h Added message box, so warn_user works as expected. 2012-11-12 21:23:39 +01:00
options.h Set default download path "downloads" 2012-08-27 23:32:24 +02:00
osspec.c remove bogus posix define and workround missing PATH_MAX directly 2012-08-21 16:43:22 +01:00
osspec.h Improved path conversion for DOS Filesystems. 2011-04-23 20:09:24 +00:00
redrawslots.c Added copyright comment. 2011-12-04 12:54:49 +00:00
redrawslots.h Added missing copyright headers 2012-08-24 00:47:37 +02:00
save.h Added missing copyright headers 2012-08-24 00:47:37 +02:00
schedule.c Added schedule stats. 2012-01-06 22:04:23 +00:00
schedule.h Added missing copyright headers 2012-08-24 00:47:37 +02:00
search.c Added missing copyright headers 2012-08-24 00:47:37 +02:00
search.h Added missing copyright headers 2012-08-24 00:47:37 +02:00
settings.c Revert "Refactored menu event handling and got rid of several windom calls." 2012-11-18 23:15:48 +01:00
settings.h Added settings dialog, read only right now. 2011-12-13 22:17:50 +00:00
statusbar.c Use GEM Window Statusbar when WITH_CUSTOM_STATUSBAR is undefined. 2012-10-19 00:14:11 +02:00
statusbar.h Use GEM Window Statusbar when WITH_CUSTOM_STATUSBAR is undefined. 2012-10-19 00:14:11 +02:00
system_colour.c Fix colour string matching. Lose unneeded case insensitivity in matching. 2012-03-27 11:02:35 +00:00
thumbnail.c Fix up ripples from urldb change. 2012-10-11 11:20:02 +01:00
toolbar.c add includes to get browser private struct on atari 2012-08-22 17:03:46 +01:00
toolbar.h Added missing but not-so important changes from local SVN working copy. 2012-07-10 23:35:24 +02:00
treeview.c Plotter refactor: removed one plotter abraction layer. 2012-07-13 22:19:04 +02:00
treeview.h Stick to OS features for drag feature - handle it almost blocking (improves user experience). 2011-12-04 13:05:00 +00:00
verify_ssl.c Plotter refactor: removed one plotter abraction layer. 2012-07-13 22:19:04 +02:00
verify_ssl.h Implemented Search Dialog 2011-01-30 19:24:03 +00:00