index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
svg
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2012-11-20
code cleanup: quiet warnings with gcc.
Campbell Barton
2
-0
/
+3
2012-05-07
Allow shorthand paths
Jasper van de Gronde
3
-14
/
+100
2012-04-04
c++ification: GHashTable > std::map (bug #970237 ; patch by Samuel Chase + so...
Kris De Gussem
2
-47
/
+42
2012-03-07
cppcheck
Kris De Gussem
1
-1
/
+1
2012-02-13
Enable LCMS2 for other than OSX, where it still has some issues. Fixes bug #8...
Jon A. Cruz
1
-4
/
+4
2011-12-08
Switch to top-level glib headers. Thanks to DimStar for patch
Alex Valavanis
13
-20
/
+11
2011-10-25
Cleanup pass on documentation that was dumping garbage into doxygen output.
Jon A. Cruz
1
-3
/
+4
2011-10-18
cppcheck
Kris De Gussem
1
-2
/
+2
2011-10-02
Warning cleanup.
Jon A. Cruz
1
-0
/
+2
2011-08-27
Remove nr-forward.h
Krzysztof Kosi??ski
1
-1
/
+0
2011-07-10
Refactored to abstract lcms usage more. Added CMSSystem class.
Jon A. Cruz
1
-10
/
+7
2011-07-09
Next step in refactoring color management. More to come.
Jon A. Cruz
1
-3
/
+7
2011-07-02
added missing header
Campbell Barton
1
-0
/
+3
2011-06-13
cmake:
Campbell Barton
1
-2
/
+19
2011-06-13
cmake: now builds without having most of the source listed in 1 file.
Campbell Barton
1
-1
/
+2
2011-06-13
cmake:
Campbell Barton
1
-2
/
+2
2011-06-12
cmake: give all libs a _LIB suffix, workaround 'debug' being confused with ca...
Campbell Barton
1
-2
/
+2
2011-06-12
work in progress cmake commit:
Campbell Barton
1
-17
/
+17
2011-02-02
update to latest 2geom !
Johan B. C. Engelen
4
-54
/
+54
2010-12-14
Unit test cleanup.
Jon A. Cruz
1
-30
/
+30
2010-11-17
Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...
Chris Morgan
23
-23
/
+23
2010-08-04
Wholesale cruft removal part 2
Krzysztof Kosi??ski
1
-3
/
+0
2010-07-07
Revert device-color for now.
Jon A. Cruz
4
-135
/
+0
2010-03-26
Adding in svg-device-color.h
Ted Gould
1
-1
/
+2
2009-12-25
Fix compile when lcms is disabled (someone please check that this fix is corr...
Maximilian Albert
1
-0
/
+2
2009-12-20
Warning cleanup
Jon A. Cruz
2
-2
/
+3
2009-12-07
This commit hooks device-cmyk handling to color pickers. Now we have basic in...
Felipe Corr??a da Silva Sanches
1
-2
/
+0
2009-12-06
* infrastructure to store device colors as described in http://www.w3.org/TR/...
Felipe Corr??a da Silva Sanches
3
-0
/
+136
2009-12-02
Merge GSoC2009 Connectors into trunk
Arcadie M. Cracan
2
-0
/
+32
2009-10-09
Refactored multiple methods to single data-driven one.
Jon A. Cruz
1
-27
/
+18
2009-10-08
Added simplistic test cases
Jon A. Cruz
1
-0
/
+30
2009-10-08
Fixed signed/unsigned problem with precision calc. Fixes bug #399604.
Jon A. Cruz
4
-49
/
+49
2009-10-08
Fix variable name legibility.
Jon A. Cruz
1
-38
/
+38
2009-10-03
fix test for relative implicit lineto
Johan B. C. Engelen
1
-2
/
+2
2009-09-28
Remove unused files: ftos.cpp and ftos.h
Krzysztof Kosi??ski
2
-539
/
+0
2009-09-27
Updated allowed icc-profile names to match recent grammars. Follow-up for bug...
Jon A. Cruz
2
-3
/
+12
2009-06-20
parsing and handling of icc-color in feFlood SVG Filters
Felipe Corr??a da Silva Sanches
2
-2
/
+46
2009-06-20
bool sp_svg_read_icc_color( gchar const *str, SVGICCColor* dest );
Felipe Corr??a da Silva Sanches
2
-1
/
+7
2009-04-07
noop: svg/svg-path-geom-test.h: Change to consistent end-of-line separators, ...
Peter Moulder
1
-626
/
+626
2009-02-20
Only build static libraries for subdirs than actually contain libraries,
Krzysztof Kosi??ski
1
-14
/
+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
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
2
-33
/
+17
2008-12-09
Simplify "make check" makefile rules and remove most of the obsolete
Krzysztof Kosi??ski
2
-17
/
+10
2008-12-08
"make check" now compiles and runs on Linux.
Krzysztof Kosi??ski
1
-6
/
+11
2008-12-08
Removed sp_main_* stubs from individual headers to make the unit tests build ...
Jasper van de Gronde
1
-4
/
+0
2008-12-08
Warning and 'using' cleanup.
Jon A. Cruz
2
-4
/
+3
2008-12-08
Partial fix for "make check" compilation failure.
Krzysztof Kosi??ski
2
-16
/
+5
2008-12-07
Change the way preferences are loaded to simplify unit testing
Krzysztof Kosi??ski
2
-5
/
+22
[next]