| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | SPAttributeEnum typed function arguments | Thomas Holder | 2018-10-06 | 1 | -1/+1 |
| | | |||||
| * | Run clang-tidy’s modernize-use-override pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -11/+11 |
| | | | | | | This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier. | ||||
| * | Fix warings on updates | Jabier Arraiza | 2018-04-23 | 1 | -0/+1 |
| | | |||||
| * | Fix promote d | Jabier Arraiza | 2018-04-23 | 1 | -1/+3 |
| | | |||||
| * | Revert TAV d work for testing | Jabier Arraiza | 2018-04-23 | 1 | -3/+1 |
| | | |||||
| * | Base LPE refactor | Jabier Arraiza | 2018-03-26 | 1 | -16/+2 |
| | | |||||
| * | Promote the path 'd' attribute to a property per SVG 2. Try 2. | Tavmjong Bah | 2018-03-07 | 1 | -8/+12 |
| | | | | | See e88644b0 for first attempt and for comments. | ||||
| * | Revert "Promote the path 'd' attribute to a property per SVG 2." | Tavmjong Bah | 2018-02-18 | 1 | -12/+8 |
| | | | | | | | Needs further testing. This reverts commit e88644b0f3481c78a9563dbf9ee6b76ab6674583. | ||||
| * | Promote the path 'd' attribute to a property per SVG 2. | Tavmjong Bah | 2018-02-13 | 1 | -8/+12 |
| | | | | | | | | | | This allows 'd' to be animated via CSS animations. Due to the interactions of 'd' with LPE's, 'd' as a property is converted to 'd' as an attribute in SPPath::update. This changes the XML which causes update() to be called again (and triggers a warning). Fixing this is left to a future patch as is converting the 'd' back to a property on output. | ||||
| * | Move classes derived from SPObject to own directory. | Tavmjong Bah | 2018-01-30 | 1 | -0/+76 |
| A lot of header clean-up. | |||||
