summaryrefslogtreecommitdiff
path: root/css
Commit message (Collapse)AuthorAgeFilesLines
* add handling for recived but no action redirect messages and log before ↵Vincent Sanders2013-06-081-4/+11
| | | | abort. (closes #3614409)
* Move NetSurf to CSS colour conversion macro. Make both conversion macros ↵Michael Drake2013-05-291-6/+21
| | | | the same.
* move options includeVincent Sanders2013-05-282-2/+2
|
* Remove SUPPORT_VISITED build switch.Michael Drake2013-05-181-5/+0
|
* Enable :visited handling for experimentation.Michael Drake2013-05-171-0/+1
|
* Fix visited support for libdom. (Still disabled.)Michael Drake2013-05-161-22/+43
|
* fix dumb comparison errorVincent Sanders2013-05-041-1/+1
|
* check the return codes from css increment and resetVincent Sanders2013-05-041-2/+2
|
* split sources lists out to their subdirectories as first step towards using ↵Vincent Sanders2013-03-111-0/+5
| | | | core buildsystem
* Use correct base URL for inline stylesheetsJohn-Mark Bell2013-02-271-2/+8
|
* Use custom fetcher for inline CSSJohn-Mark Bell2013-02-272-39/+37
|
* Merge branch 'master' of git://git.netsurf-browser.org/netsurfMichael Drake2013-01-021-7/+4
|\
| * Fix form input size attribute handling to be case insensitive. Fixes form ↵Michael Drake2013-01-021-7/+4
| | | | | | | | input widths.
* | Fix #3584934. Case insensitive matching of align attribute value.Michael Drake2013-01-021-2/+4
|/
* File input boxen deserve EX width hintingDaniel Silverstone2012-11-041-0/+2
|
* type=search is a new-fangled HTML5 thing which we treat as input and thus ↵Daniel Silverstone2012-11-041-0/+2
| | | | give EX width hinting. Closes #3578446
* Unspecified input types are text and so get EX widthsDaniel Silverstone2012-11-041-2/+3
|
* reduce talloc usage to box tree layout onlyVincent Sanders2012-10-031-5/+4
|
* Fix extraction of @size attribute.John-Mark Bell2012-09-301-1/+1
|
* Fix bug 3570980: extract link colours from body element.John-Mark Bell2012-09-251-2/+2
|
* fix return check on lwc operationVincent Sanders2012-08-091-2/+1
|
* Fix attribute includes selector callback.Michael Drake2012-08-071-1/+2
|
* doxygen serious warning cleanupVincent Sanders2012-07-241-1/+1
|
* Fix reference counting in generic sibling selection callback.Michael Drake2012-07-231-1/+2
|
* Fix ref counting issue in node_id selection callback.Michael Drake2012-07-221-0/+1
|
* Fix ref counting issue in named sibling selection callback.Michael Drake2012-07-221-1/+2
|
* Interned string cleanup, phase 2: Create utils/corestrings and use it in css ↵Michael Drake2012-07-223-461/+150
| | | | handler.
* Interned string cleanup, phase 1: Use lwc_string where possible in CSS handler.Michael Drake2012-07-223-353/+414
|
* Fix node name comparisons to be case insensitive.Michael Drake2012-07-211-74/+74
|
* Fix input type test to compare correct variable.Michael Drake2012-07-151-5/+5
|
* remove parser binding layerVincent Sanders2012-07-131-1/+0
|
* Border width hint is concerned with border attribute, not width attribute. ↵Michael Drake2012-04-161-4/+3
| | | | | | Fixes table borders. svn path=/trunk/netsurf/; revision=13874
* convert node_presentational_hint_border_trbl_colorVincent Sanders2012-03-281-27/+48
| | | | svn path=/trunk/netsurf/; revision=13760
* converted node_presentational_hint_border_spacingVincent Sanders2012-03-281-13/+25
| | | | svn path=/trunk/netsurf/; revision=13759
* convert node_presentational_hint_widthVincent Sanders2012-03-281-41/+60
| | | | svn path=/trunk/netsurf/; revision=13758
* convert node_presentational_hint_heightVincent Sanders2012-03-281-25/+37
| | | | svn path=/trunk/netsurf/; revision=13757
* Use experimental libdom functions for named_ancestor_node, named_parent_node ↵Michael Drake2012-03-281-133/+5
| | | | | | and parent_node selection callbacks. svn path=/trunk/netsurf/; revision=13756
* 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 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
* 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
* 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