.. |
save_pdf
|
|
|
401login.h
|
|
|
browser.c
|
Include render/box.h
|
2012-03-24 22:28:49 +00:00 |
browser.h
|
Migrate frame types so that desktop/browser.h does not include render/html.h
|
2012-03-24 17:09:21 +00:00 |
cookies.c
|
|
|
cookies.h
|
|
|
download.c
|
Make llcache_handle_get_url return a nsurl.
|
2011-09-28 14:21:35 +00:00 |
download.h
|
|
|
frame_types.h
|
Migrate frame types so that desktop/browser.h does not include render/html.h
|
2012-03-24 17:09:21 +00:00 |
frames.c
|
Include render/box.h
|
2012-03-24 22:29:31 +00:00 |
frames.h
|
Iframe scrollbars.
|
2011-07-05 20:13:28 +00:00 |
gui.h
|
Constify param to gui_system_colour_char function.
|
2012-03-27 10:47:29 +00:00 |
history_core.c
|
content_get_url -> hlcache_handle_get_url, content__get_url -> content_get_url
|
2011-12-04 14:55:23 +00:00 |
history_core.h
|
Constify frag_id param.
|
2011-10-28 22:25:00 +00:00 |
history_global_core.c
|
Shared URL nodes in the treeview actually want to be readonly. They certainly have no business not copying transient data.
|
2011-07-24 11:40:08 +00: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
|
content_get_url -> hlcache_handle_get_url, content__get_url -> content_get_url
|
2011-12-04 14:55:23 +00:00 |
hotlist.h
|
Allow new (blank) hotlist entries to be created in the currently-selected folder
|
2011-11-27 20:07:26 +00:00 |
js.c
|
Totaly prefunctry binding to spidermonkey
|
2012-01-01 21:42:38 +00:00 |
js.h
|
Totaly prefunctry binding to spidermonkey
|
2012-01-01 21:42:38 +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
|
|
|
mouse.h
|
|
|
netsurf.c
|
remove unecessary includes
|
2012-03-23 16:56:43 +00:00 |
netsurf.h
|
|
|
nojs.c
|
Totaly prefunctry binding to spidermonkey
|
2012-01-01 21:42:38 +00:00 |
options_main.h
|
Remove gui_colour_* options.
|
2012-03-27 11:51:18 +00:00 |
options.c
|
NetSurf options rework (a=vince r=daniels,jmb)
|
2012-03-22 09:34:34 +00:00 |
options.h
|
NetSurf options rework (a=vince r=daniels,jmb)
|
2012-03-22 09:34:34 +00:00 |
plot_style.c
|
|
|
plot_style.h
|
Change GTK plotting to use cairo surfaces throughout
|
2011-12-30 00:58:35 +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
|
|
|
printer.h
|
|
|
save_complete.c
|
For now, build a shonky libxml tree. Later, rewrite save_complete for libdom
|
2012-03-25 10:13:53 +00:00 |
save_complete.h
|
|
|
save_text.c
|
Include dom/dom.h where it might be needed
|
2012-03-24 20:55:22 +00:00 |
save_text.h
|
|
|
scrollbar.c
|
Use system colours for scrollbar widget. Front ends must be updated to set them.
|
2012-03-25 18:53:34 +00:00 |
scrollbar.h
|
Add named scroll offset values for page up, page down, top and bottom.
|
2011-12-18 15:36:38 +00:00 |
search.c
|
Include dom/dom.h where it might be needed
|
2012-03-24 20:55:22 +00:00 |
search.h
|
Core part of search improvement:
|
2011-08-24 12:29:30 +00:00 |
searchweb.c
|
Revert r13235 as we can now log URLs for hlcache_handles without an underlying content
|
2011-12-04 14:56:54 +00:00 |
searchweb.h
|
|
|
selection.c
|
Include dom/dom.h where it might be needed
|
2012-03-24 20:55:22 +00:00 |
selection.h
|
Remove bogus dependencies on box.h
|
2012-03-24 17:42:29 +00:00 |
sslcert.c
|
|
|
sslcert.h
|
|
|
textarea.c
|
Remove redundant break.
|
2011-11-29 10:43:15 +00:00 |
textarea.h
|
Committing textarea_set_dimensions patch from Ole Loots.
|
2011-11-21 09:09:28 +00:00 |
textinput.c
|
Include dom/dom.h where it might be needed
|
2012-03-24 20:55:22 +00:00 |
textinput.h
|
Clean up text input code. Now desktop/textinput.{c|h} is concerend with browser windows only. HTML content specific stuff moved to render/textinput.{c|h} and disassociated from browser windows.
|
2011-07-07 17:50:04 +00:00 |
thumbnail.c
|
Don't need to set current_redraw_browser any more.
|
2011-08-24 13:45:46 +00:00 |
thumbnail.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 |
tree_url_node.c
|
Squash warnings.
|
2011-11-15 11:40:40 +00:00 |
tree_url_node.h
|
Shared URL nodes in the treeview actually want to be readonly. They certainly have no business not copying transient data.
|
2011-07-24 11:40:08 +00:00 |
tree.c
|
Use gui_ interface to get system colours, rather than nosoption_.
|
2012-03-27 10:34:38 +00:00 |
tree.h
|
Expose tree_setup_colours so it can be called from frontends if the system
|
2012-03-26 21:13:00 +00:00 |
version.c
|
|
|