summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Fix a crash when edit settings if NetSurf is running on the WB screenChris Young2013-05-316-18/+18
* | Squash warning.Michael Drake2013-05-311-1/+1
* | cw handle can't be const.Michael Drake2013-05-312-3/+3
* | Merge branch 'master' of git://git.netsurf-browser.org/netsurfMichael Drake2013-05-317-29/+73
|\|
| * Merge branch 'chris/gadtools-53-5'Chris Young2013-05-315-17/+54
| |\
| | * If using image menus, change the type to reflect thatChris Young2013-05-191-1/+3
| | * Fix buildChris Young2013-05-181-5/+5
| | * Create menus with icons when using gadtools 53.5+ (hotlist only currently)Chris Young2013-05-181-15/+25
| | * Get hotlist icons to use in menu creationChris Young2013-05-181-1/+2
| | * Get URL node iconChris Young2013-05-182-0/+12
| | * Allow getting the node's iconChris Young2013-05-182-0/+12
| * | Use macro directlyChris Young2013-05-311-5/+2
| * | Set more sensible default window sizeChris Young2013-05-311-7/+17
* | | Rename treeview_walk --> treeview_walk_internal.Michael Drake2013-05-311-3/+4
* | | Implement redraw request hander for treeview test parsite.Michael Drake2013-05-311-0/+5
* | | Call redraw function on clicks. Enable treewalker to skip the children of co...Michael Drake2013-05-311-10/+21
* | | Merge branch 'master' of git://git.netsurf-browser.org/netsurfMichael Drake2013-05-311-1/+1
|\| |
| * | Remove 0.5px vertical displacement of text.Michael Drake2013-05-311-1/+1
* | | Make treeview test parasite sit on mouse input too.Michael Drake2013-05-311-0/+11
* | | Add function to pass mouse input to treeview.Michael Drake2013-05-312-0/+8
* | | Make node flags for expanded and selected. Start mouse action support. (Lit...Michael Drake2013-05-312-26/+90
* | | Add parasitic hack to allow the new treeview to be tested in the Hotlist window.Michael Drake2013-05-311-0/+98
* | | Build the new treeview and global history.Michael Drake2013-05-311-1/+1
* | | Add global history client for new treeview.Michael Drake2013-05-312-0/+679
* | | Add first pass at new treeview.Michael Drake2013-05-313-0/+1278
* | | 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 the...Michael Drake2013-05-292-8/+22
* | 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