summaryrefslogtreecommitdiffstats
path: root/src/dyna-draw-context.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* From trunkTed Gould2008-10-271-36/+37
| | | (bzr r6885)
* Merging from trunkTed Gould2008-10-111-4/+4
| | | (bzr r6884)
* Next roud of NR ==> Geom conversionMaximilian Albert2008-09-181-7/+7
| | | (bzr r6839)
* Some NR::Point ==> Geom::Point replacementsMaximilian Albert2008-09-181-58/+58
| | | (bzr r6835)
* Eliminate more of SP_ACTIVE_DESKTOPMaximilian Albert2008-08-151-9/+11
| | | (bzr r6633)
* remove many unnecessary to_2geom and from_2geom callsJohan B. C. Engelen2008-08-081-8/+8
| | | (bzr r6593)
* NR::Maybe => boost::optionalJohan B. C. Engelen2008-08-051-1/+1
| | | (bzr r6569)
* remove many needless references to n-art-bpath.hJohan B. C. Engelen2008-08-031-2/+0
| | | (bzr r6540)
* convert all SPCurve's points and matrices arguments and return types to 2GeomJohan B. C. Engelen2008-07-171-11/+10
| | | (bzr r6339)
* dyna-draw-context and eraser-context: replace check for empty path with ↵Johan B. C. Engelen2008-07-141-1/+1
| | | | | 2geomified method of spcurve (bzr r6301)
* prevent assert crashes on bad data in cal1 or cal2bulia byak2008-07-091-16/+42
| | | (bzr r6251)
* fix calligraphy and erasertools bugs introduced by rev19197Johan B. C. Engelen2008-07-081-2/+2
| | | (bzr r6237)
* 2geomify the static defined hatchcircles of dropper tool, dyna draw and ↵Johan B. C. Engelen2008-07-081-15/+9
| | | | | tweak tool. (bzr r6229)
* * 2geomify polygon svg writingJohan B. C. Engelen2008-07-081-7/+5
| | | | | * 2geomify caligraphy and erasertool svg writing (bzr r6228)
* disable motion hints for calligraphy to avoid confusionMenTaLguY2008-07-081-1/+0
| | | (bzr r6225)
* I'm an idiot who forgot that MOTION_HINT_MASK still needs MOTION_MASKMenTaLguY2008-07-081-0/+1
| | | (bzr r6222)
* temporarily enable motion hints for calligraphy toolMenTaLguY2008-07-081-1/+1
| | | (bzr r6219)
* change part of calligraphic/eraser code to 2geom.Johan B. C. Engelen2008-07-071-12/+17
| | | (bzr r6204)
* a simpler and more reliable method of doing caps: always perpendicular to ↵bulia byak2008-07-071-30/+16
| | | | | from-to (bzr r6198)
* * src/2geom/isnan.h, src/libcola/cola.cpp, src/style.cpp, src/seltrans.cpp,mjwybrow2008-06-221-1/+1
| | | | | | | | | | | | | | | | | | | src/libcola/gradient_projection.cpp, src/libvpsc/generate-constraints.cpp, src/libnr/nr-types.cpp, src/libnr/nr-point-fns-test.cpp, src/isnan.h, src/libnr/nr-point-fns.cpp, src/libnr/in-svg-plane-test.cpp, src/doxygen-main.cpp, src/display/nr-filter-composite.cpp, src/display/nr-filter-merge.cpp, src/display/nr-filter-gaussian.cpp, src/display/bezier-utils.cpp, src/Makefile_insert, src/eraser-context.cpp, src/dyna-draw-context.cpp, src/tweak-context.cpp, src/sp-namedview.cpp, src/libnr/in-svg-plane-test.h, src/libnr/nr-point-fns-test.h, src/mod360-test.h, src/CMakeLists.txt, src/2geom/linear.h: Properly fix the conflicting isnan.h problem: 1) Update src/2geom/isnan.h to match newest Inkscape src/isnana.h (Also commited this change to lib2geom project repository) 2) Remove Inkscape's src/isnan.h 3) Update all files to include src/2geom/isnan.h instead of src/isnan.h (bzr r6013)
* change NR::Matrix to Geom:: for many sp_item_xxx_affine functionsJohan B. C. Engelen2008-06-121-1/+1
| | | (bzr r5915)
* merge gsoc2008_johan_path2geom into trunkJohan B. C. Engelen2008-06-061-10/+10
| | | (bzr r5823)
* Pass through more calls to parent contexts, and added more common property ↵Jon A. Cruz2008-06-021-33/+6
| | | | | | | handling. Fixes bug #236667 and issues with middle-drag and ctrl-arrow. (bzr r5780)
* Refactoring out common codeJon A. Cruz2008-05-291-61/+11
| | | (bzr r5759)
* Refactoring beginingJon A. Cruz2008-05-201-9/+10
| | | (bzr r5717)
* - try to use more forward declarations for less dependencies on display/curve.hJohan B. C. Engelen2008-05-091-9/+9
| | | | | | - change _bpath to private member of SPCurve, obtain and set with get_bpath and set_bpath. - added const methods, so protect changes to _bpath in SPCurve (bzr r5636)
* struct SPCurve => class SPCurveJohan B. C. Engelen2008-05-051-51/+50
| | | | | change all sp_curve_methods functions to SPCurve::methods. (bzr r5609)
* Revert #17388 as per buliabyaks comment in LPMaximilian Albert2008-02-191-2/+1
| | | (bzr r4774)
* Union paths automatically in pencil and calligraphy context when Shift-Lock ↵Maximilian Albert2008-02-191-1/+2
| | | | | is pressed (closes: LP 190846) (bzr r4771)
* Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington2008-01-311-1/+2
| | | (bzr r4629)
* Add missing selection cue option to preferences for tweak, calligraphy, and ↵Maximilian Albert2008-01-111-0/+5
| | | | | paint bucket tools (bzr r4457)
* remove thinning/thickening, now in tweak toolbulia byak2007-08-081-281/+2
| | | (bzr r3427)
* due to the order of processing events, we must disable lmb handling in ↵bulia byak2007-07-291-4/+4
| | | | | children contexts so that parent event context can handle it for space panning (bzr r3341)
* do a light dilation on mouseup if there was no rubbing; makes it usable even ↵bulia byak2007-04-211-4/+20
| | | | | with a mouse that gets no motion events during a click (bzr r2942)
* silly error - lazy boolean evaluation bit mebulia byak2007-04-161-1/+2
| | | (bzr r2908)
* increment hatch_spacing by hatch_spacing_step when keep_selected is off; use ↵bulia byak2007-04-151-8/+13
| | | | | forced redraws for all drawing modes, not only for thinning (bzr r2895)
* recurse into groups for thinning/thickeningbulia byak2007-04-141-25/+44
| | | (bzr r2889)
* improve interactivity by forcing redraws when thinningbulia byak2007-04-141-0/+5
| | | (bzr r2887)
* make sure thinning uses updated pressure; make the response a bit nonlinearbulia byak2007-04-141-2/+9
| | | (bzr r2886)
* fix thinning that didn't work for paths inside a transformed groupbulia byak2007-04-131-3/+4
| | | (bzr r2871)
* cleanup some debug printsbulia byak2007-04-111-5/+0
| | | (bzr r2858)
* use correct isNaNbulia byak2007-04-111-1/+1
| | | (bzr r2856)
* tracking guide with ctrl; tracing background; thinning/thickening with alt; ↵bulia byak2007-04-111-62/+632
| | | | | also home/end for width, shift+drawing to unionize, decrease tolerance, add comments (bzr r2853)
* verbify esc to deselect; enable esc and ctrl-z to cancel drawing in calligraphicbulia byak2007-03-031-2/+34
| | | (bzr r2526)
* tweak parameters for more responsivenessMenTaLguY2007-02-041-2/+2
| | | (bzr r2322)
* attempt to fix both responsiveness and blobs in calligraphy toolMenTaLguY2007-02-031-2/+19
| | | (bzr r2318)
* continue switching sp_repr_new* over to XML::Document::create*Aaron Spike2007-01-211-1/+2
| | | (bzr r2254)
* correct the cap rounding in the temporary (red) shapebulia byak2006-11-181-4/+8
| | | (bzr r1978)
* remove color cursorsJosh Andler2006-10-191-6/+0
| | | (bzr r1811)
* undo annotationsbulia byak2006-10-051-1/+2
| | | (bzr r1768)