summaryrefslogtreecommitdiffstats
path: root/src/widgets/sp-color-notebook.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* moved ColorNotebook to ui/widgetTomasz Boczkowski2014-06-011-150/+0
| | | (bzr r13341.6.51)
* Using SelectedColor in extenstion/param/colorTomasz Boczkowski2014-06-011-1/+5
| | | (bzr r13341.6.45)
* SPColorNotebook cleanupTomasz Boczkowski2014-06-011-11/+1
| | | (bzr r13341.6.44)
* SPColorScales c++-sification - using SelectedColorTomasz Boczkowski2014-05-311-0/+1
| | | (bzr r13341.6.40)
* fixed updating selected color using wheelTomasz Boczkowski2014-05-311-0/+3
| | | (bzr r13341.6.36)
* added ColorEntry class, refactored SPColorNotebook to use itTomasz Boczkowski2014-05-301-3/+3
| | | (bzr r13341.6.31)
* SPColorNotebok c++-sification - removed trackerList, commented out unused ↵Tomasz Boczkowski2014-05-301-9/+15
| | | | | pop-up menu (bzr r13341.6.29)
* SPColorNotebok c++-sification - available pages listTomasz Boczkowski2014-05-301-3/+25
| | | (bzr r13341.6.28)
* Fix for 172236 : Add color picker to Fill Stroke dialogJohn Smith2012-09-011-0/+2
| | | (bzr r11635)
* Fix for 1000023 : Fill & Stroke dialog redesignJohn Smith2012-05-211-0/+4
| | | (bzr r11389)
* Enable LCMS2 for other than OSX, where it still has some issues. Fixes bug ↵Jon A. Cruz2012-02-131-2/+2
| | | | | | | | #885324. Fixed bugs: - https://launchpad.net/bugs/885324 (bzr r10969)
* Rm a few instances of deprecated GtkNotebookPage. gtkmm-2.4 still uses itAlex Valavanis2011-06-271-1/+1
| | | (bzr r10350.1.10)
* Remove deprecated glib macro wrappersAlex Valavanis2011-06-141-4/+4
| | | (bzr r10302.1.1)
* Use generic headers in preparation for GTK+ 3 transitionAlex Valavanis2011-06-031-3/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/792263 (bzr r10252.1.1)
* 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)
* added an icon to the color picker dialog to alert when there is too much ink ↵Felipe Corr??a da Silva Sanches2009-12-061-1/+1
| | | | | in a color composition. (i.e. when the sum of color components is greater than 320%) (bzr r8870)
* adding iffdefs for LCMS and fixing layout of CMS iconsFelipe Corr??a da Silva Sanches2009-08-171-0/+2
| | | (bzr r8050.1.15)
* setting sensibility of "color management icon" depending on icc-color usageFelipe Corr??a da Silva Sanches2009-08-111-0/+1
| | | (bzr r8050.1.7)
* Fixed warnings from deprecated functionJon A. Cruz2008-05-181-1/+1
| | | (bzr r5686)
* comment fixbulia byak2008-02-131-1/+1
| | | (bzr r4726)
* Cleanup on color changersJon A. Cruz2007-10-301-10/+22
| | | (bzr r3972)
* peeled back the gboolean code as it hit on some complexity theory principles...Jon Phillips2006-08-251-3/+3
| | | | | 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-3/+3
| | | | | one major janitorial task we identified.... (bzr r1633)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+105
(bzr r1)