netsurf/riscos
Daniel Silverstone 699f0cb344 Make the tree icon dir a non-option
svn path=/trunk/netsurf/; revision=11422
2011-01-20 14:05:13 +00:00
..
configure Merge treeview-redux to trunk 2010-10-05 19:14:46 +00:00
gui Only run the scheduler on null poll events. 2010-03-10 22:47:37 +00:00
scripts Require Iconv 0.11 2011-01-04 20:04:20 +00:00
templates Enable sideways print option. 2010-07-27 22:50:51 +00:00
401login.c Fix RISC OS build 2010-04-15 22:49:22 +00:00
artworks.c Fix double free of title 2010-04-12 22:39:21 +00:00
artworks.h Port to new content API 2010-04-05 21:53:31 +00:00
assert.c
awrender.s
bitmap.c
bitmap.h
buffer.c Modern OSLib (as of 3 months ago) no longer has colourtrans_CURRENT_MODE. 2009-12-02 16:30:44 +00:00
buffer.h
configure.c
configure.h
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 Restore toolbar menus in RO treeview windows. 2010-10-24 23:17:21 +00:00
debugwin.c Change rendering to use plotter functions. Purge loads of magic numbers. Make the content table look prettier. Separate content table creation and rendering code from RISC OS front end code. The debug window can now trivially be moved to the core. Debug window still currently disabled as it does not work with new cache. 2010-04-09 23:22:30 +00:00
dialog.c Merge treeview-redux to trunk 2010-10-05 19:14:46 +00:00
dialog.h
download.c Apply simple weighted averaging to download rate calculations. 2010-12-16 22:09:10 +00:00
draw.c Fix double free of title 2010-04-12 22:39:21 +00:00
draw.h Port to new content API 2010-04-05 22:03:44 +00:00
filetype.c When fetching a local file of type data, examine the extension to determine mime type. 2010-12-27 14:03:45 +00:00
font.c
global_history.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
global_history.h Restore toolbar menus in RO treeview windows. 2010-10-24 23:17:21 +00:00
gui.c Make the tree icon dir a non-option 2011-01-20 14:05:13 +00:00
gui.h Use dashed boxes for treeview drags. 2010-12-19 10:45:13 +00:00
help.c Merge treeview-redux to trunk 2010-10-05 19:14:46 +00:00
help.h
history.c
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 Restore toolbar menus in RO treeview windows. 2010-10-24 23:17:21 +00:00
image.c Modern OSLib (as of 3 months ago) no longer has colourtrans_CURRENT_MODE. 2009-12-02 16:30:44 +00:00
image.h
Makefile.target Remove excess indentation. 2010-11-08 11:28:58 +00:00
menus.c Restore toolbar menus in RO treeview windows. 2010-10-24 23:17:21 +00:00
menus.h Restore toolbar menus in RO treeview windows. 2010-10-24 23:17:21 +00:00
message.c
message.h
options.h
oslib_pre7.h
palettes.c
palettes.h
plotters.c Fix NULL ptr dereference in status bar rendering; formatting. 2010-01-24 12:49:29 +00:00
plugin.c Purge FETCH_TYPE which is unused throughout NetSurf. Clearing a todo in llcachec. 2010-04-08 12:16:52 +00:00
plugin.h
print.c Enable sideways print option. 2010-07-27 22:50:51 +00:00
print.h
query.c Squash warnings in RISC OS build. 2010-04-24 21:25:08 +00:00
query.h
save_draw.c Fix for new cache. 2010-04-07 17:29:40 +00:00
save_draw.h Fix for new cache. 2010-04-07 17:05:50 +00:00
save_pdf.c Fix for new cache. 2010-04-07 17:29:40 +00:00
save_pdf.h Fix for new cache. 2010-04-07 17:05:50 +00:00
save.c Merge treeview-redux to trunk 2010-10-05 19:14:46 +00:00
save.h More new cache fixing. 2010-04-07 14:14:44 +00:00
schedule.c
search.c Fix for new cache. 2010-04-07 17:33:58 +00:00
searchweb.c Merge branches/MarkieB/gtkmain to trunk. 2009-12-17 23:55:02 +00:00
sprite.c Fix double free of title 2010-04-12 22:39:21 +00:00
sprite.h Port to new content API 2010-04-05 21:58:38 +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 Merge treeview-redux to trunk 2010-10-05 19:14:46 +00:00
textarea.c
textarea.h
textselection.c Merge treeview-redux to trunk 2010-10-05 19:14:46 +00:00
textselection.h
theme_install.c Port to hlcache-enabled core 2010-04-11 23:04:06 +00:00
theme.c Restore toolbar menus in RO treeview windows. 2010-10-24 23:17:21 +00:00
theme.h Give macro expansion less potential for ambiguity. 2010-12-19 10:33:14 +00:00
thumbnail.c Fix for new cache. 2010-04-07 18:01:29 +00:00
thumbnail.h
tinct.h
treeview.c Remove unnecessary duplicate parameter. 2010-12-19 18:22:09 +00:00
treeview.h Remove unnecessary duplicate parameter. 2010-12-19 18:22:09 +00:00
ucstables.c Squash warnings in RISC OS build. 2010-04-24 21:25:08 +00:00
ucstables.h
uri.c
uri.h
url_complete.c Merge treeview-redux to trunk 2010-10-05 19:14:46 +00:00
url_complete.h
url_protocol.c remove _GNU_SOURCE define from everywhere. 2010-04-24 15:22:17 +00:00
url_protocol.h
url_suggest.c Assert is more appropriate; tidy up. 2010-10-10 09:13:18 +00:00
url_suggest.h Merge treeview-redux to trunk 2010-10-05 19:14:46 +00:00
wimp_event.c Restore toolbar menus in RO treeview windows. 2010-10-24 23:17:21 +00:00
wimp_event.h Merge treeview-redux to trunk 2010-10-05 19:14:46 +00:00
wimp.c
wimp.h
wimputils.h
window.c Remove redundant code from drag browser_mouse_state setup. 2010-12-16 21:38:42 +00:00