summaryrefslogtreecommitdiffstats
path: root/src/gradient-drag.h (unfollow)
Commit message (Expand)AuthorFilesLines
2018-11-08Clarify licensesMax Gaukler1-1/+2
2018-06-18Run clang-tidy’s modernize-deprecated-headers pass.Emmanuel Gil Peyrot1-1/+1
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-2/+2
2017-02-06This commit fixes bug #1657874Jabiertxof1-1/+1
2016-12-05Highlight mesh handles when corner or handle selected.Jabier Arraiza Cenoz1-1/+7
2016-12-03Enable node resizing in mesh tool.Jabier Arraiza Cenoz1-0/+5
2016-11-23Select mesh nodes by clicking on control lines.Tavmjong Bah1-1/+1
2016-11-21Keep corner nodes selected when possible for corner operations.Tavmjong Bah1-1/+4
2016-09-27Rename <mesh> to <meshgradient> per SVG 2 CR specificiation.Tavmjong Bah1-2/+2
2016-09-26Fix undo/redo for mesh gradients.Tavmjong Bah1-1/+1
2015-12-08fix warning (class was a struct)Marc Jeanmougin1-1/+1
2015-12-06cppification: GSList replaced by vectors (mostly related to gradients and mes...Marc Jeanmougin1-10/+13
2015-03-01Rename <meshGradient> to <mesh>, <meshRow> to <meshrow>, <meshPatch> to <mesh...Tavmjong Bah1-2/+2
2014-03-30Fix some mismatched tagsAlex Valavanis1-1/+1
2014-03-28Further refactored SPKnot.Markus Engel1-9/+7
2014-03-27First step of refactoring SPKnot.Markus Engel1-1/+7
2014-03-09Remove unused includes to tidy up the code.Martin Owens1-1/+0
2013-07-31Cleaned up a bit; fixed struct vs. class forward declarations.Markus Engel1-4/+4
2013-03-19Fixing regressionjtx1-3/+3
2013-03-17Working with widjetsJabier Arraiza Cenoz1-3/+3
2013-03-14Fix another load of forward declaration tagsAlex Valavanis1-3/+3
2013-03-14Fix another tonne of forward declaration tagsAlex Valavanis1-1/+1
2012-11-11cppcheck: Convert more C-style pointer casts to GObject or C++Alex Valavanis1-1/+1
2012-10-27cppcheck: get rid of more C-style pointer castsAlex Valavanis1-2/+7
2012-09-07Fix for 1046868 : Gradient tool (trunk): stop selector cannot access stroke g...John Smith1-1/+1
2012-05-23Add Mesh tool (experimental, requires Cario >= 1.11.4, disabled by default).Tavmjong Bah1-1/+10
2012-05-09Centralized line creation and enhanced visibility.Jon A. Cruz1-22/+22
2012-05-08Fixing to use explicit enum types instead of generic guint & bool.Jon A. Cruz1-16/+29
2012-04-01Fix for 627728 : Make newly added gradient stop activeJohn Smith1-0/+1
2011-12-11mixed usage of class and struct for same objectKris De Gussem1-1/+1
2011-12-08Switch to top-level glib headers. Thanks to DimStar for patchAlex Valavanis1-1/+0
2011-10-05Cleanup for src/forward.h. (About 19 of the affected files did not require th...Jon A. Cruz1-5/+18
2011-08-27Remove nr-forward.hKrzysztof Kosi??ski1-1/+0
2011-02-27compatibility patch to compile using gcc 4.6Adib Taraben1-0/+1
2010-07-18Follow-up to complete fix for gradient stops and icc.Jon A. Cruz1-0/+2
2010-07-18Correct behavior of gradient stops to extract color from swatch when color is...Jon A. Cruz1-0/+2
2010-07-11Stop setting of stops from getting url() reference colors.Jon A. Cruz1-0/+2
2010-07-03Suppress gradient handles when editing objects with solid fills.Jon A. Cruz1-6/+6
2010-02-14Gradient editor: don't show pre-snap indicator when hovering above the knot o...Diederik van Lierop1-0/+2
2009-03-08Reworked internals of color and drag-n-drop.Jon A. Cruz1-1/+1
2008-11-21Merge from fe-movedTed Gould1-42/+43
2008-09-18Next roud of NR ==> Geom conversionMaximilian Albert1-1/+1
2008-07-07replace separate forward declarations by proper forward.h inclusionJohan B. C. Engelen1-3/+1
2008-03-26system clipboard support (bug #170185) from Chris KosińskiMenTaLguY1-1/+1
2007-11-04Add virtual to a lot of the destructors. Note: perhaps it will have to be rev...Johan B. C. Engelen1-3/+3
2007-11-01fix bug [ 1824359 ] Gradient isn't snapping with ctrl pressedJohan B. C. Engelen1-2/+3
2007-10-22add copy-to-clipboard for selected stopsbulia byak1-0/+2
2007-10-16add dropColor; mouseovered knots red; store item for each line, for adding st...bulia byak1-1/+6
2007-10-12select within rectbulia byak1-0/+1
2007-10-12proper averaging of all selected draggers on query style; select-next/prev re...bulia byak1-2/+2