summaryrefslogtreecommitdiffstats
path: root/src/unicoderange.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* modernize loopsMarc Jeanmougin2019-01-021-4/+3
* Clarify licensesMax Gaukler2018-11-081-0/+9
* Run clang-tidy’s modernize-deprecated-headers pass.Emmanuel Gil Peyrot2018-06-181-2/+2
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-1/+1
* fix memory allocation bug (thanks to clang's static analyzer scan-build)Johan B. C. Engelen2014-03-241-2/+2
* code cleanup (cppcheck)Johan B. C. Engelen2013-08-051-2/+1
* cppcheck: c-style casts > c++ style castsKris De Gussem2013-08-041-96/+97
* cppcheckKris De Gussem2013-06-211-3/+5
* cppcheckKris De Gussem2011-10-201-2/+2
* Another week coding offline...Felipe Corr??a da Silva Sanches2009-01-051-16/+15
* Now users can design a font within inkscape, save it and then open the Felipe Corr??a da Silva Sanches2008-12-281-0/+26
* implement kerning by glyph-name, g1 and g2 attributesFelipe Corr??a da Silva Sanches2008-06-231-0/+1
* commenting out a g_warningFelipe Corr??a da Silva Sanches2008-06-201-1/+1
* * src/unicoderange.cpp: s/malloc.h/stdlib.h/to fix compile error on Mac OS X.mjwybrow2008-06-171-1/+1
* minor tweak for portability. linux compile was brokenBob Jamison2008-06-161-1/+4
* UnicodeRange class implementation.Felipe Corr??a da Silva Sanches2008-06-161-0/+96