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
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