summaryrefslogtreecommitdiffstats
path: root/src/widgets/swatch-selector.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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)