summaryrefslogtreecommitdiffstats
path: root/src/widgets/sp-color-wheel.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove custom color wheel widget in favor of the (relatively) recent GtkHSV. ↵Jon A. Cruz2010-12-061-1162/+0
| | | | | | | | Fixes bug #170046. Fixed bugs: - https://launchpad.net/bugs/170046 (bzr r9941)
* 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)
* NR:: => Geom:: for much of src/ui and src/widgetsJohan B. C. Engelen2008-08-041-4/+5
| | | (bzr r6561)
* Fixed warnings from deprecated functionJon A. Cruz2008-05-181-11/+14
| | | (bzr r5686)
* Refactor color wheel triangle draw codeJohn Bintz2008-03-151-113/+63
| | | (bzr r5093)
* Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington2008-01-311-0/+3
| | | (bzr r4629)
* Refactoring SPColor to C++ and removing legacy CMYK implementationJon A. Cruz2007-09-151-1/+43
| | | (bzr r3753)
* peeled back the gboolean code as it hit on some complexity theory principles...Jon Phillips2006-08-251-8/+9
| | | | | 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-9/+8
| | | | | one major janitorial task we identified.... (bzr r1633)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+1163
(bzr r1)