summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prepare for release of 0.6.1release/0.6.1Daniel Silverstone2016-11-191-1/+1
* Selection hash module: calloc instead of malloc, memset.Michael Drake2016-10-151-9/+5
* Access lwc caseless hash through supported API.Michael Drake2016-10-153-40/+32
* Perser generator: Squash coverity #1361551 Unused valueMichael Drake2016-08-131-1/+0
* Parse: Squash coverity #1361552: Unused valueMichael Drake2016-08-131-2/+3
* Update component version for releaserelease/0.6.0Vincent Sanders2016-02-161-1/+1
* Update component version for releaserelease/0.5.2Vincent Sanders2016-02-161-1/+1
* Documentation: Fix typos.Michael Drake2016-02-101-3/+3
* Documentation: Presentational hint API change.Michael Drake2016-02-101-0/+19
* Fix up error path.Michael Drake2016-02-081-1/+1
* make unused variable macro more portableVincent Sanders2016-02-062-2/+2
* Merge branch 'tlsa/upfront-hints'Michael Drake2016-02-054-42/+47
|\
| * Change how presentational hints are handled.Michael Drake2016-02-024-42/+47
|/
* Update Component version for releaserelease/0.5.1Vincent Sanders2015-12-181-2/+2
* Remove trailing whitespace.Michael Drake2015-11-011-1/+1
* Slight simplification of set_initial group checks.Michael Drake2015-08-191-19/+18
* Add "96" to useful DPI values. (CSS pixels are 1/96 inch.)Michael Drake2015-08-051-0/+1
* Testutils: undef assert before useJohn-Mark Bell2015-07-181-0/+1
* Add doxygen automatic document generationVincent Sanders2015-06-252-0/+1793
* Update CFLAGS to avoid deprication warning for glibc 2.21 and later.Vincent Sanders2015-03-211-2/+10
* Fix build with gcc2.Adrien Destugues2015-03-211-3/+4
* Fix include paths for Haiku.Adrien Destugues2015-03-212-2/+2
* Revert "Fix use of uninitialized values in style composition."John-Mark Bell2015-03-101-4/+4
* Fix use of uninitialized values in style composition.John-Mark Bell2015-03-101-4/+4
* Update the component version for releaserelease/0.5.0Vincent Sanders2015-03-081-1/+1
* Use named initialisers for initial uncommon block.Michael Drake2015-03-071-31/+38
* Simplify length absolutification.Michael Drake2015-02-281-93/+19
* Use calloc instead of malloc/memset.Michael Drake2015-01-241-3/+1
* Use calloc instead of malloc/memset.Michael Drake2015-01-241-3/+1
* Add absolutification for column-gap.Michael Drake2015-01-101-0/+8
* Absolutification of column-width.Michael Drake2015-01-101-0/+8
* Improve comment.Michael Drake2015-01-101-2/+2
* Implement absolutification for column-rule-width.Michael Drake2015-01-102-49/+65
* Sync public getter wrapper's absolutification handling.Michael Drake2015-01-102-128/+121
* Merge branch 'tlsa/remove-absolutification'Michael Drake2015-01-101-43/+2
|\
| * Need to pass normal property value though to the client.Michael Drake2015-01-101-43/+2
|/
* Avoid duplicate get_column_rule_color call.Michael Drake2015-01-021-3/+1
* Trivial optimisation.Michael Drake2015-01-021-8/+13
* Ensure letter and word spacing are always absolutified.Michael Drake2015-01-022-34/+48
* Fix up test data.Michael Drake2014-12-311-1551/+1551
* Add absolute value conversion of currentColor for column-rule-color.Michael Drake2014-12-311-0/+8
* Fix handling of currentColor.Michael Drake2014-12-311-4/+2
* Fix break-{after,before,inside} group definition.John-Mark Bell2014-12-311-3/+3
* Make it compose styles.Michael Drake2014-12-311-6/+37
* Fix.Michael Drake2014-12-311-34/+38
* Use appropriate enum labels.Michael Drake2014-12-291-5/+5
* Add break-* property selection tests.Michael Drake2014-12-291-0/+309
* Fixup break-inside.Michael Drake2014-12-291-2/+27
* Dump break-* properties from computed styles, and update test data.Michael Drake2014-12-292-0/+240
* Add break-inside property support.Michael Drake2014-12-295-30/+62