.. |
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
|
s/scroll/scrollbar/ and improve scrollbar widget comments.
|
2011-05-09 22:49:17 +00:00 |
browser.h
|
s/scroll/scrollbar/ and improve scrollbar widget comments.
|
2011-05-09 22:49:17 +00:00 |
cookies.c
|
Fix bug #3253090: don't schedule updates of the cookie tree
|
2011-03-28 21:33:16 +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
|
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 |
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
|
Temporary hack to stop crashing in Amiga frontend. Roll on frames re-implementation!
|
2011-03-16 20:11:10 +00:00 |
frames.h
|
|
|
gui.h
|
move logging initialisation
|
2011-04-02 13:05:55 +00:00 |
history_core.c
|
Publishing 'history_go' function and creating API to enumerate all history items reachable by the forward or back buttons.
|
2011-02-28 15:24:30 +00:00 |
history_core.h
|
Publishing 'history_go' function and creating API to enumerate all history items reachable by the forward or back buttons.
|
2011-02-28 15:24:30 +00:00 |
history_global_core.c
|
Ensure we correctly release all icon resources associated with trees, SSL certs, search providers, etc.
|
2011-01-20 13:51:41 +00:00 |
history_global_core.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 |
hotlist.c
|
Ensure we correctly release all icon resources associated with trees, SSL certs, search providers, etc.
|
2011-01-20 13:51:41 +00:00 |
hotlist.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 |
knockout.c
|
Fix build with NDEBUG defined
|
2011-04-03 22:23:14 +00:00 |
knockout.h
|
|
|
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
|
Clean up after content factory
|
2011-05-16 21:16:44 +00:00 |
netsurf.h
|
second pass at startup refactor removing the gui_init callback
|
2010-03-29 20:03:44 +00:00 |
options.c
|
commandline option setting
|
2011-03-18 21:58:29 +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
|
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 |
print.c
|
consolidate content redraw
|
2011-05-08 19:54:35 +00:00 |
print.h
|
Merge jmb/new-cache; r=dsilvers,rs=vince
|
2010-03-28 12:56:39 +00:00 |
printer.h
|
|
|
save_complete.c
|
Merge branches/jmb/content-factory to trunk
|
2011-05-06 20:40:09 +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
|
Increase pointer drag range. Setting the clamps correctly seems to cause us not to get the movement event when we hit the clamp (at least on RISC OS).
|
2011-05-11 10:36:15 +00:00 |
scrollbar.h
|
Rename scroll offset in scrollbar message data, although nothing seems to use that callback message.
|
2011-05-10 17:39:23 +00:00 |
search.c
|
Ensure we can search textplain again
|
2010-04-22 14:37:32 +00:00 |
search.h
|
|
|
searchweb.c
|
Merge branches/jmb/content-factory to trunk
|
2011-05-06 20:40:09 +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
|
Fix text selection
|
2011-03-06 18:04:13 +00:00 |
selection.h
|
|
|
shape.h
|
Update comments.
|
2011-02-19 20:05:16 +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
|
Saturated maths in css fixed point
|
2011-03-12 17:46:11 +00:00 |
textarea.h
|
Constify.
|
2011-02-14 19:38:59 +00:00 |
textinput.c
|
s/scroll/scrollbar/ and improve scrollbar widget comments.
|
2011-05-09 22:49:17 +00:00 |
textinput.h
|
|
|
thumbnail.c
|
consolidate content redraw
|
2011-05-08 19:54:35 +00:00 |
thumbnail.h
|
Make thumbnail_get_redraw_scale() static.
|
2011-03-09 21:10:30 +00:00 |
tree_url_node.c
|
Fix url node icons
|
2011-05-11 19:29:48 +00:00 |
tree_url_node.h
|
Ensure we correctly release all icon resources associated with trees, SSL certs, search providers, etc.
|
2011-01-20 13:51:41 +00:00 |
tree.c
|
consolidate content redraw
|
2011-05-08 19:54:35 +00:00 |
tree.h
|
Make the tree icon dir a non-option
|
2011-01-20 14:05:13 +00:00 |
version.c
|
|
|