index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Refactor snapper and snapindicator (in order to enable the snapindicator in t...
Diederik van Lierop
2008-04-07
14
-202
/
+224
*
cmake: add comment of why to add base binary dir to include path
Johan B. C. Engelen
2008-04-07
1
-2
/
+2
*
cmake: add pango defines necessary for win32 building, also needed for linux?
Johan B. C. Engelen
2008-04-07
1
-0
/
+2
*
cmake: add pango defines necessary for win32 building, also needed for linux?
Johan B. C. Engelen
2008-04-07
1
-0
/
+4
*
cmake: add compile flags to C flags as well
Johan B. C. Engelen
2008-04-07
1
-0
/
+1
*
cmake: remove inkscape_version definition from config.h (it's already in inks...
Johan B. C. Engelen
2008-04-07
1
-2
/
+0
*
cmake: add CMAKE_CURRENT_BINARY_DIR to include path
Johan B. C. Engelen
2008-04-07
1
-0
/
+2
*
add CFLAGS from dependencies to CMAKE_C_FLAGS as well (instead of only to CXX)
Johan B. C. Engelen
2008-04-07
1
-0
/
+1
*
Cmake: Moved CMAKE_C_FLAGS to ConfigCompileFlags.cmake
Joshua L. Blocher
2008-04-07
2
-2
/
+2
*
CMake: add optional flags when found
Aaron Spike
2008-04-07
1
-0
/
+2
*
Remove binary dir from Include path and replace with the source root and src/
Aaron Spike
2008-04-07
1
-1
/
+1
*
remove antediluvian cruft
bulia byak
2008-04-07
1
-15
/
+0
*
revert last change: svg spec says that even one zero dimension suppresses ren...
bulia byak
2008-04-07
1
-1
/
+1
*
allow a rect with only one dimension == 0 to have curve
bulia byak
2008-04-07
1
-1
/
+1
*
fix bug with garbage lines caused with close_path when part of a subpath is o...
bulia byak
2008-04-07
1
-2
/
+12
*
consistency with offset keys
bulia byak
2008-04-07
2
-2
/
+6
*
Cmake: more fixs for C internal libs
Joshua L. Blocher
2008-04-07
5
-8
/
+24
*
Cmake: Added internal link libraries
Joshua L. Blocher
2008-04-06
2
-2
/
+2
*
CMake build work
Aaron Spike
2008-04-06
2
-20
/
+11
*
Cmake: Added link libraries
Joshua L. Blocher
2008-04-06
1
-1
/
+16
*
Cmake: Fix registrytool.cpp to compile on windows only
Joshua L. Blocher
2008-04-05
1
-1
/
+8
*
Enable/disable selection tools to match selection
Jon A. Cruz
2008-04-05
1
-13
/
+35
*
update
Arpad Biro
2008-04-05
1
-2872
/
+2444
*
Const char fixup
Jon A. Cruz
2008-04-05
1
-5
/
+5
*
cmake: remove quotes from execute_command. now it works.
Johan B. C. Engelen
2008-04-05
1
-4
/
+5
*
cmake: fix file names in marshal generation
Johan B. C. Engelen
2008-04-05
2
-11
/
+10
*
RegisteredTransformedPoint: fix methods to use const&.
Johan B. C. Engelen
2008-04-05
3
-4
/
+9
*
Cmake: UseGlibMarshal update
Joshua L. Blocher
2008-04-05
1
-3
/
+4
*
cmake: fix prefix
Johan B. C. Engelen
2008-04-05
1
-1
/
+1
*
cmake: marshal files; fix to use correct result variable
Johan B. C. Engelen
2008-04-05
1
-3
/
+3
*
cmake: revert last commit because the current directory is included when buil...
Johan B. C. Engelen
2008-04-05
1
-1
/
+1
*
cmake: fix include location of sp-marshal
Johan B. C. Engelen
2008-04-05
1
-1
/
+1
*
cmake: fix wrong direction of slashes
Johan B. C. Engelen
2008-04-05
1
-1
/
+1
*
cmake: fix error in UseGlibMarshal.cmake
Johan B. C. Engelen
2008-04-05
1
-5
/
+5
*
Cmake: add missing CMakeLists.txt
Joshua L. Blocher
2008-04-05
2
-5
/
+28
*
add include file to build with gcc4.3
Johan B. C. Engelen
2008-04-05
1
-1
/
+1
*
Cmake: add UseGlibMarshal.cmake for generating files
Joshua L. Blocher
2008-04-05
1
-0
/
+27
*
cmake: add explicit coloring and verbosity setting
Johan B. C. Engelen
2008-04-05
1
-0
/
+5
*
Updated POTFILES.in list to include all files that use the gettext
Marcin Floryan
2008-04-04
1
-201
/
+47
*
Add native method stubbing utility
Bob Jamison
2008-04-04
1
-0
/
+299
*
One more tweak
Bob Jamison
2008-04-04
1
-3
/
+3
*
Fix LP bug #190420 (noncompliant desktop entry); remove pointless
Krzysztof Kosi??ski
2008-04-04
2
-8
/
+2
*
make dependency messages a bit better
Bob Jamison
2008-04-04
1
-2
/
+2
*
Improve status messages a bit
Bob Jamison
2008-04-04
1
-20
/
+37
*
Add an <excludeinc> filelist tag to <cc> to avoid float.h in extension/param
Bob Jamison
2008-04-04
2
-13
/
+175
*
Changed Persp3D::boxes_transformed to a std::map pointer since it was not bei...
John Faith
2008-04-04
2
-19
/
+22
*
cmake: add HAVE_GETOPT_H
Johan B. C. Engelen
2008-04-04
2
-0
/
+3
*
cmake: fix PACKAGE_LOCALE_DIR for win32. todo: check for linux
Johan B. C. Engelen
2008-04-04
2
-1
/
+10
*
cmake: move extension param files to their own CMakeLists.txt
Johan B. C. Engelen
2008-04-04
2
-10
/
+14
*
cmake: put each dependency on new line, for better svn diffs.
Johan B. C. Engelen
2008-04-04
1
-2
/
+21
[prev]
[next]