netsurf/desktop
2013-08-19 14:03:36 +01:00
..
save_pdf move options include 2013-05-28 14:16:10 +01:00
401login.h
browser_private.h
browser.c Flag a TODO. 2013-08-16 08:25:26 +01:00
browser.h Move hotlist_visted from browser.h to hotlist.h 2013-07-12 12:07:54 +01:00
cookie_manager.c Improve namespacing of enum values. 2013-07-26 15:20:19 +01:00
cookie_manager.h Add initial version of new cookie manager. 2013-07-25 16:07:46 +01:00
cookies_old.c Make the parasitic hack of the old tree code more robust. Now if the temp_treeview_test option is set, the global history and cookie manager will be replaced with their respective new implementations. 2013-07-26 14:48:26 +01:00
cookies_old.h Update header guard. 2013-07-22 11:12:57 +01:00
core_window.h Mention behaviour when params are NULL in comment. 2013-08-19 14:03:36 +01:00
download.c Pass fetch redirect info up to content layer as content_msg. Mark redirect origin URLs as visited in browser window content callback. Note this doesn't mean we track redirects, it just lets us get the :visited link style on links that redirect. 2013-05-27 14:51:00 +01:00
download.h
frame_types.h
frames.c s/history_core/local_history/ 2013-07-10 11:55:42 +01:00
frames.h
global_history.c Fix several comments about return type. 2013-08-16 08:25:24 +01:00
global_history.h Add function to add to global history. Fix add_entry to actually add new entry after removing an existing one. Implement directory deletion. 2013-07-16 13:13:33 +01:00
gui.h Add selection to enum. 2013-08-16 08:25:26 +01:00
history_global_core.c Make the parasitic hack of the old tree code more robust. Now if the temp_treeview_test option is set, the global history and cookie manager will be replaced with their respective new implementations. 2013-07-26 14:48:26 +01:00
history_global_core.h Fix namespace of old global history add function. 2013-07-15 12:57:40 +01:00
hotlist_old.c Move old hotlist out of the way. 2013-08-13 12:41:04 +01:00
hotlist_old.h Move old hotlist out of the way. 2013-08-13 12:41:04 +01:00
hotlist.c Set allow edit flag on title and url fields. 2013-08-18 17:16:47 +01:00
hotlist.h Beginnings of new hotlist module, implemented with new treeview. 2013-08-16 08:25:25 +01:00
knockout.c
knockout.h
local_history.c Move local history over to nsurl. 2013-07-11 23:38:32 +01:00
local_history.h Move local history over to nsurl. 2013-07-11 23:38:32 +01:00
Makefile Beginnings of new hotlist module, implemented with new treeview. 2013-08-16 08:25:25 +01:00
mouse.c Add triple click to mouse event logger. 2013-06-15 15:55:05 +01:00
mouse.h
netsurf.c move option init out of netsurf_init 2013-05-28 14:16:11 +01:00
netsurf.h move option init out of netsurf_init 2013-05-28 14:16:11 +01:00
options.h Add temporary option to enable test of new treeview in bookmarks window. 2013-07-01 14:07:25 +01:00
plot_style.c
plot_style.h Move mix_colour macro out of treeview for other stuff to use. 2013-07-08 17:41:06 +01:00
plotters.h
print.c move options include 2013-05-28 14:16:10 +01:00
print.h
printer.h
save_complete.c
save_complete.h
save_text.c
save_text.h
scrollbar.c move options include 2013-05-28 14:16:10 +01:00
scrollbar.h
search.c move options include 2013-05-28 14:16:10 +01:00
search.h
searchweb.c move options include 2013-05-28 14:16:10 +01:00
searchweb.h
selection.c
selection.h
sslcert_viewer.c First pass at new ssl certificate chain viewer module. 2013-08-11 22:11:05 +01:00
sslcert_viewer.h First pass at new ssl certificate chain viewer module. 2013-08-11 22:11:05 +01:00
system_colour.c Move NetSurf to CSS colour conversion macro. Make both conversion macros the same. 2013-05-29 12:10:40 +01:00
textarea.c
textarea.h
textinput.c
textinput.h
thumbnail.c move options include 2013-05-28 14:16:10 +01:00
thumbnail.h
tree_url_node.c Make dom node children iterator return nserror. 2013-08-16 08:25:24 +01:00
tree_url_node.h Get URL node icon 2013-05-18 16:38:03 +01:00
tree.c Use extern on tree.c globals. (These go away when front ends can use the new treeview modules directly.) 2013-08-18 17:17:41 +01:00
tree.h Use extern on tree.c globals. (These go away when front ends can use the new treeview modules directly.) 2013-08-18 17:17:41 +01:00
treeview.c Ensure ctrl modifier is handled, by dealing with it before no-modifiers case. 2013-08-18 13:22:57 +01:00
treeview.h Expose treeview walker. 2013-07-25 16:06:34 +01:00
version.c