.. |
configure
|
Bump max memory cache size from 6.4MB to 64MB.
|
2010-04-28 11:58:37 +00:00 |
gui
|
Only run the scheduler on null poll events.
|
2010-03-10 22:47:37 +00:00 |
scripts
|
Build !Run at compile time. This ensures that the WimpSlot size is always correct.
|
2008-12-09 11:12:58 +00:00 |
templates
|
Debug window is now black on white.
|
2010-04-09 23:26:27 +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
|
- Compiler warning squash
|
2008-07-26 22:29:15 +00:00 |
awrender.s
|
Add GCCSDK 4 support (cross-compile, static ELF only atm); Ignore codedocs directory during 'svn status'.
|
2008-03-22 00:49:56 +00:00 |
bitmap.c
|
Squash warnings
|
2009-03-27 02:46:30 +00:00 |
bitmap.h
|
Squash warnings
|
2009-03-27 02:46:30 +00:00 |
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
|
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 |
configure.c
|
Insert a redundant return, as scan-build fails to notice that die() never returns.
|
2009-05-29 22:56:09 +00:00 |
configure.h
|
Make ro_gui_configure_register static.
|
2008-08-04 21:52:28 +00:00 |
cookies.c
|
Add missing return in error case.
|
2009-05-29 22:58:13 +00:00 |
cookies.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 |
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
|
Aliasing fixes
|
2009-03-28 01:15:02 +00:00 |
dialog.h
|
Assorted saving-related changes (WIP)
|
2009-01-10 00:18:34 +00:00 |
download.c
|
Port to new download API
|
2010-04-05 22:47:09 +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
|
hlcache_handle is typedeffed.
|
2010-04-07 09:28:01 +00:00 |
font.c
|
Merge LibCSS port to trunk.
|
2009-07-23 23:05:34 +00:00 |
global_history.c
|
Add missing return statement.
|
2009-05-29 23:00:34 +00:00 |
global_history.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.c
|
Consolidate several 'myrealloc' functions into ns_realloc, rename one which *is* different, thereby eliminating the word 'myrealloc' from the NS codebase
|
2010-04-30 16:06:03 +00:00 |
gui.h
|
The schedule_run function is only called by the frontends so remove it from the core header and add its definition to the frontend headers.
|
2010-04-28 22:39:37 +00:00 |
help.c
|
Remove redundant variable
|
2009-05-29 23:02:13 +00:00 |
help.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 |
history.c
|
Aliasing fixes
|
2009-03-28 01:09:03 +00:00 |
hotlist.c
|
Fix hotlist for new cache.
|
2010-04-07 12:19:08 +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
|
Merge LibCSS port to trunk.
|
2009-07-23 23:05:34 +00:00 |
menus.c
|
hlcache_handle is typedeffed.
|
2010-04-07 16:39:24 +00:00 |
menus.h
|
Next batch of menu changes; clarify some key presses
|
2009-02-01 02:19:01 +00:00 |
message.c
|
- Compiler warning squash
|
2008-07-26 22:29:15 +00:00 |
message.h
|
- Compiler warning squash
|
2008-07-26 22:29:15 +00:00 |
options.h
|
- Compiler warning squash
|
2008-07-26 22:29:15 +00:00 |
oslib_pre7.h
|
Update my e-mail address.
|
2008-08-05 01:30:31 +00:00 |
palettes.c
|
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 |
palettes.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 |
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
|
Merge LibCSS port to trunk.
|
2009-07-23 23:05:34 +00:00 |
print.c
|
Lay out to correct paper width for printing.
|
2010-05-02 10:50:46 +00:00 |
print.h
|
Purge WITH_PRINT
|
2009-02-22 15:16:04 +00:00 |
query.c
|
Squash warnings in RISC OS build.
|
2010-04-24 21:25:08 +00:00 |
query.h
|
Assorted saving-related changes (WIP)
|
2009-01-10 00:18:34 +00:00 |
save.c
|
Fix for new cache.
|
2010-04-07 17:01:27 +00:00 |
save.h
|
More new cache fixing.
|
2010-04-07 14:14:44 +00:00 |
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 |
schedule.c
|
make schedule_run return if it has active jobs to schedule
|
2009-02-11 22:33:55 +00:00 |
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
|
Fix RISC OS build
|
2010-04-15 22:49:22 +00:00 |
textarea.c
|
Merged revisions 7764-7977,7979-8058 via svnmerge from
|
2009-06-27 13:59:25 +00:00 |
textarea.h
|
Merged revisions 7764-7977,7979-8058 via svnmerge from
|
2009-06-27 13:59:25 +00:00 |
textselection.c
|
Fix for new cache.
|
2010-04-07 17:42:21 +00:00 |
textselection.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 |
theme.c
|
Fix for new cache.
|
2010-04-07 17:46:19 +00:00 |
theme.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 |
theme_install.c
|
Port to hlcache-enabled core
|
2010-04-11 23:04:06 +00:00 |
thumbnail.c
|
Fix for new cache.
|
2010-04-07 18:01:29 +00:00 |
thumbnail.h
|
- Compiler warning squash
|
2008-07-26 22:29:15 +00:00 |
tinct.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 |
treeview.c
|
Merged revisions 7764-7977,7979-8058 via svnmerge from
|
2009-06-27 13:59:25 +00:00 |
treeview.h
|
- Compiler warning squash
|
2008-07-26 22:29:15 +00:00 |
ucstables.c
|
Squash warnings in RISC OS build.
|
2010-04-24 21:25:08 +00:00 |
ucstables.h
|
- Compiler warning squash
|
2008-07-26 22:29:15 +00:00 |
uri.c
|
Constify ro_uri_launch()
|
2009-07-01 12:05:51 +00:00 |
uri.h
|
Constify ro_uri_launch()
|
2009-07-01 12:05:51 +00:00 |
url_complete.c
|
Whoops. Lose spurious ')'.
|
2009-05-30 00:29:46 +00:00 |
url_complete.h
|
s/wchar_t/uint32_t/g
|
2008-05-16 09:37:22 +00:00 |
url_protocol.c
|
remove _GNU_SOURCE define from everywhere.
|
2010-04-24 15:22:17 +00:00 |
url_protocol.h
|
Purge WITH_URL
|
2009-02-22 15:19:06 +00:00 |
wimp.c
|
Stop ro_gui_get_icon_string() returning a pointer to a location on the stack.
|
2009-05-30 00:26:04 +00:00 |
wimp.h
|
- Teached ro_gui_set_icon_string() and ro_gui_get_icon_string() about the difference between direct and indirect icons.
|
2008-08-05 01:23:04 +00:00 |
wimp_event.c
|
Another wimp_window_state->wimp_open conversion.
|
2009-03-27 17:54:33 +00:00 |
wimp_event.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 |
wimputils.h
|
Aliasing fun. This is ugly.
|
2009-03-28 19:10:29 +00:00 |
window.c
|
I don't understand the full_redraw flag, or the optimisation gained from not using it.
|
2010-04-11 23:32:38 +00:00 |