summaryrefslogtreecommitdiffstats
path: root/src/color-profile.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-108/+0
| | | | A lot of header clean-up.
* Clean up color profiles codeTobias Ellinghaus2017-07-051-5/+28
| | | | | This is a late 2nd part for 86a74b4a93ab62c8ef7819dc549fe7b3ace24916 and gets rid of the non-descriptive std::pair<ustring, bool>
* Sort color profile listshouz2016-06-021-3/+3
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1457126 (bzr r14946)
* Minor pass of header cleanupLiam P. White2014-08-301-11/+10
| | | (bzr r13341.1.189)
* Cleaned up a bit; fixed struct vs. class forward declarations.Markus Engel2013-07-311-2/+2
| | | (bzr r11608.1.111)
* Merge Object and subclasses. Merging of SP- and C-classes complete.Markus Engel2013-04-071-2/+2
| | | (bzr r11608.1.86)
* Merged more classes.Markus Engel2013-04-061-29/+2
| | | (bzr r11608.1.84)
* Added constructors to SP classes.Markus Engel2013-04-011-0/+1
| | | (bzr r11608.1.67)
* Replaced all casting macros with glib-independent ones.Markus Engel2013-04-011-4/+2
| | | (bzr r11608.1.64)
* Renamed virtual function names.Markus Engel2013-03-291-4/+4
| | | (bzr r11608.1.57)
* merged from trunkMarkus Engel2013-03-291-5/+0
|\ | | | | (bzr r11608.1.56)
* | Added "virtual pads" forMarkus Engel2013-03-291-1/+24
|/ | | | | | | - ColorProfile - LivePathEffectObject - Persp3D (bzr r11608.1.51)
* Enable LCMS2 for other than OSX, where it still has some issues. Fixes bug ↵Jon A. Cruz2012-02-131-8/+8
| | | | | | | | #885324. Fixed bugs: - https://launchpad.net/bugs/885324 (bzr r10969)
* Switch to top-level glib headers. Thanks to DimStar for patchAlex Valavanis2011-12-081-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/898538 (bzr r10762)
* Cleanup for src/forward.h. (About 19 of the affected files did not require ↵Jon A. Cruz2011-10-051-0/+2
| | | | | the contents forward.h at all). (bzr r10667)
* Refactored to abstract lcms usage more. Added CMSSystem class.Jon A. Cruz2011-07-101-0/+1
| | | (bzr r10437)
* Next step in refactoring color management. More to come.Jon A. Cruz2011-07-091-7/+16
| | | (bzr r10429)
* fix for building without LCMSCampbell Barton2011-07-081-1/+2
| | | (bzr r10425)
* Refactoring color profile to bring more internal. Help to prep for optional ↵Jon A. Cruz2011-07-061-22/+10
| | | | | lcms2 support. (bzr r10420)
* 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)
* Unified and cleaned up locating icc profiles, including adding missing OS X ↵Jon A. Cruz2010-10-181-1/+2
| | | | | | | | | | location. Fixes bug 494932, bug 494940 and bug 551162. Fixed bugs: - https://launchpad.net/bugs/494932 - https://launchpad.net/bugs/494940 - https://launchpad.net/bugs/551162 (bzr r9834)
* now gamut check works!Felipe Corr??a da Silva Sanches2009-08-151-0/+6
| | | (bzr r8050.1.14)
* Rearrange to enable code that does not directly rely on lcms.Jon A. Cruz2008-11-271-1/+2
| | | (bzr r6910)
* List color profile search locations in preference tooltipJon A. Cruz2008-11-271-0/+1
| | | (bzr r6908)
* plumb XML::Documents in everywhereMenTaLguY2008-06-111-1/+1
| | | (bzr r5884)
* Moving functionality into <color-profile>Jon A. Cruz2007-10-291-4/+35
| | | (bzr r3971)
* Adding rendering-intent to <color-profile>Jon A. Cruz2006-04-061-0/+10
| | | (bzr r438)
* Initial support of color-profile on <image>Jon A. Cruz2006-04-031-1/+0
| | | (bzr r402)
* Adding support for <color-profile> elementJon A. Cruz2006-04-021-0/+46
(bzr r401)