summaryrefslogtreecommitdiff
path: root/css
Commit message (Collapse)AuthorAgeFilesLines
* 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
* 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
* 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
* fix node_is_linkVincent Sanders2012-03-253-56/+112
| | | | | | add dom string globals to css handler svn path=/trunk/netsurf/; revision=13678
* 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
* node_is_emptyDaniel Silverstone2012-03-251-8/+29
| | | | svn path=/trunk/netsurf/; revision=13655
* Ensure parent is NULL if there is no parentJohn Mark Bell2012-03-251-0/+2
| | | | svn path=/trunk/netsurf/; revision=13648
* fix up framebuffer build flagsVincent Sanders2012-03-241-6/+6
| | | | | | fix select attributes svn path=/trunk/netsurf/; revision=13643
* continue conversionVincent Sanders2012-03-241-62/+158
| | | | svn path=/trunk/netsurf/; revision=13635
* three more callbacks fixed upVincent Sanders2012-03-241-53/+102
| | | | svn path=/trunk/netsurf/; revision=13629
* Fix up node_has_attributeJohn Mark Bell2012-03-241-8/+28
| | | | svn path=/trunk/netsurf/; revision=13611
* Beginnings of fixed up selection bindingJohn Mark Bell2012-03-242-106/+277
| | | | svn path=/trunk/netsurf/; revision=13609
* NetSurf options rework (a=vince r=daniels,jmb)Vincent Sanders2012-03-222-7/+8
| | | | svn path=/trunk/netsurf/; revision=13548
* content_get_url -> hlcache_handle_get_url, content__get_url -> content_get_urlJohn Mark Bell2011-12-041-2/+2
| | | | svn path=/trunk/netsurf/; revision=13236
* Avoid a couple of strlen calls.Michael Drake2011-10-082-2/+2
| | | | svn path=/trunk/netsurf/; revision=13005
* Improve performance of style selectionJohn Mark Bell2011-10-082-259/+107
| | | | svn path=/trunk/netsurf/; revision=13000
* Port presentational hint backgrounds to nsurl.Michael Drake2011-10-071-8/+8
| | | | svn path=/trunk/netsurf/; revision=12990
* Port disabled :visited support to nsurl.Michael Drake2011-10-051-23/+13
| | | | svn path=/trunk/netsurf/; revision=12961
* Port more internals to nsurl. Front ends may need updating.Michael Drake2011-10-034-23/+49
| | | | svn path=/trunk/netsurf/; revision=12926
* Virtualise content handler finalisation calls. Remove pointless implementations.John Mark Bell2011-09-152-4/+5
| | | | svn path=/trunk/netsurf/; revision=12797
* Clean up content_factory_register_handler API -- content handlers no longer ↵John Mark Bell2011-09-151-13/+8
| | | | | | use the mime type, so don't require it to be interned up front svn path=/trunk/netsurf/; revision=12796
* Remove mime_type parameter from content handler content_type callback APIJohn Mark Bell2011-09-031-3/+2
| | | | svn path=/trunk/netsurf/; revision=12704
* More accurate legacy font size handlingJohn Mark Bell2011-08-311-0/+97
| | | | svn path=/trunk/netsurf/; revision=12695
* Reject attempts by a stylesheet to import itselfJohn Mark Bell2011-08-231-6/+15
| | | | svn path=/trunk/netsurf/; revision=12644
* Fix transition from LOADING to ERROR state after content has been locked for ↵John Mark Bell2011-07-201-2/+1
| | | | | | conversion svn path=/trunk/netsurf/; revision=12614
* Refactor http utilitiesJohn Mark Bell2011-07-081-3/+23
| | | | svn path=/trunk/netsurf/; revision=12595
* refactor content handler initilisation to use named initialisorsVincent Sanders2011-05-091-15/+8
| | | | svn path=/trunk/netsurf/; revision=12341
* consolidate content redraw Vincent Sanders2011-05-081-1/+0
| | | | | | more cleanups ready for image content refactor svn path=/trunk/netsurf/; revision=12317
* Merge branches/jmb/content-factory to trunkJohn Mark Bell2011-05-064-78/+210
| | | | svn path=/trunk/netsurf/; revision=12283
* Sync with versioned libcss ABIJohn Mark Bell2011-03-132-0/+5
| | | | svn path=/trunk/netsurf/; revision=12008
* Fix matching of universal element selectorsJohn Mark Bell2011-03-121-2/+6
| | | | svn path=/trunk/netsurf/; revision=11979
* Sync API with modern libcssJohn Mark Bell2011-03-121-59/+68
| | | | svn path=/trunk/netsurf/; revision=11977
* Saturated maths in css fixed point Vincent Sanders2011-03-122-20/+19
| | | | svn path=/trunk/netsurf/; revision=11975
* Fix bug #3194007: stop emitting duplicate READY/DONE events.John Mark Bell2011-02-271-8/+19
| | | | | | | * Make content handlers responsible for setting READY/DONE state & emitting events. * Stop content_convert doing this when there is a registered convert function for the content type. svn path=/trunk/netsurf/; revision=11850
* Clean up blank_import on exitJohn Mark Bell2011-02-262-2/+11
| | | | svn path=/trunk/netsurf/; revision=11818
* Parallelise fetch and conversion of imported stylesheetsJohn Mark Bell2011-02-262-182/+252
| | | | svn path=/trunk/netsurf/; revision=11817
* Fix bug #3171370: initialise font resolution callback pointersJohn Mark Bell2011-02-032-0/+6
| | | | svn path=/trunk/netsurf/; revision=11608
* Fix :root detectionJohn Mark Bell2011-01-311-1/+2
| | | | svn path=/trunk/netsurf/; revision=11571
* Various fixes for selection callbacksJohn Mark Bell2011-01-311-105/+132
| | | | svn path=/trunk/netsurf/; revision=11570