summaryrefslogtreecommitdiffstats
path: root/src/ui/selected-color.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* SelectedColor: Add reminderPatrick Storz2019-07-221-0/+1
| | | | | | | | | | We don't properly emit 'signal_changed' after dragging. This was removed to avoid other issues in 401c2f70ce1ffcdf7a041c27df8c06e19f42e847 See also https://gitlab.com/inkscape/inkscape/issues/345
* Clarify licensesMax Gaukler2018-11-081-1/+2
| | | | | | - add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
* Remove #include "config.h" wherever possibleEduard Braun2018-10-011-3/+0
|
* Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot2018-06-181-3/+1
| | | | | This replaces empty constructors and destructors with the default keyword.
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-1/+1
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-1/+1
| | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-1/+1
|
* Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-1/+1
| | | (bzr r15034)
* Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-1/+1
| | | (bzr r15027)
* Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-1/+1
| | | (bzr r15025)
* Fix bugs with the colour selector self-signaling on change.Martin Owens2016-03-291-1/+0
| | | | | | | Fixed bugs: - https://launchpad.net/bugs/1462907 - https://launchpad.net/bugs/1249618 (bzr r14747)
* fixed: color scales - updating color when switched from undefinedTomasz Boczkowski2015-05-171-7/+6
| | | (bzr r14059.1.29)
* fixed crash in paint selector when changing from gradient to solid colorTomasz Boczkowski2015-05-091-7/+10
| | | (bzr r14059.1.23)
* gtk3 compile fixTomasz Boczkowski2015-05-021-6/+2
| | | (bzr r14059.1.13)
* Using SelectedColor instead of SPColorSelectorTomasz Boczkowski2015-04-261-9/+32
|\ | | | | (bzr r14059.1.10)
| * Using SelectedColor in extenstion/param/colorTomasz Boczkowski2014-06-011-0/+12
| | | | | | (bzr r13341.6.45)
| * inhibit SelectedColor::setColorAlpha in the callbacks of it's signalsTomasz Boczkowski2014-06-011-9/+20
| | | | | | (bzr r13341.6.43)
* | merged SPColorWheelSelector c++-sification from svgpaints branchTomasz Boczkowski2015-04-261-3/+9
|\| | | | | (bzr r14059.1.7)
| * SPColorWheelSelector c++-sification: inherit Gtk::Table/GridTomasz Boczkowski2014-05-311-3/+10
| | | | | | (bzr r13341.6.35)
* | merged SelectedColor enhancements from svgpaints branchTomasz Boczkowski2015-04-261-1/+21
|\| | | | | (bzr r14059.1.6)
| * added dragged, released, grabbed signals to SelectedColorTomasz Boczkowski2014-05-311-1/+21
| | | | | | (bzr r13341.6.33)
* | merged SPNotebook c++-sification from svgpaints branchTomasz Boczkowski2015-04-261-11/+21
|\| | | | | (bzr r14059.1.5)
| * changed coding style of SelectedColorTomasz Boczkowski2014-05-301-11/+21
| | | | | | (bzr r13341.6.30)
| * SPColorNotebok c++-sification - available pages listTomasz Boczkowski2014-05-301-2/+3
| | | | | | (bzr r13341.6.28)
* | merged SPSelected color implementation from svgpaints branchTomasz Boczkowski2015-04-251-0/+8
|/ | | (bzr r14059.1.4)
* SPColorSelector c++-sification: added ColorSelectorFactoryTomasz Boczkowski2014-05-301-0/+6
| | | (bzr r13341.6.27)
* SPColorSelector c++-sification: added SelectedColor classTomasz Boczkowski2014-05-291-0/+92
(bzr r13341.6.26)