.. |
save_pdf
|
Pass clip rect to clip plotters as struct. Simplify clip rect handling in debug window code. Pass clip rect to select menu as struct.
|
2011-02-14 22:05:39 +00:00 |
401login.h
|
Fix up ripples from urldb change.
|
2012-10-11 11:20:02 +01:00 |
browser.c
|
Iframes have to have a parent content.
|
2012-10-11 13:06:51 +01:00 |
browser.h
|
Fix up ripples from urldb change.
|
2012-10-11 11:20:02 +01:00 |
browser_private.h
|
Move browser_window struct to private header. Places that shouldn't include it do, such as front end code.
|
2012-08-22 12:22:58 +01:00 |
cookies.c
|
Fix leak.
|
2012-10-11 13:16:07 +01:00 |
cookies.h
|
…
|
|
download.c
|
doxygen serious warning cleanup
|
2012-07-24 16:19:49 +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
|
Move browser_window struct to private header. Places that shouldn't include it do, such as front end code.
|
2012-08-22 12:22:58 +01:00 |
frames.h
|
Move scrollbar msg data declaration.
|
2012-08-22 10:43:50 +01:00 |
gui.h
|
Fix up ripples from urldb change.
|
2012-10-11 11:20:02 +01:00 |
history_core.c
|
Fix up ripples from urldb change.
|
2012-10-11 11:20:02 +01:00 |
history_core.h
|
Constify frag_id param.
|
2011-10-28 22:25:00 +00:00 |
history_global_core.c
|
Fix up ripples from urldb change.
|
2012-10-11 11:20:02 +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
|
Fix up ripples from urldb change.
|
2012-10-11 11:20:02 +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
|
…
|
|
mouse.h
|
Move mouse pointer enums to mouse header.
|
2012-08-17 09:45:15 +01:00 |
netsurf.c
|
Fix up ripples from urldb change.
|
2012-10-11 11:20:02 +01:00 |
netsurf.h
|
…
|
|
options.c
|
verify path parameter to options loading
|
2012-10-05 14:26:25 +01:00 |
options.h
|
NetSurf options rework (a=vince r=daniels,jmb)
|
2012-03-22 09:34:34 +00:00 |
options_main.h
|
Fix typo
|
2012-06-19 20:00:53 +00:00 |
plot_style.c
|
doxygen serious warning cleanup
|
2012-07-24 16:19:49 +01:00 |
plot_style.h
|
Clean up blend_colour macro.
|
2012-03-27 21:34:55 +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
|
Use case insensitive string comparisions for nodes
|
2012-07-15 01:39:25 +01:00 |
save_complete.h
|
Merge branches/jmb/content-factory to trunk
|
2011-05-06 20:40:09 +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
|
…
|
|
scrollbar.c
|
Remove redundant scrollbar widget message.
|
2012-08-16 13:13:25 +01:00 |
scrollbar.h
|
Remove redundant scrollbar widget message.
|
2012-08-16 13:13:25 +01:00 |
search.c
|
Move browser_window struct to private header. Places that shouldn't include it do, such as front end code.
|
2012-08-22 12:22:58 +01:00 |
search.h
|
Clean up search gui callbacks.
|
2012-08-14 13:41:30 +01: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
|
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
|
Move browser_window struct to private header. Places that shouldn't include it do, such as front end code.
|
2012-08-22 12:22:58 +01:00 |
selection.h
|
Move browser_window struct to private header. Places that shouldn't include it do, such as front end code.
|
2012-08-22 12:22:58 +01:00 |
sslcert.c
|
Fix up ripples from urldb change.
|
2012-10-11 11:20:02 +01:00 |
sslcert.h
|
Fix up ripples from urldb change.
|
2012-10-11 11:20:02 +01:00 |
textarea.c
|
Add support for selecting text fragments (based on a patch from Ole Loots)
|
2012-06-30 10:24:15 +00:00 |
textarea.h
|
Committing textarea_set_dimensions patch from Ole Loots.
|
2011-11-21 09:09:28 +00:00 |
textinput.c
|
Move browser_window struct to private header. Places that shouldn't include it do, such as front end code.
|
2012-08-22 12:22:58 +01: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
|
Fix up ripples from urldb change.
|
2012-10-11 11:20:02 +01:00 |
tree.c
|
Tree can't be NULL.
|
2012-10-11 14:06:48 +01: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 |
tree_url_node.c
|
Fix up ripples from urldb change.
|
2012-10-11 11:20:02 +01:00 |
tree_url_node.h
|
Fix up ripples from urldb change.
|
2012-10-11 11:20:02 +01:00 |
version.c
|
Revert previous two commits now that we've diagnosed the CI hiccough
|
2012-10-08 21:59:47 +01:00 |