netsurf/amiga
Chris Young 6bced73998 Modify scheduler to use a binary heap (using libpbl).
Scheduled events are now in event time order, so schedule_run simply takes the top
event off the heap and runs it (if we're polling, rather than having received a signal
that the next event is due to be run, we check first that we have passed the scheduled
time).

This should provide performance benefits as we are no longer trawling the entire list
of scheduled events (potentially hundreds) every time an event is signalled or the
schedule list is polled.

svn path=/trunk/netsurf/; revision=11703
2011-02-16 21:29:39 +00:00
..
dist Create a new FTP launch-handler as well. 2011-01-23 17:59:57 +00:00
pkg Copy correct libxml 2011-01-09 16:41:17 +00:00
resources Purge Aliases file stuff. 2010-12-04 20:19:17 +00:00
stringview First pass of AmigaOS 3 compatibility 2010-12-30 00:53:11 +00:00
Makefile.target Modify scheduler to use a binary heap (using libpbl). 2011-02-16 21:29:39 +00:00
arexx.c First pass of AmigaOS 3 compatibility 2010-12-30 00:53:11 +00:00
arexx.h NetSurf will now check if it is already running (ie. if ARexx port NETSURF exists), 2008-11-16 14:42:40 +00:00
bitmap.c Use base type for gfxbase 2011-01-07 18:21:01 +00:00
bitmap.h Move drag icon stuff to own file; fix warnings 2010-10-30 11:20:53 +00:00
clipboard.c Fix copying text/plain to clipboard 2011-02-09 20:31:34 +00:00
clipboard.h Fix menu disable on tab switch and Cut 2010-07-24 19:57:27 +00:00
compat.c Update for new SDK 2008-12-28 13:49:26 +00:00
compat.h Update for new SDK 2008-12-28 13:49:26 +00:00
context_menu.c Web search text selection 2011-02-09 22:16:11 +00:00
context_menu.h Web search text selection 2011-02-09 22:16:11 +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 Merge treeview-redux to trunk 2010-10-05 19:14:46 +00:00
download.c Sprinkle some #ifdef __amigaos4__ around 2011-01-06 23:17:17 +00:00
download.h First pass of AmigaOS 3 compatibility 2010-12-30 00:53:11 +00:00
drag.c Sprinkle some #ifdef __amigaos4__ around 2011-01-06 23:17:17 +00:00
drag.h Make drag scrolls work more reliably and only within 10px of render area 2010-12-18 23:34:56 +00:00
fetch_mailto.c Include OS3 support header 2011-01-07 00:14:37 +00:00
fetch_mailto.h Handle mailto: URLs through gui_launch_url() 2009-01-10 21:22:46 +00:00
filetype.c Amiga icon loader. Treeviews will now use the user's icons for content types. 2010-10-30 14:23:38 +00:00
filetype.h missing header 2010-10-30 11:21:19 +00:00
font.c Sprinkle some #ifdef __amigaos4__ around 2011-01-06 23:17:17 +00:00
font.h Refactor text plotter and other font functions to remove dependency on CSS. 2009-07-21 10:59:53 +00:00
gui.c Modify scheduler to use a binary heap (using libpbl). 2011-02-16 21:29:39 +00:00
gui.h First pass of AmigaOS 3 compatibility 2010-12-30 00:53:11 +00:00
gui_options.c Use base type for gfxbase 2011-01-07 18:21:01 +00:00
gui_options.h Add missing code to apply the fetcher settings 2009-08-18 15:38:09 +00:00
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
history.h Merge treeview-redux to trunk 2010-10-05 19:14:46 +00:00
history_local.c First pass of AmigaOS 3 compatibility 2010-12-30 00:53:11 +00:00
history_local.h Fix broken event handling. 2010-04-09 22:38:51 +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 Merge treeview-redux to trunk 2010-10-05 19:14:46 +00:00
icon.c Constify 2011-02-14 19:17:08 +00:00
icon.h Constify 2011-02-14 19:17:08 +00:00
iff_cset.h Complete (but quite minimal at the moment) context menu implementation for AmigaOS: 2008-10-25 16:37:08 +00:00
iff_dr2d.c Changes required for new-cache 2010-03-28 15:51:05 +00:00
iff_dr2d.h Changes required for new-cache 2010-03-28 15:51:05 +00:00
login.c First pass of AmigaOS 3 compatibility 2010-12-30 00:53:11 +00:00
login.h Squash warning 2010-12-19 17:33:16 +00:00
menu.c New tabs should show the homepage 2011-02-16 19:14:48 +00:00
menu.h Fix menu shortcuts 2010-10-07 22:38:27 +00:00
misc.c Squash some warnings, don't attempt to free data we don't own 2010-12-30 00:48:09 +00:00
misc.h Help hints, mainly for the tabs but also massage messages strings HelpToolbar0-4 & 14 2010-03-16 23:55:39 +00:00
object.c Modify scheduler to use a binary heap (using libpbl). 2011-02-16 21:29:39 +00:00
object.h Merge treeview-redux to trunk 2010-10-05 19:14:46 +00:00
options.h Disable IFrames by default as they are a pop-up nightmare 2011-01-04 22:34:04 +00:00
os3support.h #defines for icon.library v51 2011-01-07 23:45:17 +00:00
plotters.c 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
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 Avoid crash 2010-04-10 19:36:53 +00:00
print.h Fix broken event handling. 2010-04-09 22:38:51 +00:00
save_complete.c Don't fail on non-HTML/CSS types - we just don't want an icon saving so is non-fatal. 2009-12-19 14:41:48 +00:00
save_complete.h Changes required for new-cache 2010-03-28 15:51:05 +00:00
save_pdf.c Don't show export options if PDF export disabled. Use options if present. 2010-04-25 10:31:52 +00:00
save_pdf.h Changes required for new-cache 2010-03-28 15:51:05 +00:00
schedule.c Modify scheduler to use a binary heap (using libpbl). 2011-02-16 21:29:39 +00:00
schedule.h Modify scheduler to use a binary heap (using libpbl). 2011-02-16 21:29:39 +00:00
search.c First pass of AmigaOS 3 compatibility 2010-12-30 00:53:11 +00:00
search.h Fix broken event handling. 2010-04-09 22:38:51 +00:00
sslcert.c Merge treeview-redux to trunk 2010-10-05 19:14:46 +00:00
sslcert.h Merge treeview-redux to trunk 2010-10-05 19:14:46 +00:00
system_colour.c Fix colour setting. GetRGB32 seems to have been designed for some futuristic 96bpp 2011-01-30 22:57:56 +00:00
theme.c Sprinkle some #ifdef __amigaos4__ around 2011-01-06 23:17:17 +00:00
theme.h Merge treeview-redux to trunk 2010-10-05 19:14:46 +00:00
thumbnail.c Pass clip rect as struct through content_redraw api. Update the front ends to use this. Note only RO build tested. 2011-02-13 22:25:11 +00:00
tree.c First pass of AmigaOS 3 compatibility 2010-12-30 00:53:11 +00:00
tree.h First pass of AmigaOS 3 compatibility 2010-12-30 00:53:11 +00:00
utf8.c AmigaOS 3 support 2011-01-06 23:05:00 +00:00
utf8.h Added support code to allow CSET chunks to be read from clipboard IFF FTXT and 2008-09-03 22:10:30 +00:00
version.rexx Two new ARexx commands: 2008-11-24 08:06:11 +00:00