summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Synched with libcroco--mainline--patch-34 .tla-cvs-synch-05-29-2004-0Dodji Seketeli2004-05-294-32/+40
* Changes from arch/CVS synchronizationDodji Seketeli2004-04-1825-570/+940
* removed this from CVS.Dodji Seketeli2004-04-1825-895/+542
* Merged with libcroco--mainline--0.1--patch-21Dodji2004-03-156-82/+137
* *** empty log message ***Dodji Seketeli2004-03-1322-462/+742
* fixed a memory management bug reported by Rob BUIS.INITIAL_GNU_ARCH_IMPORTGNOME_2_6_ANCHORDodji Seketeli2004-03-071-37/+68
* re-indented the source files to make'em comply with gnome indentationDodji Seketeli2004-03-0724-15022/+12344
* applied a patch from Benjamin Dauvergne to support the "color" property.Dodji Seketeli2004-03-071-8/+21
* added this new convenience function.Dodji Seketeli2004-03-062-21/+34
* when you reach an EOF, don't assume it's an error. Return the alreadyDodji2004-03-063-4/+9
* reflect the removal of src/parser src/seleng and src/layeng added this newDodji2004-03-065-37/+149
* applied a patch from Rob BUIS to fix some bugs/memleaks here. Did someDodji Seketeli2004-03-051-3/+26
* fixed silly bug in there. added the support of the "!important" keyword atDodji Seketeli2004-03-049-181/+177
* applied a patch from Kjartan Maraas to replace the g_strup()Dodji Seketeli2004-03-044-5/+5
* put a '\n' after dumping the sheet on screen. fixed a small bug in here.Dodji Seketeli2004-03-032-2/+3
* added the support of selectors evaluation in csslint. Now, one can doDodji Seketeli2004-03-035-56/+53
* added the (cr_prop_list_unlink) function. put the properties at the end ofdodji2004-03-013-9/+76
* applied a patch from Rob BUIS that fixes numeros typos. Also addsDodji Seketeli2004-02-295-54/+58
* remove the usage of '...' in switch/case statements as this is notDodji Seketeli2004-02-292-26/+33
* fixed a stupid bug here.Dodji Seketeli2004-02-291-14/+1
* applied a patch of Rob BUIS to add the support of the :lang() pseudo classDodji Seketeli2004-02-291-0/+55
* applied a patch from Rob BUIS that provides new apis to manipulate CSSDodji Seketeli2004-02-294-0/+119
* fixed a small bug in here: Always Initialise output function argument !!!.Dodji Seketeli2004-02-291-1/+4
* Created this new CRPropList class. added this new helper function.Dodji Seketeli2004-02-298-14/+743
* Second (or maybe third) attempt to fix the cascading cascading thing. IDodji Seketeli2004-02-261-25/+31
* fixed a parsing bug reported by David A Knight. This should now properlyDodji Seketeli2004-02-242-8/+6
* added the support of vendor specific property names.Dodji Seketeli2004-02-244-6/+137
* Fixed a bug that was "forgetting" all the properties gathered during theDodji Seketeli2004-02-191-4/+5
* applied a patch from Rob BUIS<rwlbuis@xs4all.nl> that does a bunch ofDodji Seketeli2004-02-142-5/+46
* applied a patch from Rob BUIS<rwlbuis@xs4all.nl> that adds these api entryDodji Seketeli2004-02-142-0/+68
* when we encounter an EOF right after a ';' don't return an error. fix aDodji Seketeli2004-02-132-7/+15
* added this new api entry point to parse comma separated list of propertyDodji Seketeli2004-02-125-2/+155
* make sure headers go in $prefix/include/libcroco/libcroco .Dodji Seketeli2004-02-111-1/+1
* debugged serialization stuffs more serialization debuggingDodji Seketeli2004-02-102-18/+32
* more style structure debugging materials.dodji2004-02-081-6/+87
* more style structure debugging material.Dodji Seketeli2004-02-081-5/+43
* In the process of adding style structure debugging facilities.Dodji Seketeli2004-02-076-27/+856
* make sure to set the fields of the style structure passed as an argumentDodji Seketeli2004-01-295-155/+161
* don't forget to set the UA sheet. add void cr_cascade_ref() entry point.Dodji Seketeli2004-01-272-3/+7
* new convenience function added these new parsing methods.Dodji Seketeli2004-01-264-15/+166
* added CR_FILE_NOT_FOUND_ERROR to the CRStatus enum.Dodji Seketeli2004-01-251-1/+2
* separated the library into two projects. Libcroco is now the combinationDodji Seketeli2004-01-2459-3977/+118
* applied a patch from Rob BUIS to fix the rwlbuis@xs4all.nl class selectorDodji Seketeli2004-01-161-8/+17
* fixed a bug spoted by Rob BUIS.Dodji Seketeli2004-01-041-1/+3
* did some fixes/cleanup here. Make sure csslint --help shows a proper help.Dodji Seketeli2003-12-274-6/+9
* some light cosmetic changes. several fixes. Managed to make the pluggableDodji Seketeli2003-12-245-87/+181
* pluggable pseudo class selection evaluation architecture is in place. IDodji Seketeli2003-12-241-2/+19
* small cosmetic changes. started to work on the support of a pluggableDodji Seketeli2003-12-245-55/+211
* added a test case for the A + B type of selectors. added added theseDodji Seketeli2003-12-141-17/+58
* added this function to factorise the evaluation of additional selectors.Dodji Seketeli2003-12-121-45/+77