summaryrefslogtreecommitdiffstats
path: root/src/gradient-drag.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2014-07-27Properly fix 1309050, revert incorrect fix for 601336Liam P. White1-3/+6
2014-03-28Further refactored SPKnot.Markus Engel1-10/+10
2014-03-27First step of refactoring SPKnot.Markus Engel1-29/+31
2014-03-23gradient midpoint dragging: fix terrible bug in the code (don't know it's phe...Johan B. C. Engelen1-1/+1
2014-03-08Fix crashes caused by the desktop's query_style signal being called beforeKrzysztof Kosi??ski1-2/+2
2013-10-16static code analysis: performanceKris De Gussem1-1/+1
2013-09-24change names for displayName and detailedDescription, improve char code and r...Martin Owens1-1/+1
2013-09-21Fix format security errorsAlex Valavanis1-1/+1
2013-04-08Reactivated independent reference counting in the SPObject tree.Markus Engel1-2/+4
2013-04-05Merged Item.Markus Engel1-1/+1
2013-02-11A couple of forward declarationsAlex Valavanis1-0/+1
2012-12-06Check that server is gradient before calling getVector().Tavmjong Bah1-108/+115
2012-12-06Fix for 1086881 : Regression editing patterns with node toolJohn Smith1-4/+8
2012-11-30Fix for 1084341 : Gradient Tool : Hide gradient handles on a solid color swatchJohn Smith1-4/+4
2012-10-04code cleanup: add own includes to cpp files or make the functions static if t...Campbell Barton1-1/+1
2012-09-07Fix for 1046868 : Gradient tool (trunk): stop selector cannot access stroke g...John Smith1-3/+3
2012-07-24Fix for 1028425 : Gradient Stop Alpha value not correct in Fill/Stroke dialogJohn Smith1-2/+2
2012-06-09Stop deriving SPCanvasItem from GtkObjectAlex Valavanis1-2/+2
2012-06-06Warning cleanup.Jon A. Cruz1-1/+2
2012-05-24GrDrag: check for null pointerJohan B. C. Engelen1-1/+4
2012-05-24fix windows build. use 'guint' instead of 'uint'. although I do not know why ...Johan B. C. Engelen1-29/+29
2012-05-23Add Mesh tool (experimental, requires Cario >= 1.11.4, disabled by default).Tavmjong Bah1-62/+548
2012-05-09Centralized line creation and enhanced visibility.Jon A. Cruz1-13/+14
2012-05-08Fixing to use explicit enum types instead of generic guint & bool.Jon A. Cruz1-93/+93
2012-05-04C++ification of SPCtrlLine in preparation of visibility improvements.Jon A. Cruz1-13/+13
2012-04-25Fix for 950677 : Add link option to gradient toolbarJohn Smith1-0/+2
2012-04-11Fix for 950677 : Disable gradient editor on knot double clickJohn Smith1-3/+6
2012-04-01Fix for 627728 : Make newly added gradient stop activeJohn Smith1-0/+26
2012-03-08Fix for 855676 : Gradient - misplacing when adding new stop by mouseJohn Smith1-6/+14
2012-02-15Prevent false gtk deprecation warnings in canvas-grid and tidy headersAlex Valavanis1-0/+1
2012-02-12Header cleaningAlex Valavanis1-0/+2
2012-01-12Initial C++ification of SPCanvas.Jon A. Cruz1-2/+2
2011-10-03Another minor pass of Doxygen cleanup.Jon A. Cruz1-179/+129
2011-09-02Rename the struct "SnappedConstraints" to the more meaningfull "IntermSnapRes...Diederik van Lierop1-6/+6
2011-08-28Completely remove libnrKrzysztof Kosi??ski1-17/+22
2011-08-27Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski1-3/+3
2011-06-25warning cleanup (no functional changes)Campbell Barton1-1/+1
2011-02-20Pass removing some outdated C-macro use.Jon A. Cruz1-27/+27
2010-12-23Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward ...Jon A. Cruz1-0/+1
2010-11-07Leave constrained angular snapping to the snap manager, instead of handling i...Diederik van Lierop1-39/+25
2010-08-11Clear pointers in the snapmanager if they're no longer needed.Diederik van Lierop1-0/+3
2010-07-18Follow-up to complete fix for gradient stops and icc.Jon A. Cruz1-28/+49
2010-07-18Correct behavior of gradient stops to extract color from swatch when color is...Jon A. Cruz1-28/+49
2010-07-12- Snap while rotating an object using the selector toolDiederik van Lierop1-2/+2
2010-07-11Stop setting of stops from getting url() reference colors.Jon A. Cruz1-49/+79
2010-07-04Suppress gradient direction line for 'solid' gradients.Jon A. Cruz1-15/+18
2010-07-03Suppress gradient handles when editing objects with solid fills.Jon A. Cruz1-17/+19
2010-07-03another c++ification for sp-object.h/cpp and still in progress...Abhishek Sharma Public1-1/+1
2010-07-02New Class SPDocumentUndo created which takes care of c++fying some non SPDocu...Abhishek Sharma Public1-6/+6
2010-07-01fix Launchpad bug 593023: crash in constrained snap due to not calling setup(...Diederik van Lierop1-1/+2