summaryrefslogtreecommitdiffstats
path: root/src/widgets/eek-color-def.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Renamed ColorDef to PaintDef to prep for expanded functionality.Jon A. Cruz2009-03-201-328/+0
| | | (bzr r7528)
* Rough code to preserve drag-n-drop of solid gradients.Jon A. Cruz2009-03-181-0/+13
| | | (bzr r7518)
* Reworked internals of color and drag-n-drop.Jon A. Cruz2009-03-081-10/+119
| | | (bzr r7439)
* Moving dnd data generation into the generic ColorDef class.Jon A. Cruz2009-03-071-0/+38
| | | (bzr r7433)
* Adding clear-color swatch to complement no-color.Jon A. Cruz2009-03-051-0/+21
| | | (bzr r7422)
* Removed boolean "remove" from swatch, used new type enum in ColorDef.Jon A. Cruz2009-03-041-3/+3
| | | (bzr r7411)
* Move files from the src/dialogs/ directory to the places where they Krzysztof Kosi??ski2009-02-211-0/+147
should be. Build libinkscape.a - should reduce link time. (bzr r7337)