summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Build: Clean Up MSVC Project GenerationChun-wei Fan2015-07-271-28/+13
* cr-fonts: Fix a bad copy/paste errorJasper St. Pierre2014-08-131-1/+1
* cr-additional-sel: Fix some bad copy/paste errorsJasper St. Pierre2014-08-131-2/+2
* Canonicalize the spacing around if statements and g_return_* invocationsРуслан Ижбулатов2014-08-051-0/+17
* Fix the unused arguments warningsРуслан Ижбулатов2014-08-051-0/+9
* char/xmlChar castingРуслан Ижбулатов2014-08-056-32/+32
* gchar/guchar types and castingРуслан Ижбулатов2014-08-0516-98/+97
* Use the right values for checking CRPredefinedAbsoluteFontSizeРуслан Ижбулатов2014-08-051-2/+2
* Use unsigned types where appropriateРуслан Ижбулатов2014-08-053-6/+6
* Ensure PEEK_NEXT_CHAR does not clash with existing variablesРуслан Ижбулатов2014-08-051-3/+3
* Remove shadowing from cr_tknzr_get_next_token()Руслан Ижбулатов2014-08-051-5/+5
* Remove shadowing in cr_statement_media_rule_to_string()Руслан Ижбулатов2014-08-051-5/+5
* cr-tknzr: Handle signed unitsJasper St. Pierre2012-10-161-2/+22
* build: Fix include directiveChristian Persch2012-10-161-1/+1
* Revert "cr-rgb: Fix mapping for 'green'"Adel Gadllah2012-10-071-1/+1
* cr-om-parser: Stop memory leakJasper St. Pierre2012-06-241-11/+6
* cr-string: Prevent memory leakJasper St. Pierre2012-06-241-4/+4
* cr-rgb: Fix mapping for 'green'Adel Gadllah2012-03-181-1/+1
* Bug 666248: Visual C++ compilation supportChun-wei Fan2012-01-092-0/+572
* Revert "Bug 666248: Visual C++ compilation support"Chun-wei Fan2011-12-202-572/+0
* Bug 666248: Visual C++ compilation supportChun-wei Fan2011-12-202-0/+572
* Modernise and simplify configureChristian Persch2011-12-113-12/+5
* Use -Bsymbolic-functions when availableChristian Persch2011-12-111-15/+31
* Use case-insensitive string comparision of colour namesChristian Persch2011-12-111-1/+1
* Use bsearch to find the colour by nameChristian Persch2011-12-111-11/+21
* Fully initialise this static dataChristian Persch2011-12-111-148/+148
* Fixed format string issues by giving static literals, fixes bug 640897Tobias Mueller2011-12-061-5/+5
* Make colour table constFelix Riemann2011-12-061-1/+1
* Revert "Sending recent tested changes from inkscape developers to libcroco up...Abhishek Sharma2011-11-0649-1750/+2656
* Sending recent tested changes from inkscape developers to libcroco upstreamAbhishek Sharma2011-07-0349-2656/+1750
* Remove redundant .cvsignore filesThomas Wood2009-02-094-10/+0
* Bug 553937 - CRDocHandler instances created with reference count of 0Robert Staudinger2008-09-261-0/+1
* minor: (cr_declaration_destroy): Simplify implementation (and assert that nex...Peter J. R. Moulder2008-03-301-36/+11
* doc: Document cr_declaration_new ownership rules.Peter J. R. Moulder2008-03-301-0/+4
* Add ‘const’ to various function prototypes, as discussed at http://www.ma...Peter J. R. Moulder2008-03-3038-220/+221
* noop: Fix emacsen mode lines: set indent-tabs-mode to nil instead of invalid ...Peter J. R. Moulder2008-02-249-9/+9
* Bug 395099 - overly agressive rule matchingBruno Haible2007-01-101-3/+7
* Handle FONT_WEIGHT_INHERIT.Bruno Haible2007-01-101-1/+4
* Remove trailing comma. Needed for compilation on AIX with xlc.Bruno Haible2007-01-101-1/+1
* Bug 314831 - Escapes not recognizedBenjamin Dauvergne2007-01-091-28/+5
* a bug in the class selector code, where it would no\ t require whitespaceDom Lachowicz2007-01-091-0/+4
* gives syntax errors when included twice the return value ofDom Lachowicz2007-01-091-2/+2
* gives syntax errors when included twiceDom Lachowicz2007-01-091-1/+2
* Bug 394294 - Escape are wrongly computedBenjamin Dauvergne2007-01-091-1/+1
* Bug 139878 - keep end of ruleset parsing location, a\ nd give it to theBenjamin Dauvergne2007-01-091-0/+3
* 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
* Bug 381040 - floating numbers always output to exactly 3 digits afterDom Lachowicz2006-11-301-1/+3
* bug 380438Dom Lachowicz2006-11-291-0/+1