summaryrefslogtreecommitdiffstats
path: root/build.xml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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)
* Build. Reverting GTKMM changes in devlibs and build.xml.Nicolas Dufour2012-10-221-1/+1
| | | (bzr r11820)
* because we are in frost: disable experimental LPEsJohan B. C. Engelen2012-10-211-1/+1
| | | (bzr r11818)
* Build. switching to gtkmm 2.24.Nicolas Dufour2012-10-191-2/+4
| | | (bzr r11810)
* Build. Activating xslt extensions on Windows (not used yet).Nicolas Dufour2012-08-031-0/+4
| | | (bzr r11585)
* Fix building with Poppler 0.20 (LP: #1005565)Luca Bruno2012-06-301-0/+2
| | | | | | | | Poppler >= 0.20 has a new internal API for errors and other miscellanea. As we are abusing these internal functionalities, they broke from time to time. Fixing it for now with a new conditional build flag. This fixes https://bugs.launchpad.net/inkscape/+bug/1005565 (bzr r11518)
* enable GSEAL for Windows buildsJohan B. C. Engelen2012-06-121-1/+1
| | | (bzr r11491)
* undo changesJohan B. C. Engelen2012-05-281-2/+3
| | | (bzr r11433)
* mesh gradient: fix bad indexingJohan B. C. Engelen2012-05-251-3/+2
| | | (bzr r11417)
* disable more deprecated stuffJohan B. C. Engelen2012-04-111-3/+3
| | | (bzr r11229)
* start disabling deprecated GTK+ calls in Windows builds, to prevent people ↵Johan B. C. Engelen2012-04-111-1/+8
| | | | | from using deprecated methods (bzr r11228)
* add GSEAL_ENABLE flag, ready to be activatedJohan B. C. Engelen2012-04-091-1/+2
| | | (bzr r11203)
* give error when function does not return something while it shouldJohan B. C. Engelen2012-03-211-0/+1
| | | (bzr r11110)
* Copy missing libintl-8.dll in build.xmlKrzysztof Kosi??ski2012-02-211-1/+1
| | | (bzr r11005)
* fix compile (for r10969)Johan B. C. Engelen2012-02-151-1/+1
| | | (bzr r10979)
* Fix compilation on Windows after libnr removalKrzysztof Kosi??ski2011-08-291-30/+0
| | | (bzr r10590)
* Clean up more whiteboard stuff and fix header name in fileJosh Andler2011-07-111-15/+0
| | | (bzr r10441)
* Add libpixman-1-0.dll to the list of dist libraries on Windows.Krzysztof Kosi??ski2011-06-221-0/+1
| | | | | Fixes missing dependency at startup. (bzr r10332)
* Merge from trunkKrzysztof Kosi??ski2011-06-191-0/+4
|\ | | | | (bzr r9508.1.89)
| * Update to win32 build defines for libwpg issue.Jon A. Cruz2011-06-111-0/+3
| | | | | | (bzr r10269)
| * Add GCC support library to files distributed in the Windows bundle.Krzysztof Kosi??ski2011-05-231-0/+1
| | | | | | | | | | Needed after recent devlibs upgrade. (bzr r10221)
* | Add gcc support library to build.xml (so it runs on windows again).Jasper van de Gronde2011-05-301-0/+1
|/ | | (bzr r9508.1.84)
* libgomp-1.dll has moved?Jasper van de Gronde2011-03-191-1/+1
| | | (bzr r10116)
* remove 2geom excludesJohan B. C. Engelen2011-02-101-2/+0
| | | (bzr r10044)
* Attempt fixing win32 compilingJosh Andler2011-02-101-0/+1
| | | (bzr r10040)