summaryrefslogtreecommitdiffstats
path: root/src/widgets/sp-color-scales.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* SPColorScales c++-sification - move to ui/widgetTomasz Boczkowski2014-05-311-788/+0
| | | (bzr r13341.6.38)
* ColorSlider coding styleTomasz Boczkowski2014-05-311-15/+15
| | | (bzr r13341.6.32)
* SPColorNotebok c++-sification - available pages listTomasz Boczkowski2014-05-301-1/+10
| | | (bzr r13341.6.28)
* SPColorSelector c++-sification: added ColorSelectorFactoryTomasz Boczkowski2014-05-301-0/+22
| | | (bzr r13341.6.27)
* SPColorSlider c++-sification: use in sp-color-scalesTomasz Boczkowski2014-05-241-101/+81
| | | (bzr r13341.6.12)
* moved widgets/sp-color-slider to ui/widget/color-sliderTomasz Boczkowski2014-05-231-0/+1
| | | (bzr r13341.6.2)
* SPColorSlider c++-sification: added ColorSlider classTomasz Boczkowski2014-05-211-1/+3
| | | (bzr r13341.6.1)
* Revert C++ casting for setting HSL map in sp-color-scalesAlex Valavanis2012-12-261-1/+1
| | | (bzr r11991)
* Convert a load more C-style pointer casts to GObject or C++ casts (merry ↵Alex Valavanis2012-12-251-10/+7
| | | | | christmas\!) (bzr r11986)
* Migrate sp-color-scales to GtkGrid and fix alignment in sp-color-wheel-selectorAlex Valavanis2012-12-021-3/+37
| | | (bzr r11922)
* Replace remaining C-style pointer casts for src/widgetsAlex Valavanis2012-11-111-5/+2
| | | (bzr r11868)
* GTK+ 3 fixes for colour selector widgetsAlex Valavanis2012-05-181-13/+10
| | | (bzr r11384)
* Fix for 950508 : Small padding changeJohn Smith2012-05-161-1/+1
| | | (bzr r11367)
* (cppcheck and janitorial tasks:) C-style casting to C++-style castingKris De Gussem2012-02-051-4/+4
| | | (bzr r10939)
* More GSEAL stuffAlex Valavanis2012-01-061-3/+4
| | | (bzr r10850)
* GTK+ cleaning: gtk_type_newAlex Valavanis2011-07-021-1/+1
| | | (bzr r10390.1.3)
* Gtk cleanup: gtk_object_get_dataAlex Valavanis2011-06-261-1/+1
| | | (bzr r10350.1.8)
* Gtk cleanup: gtk_object_set_dataAlex Valavanis2011-06-251-1/+1
| | | (bzr r10350.1.5)
* Replace deprecated GtkSignalAlex Valavanis2011-06-131-8/+8
| | | (bzr r10282.1.1)
* Replace use of deprecated GtkTooltips APIAlex Valavanis2011-06-051-28/+26
| | | | | | Fixed bugs: - https://launchpad.net/bugs/793086 (bzr r10256.1.1)
* UI fixes (punctuation, units, accelerator keys) (a. o. Bug #560751 )Kris De Gussem2010-10-251-13/+13
| | | (bzr r9851)
* Revert device-color for now.Jon A. Cruz2010-07-071-20/+6
| | | | | "commit the awesomesauce" (bzr r9587)
* This commit hooks device-cmyk handling to color pickers. Now we have basic ↵Felipe Corr??a da Silva Sanches2009-12-071-5/+21
| | | | | | | | | | initial support for SVG Color 1.2 uncalibrated device colors: http://www.w3.org/TR/2009/WD-SVGColor12-20091001/#device Fixed bugs: - https://launchpad.net/bugs/444021 (bzr r8875)
* preserving icc colors in all tabs of fill&strokeFelipe Corr??a da Silva Sanches2009-08-141-0/+5
| | | (bzr r8050.1.11)
* Added work-around for broken themes that fill in with gtk_paint_border, ↵Jon A. Cruz2009-02-271-1/+3
| | | | | including gtk-qt-engine. Fixes bug #281809. (bzr r7387)
* remove old and apparently unused hack that was causing bug 192060bulia byak2008-02-151-7/+0
| | | (bzr r4735)
* Cleanup on color changersJon A. Cruz2007-10-301-33/+33
| | | (bzr r3972)
* Refactoring SPColor to C++ and removing legacy CMYK implementationJon A. Cruz2007-09-151-8/+15
| | | (bzr r3753)
* peeled back the gboolean code as it hit on some complexity theory principles...Jon Phillips2006-08-251-1/+1
| | | | | 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-1/+1
| | | | | one major janitorial task we identified.... (bzr r1633)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+741
(bzr r1)