summaryrefslogtreecommitdiffstats
path: root/src/widgets/swatch-selector.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-06-06Refactoring: call setAttribute() directly.Shlomi Fish1-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.
2018-11-08Clarify licensesMax Gaukler1-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
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-3/+3
This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-3/+9
A lot of header clean-up.
2016-04-01Fix regression in swatch color selection and improve it by allowing drag to ↵Martin Owens1-43/+5
change the swatch color too. Fixed bugs: - https://launchpad.net/bugs/1564597 (bzr r14757)
2014-06-01ColorNotebook is Gtk::Widget and uses ColorSelectorTomasz Boczkowski1-1/+3
(bzr r13341.6.52)
2014-06-01moved ColorNotebook to ui/widgetTomasz Boczkowski1-1/+1
(bzr r13341.6.51)
2014-06-01using ColorSelector in SwatchSelectorTomasz Boczkowski1-58/+44
(bzr r13341.6.50)
2013-08-03Cleaned up.Markus Engel1-1/+1
(bzr r11608.1.117)
2013-03-25Workaround usage of deprecated glib symbols in 3rd party librariesAlex Valavanis1-4/+1
Fixed bugs: - https://launchpad.net/bugs/1122774 (bzr r12243)
2012-06-26Fix for 722017 : Better Gradient WindowJohn Smith1-1/+1
(bzr r11515)
2012-02-12Header cleaningAlex Valavanis1-0/+1
(bzr r10963)
2011-02-21Finished cleanup of outated SP_OBJECT_DOCUMENT C macro.Jon A. Cruz1-3/+3
(bzr r10060)
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan1-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)
2010-07-07Tuning fill-n-stroke to support non-solid swatches.Jon A. Cruz1-2/+4
(bzr r9586)
2010-07-02New Class SPDocumentUndo created which takes care of c++fying some non ↵Abhishek Sharma Public1-1/+1
SPDocument based methods (bzr r9546.1.3)
2010-06-28Partial C++-ification of SPGradientJon A. Cruz1-1/+1
(bzr r9542)
2010-03-23Add needed null check.Jon A. Cruz1-1/+1
(bzr r9225)
2010-03-22C++-ification of paint selector.Jon A. Cruz1-1/+1
(bzr r9221)
2010-03-21Fix crashJon A. Cruz1-0/+5
(bzr r9220)
2010-03-21Edit single-stop "swatch"/"solid" gradients in-place in the F&S dialog.Jon A. Cruz1-0/+198
(bzr r9218)