summaryrefslogtreecommitdiffstats
path: root/src/color.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Avoid the “using std::*;” or “using namespace std;” constructs.Emmanuel Gil Peyrot2019-03-061-2/+2
| | | | This makes the code a lot less readable and greppable for no reason.
* Clarify licensesMax Gaukler2018-11-081-1/+2
| | | | | | - add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
* Replace functions with methods in SPColor.Emmanuel Gil Peyrot2018-06-191-17/+15
|
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-10/+10
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-1/+1
| | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-1/+1
|
* More header cleanupLiam P. White2014-09-061-15/+23
| | | (bzr r13341.1.198)
* Minor pass of header cleanupLiam P. White2014-08-301-4/+4
| | | (bzr r13341.1.189)
* Return correct values for SPColor::operator==Tavmjong Bah2014-03-141-3/+4
| | | (bzr r13148)
* cppcheckKris De Gussem2013-04-211-3/+1
| | | (bzr r12293)
* code cleanup: add own includes to cpp files or make the functions static if ↵Campbell Barton2012-10-041-1/+1
| | | | | they are not used elsewhere. (bzr r11735)
* variousKris De Gussem2012-06-051-0/+4
| | | (bzr r11461)
* cppcheckKris De Gussem2011-12-041-2/+0
| | | | | | - dropped unused variable - changed use of obsolute function 'alloca' (see http://stackoverflow.com/questions/1018853/why-is-alloca-not-considered-good-practice and http://linux.die.net/man/3/alloca). (bzr r10760)
* Fixing more broken and split doc comments.Jon A. Cruz2011-10-271-3/+1
| | | (bzr r10697)
* Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan2010-11-171-1/+1
| | | | | | | | | | | | | | | fileencoding=utf-8 in all 1074 Vim modelines. The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet. (bzr r9900)
* Revert device-color for now.Jon A. Cruz2010-07-071-50/+4
| | | | | "commit the awesomesauce" (bzr r9587)
* fix device-color outputFelipe Corr??a da Silva Sanches2009-12-061-1/+2
| | | (bzr r8873)
* * infrastructure to store device colors as described in ↵Felipe Corr??a da Silva Sanches2009-12-061-6/+52
| | | | | | | http://www.w3.org/TR/2009/WD-SVGColor12-20091001/#device * related to https://bugs.launchpad.net/inkscape/+bug/444021 (bzr r8871)
* Crash fixJon A. Cruz2007-09-251-9/+11
| | | (bzr r3795)
* Initial support for icc color selection including CMYKJon A. Cruz2007-09-251-2/+32
| | | (bzr r3794)
* Refactoring SPColor to C++ and removing legacy CMYK implementationJon A. Cruz2007-09-151-151/+102
| | | (bzr r3753)
* peeled back the gboolean code as it hit on some complexity theory principles...Jon Phillips2006-08-251-2/+2
| | | | | need to rethink and incrementally change gbooleans to bools (bzr r1637)
* Ok, committed msgloan's patch to convert gbooleans to bools thus completingJon Phillips2006-08-231-2/+2
| | | | | one major janitorial task we identified.... (bzr r1633)
* remove warningsBob Jamison2006-06-011-0/+1
| | | (bzr r1111)
* handle unhandled case in sp_color_rgb_to hsv_floatv(), removes assert ↵Ralf Stephan2006-05-211-0/+2
| | | | | warnings when setting color via wheel (bzr r913)
* bulk trailing spaces removal. consistency through MD5 of binaryRalf Stephan2006-02-151-6/+6
| | | (bzr r149)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+468
(bzr r1)