summaryrefslogtreecommitdiffstats
path: root/src/widgets/eek-color-def.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2009-03-20Renamed ColorDef to PaintDef to prep for expanded functionality.Jon A. Cruz1-328/+0
2009-03-18Rough code to preserve drag-n-drop of solid gradients.Jon A. Cruz1-0/+13
2009-03-08Reworked internals of color and drag-n-drop.Jon A. Cruz1-10/+119
2009-03-07Moving dnd data generation into the generic ColorDef class.Jon A. Cruz1-0/+38
2009-03-05Adding clear-color swatch to complement no-color.Jon A. Cruz1-0/+21
2009-03-04Removed boolean "remove" from swatch, used new type enum in ColorDef.Jon A. Cruz1-3/+3
2009-02-21Move files from the src/dialogs/ directory to the places where they Krzysztof Kosi??ski1-0/+0
2008-11-21Merge from fe-movedTed Gould1-3/+13
2007-11-25Warning cleanupJon A. Cruz1-1/+2
2006-06-19#include "config.h" tooRalf Stephan1-0/+2
2006-06-19enclose #include <libintl.h> with #ifdef HAVE_LIBINTL_HRalf Stephan1-0/+2
2006-03-28Experimenting with linked colors.Jon A. Cruz1-4/+40
2006-03-24Bringing in new color classJon A. Cruz1-26/+65