summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fixup atari option namesVincent Sanders2013-05-284-14/+12
* fixup issues with new options API mergeVincent Sanders2013-05-2817-45/+46
* move windows to new option APIVincent Sanders2013-05-283-290/+23
* move riscos to new option APIVincent Sanders2013-05-284-440/+103
* move cocoa to new option APIVincent Sanders2013-05-283-285/+23
* move beos to new options APIVincent Sanders2013-05-283-397/+115
* make monkey frontend use new options codeVincent Sanders2013-05-283-293/+28
* move framebuffer to new options APIVincent Sanders2013-05-284-325/+85
* move atari to new options codeVincent Sanders2013-05-283-317/+45
* move amiga to new options codeVincent Sanders2013-05-283-392/+98
* move gtk frontend to use new options APIVincent Sanders2013-05-285-310/+48
* 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
* 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 outs...Michael Drake2013-05-281-2/+2
* Pass fetch redirect info up to content layer as content_msg. Mark redirect o...Michael Drake2013-05-279-2/+53
* 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/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