Commit Graph

336 Commits

Author SHA1 Message Date
Michael Drake 3f33f5327e Merge branch 'master' of git://git.netsurf-browser.org/netsurf 2013-01-02 14:12:08 +00:00
Michael Drake 700429897a Fix #3584934. Case insensitive matching of align attribute value. 2013-01-02 14:06:02 +00:00
Michael Drake d7e3ca2230 Fix form input size attribute handling to be case insensitive. Fixes form input widths. 2013-01-02 13:56:00 +00:00
Daniel Silverstone 7a3a209940 File input boxen deserve EX width hinting 2012-11-04 17:36:17 +00:00
Daniel Silverstone b23aee2f09 type=search is a new-fangled HTML5 thing which we treat as input and thus give EX width hinting. Closes #3578446 2012-11-04 17:29:26 +00:00
Daniel Silverstone efd6d11e47 Unspecified input types are text and so get EX widths 2012-11-04 17:26:42 +00:00
Vincent Sanders c1671f37b1 reduce talloc usage to box tree layout only 2012-10-03 19:26:17 +01:00
John-Mark Bell 5743009283 Fix extraction of @size attribute. 2012-09-30 10:21:46 +01:00
John-Mark Bell 07f86cfc1d Fix bug 3570980: extract link colours from body element. 2012-09-25 00:39:03 +01:00
Vincent Sanders 411fdc6186 fix return check on lwc operation 2012-08-09 17:48:05 +01:00
Michael Drake fb853c9354 Fix attribute includes selector callback. 2012-08-07 15:16:50 +01:00
Vincent Sanders 25cdea3351 doxygen serious warning cleanup 2012-07-24 16:19:49 +01:00
Michael Drake 4b71394462 Fix reference counting in generic sibling selection callback. 2012-07-23 13:21:57 +01:00
Michael Drake e54e2fd0fa Fix ref counting issue in node_id selection callback. 2012-07-22 21:50:58 +01:00
Michael Drake 209d3a5ccf Fix ref counting issue in named sibling selection callback. 2012-07-22 21:22:05 +01:00
Michael Drake 2ad24f39da Interned string cleanup, phase 2: Create utils/corestrings and use it in css handler. 2012-07-22 15:48:55 +01:00
Michael Drake 1e65737c8c Interned string cleanup, phase 1: Use lwc_string where possible in CSS handler. 2012-07-22 14:06:45 +01:00
Michael Drake 25bcfa93da Fix node name comparisons to be case insensitive. 2012-07-21 19:07:29 +01:00
Michael Drake f266e0569e Fix input type test to compare correct variable. 2012-07-15 14:06:37 +01:00
Vincent Sanders d7289f6701 remove parser binding layer 2012-07-13 17:37:22 -06:00
Michael Drake a018a75d67 Border width hint is concerned with border attribute, not width attribute. Fixes table borders.
svn path=/trunk/netsurf/; revision=13874
2012-04-16 13:32:42 +00:00
Vincent Sanders 15143dfda6 convert node_presentational_hint_border_trbl_color
svn path=/trunk/netsurf/; revision=13760
2012-03-28 16:40:06 +00:00
Vincent Sanders 9f526b7eab converted node_presentational_hint_border_spacing
svn path=/trunk/netsurf/; revision=13759
2012-03-28 16:13:23 +00:00
Vincent Sanders d5b72f2fff convert node_presentational_hint_width
svn path=/trunk/netsurf/; revision=13758
2012-03-28 15:51:28 +00:00
Vincent Sanders b8e72de7d8 convert node_presentational_hint_height
svn path=/trunk/netsurf/; revision=13757
2012-03-28 13:34:54 +00:00
Michael Drake 830e53327f Use experimental libdom functions for named_ancestor_node, named_parent_node and parent_node selection callbacks.
svn path=/trunk/netsurf/; revision=13756
2012-03-28 12:49:39 +00:00
Vincent Sanders e863cfebe1 fix node_presentational_hint_font_size
svn path=/trunk/netsurf/; revision=13715
2012-03-25 23:21:13 +00:00
Vincent Sanders 32f2b175fe convert node_presentational_hint_float
svn path=/trunk/netsurf/; revision=13714
2012-03-25 23:14:18 +00:00
John Mark Bell ad0c132f2b Fix strict aliasing warnings
svn path=/trunk/netsurf/; revision=13712
2012-03-25 23:00:39 +00:00
John Mark Bell 9b08752807 Ensure error is initialised
svn path=/trunk/netsurf/; revision=13711
2012-03-25 22:59:39 +00:00
John Mark Bell bfc619a8dc Fix up border-{trbl}-style hint
svn path=/trunk/netsurf/; revision=13710
2012-03-25 22:52:05 +00:00
John Mark Bell 56ae7b5955 Make text-align hint less braindead
svn path=/trunk/netsurf/; revision=13708
2012-03-25 22:21:46 +00:00
John Mark Bell fb21c6b3fb Make vertical align hint less braindead
svn path=/trunk/netsurf/; revision=13707
2012-03-25 19:17:51 +00:00
Vincent Sanders 5cff5d3f41 fix hint color
svn path=/trunk/netsurf/; revision=13704
2012-03-25 17:23:26 +00:00
Daniel Silverstone 7661783399 node_presentational_hint_border_trbl_width
svn path=/trunk/netsurf/; revision=13703
2012-03-25 17:04:00 +00:00
Daniel Silverstone e26ed5327d node_presentational_hint_margin_tb
svn path=/trunk/netsurf/; revision=13702
2012-03-25 16:48:50 +00:00
Daniel Silverstone d47dd95940 node_presentational_hint_margin_rl done and diddled
svn path=/trunk/netsurf/; revision=13701
2012-03-25 16:45:08 +00:00
Vincent Sanders 903f456547 two more presentational hints
svn path=/trunk/netsurf/; revision=13699
2012-03-25 16:38:17 +00:00
Daniel Silverstone 61716fc4f9 cellpadding presentational hint works
svn path=/trunk/netsurf/; revision=13698
2012-03-25 16:24:46 +00:00
Daniel Silverstone b8517a2a18 Cellpadding needs interning too
svn path=/trunk/netsurf/; revision=13697
2012-03-25 16:23:02 +00:00
Daniel Silverstone 9d1baa5ba9 All the intern strings we might need for CSS
svn path=/trunk/netsurf/; revision=13696
2012-03-25 15:51:32 +00:00
John Mark Bell 0344970df4 Squash warnings
svn path=/trunk/netsurf/; revision=13695
2012-03-25 15:19:12 +00:00
Vincent Sanders 268f3514bf fix compile
svn path=/trunk/netsurf/; revision=13694
2012-03-25 15:14:25 +00:00
Vincent Sanders e12566e1a1 add presentational hint routine for background image
svn path=/trunk/netsurf/; revision=13693
2012-03-25 15:12:15 +00:00
John Mark Bell 7491f60696 Fix up node_presentational_hint_text_align
svn path=/trunk/netsurf/; revision=13691
2012-03-25 15:02:08 +00:00
John Mark Bell 729b34fa3b Fix up node_presentational_hint_vertical_align
svn path=/trunk/netsurf/; revision=13690
2012-03-25 14:51:37 +00:00
Vincent Sanders 7aa4147940 split presentational hints function up
svn path=/trunk/netsurf/; revision=13689
2012-03-25 14:38:37 +00:00
Vincent Sanders 6ff2da6e31 fix node_is_link
add dom string globals to css handler

svn path=/trunk/netsurf/; revision=13678
2012-03-25 11:14:19 +00:00
Vincent Sanders 66f4d9a831 fix previous commit
svn path=/trunk/netsurf/; revision=13658
2012-03-25 09:26:39 +00:00
Vincent Sanders 60e5d80aea fix node_count_siblings
svn path=/trunk/netsurf/; revision=13657
2012-03-25 09:23:41 +00:00