index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
removeoverlap
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2010-03-14
Move around files to remove some vanity directories.
Krzysztof Kosi??ski
5
-132
/
+0
2009-05-21
Fix crash reported in bug 214186 (related to the "remove overlap" function in...
Diederik van Lierop
1
-0
/
+11
2009-02-20
Only build static libraries for subdirs than actually contain libraries,
Krzysztof Kosi??ski
1
-6
/
+1
2009-01-12
Cmake: Fixed the extra -l in the link command, plus a add linking for all sub...
Joshua L. Blocher
1
-1
/
+3
2009-01-09
Cmake: restructure build files to be more like current build system. Should r...
Joshua L. Blocher
1
-0
/
+1
2008-11-21
Merge from fe-moved
Ted Gould
1
-1
/
+1
2008-10-11
Merging from trunk
Ted Gould
1
-9
/
+9
2008-09-18
More NR ==> Geom conversion (points and some matrices/transforms)
Maximilian Albert
1
-1
/
+1
2008-08-05
NR::Maybe => boost::optional
Johan B. C. Engelen
1
-1
/
+1
2008-07-05
removeoverlap/removeoverlap.h: Supply missing #includes/declarations so that ...
Peter Moulder
1
-2
/
+5
2008-06-24
Cmake: remove header files from source lists
Joshua L. Blocher
1
-2
/
+1
2008-04-07
cmake: EOL of cmakelists.txt in subdirs
Johan B. C. Engelen
1
-3
/
+3
2008-04-01
delete remaining .cvsignore files
Adib Taraben
1
-5
/
+0
2008-03-30
add CMakeLists.txt files for removeoverlap and svg
Johan B. C. Engelen
1
-0
/
+4
2007-09-12
**/makefile.in: svn propset svn:eol-style native. Provide rule for %.$(OBJEX...
Peter Moulder
1
-3
/
+3
2007-03-10
Merge further bbox work
MenTaLguY
1
-42
/
+33
2006-07-14
- Connectors with end-markers now constrained to point downwards in graph layout
Tim Dwyer
1
-0
/
+2
2006-07-12
Previously graph layout was done using the Kamada-Kawai layout algorithm
Tim Dwyer
23
-2859
/
+4
2006-05-23
make loop var unsigned etc, remove compiler warnings
Ralf Stephan
2
-8
/
+7
2006-05-17
* Fix build for gcc 4.x (Remove additional class name qualifier inside class ...
Milosz Derezynski
2
-2
/
+2
2006-05-10
increased alarm time-out to 60 secs (because 30 seconds may not have been eno...
Tim Dwyer
1
-2
/
+2
2006-05-10
Apparently a problem was reported with one of the test cases.
Tim Dwyer
17
-169
/
+475
2006-03-28
more g++ 4.1 fixes (by inkblotter)
Ralf Stephan
1
-1
/
+1
2006-02-22
Fixed template warning.
Tim Dwyer
1
-9
/
+11
2006-02-21
introduce orthogonal template declaration, fixes compiler warnings
Ralf Stephan
1
-2
/
+5
2006-02-06
r10887@tres: ted | 2006-02-05 23:16:41 -0800
Ted Gould
3
-4
/
+4
2006-02-06
Had to include fstream for overloaded def of <<
Tim Dwyer
1
-0
/
+1
2006-02-06
(bzr r90)
Ted Gould
3
-4
/
+4
2006-02-06
DBL_MIN replaced by -DBL_MAX which is what I meant all along.
Tim Dwyer
5
-5
/
+39
2006-02-06
Stupid bug in generate-constraints events comparison test fixed
Tim Dwyer
2
-2
/
+2
2006-02-01
Added consts to args of pairing heap compare fn
Tim Dwyer
3
-5
/
+5
2006-01-26
Cleanup.
Tim Dwyer
1
-7
/
+0
2006-01-26
Constructor cleaned up a bit.
Tim Dwyer
1
-9
/
+6
2006-01-26
Fixed bug to do with comparison of invalid constraints in pairing heaps.
Tim Dwyer
9
-22
/
+57
2006-01-25
Change to the way timestamps are used. Should now be more efficient.
Tim Dwyer
2
-5
/
+4