netsurf/desktop
Vincent Sanders a5355ec557 change all core and frontend options headers to new format 2013-05-28 14:16:10 +01:00
..
save_pdf split sources lists out to their subdirectories as first step towards using core buildsystem 2013-03-11 17:53:52 +00:00
401login.h Fix up ripples from urldb change. 2012-10-11 11:20:02 +01:00
Makefile split sources lists out to their subdirectories as first step towards using core buildsystem 2013-03-11 17:53:52 +00:00
browser.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
browser.h Propagate native caret clip rect through core. 2013-03-05 22:54:51 +00:00
browser_private.h Remove search context from browser window, simplify search interface for front ends. 2013-05-07 14:41:40 +01:00
cookies.c cleanup tree_create_leaf_node text ownership 2013-05-04 09:49:11 +01:00
cookies.h Small refactor to change icon names to being passed in from frontends instead of core treeview globals 2010-12-14 00:18:24 +00: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 doxygen serious warning cleanup 2012-07-24 16:19:49 +01:00
frame_types.h Move scrollbar msg data declaration. 2012-08-22 10:43:50 +01:00
frames.c A load of refactoring of how content selection and input work. 2013-02-22 12:19:35 +00:00
frames.h Move scrollbar msg data declaration. 2012-08-22 10:43:50 +01:00
gui.h move the logging initialisation out to be call by frontends 2013-05-23 11:50:57 +01:00
history_core.c Pedantic wrap. 2013-03-04 15:07:43 +00:00
history_core.h Constify frag_id param. 2011-10-28 22:25:00 +00:00
history_global_core.c cleanup title string ownership madness in the tree_create_folder_node() API 2013-05-03 21:17:11 +01:00
history_global_core.h When launching multiple URLs from a treeview, allow to open one window with multiple 2011-07-02 11:41:06 +00:00
hotlist.c Add logging to hotlist_cleanup() so we can narrow the field a little 2013-05-15 18:32:29 +01:00
hotlist.h Allow new (blank) hotlist entries to be created in the currently-selected folder 2011-11-27 20:07:26 +00:00
knockout.c Remove plotter table global. Pass a redraw context around redraw functions. Knockout could be handled better. Note: untested on most front ends. 2011-06-30 15:48:07 +00:00
knockout.h Remove plotter table global. Pass a redraw context around redraw functions. Knockout could be handled better. Note: untested on most front ends. 2011-06-30 15:48:07 +00:00
mouse.c Debug function for dumping browser_mouse_state. 2010-12-15 18:05:25 +00:00
mouse.h Triple click selects paragraph in textarea widget. 2013-02-12 12:58:12 +00:00
netsurf.c move the logging initialisation out to be call by frontends 2013-05-23 11:50:57 +01:00
netsurf.h second pass at startup refactor removing the gui_init callback 2010-03-29 20:03:44 +00:00
options.c verify path parameter to options loading 2012-10-05 14:26:25 +01:00
options.h change all core and frontend options headers to new format 2013-05-28 14:16:10 +01:00
options_main.h add script_timeout option and use it 2013-05-22 19:12:26 +01:00
plot_style.c Height is already scaled. Make OBJ char bigger. 2012-11-05 19:08:44 +00:00
plot_style.h Fun micro-optimisations. 2013-02-12 21:16:30 +00:00
plotters.h Remove plotter table global. Pass a redraw context around redraw functions. Knockout could be handled better. Note: untested on most front ends. 2011-06-30 15:48:07 +00:00
print.c Include dom/dom.h where it might be needed 2012-03-24 20:55:22 +00:00
print.h Merge jmb/new-cache; r=dsilvers,rs=vince 2010-03-28 12:56:39 +00:00
printer.h First merge of Adam Blokus' GSoC work from his branch 'branches/adamblokus/netsurf'. 2008-07-26 16:01:59 +00:00
save_complete.c Use custom fetcher for inline CSS 2013-02-27 03:11:10 +00:00
save_complete.h Port save complete to libdom. 2012-11-03 23:19:45 +00:00
save_text.c Include dom/dom.h where it might be needed 2012-03-24 20:55:22 +00:00
save_text.h Merge jmb/new-cache; r=dsilvers,rs=vince 2010-03-28 12:56:39 +00:00
scrollbar.c Fix pointer shape and status bar messages for textareas and their scrollbars. 2013-03-11 12:57:33 +00:00
scrollbar.h Fix pointer shape and status bar messages for textareas and their scrollbars. 2013-03-11 12:57:33 +00: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 Remove search context from browser window, simplify search interface for front ends. 2013-05-07 14:41:40 +01:00
searchweb.c rename flags for browser_window routines to be shorter 2013-02-18 11:51:42 +00:00
searchweb.h Ensure we correctly release all icon resources associated with trees, SSL certs, search providers, etc. 2011-01-20 13:51:41 +00:00
selection.c Update the edit menu after every click, to be safe. 2013-05-12 20:36:47 +01:00
selection.h Remove redundant read-only test function. 2013-05-02 09:34:01 +01:00
sslcert.c cleanup tree_create_leaf_node text ownership 2013-05-04 09:49:11 +01:00
sslcert.h Fix up ripples from urldb change. 2012-10-11 11:20:02 +01:00
textarea.c Don't show caret when scrolling a textarea that hasn't been given focus. 2013-03-27 13:46:57 +00:00
textarea.h Make textarea_get_caret private. 2013-03-13 11:23:07 +00:00
textinput.c Pass caret clip rect out to front ends. (Nothing actually using them yet.) 2013-03-05 22:54:51 +00:00
textinput.h Make delete line key enum value name less missleading. (Doesn't cut to clipboard.) 2013-02-11 10:34:06 +00:00
thumbnail.c Don't need to set current_redraw_browser any more. 2011-08-24 13:45:46 +00:00
thumbnail.h Fix up ripples from urldb change. 2012-10-11 11:20:02 +01:00
tree.c cleanup tree_create_leaf_node text ownership 2013-05-04 09:49:11 +01:00
tree.h cleanup tree_create_leaf_node text ownership 2013-05-04 09:49:11 +01:00
tree_url_node.c cleanup tree_create_leaf_node text ownership 2013-05-04 09:49:11 +01:00
tree_url_node.h Fix up ripples from urldb change. 2012-10-11 11:20:02 +01:00
version.c Bump version.c to 3.1 2013-04-20 14:58:17 +01:00