summaryrefslogtreecommitdiffstats
path: root/build.xml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove deprecated Autotools and btool files. Please use CMake insteadAlex Valavanis2016-08-081-920/+0
| | | (bzr r15046)
* Finish removing GTK+ 2 fallbacksAlex Valavanis2016-07-281-2/+0
| | | (bzr r15023.2.8)
* Update for pre1Bryce Harrington2016-05-251-1/+1
| | | (bzr r14916)
* Update for 0.92 alpha releaseBryce Harrington2016-05-251-1/+1
| | | (bzr r14915)
* copy files GPL2.txt and GPL3.txtAlvin Penner2016-05-161-0/+2
| | | (bzr r14892)
* modify build files for COPYING.LIB->LGPL2.1.txt, as per ↵Alvin Penner2016-05-151-1/+1
| | | | | http://article.gmane.org/gmane.comp.graphics.inkscape.devel/48212 (bzr r14888)
* Fixing build.xml file after Python update in the devlibs.Nicolas Dufour2016-05-141-2/+2
| | | (bzr r14886)
* fix #1571365 linking on win32theAdib theadib@gmail.com2016-04-191-1/+1
| | | (bzr r14860)
* btool: exlude 'image-menu-item.c' from gtk2 buildsEduard Braun2016-04-171-0/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1571282 (bzr r14857)
* Modified the windows build to integrate gmodule-2.0 and loader.cpp/.hMoritz Eberl2016-04-121-0/+4
| | | | | Added method to check inscape version used to build plugins. (bzr r14761.1.3)
* btool: Fix multiply included test file headerEduard Braun2016-03-051-1/+1
| | | (bzr r14691)
* btool: Update buildfiles for previous commitEduard Braun2016-03-051-4/+4
| | | (bzr r14690)
* Updating libvisio (MS-Visio importer) version. Please use with devlibs>=r58.Nicolas Dufour2016-01-091-5/+7
| | | (bzr r14568)
* Updating libcdr (Corel Draw importer) version. Please use with devlibs>=r57.Nicolas Dufour2016-01-091-6/+14
| | | (bzr r14567)
* Updating Poppler version. Please use with devlibs)=r56.Nicolas Dufour2016-01-081-4/+6
| | | (bzr r14566)
* Build. New Potrace dependency added in the devlibs.Nicolas Dufour2016-01-011-8/+6
| | | (bzr r14559)
* Win32. Temporary workaround for Bug #1156664 (Compile against external ↵Nicolas Dufour2015-12-021-0/+5
| | | | | libpotrace). All the potfile dependent files are excluded from compilation. (bzr r14496)
* Fix build failure on WindowsNicolas Dufour2015-02-091-1/+1
| | | (bzr r13911)
* Fix for Bug #1417311 (not closed comment in build.xml).Alf Gaida2015-02-061-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1417311 (bzr r13904)
* Add totally unfinished XML/SPObject test suiteLiam P. White2014-11-111-0/+1
| | | (bzr r13702)
* windows: fix running of cxxtests.Johan B. C. Engelen2014-11-091-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)
* Fix version numbersBryce Harrington2014-10-301-1/+1
| | | (bzr r13643)
* Open development for the 0.92 seriesBryce Harrington2014-10-301-1/+1
| | | (bzr r13642)
* Remove more whiteboard related leftovers.Josh Andler2014-09-021-4/+0
| | | (bzr r13543)
* Set pre-release version to 0.91pre2Bryce Harrington2014-08-151-1/+1
| | | (bzr r13513)
* release without console window per defaultJohan B. C. Engelen2014-06-191-1/+1
| | | (bzr r13434)
* add cxxflags attribute possibility for buildtool. fixes warnings for c-files ↵Johan B. C. Engelen2014-05-151-2/+5
| | | | | (-Woverloaded-virtual) (bzr r13382)
* remove another duplicate file copy from build.xmlJohan B. C. Engelen2014-05-121-1/+0
| | | (bzr r13365)
* remove duplicate freetype6.dll copy from build.xmlJohan B. C. Engelen2014-05-121-1/+0
| | | (bzr r13364)
* Make experimental feature enabling more unified/easy.Josh Andler2014-05-051-0/+6
| | | (bzr r13336)
* windows build: update warning flags. unfortunately our code is not ready for ↵Johan B. C. Engelen2014-03-251-2/+2
| | | | | -Werror=switch yet (break GTK3 build in number of places, needs proper fixes) (bzr r13206)
* make it easier for people to build with -Werror on WindowsJohan B. C. Engelen2014-03-231-2/+9
| | | (bzr r13193)
* change more warnings into errors.Johan B. C. Engelen2014-03-201-1/+1
| | | | | eventually, we can better move to -Werror together with a short list of -Wno-error=... (bzr r13170)
* Remove DOM directory and reduce size of inkscape. Use Inkscape::URI and save ↵Martin Owens2014-02-261-13/+0
| | | | | ziptool to utils. (bzr r13047.1.5)
* Windows: need extra define to tell the source code we are in C++11 modeJohan B. C. Engelen2013-11-131-1/+1
| | | (bzr r12807)
* build.xml: make it easier to change compilerJohan B. C. Engelen2013-11-011-5/+11
| | | (bzr r12761)
* C++11 flag needs to be gnu++0x, so the compiler does not go into strict ANSI ↵Johan B. C. Engelen2013-10-211-1/+1
| | | | | mode (bzr r12706)
* add (commented-out) flag for C++11 compilation. (note that on Windows we use ↵Johan B. C. Engelen2013-10-151-0/+1
| | | | | gcc 4.6.1, which calls it C++0x) (bzr r12693)
* patch by Tomasz Boczkowski for missing Windows icon (Bug 1228591)Alvin Penner2013-09-251-2/+2
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1228591 (bzr r12592)
* remove file from exclude list, linker issue was solved by adding namespaceJohan B. C. Engelen2013-09-211-3/+0
| | | (bzr r12560)
* fix Windows buildJohan B. C. Engelen2013-09-211-47/+52
| | | (bzr r12559)
* Remove the disabled script dialog and the nonfunctional Java bindingKrzysztof Kosi??ski2013-07-231-56/+1
| | | (bzr r12428)
* Win32. Fix for Bug #1131882 (missing liblcms-1.dll).Nicolas Dufour2013-02-221-0/+1
| | | (bzr r12139)
* Win32. Fix for Bug #1125620 (Crashes on trying to open document properties ↵Nicolas Dufour2013-02-201-5/+4
| | | | | or preferences). (bzr r12136)
* Win32. Adding libcdr (Corel Draw) support.Nicolas Dufour2013-02-021-13/+21
| | | (bzr r12091)
* Win32. Updating Wordperfect libraries.Nicolas Dufour2012-12-031-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)
* Win32. Updating the trunk again for devlibs r36.Nicolas Dufour2012-11-081-0/+2
| | | (bzr r11865)
* fix build ?!Johan B. C. Engelen2012-10-281-2/+0
| | | (bzr r11846)
* fix buildJohan B. C. Engelen2012-10-271-0/+2
| | | (bzr r11841)
* Build. Cleaning build.xml.Nicolas Dufour2012-10-241-2/+0
| | | (bzr r11826)