summaryrefslogtreecommitdiffstats
path: root/src/gradient-drag.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* change knot.h to Geom::Point only instead of NR::Point.Johan B. C. Engelen2008-08-011-9/+9
| | | (bzr r6511)
* Next steps in implementing the snapping indicatorDiederik van Lierop2008-05-041-2/+2
| | | (bzr r5600)
* - Major refactoring of snapping related code...Diederik van Lierop2008-04-301-8/+5
| | | | | - Enabling snap indicator for all remaining tools (bzr r5556)
* Refactor snapper and snapindicator (in order to enable the snapindicator in ↵Diederik van Lierop2008-04-071-8/+10
| | | | | the selector tool) (bzr r5374)
* system clipboard support (bug #170185) from Chris KosińskiMenTaLguY2008-03-261-26/+3
| | | (bzr r5190)
* snapindicator for gradient knotsJohan B. C. Engelen2008-03-041-0/+13
| | | (bzr r4958)
* Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington2008-01-311-0/+2
| | | (bzr r4629)
* make the alt-drag profile symmetricbulia byak2007-11-291-1/+1
| | | (bzr r4143)
* warning cleanupJon A. Cruz2007-11-081-3/+3
| | | (bzr r4043)
* Warning cleanupJon A. Cruz2007-11-041-26/+26
| | | (bzr r4025)
* fix bug [ 1824359 ] Gradient isn't snapping with ctrl pressedJohan B. C. Engelen2007-11-011-3/+16
| | | (bzr r4011)
* add copy-to-clipboard for selected stopsbulia byak2007-10-221-4/+58
| | | (bzr r3942)
* fix pasting style where style or fill is nonebulia byak2007-10-221-3/+3
| | | (bzr r3940)
* add dropColor; mouseovered knots red; store item for each line, for adding ↵bulia byak2007-10-161-40/+143
| | | | | stops; refactoring (bzr r3907)
* fix error in structure, typobulia byak2007-10-121-8/+7
| | | (bzr r3895)
* select within rectbulia byak2007-10-121-0/+15
| | | (bzr r3893)
* proper averaging of all selected draggers on query style; select-next/prev ↵bulia byak2007-10-121-21/+32
| | | | | return the new selected dragger (bzr r3891)
* implement moving midstops with arrow keys, some refactoringbulia byak2007-10-111-45/+101
| | | (bzr r3887)
* copyeditbulia byak2007-10-071-3/+3
| | | (bzr r3852)
* implement alt+drag of stopsbulia byak2007-10-071-2/+23
| | | (bzr r3845)
* fix dragging when center and radius are both selectedbulia byak2007-10-061-2/+2
| | | (bzr r3844)
* new selection utility methods; refactoring to allow finding grabber without ↵bulia byak2007-10-061-23/+50
| | | | | knowing its exact type, only by number (bzr r3842)
* reenable stop moving by keys, add select-allbulia byak2007-10-051-19/+77
| | | (bzr r3838)
* Purged fill type enumJon A. Cruz2007-09-101-8/+8
| | | (bzr r3706)
* Only in the selector tool we should snap in bbox mode (PointType = ↵Diederik van Lierop2007-08-071-1/+1
| | | | | SNAPPOINT_BBOX) (bzr r3415)
* 1) Changes to snapping preferences dialogDiederik van Lierop2007-07-281-1/+1
| | | | | | 2) Strict snapping implemented, i.e. bbox only to bbox and nodes only to paths/nodes 3) Renaming of some constants to improve readability (bzr r3331)
* when the gradient just has start and end stops if you delete one it will now ↵Johan B. C. Engelen2007-04-011-3/+23
| | | | | color the object the remaining stop's color. (bzr r2799)
* Gradient tool: fixed live updating of midstop dragging + [ 1667584 ] Crash ↵Johan B. C. Engelen2007-03-251-0/+2
| | | | | when moving gradient nodes on group (bzr r2758)
* Implementing feature request #1673807: snapping of gradient handlesDiederik van Lierop2007-03-201-11/+22
| | | (bzr r2722)
* Merge further bbox workMenTaLguY2007-03-101-8/+10
| | | (bzr r2596)
* Fork gradientvector upon deletion of stops.Johan B. C. Engelen2007-02-031-1/+2
| | | (bzr r2320)
* Gradient tool: moved stop-deletion to ::GrDrag and made it much more robust ↵Johan B. C. Engelen2007-02-031-52/+272
| | | | | and predictable. (bzr r2319)
* use master opacity rather than fill/stroke-opacity when querying/setting ↵bulia byak2007-01-251-23/+39
| | | | | stop opacity; properly multiply all given opacities on setting; emit subselection-changed signal when deselecting all (bzr r2279)
* Sorry, forgot the copyright text.Johan B. C. Engelen2007-01-241-0/+2
| | | (bzr r2276)
* Upgraded gradient tool =)Johan B. C. Engelen2007-01-171-120/+506
| | | (bzr r2228)
* :) Wrong line Josh :DJohan B. C. Engelen2007-01-081-1/+2
| | | (bzr r2161)
* from Johan - fixes a memory leakJosh Andler2007-01-081-0/+1
| | | (bzr r2160)
* force full redraw every 5 interruptions when dragging knots; disconnect knot ↵bulia byak2007-01-071-0/+18
| | | | | signals when destroying dragger (bzr r2151)
* Reverting revision 13615Johan B. C. Engelen2007-01-071-110/+68
| | | (bzr r2150)
* Gradient nodes progress...Johan B. C. Engelen2007-01-071-68/+110
| | | (bzr r2148)
* undo annotationsbulia byak2006-10-051-3/+3
| | | (bzr r1768)
* patch from Gustav Broberg: undo annotations and history dialogbulia byak2006-06-291-3/+6
| | | (bzr r1315)
* do some include changes more correctlyRalf Stephan2006-06-281-3/+3
| | | (bzr r1311)
* more compiler hints for gtk-2.4 systems to cope with glibmm/i18n.hRalf Stephan2006-06-241-0/+4
| | | (bzr r1276)
* Get rid of the SP_DT_* macros which do nothing more than provide additional, ↵MenTaLguY2006-04-171-5/+5
| | | | | confusing, names for other functions. If shorter names are desired, the actual functions should be renamed -- or better, made into member functions. (bzr r532)
* string plural form (for languages with multiple plural forms)Andrius Ramanauskas2006-03-291-2/+5
| | | (bzr r367)
* use SPKnot setter methods instead of g_object_set_propertybulia byak2006-03-281-6/+4
| | | (bzr r323)
* bulk trailing spaces removal. consistency through MD5 of binaryRalf Stephan2006-02-151-24/+24
| | | (bzr r149)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+1108
(bzr r1)