summaryrefslogtreecommitdiffstats
path: root/src/widgets/sp-color-icc-selector.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* SPColorICC c++sification: moved to ui/widget/Tomasz Boczkowski2014-05-311-1150/+0
* SPColorScales c++-sification - using SelectedColorTomasz Boczkowski2014-05-311-0/+3
* SPColorScales c++-sification - move to ui/widgetTomasz Boczkowski2014-05-311-1/+1
* ColorSlider coding styleTomasz Boczkowski2014-05-311-4/+4
* SPColorNotebok c++-sification - available pages listTomasz Boczkowski2014-05-301-1/+1
* SPColorSelector c++-sification: added ColorSelectorFactoryTomasz Boczkowski2014-05-301-0/+11
* SPColorSlider c++-sification: use in sp-color-icc-selectorTomasz Boczkowski2014-05-241-37/+35
* moved widgets/sp-color-slider to ui/widget/color-sliderTomasz Boczkowski2014-05-231-1/+1
* cppcheckKris De Gussem2013-06-211-2/+4
* Remove use of separate array for scale values.Jon A. Cruz2013-06-091-34/+47
* Replace multiple copies of GTK2/GTK3 #ifdef code with single helper function.Jon A. Cruz2013-06-091-78/+52
* C++ conversion of parallel arrays to vector of class instances.Jon A. Cruz2013-06-071-89/+137
* Refactored internals to use a vector of structs instead of several parallel a...Jon A. Cruz2013-05-181-95/+89
* Moved icc selector members to internal helper.Jon A. Cruz2013-05-131-238/+294
* Workaround usage of deprecated glib symbols in 3rd party librariesAlex Valavanis2013-03-251-1/+2
* Convert a load more C-style pointer casts to GObject or C++ casts (merry chri...Alex Valavanis2012-12-251-13/+10
* Migrate remaining color widgets to GtkGridAlex Valavanis2012-12-021-4/+86
* Fix C++11 narrowing conversion errorsAlex Valavanis2012-10-271-3/+3
* Fix for 1000023 : Fill & Stroke dialog redesignJohn Smith2012-05-211-1/+1
* Fix for 973195 : Limit width of color profile labelsJohn Smith2012-05-201-35/+36
* GTK+ 3 fixes for colour selector widgetsAlex Valavanis2012-05-181-15/+11
* syntx of null pointer dereference checksKris De Gussem2012-05-121-42/+46
* Enable LCMS2 for other than OSX, where it still has some issues. Fixes bug #8...Jon A. Cruz2012-02-131-54/+62
* Get rid of deprecated gtk_marshal_* and some old GtkComboBox APIAlex Valavanis2012-02-111-0/+21
* (cppcheck and janitorial tasks:) C-style casting to C++-style castingKris De Gussem2012-02-051-1/+1
* Warning and uninitialized data cleanup.Jon A. Cruz2012-01-071-2/+6
* cppcheck: initialization / warning cleanupKris De Gussem2011-11-101-0/+3
* Refactored to abstract lcms usage more. Added CMSSystem class.Jon A. Cruz2011-07-101-2/+8
* Next step in refactoring color management. More to come.Jon A. Cruz2011-07-091-5/+6
* GTK+ cleaning: gtk_type_newAlex Valavanis2011-07-021-1/+1
* Replace deprecated GtkSignalAlex Valavanis2011-06-131-14/+14
* Replace use of deprecated GtkTooltips APIAlex Valavanis2011-06-051-13/+10
* Merge gtk header cleanup by Alex Valavanis. Fixes bug #709847, bug #747512, b...Jon A. Cruz2011-06-041-6/+0
|\
| * Use generic headers in preparation for GTK+ 3 transitionAlex Valavanis2011-06-031-5/+0
|/
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-1/+1
|\
| * C++fied SPDocument addedAbhishek Sharma Public2010-07-011-1/+1
* | Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan2010-11-171-1/+1
* | UI fixes (punctuation, units, accelerator keys) (a. o. Bug #560751 )Kris De Gussem2010-10-251-7/+7
|/
* Turn off debugging.Jon A. Cruz2010-04-041-1/+1
* Updating to current trunkTed Gould2009-11-291-13/+22
|\
| * Avoid crashing when profile is missing. Addresses main symptom of bug #437927.Jon A. Cruz2009-09-291-9/+18
| * textual patch from bug 408093bulia byak2009-09-061-2/+2
| * Fixed crash when invoked and no profile is set.Jon A. Cruz2009-08-311-1/+1
| * Newer GTK is more restrictive with includes, only <gtk/gtk.h> can be directly...Josh Andler2009-07-131-1/+1
* | enabling all icc-color related debug messagesFelipe Corr??a da Silva Sanches2009-08-011-2/+2
* | parsing and handling of icc-color in feFlood SVG FiltersFelipe Corr??a da Silva Sanches2009-06-201-26/+26
* | adding a list of uint32 color references and forcing LCMS debuggingFelipe Corr??a da Silva Sanches2009-06-171-26/+26
|/
* From trunkTed Gould2008-10-271-5/+6
* Fix for if LCMS is disabled. (LP# 174854)Bryce Harrington2008-01-301-3/+5
* Added rough ui to flip colors to be icc-colorJon A. Cruz2007-11-101-8/+46