| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
- add license headers to everything
- convert a few files from public domain or LGPL2.1+ to GPL2+
- some archaeology to clarify which files are from which library
|
| | |
|
| |
|
|
|
| |
This adds the override specifier on all methods which override a virtual
method, whether they were already virtual or missing this specifier.
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
See e88644b0 for first attempt and for comments.
|
| |
|
|
|
|
| |
Needs further testing.
This reverts commit e88644b0f3481c78a9563dbf9ee6b76ab6674583.
|
| |
|
|
|
|
|
|
|
| |
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.
|
|
|
A lot of header clean-up.
|