summaryrefslogtreecommitdiffstats
path: root/src/widgets/sp-color-notebook.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Moved and renamed some tool-related files.Markus Engel2013-11-091-1/+1
* First step of moving tools into appropriate namespaces.Markus Engel2013-11-071-1/+1
* Check for value in range before dereferencing.Jon A. Cruz2013-06-071-2/+5
* Fixed logic error confusing bitwise and with logical and.Jon A. Cruz2013-04-291-2/+2
* minor cppcheck stuffKris De Gussem2013-04-281-3/+1
* Workaround usage of deprecated glib symbols in 3rd party librariesAlex Valavanis2013-03-251-1/+1
* Warning and dead code cleanup.Jon A. Cruz2013-01-111-1/+1
* Migrate remaining color widgets to GtkGridAlex Valavanis2012-12-021-4/+36
* Replace remaining C-style pointer casts for src/widgetsAlex Valavanis2012-11-111-17/+14
* Fix for 1000023 : Stop color notepad buttons expanding verticallyJohn Smith2012-09-281-1/+1
* Fix for 172236 : Dropper in Fill-Stroke dialog, changed to be a one time only...John Smith2012-09-051-1/+5
* Fix for 172236 : Add color picker to Fill Stroke dialogJohn Smith2012-09-011-0/+18
* Use orientable widgets in GTK+ 3 buildAlex Valavanis2012-06-231-0/+6
* Fix for 1000023 : Fill & Stroke dialog redesignJohn Smith2012-05-211-3/+58
* GTK+ 3 fixes for colour selector widgetsAlex Valavanis2012-05-181-12/+10
* Replace remaining gtk_hbox_new usageAlex Valavanis2012-04-101-0/+5
* Cleaning up unused variables and other warnings.Jon A. Cruz2012-02-141-10/+4
* Enable LCMS2 for other than OSX, where it still has some issues. Fixes bug #8...Jon A. Cruz2012-02-131-8/+8
* Reverting revision 10761 (regression found in the color notebook, see Bug #Bu...Nicolas Dufour2012-01-161-7/+2
* Colors. Patch for Bug #677081 (Default paste color opacity) by Romain.Nicolas Dufour2011-12-071-2/+7
* Refactored to abstract lcms usage more. Added CMSSystem class.Jon A. Cruz2011-07-101-6/+4
* Next step in refactoring color management. More to come.Jon A. Cruz2011-07-091-3/+6
* Refactoring color profile to bring more internal. Help to prep for optional l...Jon A. Cruz2011-07-061-1/+2
* GTK+ cleanup: gtk_type_classAlex Valavanis2011-07-031-1/+1
* GTK+ cleaning: gtk_type_newAlex Valavanis2011-07-021-1/+1
* Rm a few instances of deprecated GtkNotebookPage. gtkmm-2.4 still uses itAlex Valavanis2011-06-271-3/+3
* Gtk cleanup: gtk_menu_appendAlex Valavanis2011-06-261-1/+1
* Switch to GObjectAlex Valavanis2011-06-241-1/+1
* Replace deprecated GtkSignalAlex Valavanis2011-06-131-8/+8
* Replace use of deprecated GtkTooltips APIAlex Valavanis2011-06-051-9/+4
* compatibility patch to compile using gcc 4.6Adib Taraben2011-02-271-0/+1
* Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan2010-11-171-1/+1
* Fix crash when bringing up F&S dialog with the CMS picker as default when an ...Jon A. Cruz2010-06-161-1/+2
* C++-ification of paint selector.Jon A. Cruz2010-03-221-2/+2
* Whitespace cleanup.Jon A. Cruz2010-03-201-297/+297
* Fix compile when lcms is disabled (someone please check that this fix is corr...Maximilian Albert2009-12-251-0/+2
* "too much ink" icon is only enabled when the current ICC profile colorspace i...Felipe Corr??a da Silva Sanches2009-12-131-9/+19
* added an icon to the color picker dialog to alert when there is too much ink ...Felipe Corr??a da Silva Sanches2009-12-061-0/+23
* adding iffdefs for LCMS and fixing layout of CMS iconsFelipe Corr??a da Silva Sanches2009-08-171-5/+10
* now gamut check works!Felipe Corr??a da Silva Sanches2009-08-151-24/+2
* refactoring ICC out-of-gamut checkFelipe Corr??a da Silva Sanches2009-08-151-4/+6
* Initial draft of the out-of-gamut check. It is not working yet. I will contin...Felipe Corr??a da Silva Sanches2009-08-141-0/+33
* setting sensibility of "color management icon" depending on icc-color usageFelipe Corr??a da Silva Sanches2009-08-111-10/+13
* adding color management icons to fill&stroke dialogFelipe Corr??a da Silva Sanches2009-08-111-1/+17
* Made text entry handle standard web-hex values. Fixes bug #168121.Jon A. Cruz2009-03-091-4/+22
* From trunkTed Gould2008-10-271-11/+12
* Fixed warnings from deprecated functionJon A. Cruz2008-05-181-15/+18
* comment fixbulia byak2008-02-131-2/+2
* Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington2008-01-311-3/+5
* Cleanup on color changersJon A. Cruz2007-10-301-13/+18