File libcss.changes of Package libcss
-------------------------------------------------------------------
Mon Oct 7 12:24:42 UTC 2024 - Antonio Teixeira <antonio.teixeira@suse.com>
- Update to 0.9.2:
* Added support for SVG `fill-opacity` property.
* Added support for SVG `stroke-opacity` property.
* Added support for CSS property wide `revert` value.
* Added support for CSS property wide `unset` value.
* Added support for CSS property wide `initial` value.
* Added support for CSS `position` property `sticky` value.
* Added support for CSS `display` property "grid" values.
* Added support for `prefers-color-scheme` media query.
* Added new public API for CSS unit conversion.
* Added support for predefined counter styles.
* Optimised media query handling.
* Made selection code generator deterministic.
* Various selection code generator improvements.
* Squashed leak of system font names.
* Improved internal handling of property units.
* Improved internal string map.
* Minor buildsystem improvements.
* Improved example code.
* Added new tests.
-------------------------------------------------------------------
Wed May 19 14:52:17 UTC 2021 - Fridrich Strba <fstrba@suse.com>
- Define conditionally make_build to fix build on systems that do
not have that macro
-------------------------------------------------------------------
Wed Sep 2 09:03:04 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 0.9.1:
* Many bugfixes around
* support for new netsurf-buildsystem toolset
- Rebase libcss-buildopts.patch to this release
- Add patch to fix missing inlcudes:
* fix-test-includes.patch
-------------------------------------------------------------------
Tue Aug 8 19:39:14 UTC 2017 - jengelh@inai.de
- Fix RPM groups.
-------------------------------------------------------------------
Wed Feb 4 11:46:48 UTC 2015 - p.drouand@gmail.com
- Update to version 0.4.0
* Due to the change from CSS2 overflow to CSS3 overflow properties, the
computed style access functions for overflow properties have changed.
The overflow property is removed. Added are overflow-x and overflow-y
properties. (The overflow shorthand property now sets overflow-x and
overflow-y.)
This change affects the following functions:
Removed from include/libcss/computed.h -- css_computed_overflow()
Added to include/libcss/computed.h -- css_computed_overflow_x()
Added to include/libcss/computed.h -- css_computed_overflow_y()
-------------------------------------------------------------------
Fri Oct 31 00:11:46 UTC 2014 - crrodriguez@opensuse.org
- libcss-buildopts.patch: Do not define BSD_SOURCE but
GNU_SOURCE (fioxes build fail in factory)
- use -std=gnu99 instead of -std=c99.
- Disable -Werror
-------------------------------------------------------------------
Fri May 23 11:32:14 UTC 2014 - tchvatal@suse.com
- Cleanup with spec-cleaner
-------------------------------------------------------------------
Fri May 23 11:09:56 UTC 2014 - fstrba@suse.com
- Initial import of libcss, inspired from Fedora package