summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add global history client for new treeview.Michael Drake2013-05-312-0/+679
| | | | | | Loads from urldb. Much faster load than old treeview based history. TODO: Keep it up-to-date as you browse.
* Add first pass at new treeview.Michael Drake2013-05-313-0/+1278
| | | | | | | Only supports creation, destruction, and redraw atm. TODO: input handling (mouse, keyboard), editing, using the node callbacks. Also includes new core_window.h.
* Include stdbool.h.Michael Drake2013-05-311-0/+2
|
* Add icons to resource space.Michael Drake2013-05-311-1/+4
|
* fixup script message handlingVincent Sanders2013-05-311-6/+8
|
* Tentatively replace colour conversion with core macroChris Young2013-05-301-9/+2
|
* Ensure readable default colours.Michael Drake2013-05-291-26/+26
|
* Move NetSurf to CSS colour conversion macro. Make both conversion macros ↵Michael Drake2013-05-292-8/+22
| | | | the same.
* remove ambiguity in subtraction and maskingVincent Sanders2013-05-291-1/+1
|
* fix transparancy on css colour lookupVincent Sanders2013-05-291-2/+2
|
* fix import of old broken ChoicesVincent Sanders2013-05-291-2/+30
|
* Ensure colour values around #888888 can be read in HTML output.Michael Drake2013-05-281-1/+2
|
* Ugly rules to style config page.Michael Drake2013-05-281-4/+23
|
* Remove unused options and default to not stripping file extenstions.Michael Drake2013-05-281-3/+1
|
* add provenance to about:configVincent Sanders2013-05-283-48/+102
|
* default download notification to trueChris Young2013-05-281-1/+1
|
* Further split fixingChris Young2013-05-281-3/+4
|
* Fix Guru on exitChris Young2013-05-281-0/+2
|
* if the colour value is unusable do not assign garbage to teh optionVincent Sanders2013-05-281-4/+5
|
* Re-order Messages loading to avoid a crash on launchChris Young2013-05-281-6/+3
|
* copy the options data with memcpy insteadVincent Sanders2013-05-281-6/+2
|
* actually set the option we computeVincent Sanders2013-05-281-2/+5
|
* Try the variant that passes "TRUE" in R2.Michael Drake2013-05-281-1/+1
|
* fix spurious whitespace in makefileVincent Sanders2013-05-281-2/+2
|
* add missing includesVincent Sanders2013-05-281-0/+2
|
* replace accidentallly removed functionVincent Sanders2013-05-281-29/+39
|
* fix stupid mistake introduced in options API changeVincent Sanders2013-05-281-2/+2
|
* 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
| | | | | 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
|