summaryrefslogtreecommitdiff
path: root/src/cr-tknzr.c
Commit message (Expand)AuthorAgeFilesLines
* tknzr: support only max long rgb valuesIgnacio Casal Quinteiro2017-04-161-0/+10
* tknzr: remove unneeded assignIgnacio Casal Quinteiro2017-04-161-1/+0
* Typo fix s/occured/occurred/Mattia Rizzolo2017-03-261-1/+1
* Fix regression in cr_tknzr_consume_chars()Florian Müllner2015-12-171-1/+1
* Fix cr_tknzr_consume_chars() to set *a_nb_char before returningРуслан Ижбулатов2015-11-011-2/+6
* Fix typosMarkus Engel2015-10-311-1/+1
* gchar/guchar types and castingРуслан Ижбулатов2014-08-051-1/+1
* Use unsigned types where appropriateРуслан Ижбулатов2014-08-051-2/+2
* Remove shadowing from cr_tknzr_get_next_token()Руслан Ижбулатов2014-08-051-5/+5
* cr-tknzr: Handle signed unitsJasper St. Pierre2012-10-161-2/+22
* Revert "Sending recent tested changes from inkscape developers to libcroco up...Abhishek Sharma2011-11-061-100/+72
* Sending recent tested changes from inkscape developers to libcroco upstreamAbhishek Sharma2011-07-031-72/+100
* Bug 314831 - Escapes not recognizedBenjamin Dauvergne2007-01-091-28/+5
* Bug 394294 - Escape are wrongly computedBenjamin Dauvergne2007-01-091-1/+1
* Bug 394680 - problem parsing function name starting w\ ith 'u' or 'r'Benjamin Dauvergne2007-01-091-24/+4
* Bug 372011 - comments not parsed correctlyBenjamin Dauvergne2007-01-091-25/+36
* Bug 336621 - cr_tknzr_get_next_token wasn't handling "<!--" correctlyDom Lachowicz2007-01-091-3/+4
* Revert my previous change and instead use Inkscape's patch in bug #306823,Dom Lachowicz2006-04-291-22/+19
* Parse fractional parts of numbers properly (bug 333057)Dom Lachowicz2006-03-021-2/+4
* Synchronize with libcroco--mainline--0.6--patch-25.Dodji Seketeli2004-05-291-7/+9
* Changes from arch/CVS synchronizationDodji Seketeli2004-04-181-248/+447
* *** empty log message ***Dodji Seketeli2004-03-131-77/+40
* re-indented the source files to make'em comply with gnome indentationDodji Seketeli2004-03-071-1718/+1369
* when you reach an EOF, don't assume it's an error. Return the alreadyDodji2004-03-061-2/+8
* remove the usage of '...' in switch/case statements as this is notDodji Seketeli2004-02-291-1/+10
* added the support of vendor specific property names.Dodji Seketeli2004-02-241-4/+84
* separated the library into two projects. Libcroco is now the combinationDodji Seketeli2004-01-241-0/+2851
* big tree layout cleanup.Dodji Seketeli2003-04-121-2844/+0
* some small cleanups.Dodji Seketeli2003-04-061-743/+11
* cr-token.h: applied a patch from applied a patch from Greg Lee <greg@ling.lll...Dodji Seketeli2003-04-041-9/+9
* fixed a small bug in the tokenizer.Dodji Seketeli2003-03-201-1/+19
* 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-42/+39
* fixed a couple of small bugs. Dodji.Dodji Seketeli2003-03-081-2/+5
* bugfix: correctly handles trailing '\r' characters.Dodji Seketeli2003-03-081-0/+1
* made sure to remove every single use of the CRParserInput class.Dodji Seketeli2003-03-041-90/+84
* Turned on compilation with goddamit warning options.Dodji Seketeli2003-03-021-4/+3
* revisited my stupid implementation of cr_tknzr_get_next_token(). Gained 13% o...Dodji Seketeli2003-03-011-23/+604
* fixed a small serialization bug.Dodji Seketeli2003-02-281-22/+32
* Initial revisionDodji Seketeli2003-02-271-0/+2977