summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* start amiga move to new option APIvince/optionsVincent Sanders2013-05-271-10/+22
* use correct acessors for unsigned typeVincent Sanders2013-05-271-2/+2
* make min_reflow_period unsigned intVincent Sanders2013-05-271-1/+1
* add unsigned int typeVincent Sanders2013-05-272-0/+44
* fixup monkey errorsVincent Sanders2013-05-271-1/+3
* remove unecessary colour parameter settingVincent Sanders2013-05-271-30/+0
* make monkey frontend use new options codeVincent Sanders2013-05-273-292/+25
* set some sensible default system coloursVincent Sanders2013-05-271-29/+28
* ensure all required headers includedVincent Sanders2013-05-271-1/+5
* remove junk include protectionVincent Sanders2013-05-271-4/+0
* port framebuffer to new options codeVincent Sanders2013-05-277-326/+87
* modify atari defaultsVincent Sanders2013-05-271-2/+0
* modify amiga defaultsVincent Sanders2013-05-271-10/+0
* move gtk frontend to use new options APIVincent Sanders2013-05-274-223/+91
* move option init out of netsurf_initVincent Sanders2013-05-273-16/+8
* fix mismatched option name and variable namesVincent Sanders2013-05-2712-20/+20
* build new options code and remove oldVincent Sanders2013-05-274-882/+2
* move options includeVincent Sanders2013-05-27150-159/+159
* change all core and frontend options headers to new formatVincent Sanders2013-05-278-739/+480
* add tests for new options APIVincent Sanders2013-05-274-2/+199
* add new option API and implementationVincent Sanders2013-05-272-0/+923
* 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
* 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/bloomrjek/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
| * | | 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 u...Rob Kendrick (humdrum)2013-05-162-0/+261
* | | | | Merge branch 'master' of git://git.netsurf-browser.org/netsurfMichael Drake2013-05-204-317/+246
|\ \ \ \ \ | | |_|_|/ | |/| | |