summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Constify param to gui_system_colour_char function.Michael Drake2012-03-2710-10/+10
| | | | svn path=/trunk/netsurf/; revision=13737
* Use gui_ interface to get system colours, rather than nosoption_.Michael Drake2012-03-271-13/+13
| | | | svn path=/trunk/netsurf/; revision=13736
* Expose tree_setup_colours so it can be called from frontends if the systemChris Young2012-03-263-2/+5
| | | | | | | colour scheme changes. svn path=/trunk/netsurf/; revision=13730
* fix buildChris Young2012-03-264-20/+5
| | | | svn path=/trunk/netsurf/; revision=13729
* Squash implicit declaration of function 'html_get_box_tree' function by ↵Michael Drake2012-03-261-0/+1
| | | | | | including render/html.h. svn path=/trunk/netsurf/; revision=13721
* Include render/html.h to fix build.Michael Drake2012-03-261-0/+1
| | | | svn path=/trunk/netsurf/; revision=13720
* Include render/box.h and render/html.h to fix build.Michael Drake2012-03-261-0/+2
| | | | svn path=/trunk/netsurf/; revision=13719
* Bring comment into line with use of libdom instead of libxml.Michael Drake2012-03-261-1/+1
| | | | svn path=/trunk/netsurf/; revision=13718
* Don't need libxml.h in render/box.h now.Michael Drake2012-03-261-1/+0
| | | | svn path=/trunk/netsurf/; revision=13717
* fix node_presentational_hint_font_sizeVincent Sanders2012-03-251-14/+22
| | | | svn path=/trunk/netsurf/; revision=13715
* convert node_presentational_hint_floatVincent Sanders2012-03-251-23/+33
| | | | svn path=/trunk/netsurf/; revision=13714
* Fix BeOS build:François Revel2012-03-254-5/+6
| | | | | | | - comment out unneeded includes for now, - fix static lib linking order. svn path=/trunk/netsurf/; revision=13713
* Fix strict aliasing warningsJohn Mark Bell2012-03-251-4/+4
| | | | svn path=/trunk/netsurf/; revision=13712
* Ensure error is initialisedJohn Mark Bell2012-03-251-3/+8
| | | | svn path=/trunk/netsurf/; revision=13711
* Fix up border-{trbl}-style hintJohn Mark Bell2012-03-253-22/+65
| | | | svn path=/trunk/netsurf/; revision=13710
* Make text-align hint less braindeadJohn Mark Bell2012-03-251-39/+40
| | | | svn path=/trunk/netsurf/; revision=13708
* Make vertical align hint less braindeadJohn Mark Bell2012-03-253-143/+159
| | | | svn path=/trunk/netsurf/; revision=13707
* Use system colours for scrollbar widget. Front ends must be updated to set ↵Michael Drake2012-03-251-39/+31
| | | | | | them. svn path=/trunk/netsurf/; revision=13706
* Use system colours for treeview. Front ends must be updated to set them.Michael Drake2012-03-251-13/+22
| | | | svn path=/trunk/netsurf/; revision=13705
* fix hint colorVincent Sanders2012-03-251-35/+66
| | | | svn path=/trunk/netsurf/; revision=13704
* node_presentational_hint_border_trbl_widthDaniel Silverstone2012-03-251-26/+54
| | | | svn path=/trunk/netsurf/; revision=13703
* node_presentational_hint_margin_tbDaniel Silverstone2012-03-251-15/+23
| | | | svn path=/trunk/netsurf/; revision=13702
* node_presentational_hint_margin_rl done and diddledDaniel Silverstone2012-03-251-49/+61
| | | | svn path=/trunk/netsurf/; revision=13701
* about:imagecache gives URL links, and table is styled. This has revealed a ↵Rob Kendrick2012-03-253-4/+27
| | | | | | buffer overflow or similar here; reducing the buffer size to 1024 makes it very fragile with long URLs. svn path=/trunk/netsurf/; revision=13700
* two more presentational hintsVincent Sanders2012-03-251-22/+31
| | | | svn path=/trunk/netsurf/; revision=13699
* cellpadding presentational hint worksDaniel Silverstone2012-03-251-24/+42
| | | | svn path=/trunk/netsurf/; revision=13698
* Cellpadding needs interning tooDaniel Silverstone2012-03-252-0/+4
| | | | svn path=/trunk/netsurf/; revision=13697
* All the intern strings we might need for CSSDaniel Silverstone2012-03-252-14/+214
| | | | svn path=/trunk/netsurf/; revision=13696
* Squash warningsJohn Mark Bell2012-03-251-0/+14
| | | | svn path=/trunk/netsurf/; revision=13695
* fix compileVincent Sanders2012-03-251-1/+3
| | | | svn path=/trunk/netsurf/; revision=13694
* add presentational hint routine for background imageVincent Sanders2012-03-253-28/+52
| | | | svn path=/trunk/netsurf/; revision=13693
* Initial attempt at imagemap libdomificationDaniel Silverstone2012-03-254-212/+301
| | | | svn path=/trunk/netsurf/; revision=13692
* Fix up node_presentational_hint_text_alignJohn Mark Bell2012-03-251-42/+69
| | | | svn path=/trunk/netsurf/; revision=13691
* Fix up node_presentational_hint_vertical_alignJohn Mark Bell2012-03-253-33/+57
| | | | svn path=/trunk/netsurf/; revision=13690
* split presentational hints function upVincent Sanders2012-03-251-573/+734
| | | | svn path=/trunk/netsurf/; revision=13689
* Use correct identity of okJohn Mark Bell2012-03-251-1/+1
| | | | svn path=/trunk/netsurf/; revision=13684
* Add libdom to native RISC OS LDFLAGSJohn Mark Bell2012-03-251-1/+1
| | | | svn path=/trunk/netsurf/; revision=13683
* Handle encoding change requestsJohn Mark Bell2012-03-251-2/+3
| | | | svn path=/trunk/netsurf/; revision=13682
* Egregious hack so missing form controls don't cause box construction to abortJohn Mark Bell2012-03-251-1/+15
| | | | svn path=/trunk/netsurf/; revision=13680
* Fix logic inversionJohn Mark Bell2012-03-251-1/+1
| | | | svn path=/trunk/netsurf/; revision=13679
* fix node_is_linkVincent Sanders2012-03-253-56/+112
| | | | | | add dom string globals to css handler svn path=/trunk/netsurf/; revision=13678
* FatMessages.Rob Kendrick2012-03-251-0/+5635
| | | | svn path=/trunk/netsurf/; revision=13670
* Add a perl script for splitting out messages files againRob Kendrick2012-03-251-0/+23
| | | | svn path=/trunk/netsurf/; revision=13669
* Fix message merging script's manipulation patterns to mean we don't need any ↵Rob Kendrick2012-03-251-4/+4
| | | | | | code changes on the C side. svn path=/trunk/netsurf/; revision=13668
* Include render/box.hDaniel Silverstone2012-03-251-0/+2
| | | | svn path=/trunk/netsurf/; revision=13667
* Forward decl of struct dom_node to shush thingsDaniel Silverstone2012-03-251-1/+3
| | | | svn path=/trunk/netsurf/; revision=13666
* For now, build a shonky libxml tree. Later, rewrite save_complete for libdomDaniel Silverstone2012-03-251-5/+19
| | | | svn path=/trunk/netsurf/; revision=13664
* Script to merge messages files. More tag manipulation patterns needed.Rob Kendrick2012-03-251-0/+83
| | | | svn path=/trunk/netsurf/; revision=13662
* fix previous commitVincent Sanders2012-03-251-4/+5
| | | | svn path=/trunk/netsurf/; revision=13658
* fix node_count_siblingsVincent Sanders2012-03-251-32/+73
| | | | svn path=/trunk/netsurf/; revision=13657