summaryrefslogtreecommitdiffstats
path: root/src/widgets/swatch-selector.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Refactoring: call setAttribute() directly.Shlomi Fish2019-06-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Call this->setAttribute(...) directly instead of this->getRepr()->setAttribute(...). This avoids clutter and mental indirection. See http://wiki.inkscape.org/wiki/index.php?title=Refactoring_projects&oldid=112116 and https://en.wikipedia.org/wiki/Law_of_Demeter . --- I hereby disclaim any implicit or explicit ownership of my changes in this changeset, and put them under a multiple licence consisting of your choice of one of more of: - The CC0 / Public Domain - https://creativecommons.org/choose/zero/ . - The MIT / Expat license - https://en.wikipedia.org/wiki/MIT_License - The default licence of your project - The https://en.wikipedia.org/wiki/GNU_Lesser_General_Public_License - version 2.1 or higher - The https://en.wikipedia.org/wiki/GNU_General_Public_License - version 2 or higher - Any licence in the 2018-Aug-27 popular licenses list of https://opensource.org/licenses - The https://en.wikipedia.org/wiki/Apache_License version 2.0 or later - The https://en.wikipedia.org/wiki/Artistic_License version 2.0 or later - The https://en.wikipedia.org/wiki/ISC_license - The https://opensource.org/licenses/BSD-2-Clause Crediting me will be nice, but not mandatory, and you can change the licence of the project without needing my permission.
* Clarify licensesMax Gaukler2018-11-081-0/+9
| | | | | | - 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
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-3/+3
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-3/+9
| | | | A lot of header clean-up.
* Fix regression in swatch color selection and improve it by allowing drag to ↵Martin Owens2016-04-011-43/+5
| | | | | | | | change the swatch color too. Fixed bugs: - https://launchpad.net/bugs/1564597 (bzr r14757)
* ColorNotebook is Gtk::Widget and uses ColorSelectorTomasz Boczkowski2014-06-011-1/+3
| | | (bzr r13341.6.52)
* moved ColorNotebook to ui/widgetTomasz Boczkowski2014-06-011-1/+1
| | | (bzr r13341.6.51)
* using ColorSelector in SwatchSelectorTomasz Boczkowski2014-06-011-58/+44
| | | (bzr r13341.6.50)
* Cleaned up.Markus Engel2013-08-031-1/+1
| | | (bzr r11608.1.117)
* Workaround usage of deprecated glib symbols in 3rd party librariesAlex Valavanis2013-03-251-4/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1122774 (bzr r12243)
* Fix for 722017 : Better Gradient WindowJohn Smith2012-06-261-1/+1
| | | (bzr r11515)
* Header cleaningAlex Valavanis2012-02-121-0/+1
| | | (bzr r10963)
* Finished cleanup of outated SP_OBJECT_DOCUMENT C macro.Jon A. Cruz2011-02-211-3/+3
| | | (bzr r10060)
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-2/+2
|\ | | | | (bzr r9945.1.1)
| * New Class SPDocumentUndo created which takes care of c++fying some non ↵Abhishek Sharma Public2010-07-021-1/+1
| | | | | | | | | | SPDocument based methods (bzr r9546.1.3)
* | 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)
* | Tuning fill-n-stroke to support non-solid swatches.Jon A. Cruz2010-07-071-2/+4
|/ | | (bzr r9586)
* Partial C++-ification of SPGradientJon A. Cruz2010-06-281-1/+1
| | | (bzr r9542)
* Add needed null check.Jon A. Cruz2010-03-231-1/+1
| | | (bzr r9225)
* C++-ification of paint selector.Jon A. Cruz2010-03-221-1/+1
| | | (bzr r9221)
* Fix crashJon A. Cruz2010-03-211-0/+5
| | | (bzr r9220)
* Edit single-stop "swatch"/"solid" gradients in-place in the F&S dialog.Jon A. Cruz2010-03-211-0/+198
(bzr r9218)