summaryrefslogtreecommitdiff
path: root/src/cr-stylesheet.h
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Sending recent tested changes from inkscape developers to libcroco ↵Abhishek Sharma2011-11-061-3/+3
| | | | | | upstream" This reverts commit ac3e66fa2bb416507b5b5cf114c1edaa3455f105.
* Sending recent tested changes from inkscape developers to libcroco upstreamAbhishek Sharma2011-07-031-3/+3
|
* Add ‘const’ to various function prototypes, as discussed at ↵Peter J. R. Moulder2008-03-301-3/+3
| | | | | | http://www.mail-archive.com/libcroco-list@gnome.org/msg00049.html . This change is a noop in the sense that it has no effect on libcroco's object files, but does affect source-level compatibility, both forwards and backwards — though in practice I'd guess that no existing code will break from this. svn path=/trunk/; revision=315
* *** empty log message ***Dodji Seketeli2004-03-131-5/+3
|
* added the support of selectors evaluation in csslint. Now, one can doDodji Seketeli2004-03-031-14/+7
| | | | | | | | | | | | | | | | | | | 2004-03-03 Dodji Seketeli <dodji@gnome.org> * csslint/csslint.c: added the support of selectors evaluation in csslint. Now, one can do csslint --evaluate --xml <an xml file> --author-sheet <a-css-sheet> --xpath <an xpath expression> . This will show the css properties associated to the xml node(s) refered to by the xpath expression. * src/cr-declaration.[ch]: (cr_declaration_dump_one) added this new api entry to dump the first declaration of the declaration list. * src/cr-prop-list.c: (cr_prop_list_unlink): fixed a stupid bug in there. * src/cr-stylesheet.[ch]: (cr_stylesheets_nr_rules): there is a typo in this function name. Stylesheet's' should not take a leading 's'. Changed that into cr_stylesheet_nr_rules().
* applied a patch from Rob BUIS that provides new apis to manipulate CSSDodji Seketeli2004-02-291-0/+6
| | | | | | | | 2004-02-29 Dodji Seketeli <dodji@gnome.org> * src/cr-statement.[ch],src/cr-stylesheet.[ch]: applied a patch from Rob BUIS that provides new apis to manipulate CSS statements.
* separated the library into two projects. Libcroco is now the combinationDodji Seketeli2004-01-241-0/+105
| | | | | | | | | | | 2004-01-24 Dodji Seketeli <dodji@gnome.org> * all: separated the library into two projects. Libcroco is now the combination of the parser and the selection engine. A new project is born: sewfox. It is basically the xml rendering/layout engine. Libcroco now needs libxml2 and glib only. Sewfox need libgnomecanvas2.
* big tree layout cleanup.Dodji Seketeli2003-04-121-80/+0
| | | | Dodji.
* more code on the layout/cascade front.Dodji Seketeli2003-03-291-2/+24
| | | | | some fixes/improvements on the build system front. Dodji.
* Relicense from GPL -> LGPLGaël CHAMOULAUD2003-03-191-17/+13
|
* Initial revisionDodji Seketeli2003-02-271-0/+62