summaryrefslogtreecommitdiffstats
path: root/src/inkjar (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-03-14Move around files to remove some vanity directories.Krzysztof Kosi??ski5-741/+0
Also remove the obsolete IDL file stub. (bzr r9194)
2009-12-16Patches 3-11 from 488862 for a number of memleaks and ↵Josh Andler1-4/+4
allocation/deallocation issues. (bzr r8891)
2009-04-26BUG 367123: include zlib.h into jar.cppAdib Taraben1-0/+1
(bzr r7777)
2009-02-20Only build static libraries for subdirs than actually contain libraries, Krzysztof Kosi??ski1-6/+1
rather than for every subdirectory. (bzr r7336)
2009-01-12Cmake: Fixed the extra -l in the link command, plus a add linking for all ↵Joshua L. Blocher1-1/+3
sub-libs of inkscape. (bzr r7120)
2009-01-09Cmake: restructure build files to be more like current build system. Should ↵Joshua L. Blocher1-0/+1
reduce linking stage command for windows. (bzr r7100)
2008-06-24Cmake: remove header files from source listsJoshua L. Blocher1-1/+0
(bzr r6046)
2008-04-07cmake: EOL of cmakelists.txt in subdirsJohan B. C. Engelen1-4/+4
(bzr r5379)
2008-04-01delete remaining .cvsignore filesAdib Taraben1-5/+0
(bzr r5299)
2008-03-30add CMakeLists.txt file for src/inkjarJohan B. C. Engelen1-0/+4
(bzr r5239)
2008-01-31Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington1-1/+3
(bzr r4629)
2007-09-12**/makefile.in: svn propset svn:eol-style native. Provide rule for ↵Peter Moulder1-3/+3
%.$(OBJEXT) instead of %.o. (bzr r3726)
2006-02-06ifdef'd win32 #include <zlib.h> to fix compile errorJosh Andler1-0/+4
(bzr r95)
2006-02-06revert to using inttypes.h instead of stdint.hRalf Stephan1-3/+5
(bzr r94)
2006-02-04optimize includes, use stdlib instead of inttypes if we have itRalf Stephan1-2/+14
(bzr r73)