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
/
svg-color.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
c++ification: GHashTable > std::map (bug #970237 ; patch by Samuel Chase + so...
Kris De Gussem
2012-04-04
1
-46
/
+41
*
Enable LCMS2 for other than OSX, where it still has some issues. Fixes bug #8...
Jon A. Cruz
2012-02-13
1
-4
/
+4
*
Switch to top-level glib headers. Thanks to DimStar for patch
Alex Valavanis
2011-12-08
1
-5
/
+0
*
Refactored to abstract lcms usage more. Added CMSSystem class.
Jon A. Cruz
2011-07-10
1
-10
/
+7
*
Next step in refactoring color management. More to come.
Jon A. Cruz
2011-07-09
1
-3
/
+7
*
Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...
Chris Morgan
2010-11-17
1
-1
/
+1
*
Revert device-color for now.
Jon A. Cruz
2010-07-07
1
-105
/
+0
*
Fix compile when lcms is disabled (someone please check that this fix is corr...
Maximilian Albert
2009-12-25
1
-0
/
+2
*
Warning cleanup
Jon A. Cruz
2009-12-20
1
-2
/
+2
*
This commit hooks device-cmyk handling to color pickers. Now we have basic in...
Felipe Corr??a da Silva Sanches
2009-12-07
1
-2
/
+0
*
* infrastructure to store device colors as described in http://www.w3.org/TR/...
Felipe Corr??a da Silva Sanches
2009-12-06
1
-0
/
+107
*
Updating to current trunk
Ted Gould
2009-11-29
1
-2
/
+10
|
\
|
*
Updated allowed icc-profile names to match recent grammars. Follow-up for bug...
Jon A. Cruz
2009-09-27
1
-3
/
+10
*
|
parsing and handling of icc-color in feFlood SVG Filters
Felipe Corr??a da Silva Sanches
2009-06-20
1
-2
/
+45
*
|
bool sp_svg_read_icc_color( gchar const *str, SVGICCColor* dest );
Felipe Corr??a da Silva Sanches
2009-06-20
1
-0
/
+6
|
/
*
From trunk
Ted Gould
2008-10-27
1
-2
/
+3
*
Applying fixes for gcc 4.3 build issues (closes LP: #169115)
Bryce Harrington
2008-01-31
1
-4
/
+9
*
glib/gtestutils.h is not available on gutsy, so switching to include of
Bryce Harrington
2008-01-05
1
-1
/
+1
*
Fix missing include for g_assert() calls - causes FTBFS on Ubuntu Hardy
Bryce Harrington
2008-01-05
1
-0
/
+1
*
Warning cleanup
Jon A. Cruz
2007-12-12
1
-2
/
+0
*
Preserve paint styles with multiple components
Jon A. Cruz
2007-09-06
1
-1
/
+3
*
make svg numeric precision, minimum exponent, and the use of named colors (as...
bulia byak
2006-10-31
1
-2
/
+7
*
gboolean -> bool conversion commit 1. Modifies code to do with getting the u...
Michael G. Sloan
2006-08-26
1
-9
/
+9
*
peeled back the gboolean code as it hit on some complexity theory principles...
Jon Phillips
2006-08-25
1
-1
/
+1
*
Ok, committed msgloan's patch to convert gbooleans to bools thus completing
Jon Phillips
2006-08-23
1
-1
/
+1
*
fix 1533388
bulia byak
2006-08-03
1
-0
/
+1
*
Tuned icc-color() parsing
Jon A. Cruz
2006-04-05
1
-23
/
+49
*
Moving out icc parser
Jon A. Cruz
2006-04-05
1
-0
/
+69
*
fix to return the end pointer when desired
Jon A. Cruz
2006-04-03
1
-0
/
+4
*
Add a version of the reader that indicates the end of the color specification.
Peter Moulder
2006-04-03
1
-3
/
+48
*
(sp_svg_write_color): Use CSS/XHTML/SVG Basic named colours (the 16 colours w...
Peter Moulder
2006-03-13
1
-3
/
+69
*
Move declaration of sp_svg_read_color,sp_svg_write_color from svg/svg.h to ne...
Peter Moulder
2006-03-13
1
-3
/
+3
*
(sp_svg_write_color): Change 2nd arg (buflen) from signed to unsigned int.
Peter Moulder
2006-03-13
1
-9
/
+7
*
CodingStyle: whitespace
Peter Moulder
2006-03-13
1
-270
/
+283
*
noop: Minor phrasing/CodingStyle changes.
Peter Moulder
2006-03-13
1
-7
/
+7
*
optimized includes
Ralf Stephan
2006-01-18
1
-5
/
+0
*
adapt includes to glib 2.9 changes
Ralf Stephan
2006-01-18
1
-1
/
+7
*
moving trunk for module inkscape
MenTaLguY
2006-01-16
1
-0
/
+324