.. |
save_pdf
|
Merge jmb/new-cache; r=dsilvers,rs=vince
|
2010-03-28 12:56:39 +00:00 |
401login.h
|
Handle llcache queries (GTK only for now)
|
2010-04-14 23:03:49 +00:00 |
browser.c
|
Merge treeview-redux to trunk
|
2010-10-05 19:14:46 +00:00 |
browser.h
|
More useful comment about what bw->scroll is for.
|
2010-11-03 16:07:30 +00:00 |
cookies.c
|
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 |
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 downloads work again.
|
2010-04-05 21:35:38 +00:00 |
download.h
|
Make downloads work again.
|
2010-04-05 21:35:38 +00:00 |
frames.c
|
ensure iframe stuff does not de-reference null pointers
|
2010-10-14 00:59:39 +00:00 |
frames.h
|
Update all source code file headers to reflect GPL version 2 only and contain appropriate licence text
|
2007-08-08 16:16:03 +00:00 |
gui.h
|
Amiga: Add "cut" option; make cut/copy/paste menus context sensitive; allow dragging
|
2010-07-24 16:39:37 +00:00 |
history_core.c
|
Change styles used for plotting local history to make it more obvious what the current page is, along with other minor improvements.
|
2010-12-05 17:03:37 +00:00 |
history_core.h
|
Merge jmb/new-cache; r=dsilvers,rs=vince
|
2010-03-28 12:56:39 +00:00 |
history_global_core.c
|
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 |
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
|
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.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
|
Refactor text plotter and other font functions to remove dependency on CSS.
|
2009-07-21 10:59:53 +00:00 |
knockout.h
|
Use static for variables local to one source file.
|
2008-07-29 23:19:24 +00:00 |
mouse.h
|
Fix mouse.h file description. Add iframe comment.
|
2010-06-09 09:53:07 +00:00 |
netsurf.c
|
Remove Hubbub and Wapcaplet initialisation and finalisation.
|
2010-12-04 20:14:33 +00:00 |
netsurf.h
|
second pass at startup refactor removing the gui_init callback
|
2010-03-29 20:03:44 +00:00 |
options.c
|
Merge treeview-redux to trunk
|
2010-10-05 19:14:46 +00:00 |
options.h
|
Merge treeview-redux to trunk
|
2010-10-05 19:14:46 +00:00 |
plot_style.c
|
Remove pointless rectangle fill under text.
|
2010-12-12 16:32:39 +00:00 |
plot_style.h
|
Merge branches/vince/netsurf-fbtk-rework to trunk.
|
2010-07-07 18:08:17 +00:00 |
plotters.h
|
Refactor text plotter and other font functions to remove dependency on CSS.
|
2009-07-21 10:59:53 +00:00 |
print.c
|
Liberally sprinkle #ifdef around
|
2010-04-16 20:58:09 +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
|
Fix inventory file leafname.
|
2010-07-09 21:36:55 +00:00 |
save_complete.h
|
Merge jmb/new-cache; r=dsilvers,rs=vince
|
2010-03-28 12:56:39 +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 |
scroll.c
|
+ Refactor input handling from browser window code into content
|
2010-06-04 09:35:08 +00:00 |
scroll.h
|
Merge from Paul Blokus' selectscroll branch. Fixes text input scrollbar behaviour.
|
2009-08-14 23:10:53 +00:00 |
search.c
|
Ensure we can search textplain again
|
2010-04-22 14:37:32 +00:00 |
search.h
|
Merge branches/MarkieB/gtkmain to trunk.
|
2009-12-17 23:55:02 +00:00 |
searchweb.c
|
Squash leak
|
2010-04-18 16:07:51 +00:00 |
searchweb.h
|
Merge jmb/new-cache; r=dsilvers,rs=vince
|
2010-03-28 12:56:39 +00:00 |
selection.c
|
Amiga: Add "cut" option; make cut/copy/paste menus context sensitive; allow dragging
|
2010-07-24 16:39:37 +00:00 |
selection.h
|
Selection menu and save/download tweaks
|
2009-02-02 00:06:31 +00:00 |
sslcert.c
|
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 |
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
|
+ Refactor input handling from browser window code into content
|
2010-06-04 09:35:08 +00:00 |
textarea.h
|
Make textarea widget unaware of its global position. Credit: paulblokus.
|
2009-08-13 22:10:36 +00:00 |
textinput.c
|
+ Refactor input handling from browser window code into content
|
2010-06-04 09:35:08 +00:00 |
textinput.h
|
Merged revisions 7764-7977,7979-8058 via svnmerge from
|
2009-06-27 13:59:25 +00:00 |
tree.c
|
Pass clip rectangle around tree redraw. Update clipping area with respect to what's being plotted. Simplify tree redraw and add more comments.
|
2010-12-15 00:32:37 +00:00 |
tree.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 |
tree_url_node.c
|
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 |
tree_url_node.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 |
version.c
|
It's probably about time we stopped claiming to be 2.0
|
2009-05-06 23:52:12 +00:00 |