summaryrefslogtreecommitdiffstats
path: root/src/gradient-drag.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge from trunkKrzysztof Kosi??ski2015-05-081-9/+10
|\
| * fixes a few of jenkins warningsMarc Jeanmougin2015-05-081-1/+1
| * mergingMarc Jeanmougin2015-04-261-19/+19
| |\
| * | corrected the casts (hopefully)Marc Jeanmougin2015-02-271-6/+6
| * | Put a few std::vector<SPitem*>Marc Jeanmougin2015-02-191-6/+6
| * | At first, I was thinking "I just have to go to the selection file, and change...Marc Jeanmougin2015-02-171-8/+9
* | | 2Geom sync - initial commitKrzysztof Kosi??ski2015-04-271-11/+11
| |/ |/|
* | Rename <meshGradient> to <mesh>, <meshRow> to <meshrow>, <meshPatch> to <mesh...Tavmjong Bah2015-03-011-19/+19
|/
* Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White2014-12-211-8/+7
* Purge sp_desktop_controlsLiam P. White2014-12-211-2/+2
* Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelectionLiam P. White2014-12-211-1/+1
* Fix use-after-free crashLiam P. White2014-11-101-0/+2
* Properly fix 1309050, revert incorrect fix for 601336Liam P. White2014-07-271-3/+6
* Further refactored SPKnot.Markus Engel2014-03-281-10/+10
* First step of refactoring SPKnot.Markus Engel2014-03-271-29/+31
* gradient midpoint dragging: fix terrible bug in the code (don't know it's phe...Johan B. C. Engelen2014-03-231-1/+1
* Fix crashes caused by the desktop's query_style signal being called beforeKrzysztof Kosi??ski2014-03-081-2/+2
* static code analysis: performanceKris De Gussem2013-10-161-1/+1
* change names for displayName and detailedDescription, improve char code and r...Martin Owens2013-09-241-1/+1
* Fix format security errorsAlex Valavanis2013-09-211-1/+1
* Reactivated independent reference counting in the SPObject tree.Markus Engel2013-04-081-2/+4
* Merged Item.Markus Engel2013-04-051-1/+1
* A couple of forward declarationsAlex Valavanis2013-02-111-0/+1
* Check that server is gradient before calling getVector().Tavmjong Bah2012-12-061-108/+115
* Fix for 1086881 : Regression editing patterns with node toolJohn Smith2012-12-061-4/+8
* Fix for 1084341 : Gradient Tool : Hide gradient handles on a solid color swatchJohn Smith2012-11-301-4/+4
* code cleanup: add own includes to cpp files or make the functions static if t...Campbell Barton2012-10-041-1/+1
* Fix for 1046868 : Gradient tool (trunk): stop selector cannot access stroke g...John Smith2012-09-071-3/+3
* Fix for 1028425 : Gradient Stop Alpha value not correct in Fill/Stroke dialogJohn Smith2012-07-241-2/+2
* Stop deriving SPCanvasItem from GtkObjectAlex Valavanis2012-06-091-2/+2
* Warning cleanup.Jon A. Cruz2012-06-061-1/+2
* GrDrag: check for null pointerJohan B. C. Engelen2012-05-241-1/+4
* fix windows build. use 'guint' instead of 'uint'. although I do not know why ...Johan B. C. Engelen2012-05-241-29/+29
* Add Mesh tool (experimental, requires Cario >= 1.11.4, disabled by default).Tavmjong Bah2012-05-231-62/+548
* Centralized line creation and enhanced visibility.Jon A. Cruz2012-05-091-13/+14
* Fixing to use explicit enum types instead of generic guint & bool.Jon A. Cruz2012-05-081-93/+93
* C++ification of SPCtrlLine in preparation of visibility improvements.Jon A. Cruz2012-05-041-13/+13
* Fix for 950677 : Add link option to gradient toolbarJohn Smith2012-04-251-0/+2
* Fix for 950677 : Disable gradient editor on knot double clickJohn Smith2012-04-111-3/+6
* Fix for 627728 : Make newly added gradient stop activeJohn Smith2012-04-011-0/+26
* Fix for 855676 : Gradient - misplacing when adding new stop by mouseJohn Smith2012-03-081-6/+14
* Prevent false gtk deprecation warnings in canvas-grid and tidy headersAlex Valavanis2012-02-151-0/+1
* Header cleaningAlex Valavanis2012-02-121-0/+2
* Initial C++ification of SPCanvas.Jon A. Cruz2012-01-121-2/+2
* Another minor pass of Doxygen cleanup.Jon A. Cruz2011-10-031-179/+129
* Rename the struct "SnappedConstraints" to the more meaningfull "IntermSnapRes...Diederik van Lierop2011-09-021-6/+6
* Completely remove libnrKrzysztof Kosi??ski2011-08-281-17/+22
* Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski2011-08-271-3/+3
* warning cleanup (no functional changes)Campbell Barton2011-06-251-1/+1
* Pass removing some outdated C-macro use.Jon A. Cruz2011-02-201-27/+27