summaryrefslogtreecommitdiffstats
path: root/src/gradient-drag.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Check that server is gradient before calling getVector().Tavmjong Bah2012-12-061-108/+115
| | | (bzr r11934)
* Fix for 1086881 : Regression editing patterns with node toolJohn Smith2012-12-061-4/+8
| | | (bzr r11933)
* Fix for 1084341 : Gradient Tool : Hide gradient handles on a solid color swatchJohn Smith2012-11-301-4/+4
| | | (bzr r11917)
* code cleanup: add own includes to cpp files or make the functions static if ↵Campbell Barton2012-10-041-1/+1
| | | | | they are not used elsewhere. (bzr r11735)
* Fix for 1046868 : Gradient tool (trunk): stop selector cannot access stroke ↵John Smith2012-09-071-3/+3
| | | | | gradient stops of objects with two gradients (bzr r11656)
* Fix for 1028425 : Gradient Stop Alpha value not correct in Fill/Stroke dialogJohn Smith2012-07-241-2/+2
| | | (bzr r11572)
* Stop deriving SPCanvasItem from GtkObjectAlex Valavanis2012-06-091-2/+2
| | | (bzr r11469.1.1)
* Warning cleanup.Jon A. Cruz2012-06-061-1/+2
| | | (bzr r11462)
* GrDrag: check for null pointerJohan B. C. Engelen2012-05-241-1/+4
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1004191 (bzr r11411)
* fix windows build. use 'guint' instead of 'uint'. although I do not know why ↵Johan B. C. Engelen2012-05-241-29/+29
| | | | | you wouldn't just use 'unsigned int' (bzr r11410)
* Add Mesh tool (experimental, requires Cario >= 1.11.4, disabled by default).Tavmjong Bah2012-05-231-62/+548
| | | (bzr r11406)
* Centralized line creation and enhanced visibility.Jon A. Cruz2012-05-091-13/+14
| | | (bzr r11350)
* Fixing to use explicit enum types instead of generic guint & bool.Jon A. Cruz2012-05-081-93/+93
| | | (bzr r11345)
* C++ification of SPCtrlLine in preparation of visibility improvements.Jon A. Cruz2012-05-041-13/+13
| | | (bzr r11321)
* Fix for 950677 : Add link option to gradient toolbarJohn Smith2012-04-251-0/+2
| | | (bzr r11291)
* Fix for 950677 : Disable gradient editor on knot double clickJohn Smith2012-04-111-3/+6
| | | (bzr r11216)
* Fix for 627728 : Make newly added gradient stop activeJohn Smith2012-04-011-0/+26
| | | (bzr r11135)
* Fix for 855676 : Gradient - misplacing when adding new stop by mouseJohn Smith2012-03-081-6/+14
| | | (bzr r11061)
* Prevent false gtk deprecation warnings in canvas-grid and tidy headersAlex Valavanis2012-02-151-0/+1
| | | (bzr r10988)
* Header cleaningAlex Valavanis2012-02-121-0/+2
| | | (bzr r10963)
* Initial C++ification of SPCanvas.Jon A. Cruz2012-01-121-2/+2
| | | (bzr r10873)
* Another minor pass of Doxygen cleanup.Jon A. Cruz2011-10-031-179/+129
| | | (bzr r10659)
* Rename the struct "SnappedConstraints" to the more meaningfull ↵Diederik van Lierop2011-09-021-6/+6
| | | | | "IntermSnapResults" (bzr r10612)
* Completely remove libnrKrzysztof Kosi??ski2011-08-281-17/+22
| | | (bzr r10582.1.11)
* Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski2011-08-271-3/+3
| | | | | using them more obvious. Fix filter region computation. (bzr r10582.1.1)
* warning cleanup (no functional changes)Campbell Barton2011-06-251-1/+1
| | | | | | - enclose && / || with brackets to avoid ambiguity. - don't cast from booleans to pointers. (bzr r10359)
* Pass removing some outdated C-macro use.Jon A. Cruz2011-02-201-27/+27
| | | (bzr r10059)
* Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward ↵Jon A. Cruz2010-12-231-0/+1
| | | | | header. (bzr r9978.1.1)
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-17/+20
|\ | | | | (bzr r9945.1.1)
| * another c++ification for sp-object.h/cpp and still in progress...Abhishek Sharma Public2010-07-031-1/+1
| | | | | | (bzr r9546.1.4)
| * New Class SPDocumentUndo created which takes care of c++fying some non ↵Abhishek Sharma Public2010-07-021-6/+6
| | | | | | | | | | SPDocument based methods (bzr r9546.1.3)
| * This is the first c++ification commit from me. It handles sp-line, ↵Abhishek Sharma Public2010-06-291-2/+2
| | | | | | | | | | sp-polyline, sp-item and marks the onset of document c++ification as well. Users can check performace increase with [/usr/bin/time -v inkscape_binary_with_commandline_options]. (bzr r9546.1.1)
* | Leave constrained angular snapping to the snap manager, instead of handling ↵Diederik van Lierop2010-11-071-39/+25
| | | | | | | | | | it locally (bzr r9880)
* | Clear pointers in the snapmanager if they're no longer needed.Diederik van Lierop2010-08-111-0/+3
| | | | | | (bzr r9697)
* | Correct behavior of gradient stops to extract color from swatch when color ↵Jon A. Cruz2010-07-181-28/+49
| | | | | | | | | | is drag-n-drop'ed or selected. (bzr r9620)
* | - Snap while rotating an object using the selector toolDiederik van Lierop2010-07-121-2/+2
| | | | | | | | | | | | - Rename the ConstraintLine class to SnapConstraint - Move some duplicated code to 2geom (bzr r9607)
* | Stop setting of stops from getting url() reference colors.Jon A. Cruz2010-07-111-49/+79
| | | | | | (bzr r9606)
* | Suppress gradient direction line for 'solid' gradients.Jon A. Cruz2010-07-041-15/+18
| | | | | | | | | | Removed unneeded and outdated macro use. (bzr r9564)
* | Suppress gradient handles when editing objects with solid fills.Jon A. Cruz2010-07-031-17/+19
| | | | | | (bzr r9562)
* | fix Launchpad bug 593023: crash in constrained snap due to not calling ↵Diederik van Lierop2010-07-011-1/+2
|/ | | | | | | | setup() before snapping Fixed bugs: - https://launchpad.net/bugs/593023 (bzr r9550)
* Partial C++-ification of SPGradientJon A. Cruz2010-06-281-1/+1
| | | (bzr r9542)
* Fix bounding box snapping (LP562205, comment 6, issue II)Diederik van Lierop2010-05-081-1/+1
| | | (bzr r9402)
* Initial F&S dialog setting of swatch colors.Jon A. Cruz2010-03-091-1/+1
| | | (bzr r9169)
* Cleanup of gradients and stops.Jon A. Cruz2010-03-081-11/+11
| | | (bzr r9163)
* New tab in Fill&Stroke dialog for swatch fills.Jon A. Cruz2010-03-061-7/+8
| | | (bzr r9153)
* Gradient editor: don't show pre-snap indicator when hovering above the knot ↵Diederik van Lierop2010-02-141-0/+16
| | | | | of a gradient stop (bzr r9091)
* Implement snapping of gradient stopsDiederik van Lierop2010-02-141-0/+6
| | | (bzr r9090)
* Fix path transformation (LP bug #515237)Krzysztof Kosi??ski2010-02-071-1/+4
| | | | | | Fixed bugs: - https://launchpad.net/bugs/515237 (bzr r9062)
* Remove redundancy from snapping API (type of snapsource no longer has to be ↵Diederik van Lierop2010-01-231-48/+48
| | | | | specified explicitly) (bzr r9014)
* Refactoring the snapping API (making it easier to maintain and understand ↵Diederik van Lierop2010-01-091-3/+3
| | | | | for the devs) (bzr r8960)