summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* move option init out of netsurf_initVincent Sanders2013-05-283-16/+8
|
* add common system colour implementationVincent Sanders2013-05-282-1/+103
|
* use correct acessors for unsigned typeVincent Sanders2013-05-281-2/+2
|
* fix mismatched option name and variable namesVincent Sanders2013-05-2812-20/+20
| | | | | block_ads should be block_advertisments to match option name toolbar_status_width should be toolbar_status_size to match option name
* build new options code and remove oldVincent Sanders2013-05-284-882/+2
|
* move options includeVincent Sanders2013-05-28150-159/+159
|
* change all core and frontend options headers to new formatVincent Sanders2013-05-288-743/+479
|
* add tests for new options APIVincent Sanders2013-05-284-2/+199
|
* add new option API and implementationVincent Sanders2013-05-282-0/+971
|
* Fix handling of clip property to avoid clip rectangles that are entierly ↵Michael Drake2013-05-281-2/+2
| | | | outside the redraw region.
* Pass fetch redirect info up to content layer as content_msg. Mark redirect ↵Michael Drake2013-05-279-2/+53
| | | | origin URLs as visited in browser window content callback. Note this doesn't mean we track redirects, it just lets us get the :visited link style on links that redirect.
* More split fixeryChris Young2013-05-251-2/+2
|
* Another attempt to fix the moving split position when a string fits exactly.Chris Young2013-05-251-4/+3
|
* Prevent ASL from causing delayed menusChris Young2013-05-255-1/+15
|
* Handle title on dom event. Remove head walker from begin_conversion.Michael Drake2013-05-232-81/+30
|
* Move base and link element handling to event callback.Michael Drake2013-05-231-182/+182
|
* add missing includeVincent Sanders2013-05-231-0/+1
|
* remove extraneous debugVincent Sanders2013-05-231-2/+0
|
* move the logging initialisation out to be call by frontendsVincent Sanders2013-05-2312-40/+128
| | | | | This allows each frontend to pass a distinct callback to configure the output file stream appropriately for their use.
* removed unsuded memdebug utilitiesVincent Sanders2013-05-233-492/+2
|
* Move meta refresh handling to dom event handler.Michael Drake2013-05-222-293/+206
|
* Merge branch 'master' of git://git.netsurf-browser.org/netsurfMichael Drake2013-05-221-2/+4
|\
| * fix version range when teh callback API changedVincent Sanders2013-05-221-2/+4
| |
* | Add default visited link colour.Michael Drake2013-05-221-0/+1
|/
* add script_timeout option and use itVincent Sanders2013-05-222-6/+15
|
* add recusion and infinite loop testsVincent Sanders2013-05-223-0/+50
|
* create javascript heartbeat and hook a script timeout to itVincent Sanders2013-05-225-26/+321
|
* ensure downloaded files are not interpretedVincent Sanders2013-05-221-0/+3
|
* Tiny simplification.Michael Drake2013-05-201-8/+5
|
* revert text split changeChris Young2013-05-201-1/+2
|
* Merge branch 'rjek/bloom'Rob Kendrick (humdrum)2013-05-204-3/+304
|\
| * Merge branch 'master' into rjek/bloomRob Kendrick (humdrum)2013-05-206-332/+248
| |\
| * | Use hash generated by nsurl rather than doing it ourselvesRob Kendrick (humdrum)2013-05-201-15/+15
| | |
| * | Merge branch 'master' into rjek/bloomRob Kendrick (humdrum)2013-05-173-0/+75
| |\ \
| * | | Add explanitory comment and make bloom size be a #defineRob Kendrick (humdrum)2013-05-171-2/+11
| | | |
| * | | urldb maintains a bloom filter of URLs contained within and consults it when ↵Rob Kendrick (humdrum)2013-05-172-3/+33
| | | | | | | | | | | | | | | | searching
| * | | Merge branch 'master' into rjek/bloomRob Kendrick (humdrum)2013-05-171-22/+43
| |\ \ \
| * | | | Better bit and byte selectionRob Kendrick (humdrum)2013-05-161-7/+8
| | | | |
| * | | | Painfully trivial bloom filter implementation to experiment with optimising ↵Rob Kendrick (humdrum)2013-05-162-0/+261
| | | | | | | | | | | | | | | | | | | | urldb lookups
* | | | | Merge branch 'master' of git://git.netsurf-browser.org/netsurfMichael Drake2013-05-204-317/+246
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Merge branch 'chris/gadtools-53-5'Chris Young2013-05-184-317/+246
| |\ \ \ \ | | | | | | | | | | | | | | | | | | Merging changes that don't need gadtools 53.5
| | * | | | Bring ARexx items to new alloc functionChris Young2013-05-181-18/+19
| | | | | |
| | * | | | Move hotlist entries to new allocation functionChris Young2013-05-181-37/+26
| | | | | |
| | * | | | Menu refactorChris Young2013-05-183-272/+212
| | | | | |
| | * | | | Remove unused variableChris Young2013-05-181-1/+0
| | | | | |
* | | | | | Convert image format to core format, when the core requests it.Michael Drake2013-05-201-1/+51
|/ / / / /
* / / / / Remove SUPPORT_VISITED build switch.Michael Drake2013-05-181-5/+0
|/ / / /
* | | | Try to avoid the split point jumping around when it occurs exactly on the ↵Chris Young2013-05-181-3/+2
| | | | | | | | | | | | | | | | boundary requested
* | | | Remove friend BitMap as it doesn't solve the problem intended, and I'm ↵Chris Young2013-05-181-7/+0
| |_|/ |/| | | | | | | | concerned that it will cause problems on gfx cards which only have LE modes
* | | Enable :visited handling for experimentation.Michael Drake2013-05-171-0/+1
| | |