index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
build-x64.xml
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2016-08-08
Remove deprecated Autotools and btool files. Please use CMake instead
Alex Valavanis
1
-950
/
+0
2016-08-05
build-x64.xml now uses GTK+ 3
Alex Valavanis
1
-37
/
+60
2016-07-28
Finish removing GTK+ 2 fallbacks
Alex Valavanis
1
-2
/
+0
2016-05-25
Update for pre1
Bryce Harrington
1
-1
/
+1
2016-05-25
Update for 0.92 alpha release
Bryce Harrington
1
-1
/
+1
2016-05-16
copy files GPL2.txt and GPL3.txt
Alvin Penner
1
-0
/
+2
2016-05-15
modify build files for COPYING.LIB->LGPL2.1.txt, as per http://article.gmane....
Alvin Penner
1
-1
/
+1
2016-04-19
fix #1571365 linking on win32
theAdib theadib@gmail.com
1
-1
/
+1
2016-04-17
btool: exlude 'image-menu-item.c' from gtk2 builds
Eduard Braun
1
-0
/
+1
2016-04-12
Modified the windows build to integrate gmodule-2.0 and loader.cpp/.h
Moritz Eberl
1
-0
/
+4
2016-03-05
btool: Fix multiply included test file header
Eduard Braun
1
-1
/
+1
2016-03-05
btool: Update buildfiles for previous commit
Eduard Braun
1
-7
/
+19
2016-02-28
Update win64 build files for devlibs64 update
Eduard Braun
1
-108
/
+70
2015-12-27
Revert hard Harfbuzz dependency for Windows. Not yet in Devlibs.
Alex Valavanis
1
-4
/
+3
2015-12-27
Apply Tav/suv patch to replace Pango OT functions with Harfbuzz
Alex Valavanis
1
-3
/
+4
2015-02-07
build-x64.xml, add librsvg and libcroco into binary package
Adib Taraben
1
-0
/
+2
2014-11-19
Win64: complimentary to rev13689, fix cxxtests on 64bit windows
Johan B. C. Engelen
1
-1
/
+2
2014-11-19
Windows 64-bit: fix linking cxxtests (missing deps)
Johan B. C. Engelen
1
-0
/
+5
2014-11-11
Add totally unfinished XML/SPObject test suite
Liam P. White
1
-0
/
+1
2014-10-30
Fix version numbers
Bryce Harrington
1
-1
/
+1
2014-10-30
Open development for the 0.92 series
Bryce Harrington
1
-1
/
+1
2014-09-02
Remove more whiteboard related leftovers.
Josh Andler
1
-4
/
+0
2014-08-15
Set pre-release version to 0.91pre2
Bryce Harrington
1
-1
/
+1
2014-06-19
release without console window per default
Johan B. C. Engelen
1
-2
/
+2
2014-06-01
win64: add aspell and stand-alone gdb to builds. (x64 version should now be f...
Johan B. C. Engelen
1
-6
/
+7
2014-06-01
win64: add aspell to build-x64.xml (win64 is now has all features that win32...
Johan B. C. Engelen
1
-5
/
+6
2014-05-21
Update for working Win64 GDB (devlibs update required)
Liam White
1
-1
/
+1
2014-05-17
revert unintended changes by previous commit
Johan B. C. Engelen
1
-5
/
+5
2014-05-17
add libwpg, libvisio, and libcdr to win64 build
Johan B. C. Engelen
1
-26
/
+21
2014-05-17
add libwpg, libvisio, and libcdr to win64 build
Johan B. C. Engelen
1
-18
/
+15
2014-05-16
further tweaks to build-x64.xml.
Johan B. C. Engelen
1
-9
/
+7
2014-05-15
add cxxflags attribute possibility for buildtool. fixes warnings for c-files ...
Johan B. C. Engelen
1
-2
/
+6
2014-05-15
add cxxflags attribute possibility for buildtool. fixes warnings for c-files ...
Johan B. C. Engelen
1
-4
/
+8
2014-05-15
add 64bit build-x64.xml to trunk
Johan B. C. Engelen
1
-55
/
+99
2014-05-13
remove two duplicate copies from build.xml
Johan B. C. Engelen
1
-2
/
+0
2014-05-12
remove another duplicate file copy from build.xml
Johan B. C. Engelen
1
-1
/
+0
2014-05-12
remove duplicate freetype6.dll copy from build.xml
Johan B. C. Engelen
1
-1
/
+0
2014-05-05
Make experimental feature enabling more unified/easy.
Josh Andler
1
-0
/
+6
2014-03-25
windows build: update warning flags. unfortunately our code is not ready for ...
Johan B. C. Engelen
1
-2
/
+2
2014-03-23
make it easier for people to build with -Werror on Windows
Johan B. C. Engelen
1
-2
/
+9
2014-03-20
change more warnings into errors.
Johan B. C. Engelen
1
-1
/
+1
2014-02-26
Remove DOM directory and reduce size of inkscape. Use Inkscape::URI and save ...
Martin Owens
1
-13
/
+0
2013-11-13
Windows: need extra define to tell the source code we are in C++11 mode
Johan B. C. Engelen
1
-1
/
+1
2013-11-01
build.xml: make it easier to change compiler
Johan B. C. Engelen
1
-5
/
+11
2013-10-21
C++11 flag needs to be gnu++0x, so the compiler does not go into strict ANSI ...
Johan B. C. Engelen
1
-1
/
+1
2013-10-15
add (commented-out) flag for C++11 compilation. (note that on Windows we use ...
Johan B. C. Engelen
1
-0
/
+1
2013-09-25
patch by Tomasz Boczkowski for missing Windows icon (Bug 1228591)
Alvin Penner
1
-2
/
+2
2013-09-21
remove file from exclude list, linker issue was solved by adding namespace
Johan B. C. Engelen
1
-3
/
+0
2013-09-21
fix Windows build
Johan B. C. Engelen
1
-47
/
+52
2013-08-18
update to trunk
Jabier Arraiza Cenoz
1
-1
/
+1
[next]