summaryrefslogtreecommitdiff
path: root/src/cr-input.c
Commit message (Expand)AuthorAgeFilesLines
* input: check end of input before reading a byteIgnacio Casal Quinteiro2017-04-161-2/+9
* Typo fix s/occured/occurred/Mattia Rizzolo2017-03-261-3/+3
* Fix cr_input_consume_white_spaces to behave as documentedРуслан Ижбулатов2015-11-011-0/+2
* Use unsigned types where appropriateРуслан Ижбулатов2014-08-051-1/+1
* Revert "Sending recent tested changes from inkscape developers to libcroco up...Abhishek Sharma2011-11-061-170/+242
* Sending recent tested changes from inkscape developers to libcroco upstreamAbhishek Sharma2011-07-031-242/+170
* Add ‘const’ to various function prototypes, as discussed at http://www.ma...Peter J. R. Moulder2008-03-301-13/+13
* applied the following patches:CEST 2005 Dodji Seketeli2005-05-101-153/+223
* Changes from arch/CVS synchronizationDodji Seketeli2004-04-181-13/+38
* *** empty log message ***Dodji Seketeli2004-03-131-6/+15
* re-indented the source files to make'em comply with gnome indentationDodji Seketeli2004-03-071-494/+384
* applied a patch from Rob BUIS that fixes numeros typos. Also addsDodji Seketeli2004-02-291-42/+42
* separated the library into two projects. Libcroco is now the combinationDodji Seketeli2004-01-241-0/+1188
* big tree layout cleanup.Dodji Seketeli2003-04-121-1345/+0
* Relicense from GPL -> LGPLGaël CHAMOULAUD2003-03-191-17/+13
* added a new method to parse stylesheets from in memory buffers.Dodji Seketeli2003-03-041-9/+10
* made sure to remove every single use of the CRParserInput class.Dodji Seketeli2003-03-041-8/+146
* added a cr_input_new_from_buf() method.Dodji Seketeli2003-03-031-6/+82
* Turned on compilation with goddamit warning options.Dodji Seketeli2003-03-021-22/+28
* added a new function cr_input_peek_byte2() to peek byte(s) from the input str...Dodji Seketeli2003-03-011-2/+39
* Initial revisionDodji Seketeli2003-02-271-0/+1091