From 2a2acc3269e64a327f321b2e042fb03443d01bbd Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Tue, 14 Oct 2014 21:00:11 +0100 Subject: Complete en -> html rename --- projects/libcss/index.html | 174 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 174 insertions(+) create mode 100644 projects/libcss/index.html (limited to 'projects/libcss/index.html') diff --git a/projects/libcss/index.html b/projects/libcss/index.html new file mode 100644 index 0000000..bb5122a --- /dev/null +++ b/projects/libcss/index.html @@ -0,0 +1,174 @@ + + + +LibCSS | CSS Library + + + + + +
+ +
+ +

LibCSS

+ +

What is LibCSS?

+ +

LibCSS is a CSS (Cascading Style Sheet) parser and selection engine, written in C. It was developed as part of the NetSurf project and is available for use by other software under the MIT licence. For further details, see the readme.

+ +

Features

+ + + +

Future:

+ + + +

Source code

+ +

You can browse the source code via the online interface. Alternatively, you can check it out with Git:

+ +

$ git clone git://git.netsurf-browser.org/libcss.git

+ +

LibCSS is licensed under the MIT Licence.

+ +

Releases

+ +

Most recent first:

+ +
+
LibCSS 0.4.0
+
TarballChanges
+
LibCSS 0.3.0
+
TarballChanges
+
LibCSS 0.2.0
+
TarballChanges
+
LibCSS 0.1.2
+
TarballChanges
+
LibCSS 0.1.1
+
TarballChanges
+
LibCSS 0.1.0
+
TarballChanges
+
LibCSS 0.0.2
+
TarballChanges
+
LibCSS 0.0.1
+
Tarball – First release
+
+ +

Changes

+ +
+
LibCSS 0.4.0
+
    +
  • Added support for CSS3 overflow-x and overflow-y properties.
  • +
  • Fix to !important handling with play-during property.
  • +
  • Improved test coverage.
  • +
  • API changes made.
  • +
+
LibCSS 0.3.0
+
    +
  • Added support for the writing-mode property.
  • +
  • Significantly optimised selection performance.
  • +
  • Made many fixes and internal clean-ups.
  • +
  • Added support for multilib.
  • +
  • API and ABI changes made.
  • +
+
LibCSS 0.2.0
+
    +
  • Updated example code.
  • +
  • Added support for CSS widows and orphans properties.
  • +
  • Minor selection optimisations.
  • +
  • Several minor fixes.
  • +
  • Updated to use new core buildsystem.
  • +
+
LibCSS 0.1.2
+
    +
  • Avoided interning standard strings for every stylesheet, style tag and style attribute.
  • +
  • Made significant optimisations to style selection.
  • +
  • Fixed case where font-family is unspecified in input CSS.
  • +
  • Added some support for @font-face.
  • +
  • Fixed !important on opacity property.
  • +
  • Added support for parsing CSS3 Multi-column layout properties.
  • +
+
LibCSS 0.1.1
+
    +
  • Improved build tree cleaning.
  • +
  • Fixed build with GCC 4.6.
  • +
  • Added support for selection of page-break properties.
  • +
  • Optimised style selection.
  • +
+
LibCSS 0.1.0
+
    +
  • Fixed destruction of bytecode for clip property.
  • +
  • Added scoping for use from C++ programs.
  • +
  • Removed need for library initialisation and finalisation.
  • +
  • Added support for CSS2 system colours.
  • +
  • Added support for CSS2 system fonts.
  • +
  • Altered external representation of colours to aarrggbb.
  • +
  • Added support for CSS3 rgba() colour specifier.
  • +
  • Added support for CSS3 'transparent' colour keyword.
  • +
  • Added support for CSS3 hsl() and hsla() colour specifiers.
  • +
  • Added support for CSS3 'currentColor' colour keyword.
  • +
  • Added support for CSS3 'opacity' property.
  • +
  • Added support for CSS3 selectors.
  • +
  • Added support for CSS3 namespaces.
  • +
  • Enabled clients to fetch imported stylesheets in parallel.
  • +
  • Made internal bytecode 64-bit safe.
  • +
  • Fixed leaking of strings.
  • +
  • Rewritten property parsers.
  • +
  • Certain property parsers auto-generated at build time.
  • +
  • Added clang build support.
  • +
  • Various portability enhancements.
  • +
  • Fixed selection for pseudo elements.
  • +
  • Added simultaneous selection for base and pseudo elements.
  • +
  • Namespaced all global symbols.
  • +
  • Updated test suite.
  • +
  • Future-proofed ABI.
  • +
  • Ensured fixed point maths saturates instead of overflowing.
  • +
  • Fixed clip property handling.
  • +
  • Fixed selection and cascade of "uncommon" CSS properties.
  • +
  • Added structure versioning for client input.
  • +
+
LibCSS 0.0.2
+
    +
  • Allow stylesheets to be used in multiple contexts simultaneously.
  • +
  • Fix possible stylesheet reuse crash.
  • +
+
LibCSS 0.0.1
+
First release.
+
+ +

Contact

+ +

If you would like to help develop LibCSS, or have questions about the library, please join the NetSurf developer mailing list.

+ + + -- cgit v1.2.3