Commit Graph

110 Commits (jmb/gtk3hacks)

Author SHA1 Message Date
Vincent Sanders e32a2ad46e Doxygen fixes 10 years ago
Michael Drake 35f7f2b9f3 Resolve relative URLs in inline CSS relative to document's base URL, rather than its content URL. 10 years ago
Vincent Sanders 2326d3c503 remove unecessary utils/url.h includes 11 years ago
Vincent Sanders 277bcec7c6 stop system colours being anything to do with frontends 11 years ago
Michael Drake c43c456d05 Use dom_string_isequal, not lwc_string_isequal, for dom strings. 11 years ago
Vincent Sanders ad3f3590e4 Merge branch 'mmu_man/haiku-fixes' 11 years ago
Michael Drake 1970fb7bda Make nscss_get_style return completed computed styles. Now matches nscss_get_blank_style, and no need for anything outside css/select.c to see partial computed styles. 11 years ago
Michael Drake fabc086d4a Rename libcss_node_data key for libdom node user data. 11 years ago
Michael Drake e4c50bd58a Update for new libcss API. 11 years ago
François Revol 850432f990 C89 11 years ago
Michael Drake b0fc9bfcb9 Optimise selection by generating node ancestor element/class/id name bloom filters for new libcss API. 11 years ago
Michael Drake d4c80c2f4e Wrap line. 11 years ago
Michael Drake 1cf0125f2d Fix leaks of colour attribute values. (Such as LINK, VLINK, TEXT, and COLOR attribute values.) 11 years ago
Michael Drake a921a007e6 Fix leak of cellpadding attribute value. 11 years ago
Vincent Sanders ee6e6eec05 move options include 12 years ago
Michael Drake 943025ddb0 Remove SUPPORT_VISITED build switch. 12 years ago
Michael Drake c240fb0c00 Enable :visited handling for experimentation. 12 years ago
Michael Drake abebc6ae2b Fix visited support for libdom. (Still disabled.) 12 years ago
Michael Drake 3f33f5327e Merge branch 'master' of git://git.netsurf-browser.org/netsurf 12 years ago
Michael Drake 700429897a Fix . Case insensitive matching of align attribute value. 12 years ago
Michael Drake d7e3ca2230 Fix form input size attribute handling to be case insensitive. Fixes form input widths. 12 years ago
Daniel Silverstone 7a3a209940 File input boxen deserve EX width hinting 12 years ago
Daniel Silverstone b23aee2f09 type=search is a new-fangled HTML5 thing which we treat as input and thus give EX width hinting. Closes 12 years ago
Daniel Silverstone efd6d11e47 Unspecified input types are text and so get EX widths 12 years ago
John-Mark Bell 5743009283 Fix extraction of @size attribute. 12 years ago
John-Mark Bell 07f86cfc1d Fix bug 3570980: extract link colours from body element. 13 years ago
Vincent Sanders 411fdc6186 fix return check on lwc operation 13 years ago
Michael Drake fb853c9354 Fix attribute includes selector callback. 13 years ago
Vincent Sanders 25cdea3351 doxygen serious warning cleanup 13 years ago
Michael Drake 4b71394462 Fix reference counting in generic sibling selection callback. 13 years ago
Michael Drake e54e2fd0fa Fix ref counting issue in node_id selection callback. 13 years ago
Michael Drake 209d3a5ccf Fix ref counting issue in named sibling selection callback. 13 years ago
Michael Drake 2ad24f39da Interned string cleanup, phase 2: Create utils/corestrings and use it in css handler. 13 years ago
Michael Drake 1e65737c8c Interned string cleanup, phase 1: Use lwc_string where possible in CSS handler. 13 years ago
Michael Drake 25bcfa93da Fix node name comparisons to be case insensitive. 13 years ago
Michael Drake f266e0569e Fix input type test to compare correct variable. 13 years ago
Vincent Sanders d7289f6701 remove parser binding layer 13 years ago
Michael Drake a018a75d67 Border width hint is concerned with border attribute, not width attribute. Fixes table borders. 13 years ago
Vincent Sanders 15143dfda6 convert node_presentational_hint_border_trbl_color 13 years ago
Vincent Sanders 9f526b7eab converted node_presentational_hint_border_spacing 13 years ago
Vincent Sanders d5b72f2fff convert node_presentational_hint_width 13 years ago
Vincent Sanders b8e72de7d8 convert node_presentational_hint_height 13 years ago
Michael Drake 830e53327f Use experimental libdom functions for named_ancestor_node, named_parent_node and parent_node selection callbacks. 13 years ago
Vincent Sanders e863cfebe1 fix node_presentational_hint_font_size 13 years ago
Vincent Sanders 32f2b175fe convert node_presentational_hint_float 13 years ago
John Mark Bell ad0c132f2b Fix strict aliasing warnings 13 years ago
John Mark Bell bfc619a8dc Fix up border-{trbl}-style hint 13 years ago
John Mark Bell 56ae7b5955 Make text-align hint less braindead 13 years ago
John Mark Bell fb21c6b3fb Make vertical align hint less braindead 13 years ago
Vincent Sanders 5cff5d3f41 fix hint color 13 years ago