Vincent Sanders
|
ca345e9b99
|
fix version range when teh callback API changed
|
2013-05-22 20:42:37 +01:00 |
|
Michael Drake
|
161271070e
|
Add default visited link colour.
|
2013-05-22 20:41:37 +01:00 |
|
Vincent Sanders
|
af75070bee
|
add script_timeout option and use it
|
2013-05-22 19:12:26 +01:00 |
|
Vincent Sanders
|
7f7ff93745
|
add recusion and infinite loop tests
|
2013-05-22 19:12:26 +01:00 |
|
Vincent Sanders
|
ce0fe06349
|
create javascript heartbeat and hook a script timeout to it
|
2013-05-22 19:12:26 +01:00 |
|
Vincent Sanders
|
447c0fc271
|
ensure downloaded files are not interpreted
|
2013-05-22 19:12:26 +01:00 |
|
Michael Drake
|
bec089e7aa
|
Tiny simplification.
|
2013-05-20 19:51:15 +01:00 |
|
Chris Young
|
2f94771f41
|
revert text split change
|
2013-05-20 17:59:58 +01:00 |
|
Rob Kendrick (humdrum)
|
d78c9ccd10
|
Merge branch 'rjek/bloom'
|
2013-05-20 13:13:43 +01:00 |
|
Michael Drake
|
0088273dba
|
Merge branch 'master' of git://git.netsurf-browser.org/netsurf
|
2013-05-20 13:10:00 +01:00 |
|
Michael Drake
|
7ee2573f17
|
Convert image format to core format, when the core requests it.
|
2013-05-20 13:07:40 +01:00 |
|
Rob Kendrick (humdrum)
|
f571aebbdb
|
Merge branch 'master' into rjek/bloom
|
2013-05-20 11:15:17 +01:00 |
|
Rob Kendrick (humdrum)
|
90d2c8c212
|
Use hash generated by nsurl rather than doing it ourselves
|
2013-05-20 09:19:31 +01:00 |
|
Chris Young
|
fe2a80fe10
|
If using image menus, change the type to reflect that
|
2013-05-19 10:09:40 +01:00 |
|
Chris Young
|
ddbc8c7f63
|
Fix build
|
2013-05-18 16:55:37 +01:00 |
|
Chris Young
|
2bce0185fe
|
Create menus with icons when using gadtools 53.5+ (hotlist only currently)
|
2013-05-18 16:50:39 +01:00 |
|
Chris Young
|
f16f2f2904
|
Get hotlist icons to use in menu creation
|
2013-05-18 16:39:29 +01:00 |
|
Chris Young
|
36b40e219a
|
Get URL node icon
|
2013-05-18 16:38:03 +01:00 |
|
Chris Young
|
034ba7c2f2
|
Allow getting the node's icon
|
2013-05-18 16:35:48 +01:00 |
|
Chris Young
|
6c9d0aaee7
|
Merge branch 'chris/gadtools-53-5'
Merging changes that don't need gadtools 53.5
|
2013-05-18 16:30:03 +01:00 |
|
Chris Young
|
c10a4321f2
|
Bring ARexx items to new alloc function
|
2013-05-18 16:28:10 +01:00 |
|
Chris Young
|
051fce07d9
|
Move hotlist entries to new allocation function
|
2013-05-18 16:11:49 +01:00 |
|
Chris Young
|
9c49d5f090
|
Menu refactor
|
2013-05-18 15:34:25 +01:00 |
|
Michael Drake
|
943025ddb0
|
Remove SUPPORT_VISITED build switch.
|
2013-05-18 14:40:42 +01:00 |
|
Chris Young
|
15fc44bd4d
|
Remove unused variable
|
2013-05-18 13:45:26 +01:00 |
|
Chris Young
|
5fcdbb80f0
|
Try to avoid the split point jumping around when it occurs exactly on the boundary requested
|
2013-05-18 13:34:36 +01:00 |
|
Chris Young
|
13e667ff78
|
Remove friend BitMap as it doesn't solve the problem intended, and I'm concerned that it will cause problems on gfx cards which only have LE modes
|
2013-05-18 13:26:07 +01:00 |
|
Rob Kendrick (humdrum)
|
bb08964f27
|
Merge branch 'master' into rjek/bloom
|
2013-05-17 13:15:25 +01:00 |
|
Michael Drake
|
c240fb0c00
|
Enable :visited handling for experimentation.
|
2013-05-17 12:38:06 +01:00 |
|
Michael Drake
|
39cc1a6d4a
|
Add function to get a nsurl's hash value.
|
2013-05-17 12:25:04 +01:00 |
|
Rob Kendrick (humdrum)
|
c204e5ff0c
|
Add explanitory comment and make bloom size be a #define
|
2013-05-17 12:12:55 +01:00 |
|
Rob Kendrick (humdrum)
|
60e8f11850
|
urldb maintains a bloom filter of URLs contained within and consults it when searching
|
2013-05-17 11:40:43 +01:00 |
|
Rob Kendrick (humdrum)
|
9f00abec03
|
Merge branch 'master' into rjek/bloom
|
2013-05-17 11:13:18 +01:00 |
|
Michael Drake
|
abebc6ae2b
|
Fix visited support for libdom. (Still disabled.)
|
2013-05-16 18:18:06 +01:00 |
|
Rob Kendrick (humdrum)
|
0c45ed935d
|
Better bit and byte selection
|
2013-05-16 17:24:05 +01:00 |
|
Rob Kendrick (humdrum)
|
7d60132816
|
Painfully trivial bloom filter implementation to experiment with optimising urldb lookups
|
2013-05-16 17:15:29 +01:00 |
|
Michael Drake
|
023c014ac4
|
Tidy up cached descriptor usage and ensure "shrink-wrap" realloc call only ever has to shrink.
|
2013-05-15 23:30:01 +01:00 |
|
Michael Drake
|
51a5febad7
|
Cache conversion descriptor since this func. is called many times in series for the same conversion. (UTF-8 --> iso-8859-1)
|
2013-05-15 22:13:30 +01:00 |
|
Daniel Silverstone
|
dd5ec71a1f
|
Add logging to hotlist_cleanup() so we can narrow the field a little
|
2013-05-15 18:32:29 +01:00 |
|
Vincent Sanders
|
d34f03e69e
|
add framebuffer cross compiling support
|
2013-05-12 20:41:50 +01:00 |
|
Chris Young
|
ba0cf5c949
|
put it back in a state where it stays enabled
|
2013-05-12 20:36:49 +01:00 |
|
Chris Young
|
94205ed48c
|
more futile attempts to get the copy option to behave
|
2013-05-12 20:36:48 +01:00 |
|
Chris Young
|
6d7adac89e
|
Update the edit menu after every click, to be safe.
|
2013-05-12 20:36:47 +01:00 |
|
Chris Young
|
0b028e41c6
|
more fix of edit menu updates
|
2013-05-12 20:36:46 +01:00 |
|
Chris Young
|
1304a939c3
|
stop the build whinging about NETSURF_USE_JS := AUTO
|
2013-05-12 20:36:45 +01:00 |
|
Chris Young
|
a752390abe
|
attempt fix edit menu item disable
|
2013-05-12 20:36:44 +01:00 |
|
Chris Young
|
57e5f7d89a
|
attempt fix cut disable on context menu
|
2013-05-12 20:36:42 +01:00 |
|
Chris Young
|
32df2bebdd
|
git being annoying
|
2013-05-12 20:36:41 +01:00 |
|
Chris Young
|
c2783ac1d4
|
change zoom button window dimensions test suff
|
2013-05-12 20:36:39 +01:00 |
|
Michael Drake
|
0a91a057e9
|
Add support for delete key.
|
2013-05-12 19:49:47 +01:00 |
|