summaryrefslogtreecommitdiff
path: root/src/cr-parser.c
Commit message (Expand)AuthorAgeFilesLines
* Typo fix s/occured/occurred/Mattia Rizzolo2017-03-261-1/+1
* gchar/guchar types and castingРуслан Ижбулатов2014-08-051-9/+9
* Ensure PEEK_NEXT_CHAR does not clash with existing variablesРуслан Ижбулатов2014-08-051-3/+3
* Revert "Sending recent tested changes from inkscape developers to libcroco up...Abhishek Sharma2011-11-061-163/+280
* Sending recent tested changes from inkscape developers to libcroco upstreamAbhishek Sharma2011-07-031-280/+163
* Add ‘const’ to various function prototypes, as discussed at http://www.ma...Peter J. R. Moulder2008-03-301-2/+2
* Bug 139878 - keep end of ruleset parsing location, a\ nd give it to theBenjamin Dauvergne2007-01-091-0/+3
* Bug 340298 - Fixes to documentation markup.Peter Moulder2006-05-021-5/+5
* applied the following patches:CEST 2005 Dodji Seketeli2005-05-101-120/+235
* Synchronize with libcroco--mainline--0.6--patch-25.Dodji Seketeli2004-05-291-10/+26
* Changes from arch/CVS synchronizationDodji Seketeli2004-04-181-484/+310
* Merged with libcroco--mainline--0.1--patch-21Dodji2004-03-151-4/+1
* *** empty log message ***Dodji Seketeli2004-03-131-47/+22
* re-indented the source files to make'em comply with gnome indentationDodji Seketeli2004-03-071-3102/+2431
* when you reach an EOF, don't assume it's an error. Return the alreadyDodji2004-03-061-1/+1
* fixed silly bug in there. added the support of the "!important" keyword atDodji Seketeli2004-03-041-95/+104
* put a '\n' after dumping the sheet on screen. fixed a small bug in here.Dodji Seketeli2004-03-031-1/+2
* fixed a parsing bug reported by David A Knight. This should now properlyDodji Seketeli2004-02-241-7/+5
* added the support of vendor specific property names.Dodji Seketeli2004-02-241-1/+35
* when we encounter an EOF right after a ';' don't return an error. fix aDodji Seketeli2004-02-131-5/+7
* added this new api entry point to parse comma separated list of propertyDodji Seketeli2004-02-121-1/+28
* separated the library into two projects. Libcroco is now the combinationDodji Seketeli2004-01-241-0/+5194
* big tree layout cleanup.Dodji Seketeli2003-04-121-5073/+0
* cr-token.h: applied a patch from applied a patch from Greg Lee <greg@ling.lll...Dodji Seketeli2003-04-041-47/+47
* started went forward on the test annotated tree building front.Dodji Seketeli2003-03-311-9/+34
* started to add some new files ...Dodji Seketeli2003-03-261-3/+6
* fixed a couple of minor bugs in the parser core.Dodji Seketeli2003-03-211-6/+22
* fixed a small bug in the tokenizer.Dodji Seketeli2003-03-201-1/+24
* Relicense from GPL -> LGPLGaël CHAMOULAUD2003-03-191-17/+13
* revisited the way the CRTerm and CRNum classes were handling their types andDodji Seketeli2003-03-151-116/+14
* fixed a couple of small bugs. Dodji.Dodji Seketeli2003-03-081-1/+1
* bugfix: make sure rules starting with "pure" attr selectors can be parsed. Do...Dodji Seketeli2003-03-081-0/+1
* started to debug the selection engine.Dodji Seketeli2003-03-051-1/+3
* added a new method to parse stylesheets from in memory buffers.Dodji Seketeli2003-03-041-0/+33
* made sure to remove every single use of the CRParserInput class.Dodji Seketeli2003-03-041-32/+32
* Turned on compilation with goddamit warning options.Dodji Seketeli2003-03-021-125/+10
* Initial revisionDodji Seketeli2003-02-271-0/+5191