summaryrefslogtreecommitdiffstats
path: root/src/widgets/ege-paint-def.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-01-02modernize loopsMarc Jeanmougin1-6/+6
2018-11-08Clarify licensesMax Gaukler1-0/+1
2018-10-01Remove #include "config.h" wherever possibleEduard Braun1-2/+0
2018-06-18Run clang-tidy’s modernize-pass-by-value pass.Emmanuel Gil Peyrot1-2/+3
2018-06-18Run clang-tidy’s modernize-deprecated-headers pass.Emmanuel Gil Peyrot1-3/+3
2018-06-18Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot1-2/+1
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-1/+1
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-5/+5
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-5/+5
2017-06-15Remove duplicated build checks.Elliott Sales de Andrade1-2/+0
2014-05-13fix windows 64bit build. (changes already committed to trunk)Johan B. C. Engelen1-1/+0
2014-05-12remove unnecessary include, that is causing troubles (it is doing a bad #defi...Johan B. C. Engelen1-1/+0
2011-11-10cppcheck: initialization / warning cleanupKris De Gussem1-3/+7
2011-10-23Documentation update pass.Jon A. Cruz1-4/+0
2011-10-03Doxygen cleanup.Jon A. Cruz1-2/+3
2011-06-16Fix i18n macro include.Jon A. Cruz1-0/+1
2010-11-25Fix Bug #447385 - Drag'n'drop from swatches doesn't always workAdonis Papaderos1-18/+7
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan1-1/+1
2009-05-01Build fix for GCC 3.4.4 (added include for stdio.h)Josh Andler1-0/+1
2009-03-20Renamed ColorDef to PaintDef to prep for expanded functionality.Jon A. Cruz1-22/+22
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