index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
util
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
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
2009-01-05
Cmake build fixes, minor
Joshua L. Blocher
1
-1
/
+0
2008-12-29
Build a single test executable on Linux to match Windows build system.
Krzysztof Kosi??ski
1
-13
/
+1
2008-12-09
Simplify "make check" makefile rules and remove most of the obsolete
Krzysztof Kosi??ski
2
-222
/
+11
2008-12-08
"make check" now compiles and runs on Linux.
Krzysztof Kosi??ski
1
-3
/
+4
2008-12-08
Warning and 'using' cleanup.
Jon A. Cruz
1
-33
/
+31
2008-08-04
NR:: => Geom:: for util dir
Johan B. C. Engelen
1
-2
/
+5
2008-08-02
Enable exception handling for CxxTest in Makefiles
Jasper van de Gronde
1
-1
/
+1
2008-08-01
Warning cleanup
Jon A. Cruz
1
-1
/
+1
2008-07-19
Consistently use (create/destroy)Suite in unit tests.
Jasper van de Gronde
1
-0
/
+5
2008-07-17
The new CxxTest unit tests now also work on Linux! (Note that test-all
Jasper van de Gronde
1
-0
/
+22
2008-07-16
fix combo enum, to handle enums of all types (not only the ones that range fr...
Johan B. C. Engelen
1
-17
/
+34
2008-07-05
EOL fixups
Jon A. Cruz
1
-245
/
+245
2008-07-03
Tests for svg-affine and svg-length (the latter is not much more than a stub)...
Jasper van de Gronde
1
-0
/
+245
2008-06-24
Cmake: remove header files from source lists
Joshua L. Blocher
1
-15
/
+1
2008-04-07
cmake: EOL of cmakelists.txt in subdirs
Johan B. C. Engelen
1
-18
/
+18
2008-04-01
delete remaining .cvsignore files
Adib Taraben
1
-5
/
+0
2008-03-30
add CMakeLists.txt files for trace, traits, utest, util, widgets and xml. min...
Johan B. C. Engelen
1
-0
/
+19
2008-02-06
add extra note of importance to EnumDataConverter and add is_valid_id method
Johan B. C. Engelen
1
-1
/
+8
2007-12-04
When snapping, consider all four grid lines around the current point instead ...
Diederik van Lierop
1
-0
/
+37
2007-12-02
Fix compile. Don't #include .cpp files!
Johan B. C. Engelen
2
-0
/
+44
2007-09-12
**/makefile.in: svn propset svn:eol-style native. Provide rule for %.$(OBJEX...
Peter Moulder
1
-3
/
+3
2007-08-30
Add commentary to warn about how to initialize translatable enums
Johan B. C. Engelen
1
-0
/
+6
2007-07-16
Filter effects dialog:
Nicholas Bishop
1
-0
/
+10
2007-07-14
Filter effects:
Nicholas Bishop
2
-0
/
+94
2007-03-20
format string protection/clean up (CVE-2007-1463, CVE-2007-1464)
Kees Cook
1
-1
/
+3
2007-02-19
Cleaned up DOS line ends that had snuck in.
Jon A. Cruz
1
-333
/
+333
2007-02-11
jasper's patch for fast iir blur
bulia byak
2
-0
/
+334
2006-11-02
Included stdexcept to fix compile error
Johan B. C. Engelen
1
-0
/
+1
2006-11-01
util/ucompose.hpp: catch exception thrown when user has an unsupported
gustav_b
1
-1
/
+6
2006-05-02
r11667@tres: ted | 2006-05-01 22:48:49 -0700
Ted Gould
1
-1
/
+1
2006-05-02
(bzr r690)
Ted Gould
1
-1
/
+1
2006-04-29
update copyright
MenTaLguY
1
-1
/
+1
2006-04-29
added refcount logging to GC::Anchored and shared string printf in util
MenTaLguY
2
-0
/
+55
2006-03-15
shared_ptr -> ptr_shared
MenTaLguY
2
-31
/
+31
2006-02-08
share_static -> share_static_string
MenTaLguY
1
-3
/
+2
2006-02-06
replace Util::SharedCStringPtr with the more general Util::shared_ptr<>
MenTaLguY
5
-129
/
+194