.. |
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
|
Handle llcache queries (GTK only for now)
|
2010-04-14 23:03:49 +00:00 |
browser.c
|
Use lwc_string for box->id.
|
2011-10-29 11:37:05 +00:00 |
browser.h
|
Intern bw->frag_id.
|
2011-10-28 22:27:50 +00:00 |
cookies.c
|
Don't expand cookies tree by default
|
2011-06-04 21:26:31 +00: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
|
Make llcache_handle_get_url return a nsurl.
|
2011-09-28 14:21:35 +00:00 |
download.h
|
Consider filename in Content-Disposition header when downloading, or generate reasonably sane default if there isn't one.
|
2011-02-23 00:54:29 +00:00 |
frames.c
|
More conversion to nsurl. (box->href, object params, imagemaps, (i)frames)
|
2011-10-03 20:28:29 +00:00 |
frames.h
|
Iframe scrollbars.
|
2011-07-05 20:13:28 +00:00 |
gui.h
|
Build resource: map at start time
|
2011-10-05 08:32:52 +00:00 |
history_core.c
|
Constify frag_id param.
|
2011-10-28 22:25:00 +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
|
Make default hotlist folder persistent across sessions
|
2011-11-10 13:07:47 +00:00 |
hotlist.h
|
Allow setting a default folder in the tree for hotlist entries to go into. Frontends
|
2011-11-10 12:22:48 +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
|
Debug function for dumping browser_mouse_state.
|
2010-12-15 18:05:25 +00:00 |
netsurf.c
|
Port llcache to nsurl.
|
2011-09-28 11:26:30 +00:00 |
netsurf.h
|
second pass at startup refactor removing the gui_init callback
|
2010-03-29 20:03:44 +00:00 |
options.c
|
Increase default mem cache size.
|
2011-10-10 11:40:26 +00:00 |
options.h
|
commandline option setting
|
2011-03-18 21:58:29 +00:00 |
plot_style.c
|
History colours as constants r=jmb,vince
|
2011-01-24 13:32:35 +00:00 |
plot_style.h
|
History colours as constants r=jmb,vince
|
2011-01-24 13:32: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
|
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.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
|
Port more internals to nsurl. Front ends may need updating.
|
2011-10-03 15:56:47 +00:00 |
save_complete.h
|
Merge branches/jmb/content-factory to trunk
|
2011-05-06 20:40:09 +00:00 |
save_text.c
|
Merge jmb/new-cache; r=dsilvers,rs=vince
|
2010-03-28 12:56:39 +00:00 |
save_text.h
|
Merge jmb/new-cache; r=dsilvers,rs=vince
|
2010-03-28 12:56:39 +00:00 |
scrollbar.c
|
Optimise out scrollbar action induced redraws with no effect.
|
2011-08-31 13:04:50 +00:00 |
scrollbar.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 |
search.c
|
Core part of search improvement:
|
2011-08-24 12:29:30 +00:00 |
search.h
|
Core part of search improvement:
|
2011-08-24 12:29:30 +00:00 |
searchweb.c
|
Port more internals to nsurl. Front ends may need updating.
|
2011-10-03 15:56:47 +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
|
Selection is now subordinate to html and text content types, and disassociated from browser windows. Note: search currently uses hlcache_handle_get_content() to go from bw to h to get at c for search highlighting via selection.
|
2011-07-26 13:53:42 +00:00 |
selection.h
|
Selection is now subordinate to html and text content types, and disassociated from browser windows. Note: search currently uses hlcache_handle_get_content() to go from bw to h to get at c for search highlighting via selection.
|
2011-07-26 13:53:42 +00:00 |
sslcert.c
|
Ensure we don't free an unallocated handle
|
2011-03-12 17:26:46 +00:00 |
sslcert.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 |
textarea.c
|
Committing textarea_set_dimensions patch from Ole Loots.
|
2011-11-21 09:09:28 +00:00 |
textarea.h
|
Committing textarea_set_dimensions patch from Ole Loots.
|
2011-11-21 09:09:28 +00:00 |
textinput.c
|
Better caret positioning in scrolled frames.
|
2011-09-21 21:11:16 +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.c
|
Trap RMB and select the node under the pointer if no other node selected
|
2011-11-11 13:09:12 +00:00 |
tree.h
|
Trap RMB and select the node under the pointer if no other node selected
|
2011-11-11 13:09:12 +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 |
version.c
|
It's probably about time we stopped claiming to be 2.0
|
2009-05-06 23:52:12 +00:00 |