summaryrefslogtreecommitdiffstats
path: root/src/svg/svg-color.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove support for LCMS 1Karl Cheng2019-05-121-4/+4
* More document.h cleanup.Tavmjong Bah2019-04-061-2/+2
* Avoid the “using std::*;” or “using namespace std;” constructs.Emmanuel Gil Peyrot2019-03-061-15/+12
* modernize loopsMarc Jeanmougin2019-01-021-2/+2
* Clarify licensesMax Gaukler2018-11-081-1/+2
* Remove #include "config.h" wherever possibleEduard Braun2018-10-011-1/+1
* Replace functions with methods in SPColor.Emmanuel Gil Peyrot2018-06-191-1/+1
* Run clang-tidy’s modernize-deprecated-headers pass.Emmanuel Gil Peyrot2018-06-181-2/+2
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-5/+5
* Apply fixedJabier Arraiza2018-05-091-1/+2
* Reset old code to reaply fixedJabier Arraiza2018-05-091-2/+1
* Fix https://gitlab.com/inkscape/inkscape/merge_requests/208#note_60693688Jabier Arraiza2018-05-091-1/+2
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-5/+5
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-5/+5
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-1/+4
* fix assertsMarc Jeanmougin2017-10-311-3/+3
* Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-1/+0
* Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-0/+1
* Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-1/+0
* Patch from NJH from report 1378843. Fixes build with lcms disabled.Nathan Hurst2014-11-261-1/+1
* Fix uninitialized variable use in svg-color.cpp. (additionally reduce scope o...Johan B. C. Engelen2014-10-111-2/+2
* Read HSL colors (CSS Color Module Level 3).Tavmjong Bah2014-07-241-0/+53
* Add new named color 'rebeccapurple' (CSS4 Color).Tavmjong Bah2014-06-211-0/+1
* Refactored internals to use a vector of structs instead of several parallel a...Jon A. Cruz2013-05-181-16/+11
* c++ification: GHashTable > std::map (bug #970237 ; patch by Samuel Chase + so...Kris De Gussem2012-04-041-46/+41
* Enable LCMS2 for other than OSX, where it still has some issues. Fixes bug #8...Jon A. Cruz2012-02-131-4/+4
* Switch to top-level glib headers. Thanks to DimStar for patchAlex Valavanis2011-12-081-5/+0
* Refactored to abstract lcms usage more. Added CMSSystem class.Jon A. Cruz2011-07-101-10/+7
* Next step in refactoring color management. More to come.Jon A. Cruz2011-07-091-3/+7
* Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan2010-11-171-1/+1
* Revert device-color for now.Jon A. Cruz2010-07-071-105/+0
* Fix compile when lcms is disabled (someone please check that this fix is corr...Maximilian Albert2009-12-251-0/+2
* Warning cleanupJon A. Cruz2009-12-201-2/+2
* This commit hooks device-cmyk handling to color pickers. Now we have basic in...Felipe Corr??a da Silva Sanches2009-12-071-2/+0
* * infrastructure to store device colors as described in http://www.w3.org/TR/...Felipe Corr??a da Silva Sanches2009-12-061-0/+107
* Updating to current trunkTed Gould2009-11-291-2/+10
|\
| * Updated allowed icc-profile names to match recent grammars. Follow-up for bug...Jon A. Cruz2009-09-271-3/+10
* | parsing and handling of icc-color in feFlood SVG FiltersFelipe Corr??a da Silva Sanches2009-06-201-2/+45
* | bool sp_svg_read_icc_color( gchar const *str, SVGICCColor* dest );Felipe Corr??a da Silva Sanches2009-06-201-0/+6
|/
* From trunkTed Gould2008-10-271-2/+3
* Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington2008-01-311-4/+9
* glib/gtestutils.h is not available on gutsy, so switching to include ofBryce Harrington2008-01-051-1/+1
* Fix missing include for g_assert() calls - causes FTBFS on Ubuntu HardyBryce Harrington2008-01-051-0/+1
* Warning cleanupJon A. Cruz2007-12-121-2/+0
* Preserve paint styles with multiple componentsJon A. Cruz2007-09-061-1/+3
* make svg numeric precision, minimum exponent, and the use of named colors (as...bulia byak2006-10-311-2/+7
* gboolean -> bool conversion commit 1. Modifies code to do with getting the u...Michael G. Sloan2006-08-261-9/+9
* peeled back the gboolean code as it hit on some complexity theory principles...Jon Phillips2006-08-251-1/+1
* Ok, committed msgloan's patch to convert gbooleans to bools thus completingJon Phillips2006-08-231-1/+1
* fix 1533388bulia byak2006-08-031-0/+1