summaryrefslogtreecommitdiff
path: root/csslint/csslint.c
Commit message (Expand)AuthorAgeFilesLines
* Fix unused status variable in main()Руслан Ижбулатов2015-11-011-1/+1
* Fix unused status variable in evaluate_selectors()Руслан Ижбулатов2015-11-011-8/+32
* char/xmlChar castingРуслан Ижбулатов2014-08-051-1/+1
* gchar/guchar types and castingРуслан Ижбулатов2014-08-051-9/+9
* Fix 3 "dereferencing type-punned pointer will break strict-aliasing rules"Dom Lachowicz2006-05-021-3/+3
* Synchronize with libcroco--mainline--0.6--patch-25.Dodji Seketeli2004-05-291-3/+1
* Changes from arch/CVS synchronizationDodji Seketeli2004-04-181-350/+846
* applied a patch from Rob BUIS to fix some bugs/memleaks here. Did someDodji Seketeli2004-03-051-13/+28
* fixed silly bug in there. added the support of the "!important" keyword atDodji Seketeli2004-03-041-1/+0
* put a '\n' after dumping the sheet on screen. fixed a small bug in here.Dodji Seketeli2004-03-031-0/+1
* added the support of selectors evaluation in csslint. Now, one can doDodji Seketeli2004-03-031-65/+318
* Removed the old references with libgnomeui and pango ! Made smallishGael CHAMOULAUD2004-01-271-8/+2
* did some fixes/cleanup here. Make sure csslint --help shows a proper help.Dodji Seketeli2003-12-271-2/+12
* Added CROCO_LAYENG_ENABLED test in csslint_show_version function.Gaël CHAMOULAUD2003-06-281-0/+3
* added parse_font_face_unrecoverable_error_cb(),Dodji Seketeli2003-06-221-14/+15
* Fixed a configure related bug:Dodji Seketeli2003-05-141-4/+4
* started to add some new files ...Dodji Seketeli2003-03-261-2/+2
* updated the style a bit to comply withDodji Seketeli2003-03-251-10/+16
* Added feature: Parse CSS files and builds a CSS object modelGaël CHAMOULAUD2003-03-241-23/+135
* Re-indentationGaël CHAMOULAUD2003-03-231-2/+4
* Re-indentationGaël CHAMOULAUD2003-03-231-8/+15
* added a command CSS tool. CSSLINTGaël CHAMOULAUD2003-03-231-0/+89