summaryrefslogtreecommitdiffstats
path: root/src/color.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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-12/+12
|
* Hackfest: Refactor cursors so the hot spot is inside the xpmMartin Owens2017-06-301-0/+1
|
* Minor pass of header cleanupLiam P. White2014-08-301-3/+3
| | | (bzr r13341.1.189)
* Clean up of style code, converting structures to C++ classes. Step 1.Tavmjong Bah2014-04-231-0/+1
| | | (bzr r13298)
* Cleanup pass on documentation that was dumping garbage into doxygen output.Jon A. Cruz2011-10-251-3/+1
| | | (bzr r10696)
* Cleanup for src/forward.h. (About 19 of the affected files did not require ↵Jon A. Cruz2011-10-051-4/+3
| | | | | the contents forward.h at all). (bzr r10667)
* Use generic headers in preparation for GTK+ 3 transitionAlex Valavanis2011-06-031-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/792263 (bzr r10252.1.1)
* Revert device-color for now.Jon A. Cruz2010-07-071-2/+0
| | | | | "commit the awesomesauce" (bzr r9587)
* * infrastructure to store device colors as described in ↵Felipe Corr??a da Silva Sanches2009-12-061-0/+2
| | | | | | | http://www.w3.org/TR/2009/WD-SVGColor12-20091001/#device * related to https://bugs.launchpad.net/inkscape/+bug/444021 (bzr r8871)
* And now gradients should be (almost) perfect... The gradient vector is set ↵Jasper van de Gronde2009-04-031-1/+1
| | | | | | | up to be a good approximation to the "true" gradient and it is used consistently throughout (I hope). Also some other, minor, tweaks and a small bugfix. (bzr r7616)
* Add virtual to a lot of the destructors. Note: perhaps it will have to be ↵Johan B. C. Engelen2007-11-041-1/+1
| | | | | reverted for some files to keep them C-compatible. (bzr r4024)
* Initial support for icc color selection including CMYKJon A. Cruz2007-09-251-0/+3
| | | (bzr r3794)
* Refactoring SPColor to C++ and removing legacy CMYK implementationJon A. Cruz2007-09-151-33/+21
| | | (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)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+95
(bzr r1)