summaryrefslogtreecommitdiffstats
path: root/src/svg/svg-color.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-05-12Remove support for LCMS 1Karl Cheng1-4/+4
2019-04-06More document.h cleanup.Tavmjong Bah1-2/+2
2019-03-06Avoid the “using std::*;” or “using namespace std;” constructs.Emmanuel Gil Peyrot1-15/+12
2019-01-02modernize loopsMarc Jeanmougin1-2/+2
2018-11-08Clarify licensesMax Gaukler1-1/+2
2018-10-01Remove #include "config.h" wherever possibleEduard Braun1-1/+1
2018-06-19Replace functions with methods in SPColor.Emmanuel Gil Peyrot1-1/+1
2018-06-18Run clang-tidy’s modernize-deprecated-headers pass.Emmanuel Gil Peyrot1-2/+2
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-5/+5
2018-05-09Apply fixedJabier Arraiza1-1/+2
2018-05-09Reset old code to reaply fixedJabier Arraiza1-2/+1
2018-05-09Fix https://gitlab.com/inkscape/inkscape/merge_requests/208#note_60693688Jabier Arraiza1-1/+2
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-5/+5
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-5/+5
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-1/+4
2017-10-31fix assertsMarc Jeanmougin1-3/+3
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-1/+0
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-0/+1
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-1/+0
2014-11-26Patch from NJH from report 1378843. Fixes build with lcms disabled.Nathan Hurst1-1/+1
2014-10-11Fix uninitialized variable use in svg-color.cpp. (additionally reduce scope o...Johan B. C. Engelen1-2/+2
2014-07-24Read HSL colors (CSS Color Module Level 3).Tavmjong Bah1-0/+53
2014-07-24Read HSL color (CSS Color Module Level 3).Tavmjong Bah1-0/+53
2014-06-21Add new named color 'rebeccapurple' (CSS4 Color).Tavmjong Bah1-0/+1
2014-06-21Add new named color 'rebeccapurple' (CSS4 Color).Tavmjong Bah1-0/+1
2013-05-18Refactored internals to use a vector of structs instead of several parallel a...Jon A. Cruz1-16/+11
2012-04-04c++ification: GHashTable > std::map (bug #970237 ; patch by Samuel Chase + so...Kris De Gussem1-46/+41
2012-02-13Enable LCMS2 for other than OSX, where it still has some issues. Fixes bug #8...Jon A. Cruz1-4/+4
2011-12-08Switch to top-level glib headers. Thanks to DimStar for patchAlex Valavanis1-5/+0
2011-07-10Refactored to abstract lcms usage more. Added CMSSystem class.Jon A. Cruz1-10/+7
2011-07-09Next step in refactoring color management. More to come.Jon A. Cruz1-3/+7
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan1-1/+1
2010-07-07Revert device-color for now.Jon A. Cruz1-105/+0
2009-12-25Fix compile when lcms is disabled (someone please check that this fix is corr...Maximilian Albert1-0/+2
2009-12-20Warning cleanupJon A. Cruz1-2/+2
2009-12-07This commit hooks device-cmyk handling to color pickers. Now we have basic in...Felipe Corr??a da Silva Sanches1-2/+0
2009-12-06* infrastructure to store device colors as described in http://www.w3.org/TR/...Felipe Corr??a da Silva Sanches1-0/+107
2009-09-27Updated allowed icc-profile names to match recent grammars. Follow-up for bug...Jon A. Cruz1-3/+10
2009-06-20parsing and handling of icc-color in feFlood SVG FiltersFelipe Corr??a da Silva Sanches1-2/+45
2009-06-20bool sp_svg_read_icc_color( gchar const *str, SVGICCColor* dest );Felipe Corr??a da Silva Sanches1-0/+6
2008-10-27From trunkTed Gould1-2/+3
2008-01-31Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington1-4/+9
2008-01-05glib/gtestutils.h is not available on gutsy, so switching to include ofBryce Harrington1-1/+1
2008-01-05Fix missing include for g_assert() calls - causes FTBFS on Ubuntu HardyBryce Harrington1-0/+1
2007-12-12Warning cleanupJon A. Cruz1-2/+0
2007-09-06Preserve paint styles with multiple componentsJon A. Cruz1-1/+3
2006-10-31make svg numeric precision, minimum exponent, and the use of named colors (as...bulia byak1-2/+7
2006-08-26gboolean -> bool conversion commit 1. Modifies code to do with getting the u...Michael G. Sloan1-9/+9
2006-08-25peeled back the gboolean code as it hit on some complexity theory principles...Jon Phillips1-1/+1
2006-08-23Ok, committed msgloan's patch to convert gbooleans to bools thus completingJon Phillips1-1/+1