index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
libcola
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
code cleanup: quiet warnings with gcc.
Campbell Barton
2012-11-20
3
-4
/
+4
*
Cleanup pass on documentation that was dumping garbage into doxygen output.
Jon A. Cruz
2011-10-25
1
-1
/
+1
*
Documentation update pass.
Jon A. Cruz
2011-10-23
1
-1
/
+3
*
cppcheck
Kris De Gussem
2011-10-18
1
-1
/
+1
*
Merge from trunk
Krzysztof Kosi??ski
2011-07-06
7
-155
/
+173
|
\
|
*
Applying patch from Campbell Barton to help building on other than gcc.
Jon A. Cruz
2011-07-02
1
-8
/
+10
|
*
Remove "using namespace" from libcola headers.
Jon A. Cruz
2011-06-27
6
-89
/
+92
|
*
Whitespace cleanup.
Jon A. Cruz
2011-06-26
1
-58
/
+71
|
*
warning cleanup (no functional changes)
Campbell Barton
2011-06-25
1
-3
/
+3
*
|
Update 2Geom to pull in integer rectangle class
Krzysztof Kosi??ski
2011-06-23
2
-2
/
+2
|
/
*
cmake:
Campbell Barton
2011-06-13
1
-1
/
+12
*
cmake:
Campbell Barton
2011-06-13
1
-2
/
+3
*
cmake: give all libs a _LIB suffix, workaround 'debug' being confused with ca...
Campbell Barton
2011-06-12
1
-2
/
+2
*
cmake: commented unused files/dirs, double checked all files compile this time
Campbell Barton
2011-06-12
1
-1
/
+1
*
work in progress cmake commit:
Campbell Barton
2011-06-12
1
-11
/
+10
*
Cmake: Fixed the extra -l in the link command, plus a add linking for all sub...
Joshua L. Blocher
2009-01-12
1
-0
/
+2
*
Cmake: remove header files from source lists
Joshua L. Blocher
2008-06-24
1
-16
/
+9
*
* src/2geom/isnan.h, src/libcola/cola.cpp, src/style.cpp, src/seltrans.cpp,
mjwybrow
2008-06-22
2
-2
/
+2
*
merge gsoc2008_johan_path2geom into trunk
Johan B. C. Engelen
2008-06-06
2
-3
/
+3
*
Cmake: more fixs for C internal libs
Joshua L. Blocher
2008-04-07
1
-1
/
+1
*
add CMakeFiles for io, jabber_whiteboard libavoid libcola.
Johan B. C. Engelen
2008-03-30
1
-0
/
+17
*
Applying fixes for gcc 4.3 build issues (closes LP: #169115)
Bryce Harrington
2008-01-31
1
-1
/
+2
*
Add virtual to a lot of the destructors. Note: perhaps it will have to be rev...
Johan B. C. Engelen
2007-11-04
4
-7
/
+7
*
committed patch 1710682 by jfaith
JiHO
2007-05-01
2
-2
/
+3
*
commited Solaris 2.8 / gcc-3.2.3 fixes
Markus Schwarzenberg
2007-03-01
1
-2
/
+5
*
cleanup, remove warnings
Tim Dwyer
2006-07-17
2
-50
/
+56
*
minor performance improvement
Tim Dwyer
2006-07-17
1
-5
/
+7
*
remove debug messages
Tim Dwyer
2006-07-17
1
-9
/
+10
*
remove overlaps between connected components
Tim Dwyer
2006-07-17
2
-15
/
+63
*
Constraints are now properly divided up between the connected components
Tim Dwyer
2006-07-17
2
-6
/
+35
*
Layout algorithm is now applied to each connected component in the
Tim Dwyer
2006-07-16
5
-79
/
+184
*
fixed warnings
Tim Dwyer
2006-07-14
1
-0
/
+2
*
- Connectors with end-markers now constrained to point downwards in graph layout
Tim Dwyer
2006-07-14
5
-44
/
+45
*
- added toggle buttons for directed layout (doesn't do anything yet) and over...
Tim Dwyer
2006-07-12
1
-2
/
+2
*
Previously graph layout was done using the Kamada-Kawai layout algorithm
Tim Dwyer
2006-07-12
14
-0
/
+2229