netsurf/atari
Michael Drake 3d7cd77982 Simplify local history interface. 2014-02-08 22:43:54 +00:00
..
doc Minor change in changes.txt 2013-12-21 12:58:37 +01:00
gemtk Fix previous checking (do not call av/va functions) 2014-01-02 17:53:34 +01:00
plot move utf8 local conversion operations to table 2014-02-01 22:17:36 +00:00
res Removed background flag for menu titles 2013-12-28 19:30:56 +01:00
scripts Removed obsolete build helper scripts 2013-12-21 12:47:24 +01:00
Makefile.defaults remove all references to using libMNG 2014-01-04 17:07:11 +00:00
Makefile.target Atari: run correct freetype-config 2014-01-19 22:51:59 +00:00
about.c Added about dialog, fixed scrolled treeview redraw. 2013-10-06 01:24:19 +02:00
about.h Added about dialog, fixed scrolled treeview redraw. 2013-10-06 01:24:19 +02:00
bitmap.c move options include 2013-05-28 14:16:10 +01:00
bitmap.h moved "bitmap_resize()" to bitmap.c 2012-07-23 02:03:09 +02:00
certview.c fix remaining include errors 2014-02-03 18:23:02 +00:00
certview.h Fixed warnings for incomptible pointer type 2013-10-06 01:24:18 +02:00
clipboard.c Send SC_CHANGED after writing to scrap file 2013-12-29 23:16:30 +01:00
clipboard.h Moved form handling into gemtk, 2012-12-31 03:37:43 +01:00
cookies.c Added about dialog, fixed scrolled treeview redraw. 2013-10-06 01:24:19 +02:00
cookies.h Fixed warnings for incomptible pointer type 2013-10-06 01:24:18 +02:00
ctxmenu.c move window scroll getter and setter into operations table 2014-01-13 01:08:15 +00:00
ctxmenu.h Added missing copyright headers 2012-08-24 00:47:37 +02:00
deskmenu.c atari limits include 2014-02-03 18:37:32 +00:00
deskmenu.h Start to remove windom, wip. 2012-11-18 23:22:43 +01:00
download.c split browser gui operations up 2014-01-15 19:37:05 +00:00
download.h split browser gui operations up 2014-01-15 19:37:05 +00:00
encoding.c fix missing stdlib include 2014-02-01 22:56:23 +00:00
encoding.h move utf8 local conversion operations to table 2014-02-01 22:17:36 +00:00
extract.php Preparing for merge... 2012-12-18 01:10:20 +01:00
filetype.c create table for fetcher operations and move all operations into it 2014-01-23 00:00:18 +00:00
filetype.h create table for fetcher operations and move all operations into it 2014-01-23 00:00:18 +00:00
findfile.c Minor documentation change 2013-12-29 23:00:52 +01:00
findfile.h move path_to_url and url_to_path to fetch operation table 2014-01-25 23:01:32 +00:00
font.c Recognize scale when plotting fonts 2013-12-04 02:00:45 +01:00
font.h I'm actually trying to simplify the frontend code, changes: 2011-11-28 23:23:28 +00:00
gui.c move utf8 local conversion operations to table 2014-02-01 22:17:36 +00:00
gui.h fix atari build errors 2014-01-16 15:07:14 +00:00
history.c Added about dialog, fixed scrolled treeview redraw. 2013-10-06 01:24:19 +02:00
history.h Fixed warnings for incomptible pointer type 2013-10-06 01:24:18 +02:00
hotlist.c Check if URL is already added to bookmark 2013-12-13 00:51:06 +01:00
hotlist.h atari fix for undefined PATH_MAX 2014-02-03 18:50:06 +00:00
login.c move 401 login into operation table 2014-01-16 00:52:17 +00:00
login.h Fix up ripples from urldb change. 2012-10-11 11:20:02 +01:00
misc.c move filename_from_path and path_add_part into gui operation tables 2014-01-16 00:01:25 +00:00
misc.h move filename_from_path and path_add_part into gui operation tables 2014-01-16 00:01:25 +00:00
options.h Added GUI pol timeout selection popup. 2013-11-23 17:52:33 +01:00
osspec.c Handle the fact that / is NOT the root of the filesystem on MiNT. 2013-10-26 17:24:09 +02:00
osspec.h Start to remove windom, wip. 2012-11-18 23:22:43 +01:00
redrawslots.c Finally it compiles without WinDom - still some things to bring back: 2013-01-07 20:04:44 +01:00
redrawslots.h Toolbar is now finished, started work on browser redraw/scrolling. 2012-11-30 03:20:52 +01:00
rootwin.c move utf8 conversion routines to use nserror instead of their own error enum 2014-01-28 21:40:13 +00:00
rootwin.h Prefixed gemtk module functions. 2013-01-22 02:33:27 +01:00
save.h Added missing copyright headers 2012-08-24 00:47:37 +02:00
schedule.c Started refactoring of global redraw handling. 2012-11-28 21:30:24 +01:00
schedule.h Added missing copyright headers 2012-08-24 00:47:37 +02:00
search.c Remove search context from browser window, simplify search interface for front ends. 2013-05-07 14:41:40 +01:00
search.h Search is functional. 2013-01-17 01:18:27 +01:00
settings.c Check for null pointer before setting label 2013-12-21 03:17:39 +01:00
settings.h Moved form handling into gemtk, 2012-12-31 03:37:43 +01:00
statusbar.c s/history_core/local_history/ 2013-07-10 11:55:42 +01:00
statusbar.h Started refactoring of global redraw handling. 2012-11-28 21:30:24 +01:00
thumbnail.c Fix up ripples from urldb change. 2012-10-11 11:20:02 +01:00
toolbar.c Simplify local history interface. 2014-02-08 22:43:54 +00:00
toolbar.h Updated header file for new toolbar functions. 2013-11-24 22:07:30 +01:00
treeview.c Removed obsolete code 2013-12-28 01:34:20 +01:00
treeview.h Added about dialog, fixed scrolled treeview redraw. 2013-10-06 01:24:19 +02: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