summaryrefslogtreecommitdiff
path: root/src
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
* input: check end of input before reading a byteIgnacio Casal Quinteiro2017-04-161-2/+9
* Typo fix s/unknow/unknown/Mattia Rizzolo2017-03-262-4/+4
* Typo fix s/Instanciation/instantiation/Mattia Rizzolo2017-03-262-7/+7
* Typo fix s/occured/occurred/Mattia Rizzolo2017-03-265-7/+7
* Visual Studio builds: Move projects to win32/Chun-wei Fan2017-02-231-3/+3
* Fix regression in cr_tknzr_consume_chars()Florian Müllner2015-12-171-1/+1
* Fix comparison warningMarek Chalupa2015-12-151-2/+2
* Fix unused status variable in set_prop_position_from_value()Руслан Ижбулатов2015-11-011-1/+1
* Fix unused status variable in cr_utils_utf8_to_ucs1()Руслан Ижбулатов2015-11-011-3/+1
* Fix unused status variable in cr_utils_ucs1_to_utf8()Руслан Ижбулатов2015-11-011-8/+2
* Fix cr_tknzr_consume_chars() to set *a_nb_char before returningРуслан Ижбулатов2015-11-011-2/+6
* Fix cr_input_consume_white_spaces to behave as documentedРуслан Ижбулатов2015-11-011-0/+2
* Fix improper use of g_ascii_strup()Руслан Ижбулатов2015-11-011-2/+1
* Derive pointer to have appropriate typeРуслан Ижбулатов2015-11-011-2/+1
* Fix typosMarkus Engel2015-10-312-2/+2
* Fix typo in logical conditionBoris Egorov2015-10-311-1/+1
* Some style fixes in Makefile.amIgnacio Casal Quinteiro2015-10-311-83/+83
* Plug memory leaksMarkus Engel2015-10-302-3/+3
* Fix variables set but not usedIgnacio Casal Quinteiro2015-10-302-12/+4
* 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