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
...
*
cmake: include javainc dir. please check if this works on linux and solaris too
Johan B. C. Engelen
2008-04-10
2
-0
/
+15
*
adjust the file generation path fir sp-marshal to jive with the include vs ad...
Aaron Spike
2008-04-10
1
-5
/
+1
*
process source subdirectories with INCLUDE() instead of ADD_DIRECTORIES()
Aaron Spike
2008-04-10
15
-178
/
+98
*
replace setting flags as variables with use of add_definitions() to avoid quo...
Aaron Spike
2008-04-10
1
-10
/
+8
*
don't set -j anything by default - its not useful and may cause breakage debu...
Peter Linnell
2008-04-09
1
-1
/
+1
*
change doEffect functions to use const& parameters
Johan B. C. Engelen
2008-04-09
24
-35
/
+35
*
change to c++ style casts in Effect::New
Johan B. C. Engelen
2008-04-09
1
-12
/
+11
*
change doEffect_path to default to calling pwd2 for all continuous subpaths
Johan B. C. Engelen
2008-04-09
3
-20
/
+38
*
Fixed Makefile following earlier commit (removed and added relevant .py files)
Marcin Floryan
2008-04-09
1
-8
/
+1
*
Following this thread: http://www.nabble.com/Extension-parameters-td9064285.h...
Marcin Floryan
2008-04-09
21
-151
/
+81
*
another currentColor fix from bug 174720
bulia byak
2008-04-08
1
-2
/
+2
*
commit patch for LaTeX extension. fixes bug #195052
Johan B. C. Engelen
2008-04-08
1
-4
/
+6
*
cmake: remove slashes from previous commit. they really should not be there. ...
Johan B. C. Engelen
2008-04-08
1
-1
/
+1
*
rename LPESkeletalStrokes -> LPEPatternAlongPath
Johan B. C. Engelen
2008-04-08
6
-42
/
+42
*
rename LPEPathAlongPath -> LPEBendPath
Johan B. C. Engelen
2008-04-08
6
-25
/
+24
*
since marker size depends on stroke width, write stroke width if there's no s...
bulia byak
2008-04-08
1
-2
/
+19
*
cmake: add CheckStructMember.cmake from KDE. enable struct checks (does this ...
Johan B. C. Engelen
2008-04-07
2
-6
/
+68
*
cmake: add many config define checks
Johan B. C. Engelen
2008-04-07
1
-4
/
+37
*
cmake: add \\ to string define so result is something like: -DSSL=\" sfsdf \...
Johan B. C. Engelen
2008-04-07
1
-1
/
+1
*
set correct svn:eol-style native for LPE files.
Johan B. C. Engelen
2008-04-07
0
-0
/
+0
*
cmake: EOL of cmakelists.txt in subdirs
Johan B. C. Engelen
2008-04-07
22
-547
/
+547
*
cmake: generate config files in CMAKE_BINARY_DIR instead of CMAKE_CURRENT_BIN...
Johan B. C. Engelen
2008-04-07
1
-5
/
+5
*
cmake: EOL
Johan B. C. Engelen
2008-04-07
1
-110
/
+110
*
cmake: convert more files to svn native eol style. i think only subdirs to go...
Johan B. C. Engelen
2008-04-07
2
-311
/
+311
*
cmake: make all cmakescripts svn:eol-style native. solved problem i think
Johan B. C. Engelen
2008-04-07
1
-0
/
+1
*
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
[prev]
[next]