summaryrefslogtreecommitdiffstats
path: root/src/libcroco (unfollow)
Commit message (Expand)AuthorFilesLines
2012-09-29memleak fix (part of bug #1043571)Kris De Gussem1-2/+2
2011-12-08Switch to top-level glib headers. Thanks to DimStar for patchAlex Valavanis2-3/+2
2011-10-04Fixed mismatched quotes that confused Doxygen.Jon A. Cruz1-1/+1
2011-07-02added missing headerCampbell Barton1-0/+3
2011-06-25warning cleanup (no functional changes)Campbell Barton1-1/+1
2011-06-13cmake:Campbell Barton1-1/+31
2011-06-13cmake:Campbell Barton1-2/+1
2011-06-12cmake: give all libs a _LIB suffix, workaround 'debug' being confused with ca...Campbell Barton1-2/+2
2011-06-12work in progress cmake commit:Campbell Barton1-31/+32
2009-12-16Patches 3-11 from 488862 for a number of memleaks and allocation/deallocation...Josh Andler1-0/+1
2009-01-12Cmake: Fixed the extra -l in the link command, plus a add linking for all sub...Joshua L. Blocher1-1/+3
2008-06-24Cmake: remove header files from source listsJoshua L. Blocher1-29/+0
2008-05-03Cmake: Fix some double linking flagsJoshua L. Blocher1-57/+57
2008-04-01delete remaining .cvsignore filesAdib Taraben1-3/+0
2008-03-30Adjustments to the lib directory Cmake filesJoshua L. Blocher1-1/+1
2008-03-30add *.c to libcroco/CMakeFile and libgdl/CMakeFileJohan B. C. Engelen1-0/+27
2008-03-30add CMakeFiles for libcroco, libgdl, libnr, libnrtype.Johan B. C. Engelen1-0/+32
2007-09-12**/makefile.in: svn propset svn:eol-style native. Provide rule for %.$(OBJEX...Peter Moulder1-3/+3
2007-03-20format string protection/clean up (CVE-2007-1463, CVE-2007-1464)Kees Cook1-5/+5
2007-03-15gosh, what shitty coding - reading delimited string failed when it was at the...bulia byak1-1/+2
2007-03-14even if one declaration is broken, try to still read all others per http://ww...bulia byak1-5/+8
2007-03-14typo fix from libcroco listbulia byak1-1/+1
2006-11-15More compile error cleanupBob Jamison5-27/+30
2006-11-15Make C++ - compilable. Mostly remove pointer casting problems. Fix a few pla...Bob Jamison27-340/+259