summaryrefslogtreecommitdiffstats
path: root/build.xml (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-08-08Remove deprecated Autotools and btool files. Please use CMake insteadAlex Valavanis1-920/+0
(bzr r15046)
2016-07-28Finish removing GTK+ 2 fallbacksAlex Valavanis1-2/+0
(bzr r15023.2.8)
2016-05-25Update for pre1Bryce Harrington1-1/+1
(bzr r14916)
2016-05-25Update for 0.92 alpha releaseBryce Harrington1-1/+1
(bzr r14915)
2016-05-16copy files GPL2.txt and GPL3.txtAlvin Penner1-0/+2
(bzr r14892)
2016-05-15modify build files for COPYING.LIB->LGPL2.1.txt, as per ↵Alvin Penner1-1/+1
http://article.gmane.org/gmane.comp.graphics.inkscape.devel/48212 (bzr r14888)
2016-05-14Fixing build.xml file after Python update in the devlibs.Nicolas Dufour1-2/+2
(bzr r14886)
2016-04-19fix #1571365 linking on win32theAdib theadib@gmail.com1-1/+1
(bzr r14860)
2016-04-17btool: exlude 'image-menu-item.c' from gtk2 buildsEduard Braun1-0/+1
Fixed bugs: - https://launchpad.net/bugs/1571282 (bzr r14857)
2016-04-12Modified the windows build to integrate gmodule-2.0 and loader.cpp/.hMoritz Eberl1-0/+4
Added method to check inscape version used to build plugins. (bzr r14761.1.3)
2016-03-05btool: Fix multiply included test file headerEduard Braun1-1/+1
(bzr r14691)
2016-03-05btool: Update buildfiles for previous commitEduard Braun1-4/+4
(bzr r14690)
2016-01-09Updating libvisio (MS-Visio importer) version. Please use with devlibs>=r58.Nicolas Dufour1-5/+7
(bzr r14568)
2016-01-09Updating libcdr (Corel Draw importer) version. Please use with devlibs>=r57.Nicolas Dufour1-6/+14
(bzr r14567)
2016-01-08Updating Poppler version. Please use with devlibs)=r56.Nicolas Dufour1-4/+6
(bzr r14566)
2016-01-01Build. New Potrace dependency added in the devlibs.Nicolas Dufour1-8/+6
(bzr r14559)
2015-12-02Win32. Temporary workaround for Bug #1156664 (Compile against external ↵Nicolas Dufour1-0/+5
libpotrace). All the potfile dependent files are excluded from compilation. (bzr r14496)
2015-02-09Fix build failure on WindowsNicolas Dufour1-1/+1
(bzr r13911)
2015-02-06Fix for Bug #1417311 (not closed comment in build.xml).Alf Gaida1-1/+1
Fixed bugs: - https://launchpad.net/bugs/1417311 (bzr r13904)
2014-11-11Add totally unfinished XML/SPObject test suiteLiam P. White1-0/+1
(bzr r13702)
2014-11-09windows: fix running of cxxtests.Johan B. C. Engelen1-1/+2
problem was that DLLs could not be found. We have to copy the cxxtests.exe file to the distribution folder (with all DLLs in in), and run it there. (bzr r13689)
2014-10-30Fix version numbersBryce Harrington1-1/+1
(bzr r13643)
2014-10-30Open development for the 0.92 seriesBryce Harrington1-1/+1
(bzr r13642)
2014-09-02Remove more whiteboard related leftovers.Josh Andler1-4/+0
(bzr r13543)
2014-08-15Set pre-release version to 0.91pre2Bryce Harrington1-1/+1
(bzr r13513)
2014-06-19release without console window per defaultJohan B. C. Engelen1-1/+1
(bzr r13434)
2014-05-15add cxxflags attribute possibility for buildtool. fixes warnings for c-files ↵Johan B. C. Engelen1-2/+5
(-Woverloaded-virtual) (bzr r13382)
2014-05-15add cxxflags attribute possibility for buildtool. fixes warnings for c-files ↵Johan B. C. Engelen1-2/+5
(-Woverloaded-virtual) (bzr r13341.1.27)
2014-05-13remove two duplicate copies from build.xmlJohan B. C. Engelen1-2/+0
(bzr r13341.1.18)
2014-05-12remove another duplicate file copy from build.xmlJohan B. C. Engelen1-1/+0
(bzr r13365)
2014-05-12remove duplicate freetype6.dll copy from build.xmlJohan B. C. Engelen1-1/+0
(bzr r13364)
2014-05-05Make experimental feature enabling more unified/easy.Josh Andler1-0/+6
(bzr r13336)
2014-03-25windows build: update warning flags. unfortunately our code is not ready for ↵Johan B. C. Engelen1-2/+2
-Werror=switch yet (break GTK3 build in number of places, needs proper fixes) (bzr r13206)
2014-03-23make it easier for people to build with -Werror on WindowsJohan B. C. Engelen1-2/+9
(bzr r13193)
2014-03-20change more warnings into errors.Johan B. C. Engelen1-1/+1
eventually, we can better move to -Werror together with a short list of -Wno-error=... (bzr r13170)
2014-02-26Remove DOM directory and reduce size of inkscape. Use Inkscape::URI and save ↵Martin Owens1-13/+0
ziptool to utils. (bzr r13047.1.5)
2013-11-13Windows: need extra define to tell the source code we are in C++11 modeJohan B. C. Engelen1-1/+1
(bzr r12807)
2013-11-01build.xml: make it easier to change compilerJohan B. C. Engelen1-5/+11
(bzr r12761)
2013-10-21C++11 flag needs to be gnu++0x, so the compiler does not go into strict ANSI ↵Johan B. C. Engelen1-1/+1
mode (bzr r12706)
2013-10-15add (commented-out) flag for C++11 compilation. (note that on Windows we use ↵Johan B. C. Engelen1-0/+1
gcc 4.6.1, which calls it C++0x) (bzr r12693)
2013-09-25patch by Tomasz Boczkowski for missing Windows icon (Bug 1228591)Alvin Penner1-2/+2
Fixed bugs: - https://launchpad.net/bugs/1228591 (bzr r12592)
2013-09-21remove file from exclude list, linker issue was solved by adding namespaceJohan B. C. Engelen1-3/+0
(bzr r12560)
2013-09-21fix Windows buildJohan B. C. Engelen1-47/+52
(bzr r12559)
2013-08-18update to trunkJabier Arraiza Cenoz1-1/+1
(bzr r11950.1.133)
2013-07-23Remove the disabled script dialog and the nonfunctional Java bindingKrzysztof Kosi??ski1-56/+1
(bzr r12428)
2013-05-16Fix error with try-catchJabier Arraiza Cenoz1-1/+1
(bzr r11950.1.115)
2013-02-22Win32. Fix for Bug #1131882 (missing liblcms-1.dll).Nicolas Dufour1-0/+1
(bzr r12139)
2013-02-20Win32. Fix for Bug #1125620 (Crashes on trying to open document properties ↵Nicolas Dufour1-5/+4
or preferences). (bzr r12136)
2013-02-02Win32. Adding libcdr (Corel Draw) support.Nicolas Dufour1-13/+21
(bzr r12091)
2012-12-03Win32. Updating Wordperfect libraries.Nicolas Dufour1-14/+22
Win32. Activating Visio files import (Bug #1015572). Win32. Activating JPEG and EXIF support bitmap resolution import (Bug #1080474). *** Windows users, please update to devlibs r39! *** (bzr r11925)