2009-03-13 |
speleo3 | remove desktop-affine.h and refactor sp_desktop_dt2doc_... |
blob | commitdiff | raw |
2009-01-26 |
buliabyak | add subtract mode with alt, adjust inertia |
blob | commitdiff | raw | diff to current |
2009-01-25 |
dvlierop2 | - The snap-delay mechanism should now be more robust... |
blob | commitdiff | raw | diff to current |
2009-01-19 |
buliabyak | improve guide tracking: add inertia after escape, suppr... |
blob | commitdiff | raw | diff to current |
2008-12-28 |
verbalshadow | More NR ==> Geom changes |
blob | commitdiff | raw | diff to current |
2008-12-28 |
johanengelen | convert NR to Geom |
blob | commitdiff | raw | diff to current |
2008-12-10 |
johanengelen | use 2geom bezier fitting (is copy of inkscape's) |
blob | commitdiff | raw | diff to current |
2008-12-08 |
speleo3 | Make all tools consider full parent transform (up to... |
blob | commitdiff | raw | diff to current |
2008-10-27 |
Ted Gould | From trunk |
blob | commitdiff | raw | diff to current |
2008-10-11 |
Ted Gould | Merging from trunk |
blob | commitdiff | raw | diff to current |
2008-09-18 |
cilix42 | Next roud of NR ==> Geom conversion |
blob | commitdiff | raw | diff to current |
2008-09-18 |
cilix42 | Some NR::Point ==> Geom::Point replacements |
blob | commitdiff | raw | diff to current |
2008-08-15 |
cilix42 | Eliminate more of SP_ACTIVE_DESKTOP |
blob | commitdiff | raw | diff to current |
2008-08-08 |
johanengelen | remove many unnecessary to_2geom and from_2geom calls |
blob | commitdiff | raw | diff to current |
2008-08-05 |
johanengelen | NR::Maybe => boost::optional |
blob | commitdiff | raw | diff to current |
2008-08-03 |
johanengelen | remove many needless references to n-art-bpath.h |
blob | commitdiff | raw | diff to current |
2008-07-17 |
johanengelen | convert all SPCurve's points and matrices arguments... |
blob | commitdiff | raw | diff to current |
2008-07-14 |
johanengelen | dyna-draw-context and eraser-context: replace check... |
blob | commitdiff | raw | diff to current |
2008-07-09 |
buliabyak | prevent assert crashes on bad data in cal1 or cal2 |
blob | commitdiff | raw | diff to current |
2008-07-08 |
johanengelen | fix calligraphy and erasertools bugs introduced by... |
blob | commitdiff | raw | diff to current |
2008-07-08 |
johanengelen | 2geomify the static defined hatchcircles of dropper... |
blob | commitdiff | raw | diff to current |
2008-07-08 |
johanengelen | * 2geomify polygon svg writing |
blob | commitdiff | raw | diff to current |
2008-07-08 |
mental | disable motion hints for calligraphy to avoid confusion |
blob | commitdiff | raw | diff to current |
2008-07-08 |
mental | I'm an idiot who forgot that MOTION_HINT_MASK still... |
blob | commitdiff | raw | diff to current |
2008-07-08 |
mental | temporarily enable motion hints for calligraphy tool |
blob | commitdiff | raw | diff to current |
2008-07-07 |
johanengelen | change part of calligraphic/eraser code to 2geom. |
blob | commitdiff | raw | diff to current |
2008-07-07 |
buliabyak | a simpler and more reliable method of doing caps: alway... |
blob | commitdiff | raw | diff to current |
2008-06-22 |
mjwybrow | * src/2geom/isnan.h, src/libcola/cola.cpp, src/style... |
blob | commitdiff | raw | diff to current |
2008-06-12 |
johanengelen | change NR::Matrix to Geom:: for many sp_item_xxx_affine... |
blob | commitdiff | raw | diff to current |
2008-06-06 |
johanengelen | merge gsoc2008_johan_path2geom into trunk |
blob | commitdiff | raw | diff to current |
2008-06-02 |
joncruz | Pass through more calls to parent contexts, and added... |
blob | commitdiff | raw | diff to current |
2008-05-29 |
joncruz | Refactoring out common code |
blob | commitdiff | raw | diff to current |
2008-05-20 |
joncruz | Refactoring begining |
blob | commitdiff | raw | diff to current |
2008-05-09 |
johanengelen | - try to use more forward declarations for less depende... |
blob | commitdiff | raw | diff to current |
2008-05-05 |
johanengelen | struct SPCurve => class SPCurve |
blob | commitdiff | raw | diff to current |
2008-02-19 |
cilix42 | Revert #17388 as per buliabyaks comment in LP |
blob | commitdiff | raw | diff to current |
2008-02-19 |
cilix42 | Union paths automatically in pencil and calligraphy... |
blob | commitdiff | raw | diff to current |
2008-01-31 |
bryce | Applying fixes for gcc 4.3 build issues (closes LP... |
blob | commitdiff | raw | diff to current |
2008-01-11 |
cilix42 | Add missing selection cue option to preferences for... |
blob | commitdiff | raw | diff to current |
2007-08-08 |
buliabyak | remove thinning/thickening, now in tweak tool |
blob | commitdiff | raw | diff to current |
2007-07-29 |
buliabyak | due to the order of processing events, we must disable... |
blob | commitdiff | raw | diff to current |
2007-04-21 |
buliabyak | do a light dilation on mouseup if there was no rubbing... |
blob | commitdiff | raw | diff to current |
2007-04-16 |
buliabyak | silly error - lazy boolean evaluation bit me |
blob | commitdiff | raw | diff to current |
2007-04-15 |
buliabyak | increment hatch_spacing by hatch_spacing_step when... |
blob | commitdiff | raw | diff to current |
2007-04-14 |
buliabyak | recurse into groups for thinning/thickening |
blob | commitdiff | raw | diff to current |
2007-04-14 |
buliabyak | improve interactivity by forcing redraws when thinning |
blob | commitdiff | raw | diff to current |
2007-04-14 |
buliabyak | make sure thinning uses updated pressure; make the... |
blob | commitdiff | raw | diff to current |
2007-04-13 |
buliabyak | fix thinning that didn't work for paths inside a transf... |
blob | commitdiff | raw | diff to current |
2007-04-11 |
buliabyak | cleanup some debug prints |
blob | commitdiff | raw | diff to current |
2007-04-11 |
buliabyak | use correct isNaN |
blob | commitdiff | raw | diff to current |
2007-04-11 |
buliabyak | tracking guide with ctrl; tracing background; thinning... |
blob | commitdiff | raw | diff to current |
2007-03-03 |
buliabyak | verbify esc to deselect; enable esc and ctrl-z to cance... |
blob | commitdiff | raw | diff to current |
2007-02-04 |
mental | tweak parameters for more responsiveness |
blob | commitdiff | raw | diff to current |
2007-02-03 |
mental | attempt to fix both responsiveness and blobs in calligr... |
blob | commitdiff | raw | diff to current |
2007-01-21 |
acspike | continue switching sp_repr_new* over to XML::Document... |
blob | commitdiff | raw | diff to current |
2006-11-18 |
buliabyak | correct the cap rounding in the temporary (red) shape |
blob | commitdiff | raw | diff to current |
2006-10-19 |
scislac | remove color cursors |
blob | commitdiff | raw | diff to current |
2006-10-05 |
buliabyak | undo annotations |
blob | commitdiff | raw | diff to current |
2006-10-03 |
buliabyak | rename drag to wiggle with value inversion; edit tooltips |
blob | commitdiff | raw | diff to current |
2006-09-05 |
mental | comments for later |
blob | commitdiff | raw | diff to current |
2006-09-05 |
mental | make calligraphy tool cap rounding work better with... |
blob | commitdiff | raw | diff to current |
2006-09-04 |
mental | ensure that final resting position is included in calli... |
blob | commitdiff | raw | diff to current |
2006-09-04 |
mental | remove spurious fit_and_split wrapper |
blob | commitdiff | raw | diff to current |
2006-09-04 |
mental | clarify/update dynadraw copyright |
blob | commitdiff | raw | diff to current |
2006-09-04 |
mental | add rounded caps to temporary shapes as well |
blob | commitdiff | raw | diff to current |
2006-09-04 |
mental | reduce epsilon a little bit |
blob | commitdiff | raw | diff to current |
2006-09-04 |
mental | add support for rounded caps with the calligraphy tool |
blob | commitdiff | raw | diff to current |
2006-09-03 |
mental | reduce DYNA_EPSILON further, as artifacts still occur... |
blob | commitdiff | raw | diff to current |
2006-09-03 |
mental | increase DYNA_EPSILON in order to reduce calligraphy... |
blob | commitdiff | raw | diff to current |
2006-08-25 |
kidproto | peeled back the gboolean code as it hit on some complex... |
blob | commitdiff | raw | diff to current |
2006-08-23 |
kidproto | Ok, committed msgloan's patch to convert gbooleans... |
blob | commitdiff | raw | diff to current |
2006-06-29 |
buliabyak | patch from Gustav Broberg: undo annotations and history... |
blob | commitdiff | raw | diff to current |
2006-06-19 |
scislac | initial color cursor implementation (reads from pixbufs... |
blob | commitdiff | raw | diff to current |
2006-05-28 |
mental | replace nr_new() with g_new(), and try to converge... |
blob | commitdiff | raw | diff to current |
2006-05-21 |
buliabyak | deselect if not keep_selected |
blob | commitdiff | raw | diff to current |
2006-05-18 |
acspike | adding fill-opacity to dyna-draw |
blob | commitdiff | raw | diff to current |
2006-05-17 |
buliabyak | do calligraphic draw opacity correctly |
blob | commitdiff | raw | diff to current |
2006-05-14 |
buliabyak | keep selected option for calligraphic |
blob | commitdiff | raw | diff to current |
2006-05-13 |
verbalshadow | Calligraphy tool now draws in the last used color or... |
blob | commitdiff | raw | diff to current |
2006-04-20 |
mental | remove unused timer code |
blob | commitdiff | raw | diff to current |
2006-04-20 |
buliabyak | add abs_width switch for calligraphy pen width; switch... |
blob | commitdiff | raw | diff to current |
2006-04-17 |
mental | Get rid of the SP_DT_* macros which do nothing more... |
blob | commitdiff | raw | diff to current |
2006-04-01 |
mental | merge ::dragging and ::dynahand |
blob | commitdiff | raw | diff to current |
2006-03-31 |
buliabyak | excise never-used code and stale comments |
blob | commitdiff | raw | diff to current |
2006-03-30 |
buliabyak | added variable tremor |
blob | commitdiff | raw | diff to current |
2006-02-15 |
rwst | bulk trailing spaces removal. consistency through MD5... |
blob | commitdiff | raw | diff to current |
2006-01-16 |
mental | moving trunk for module inkscape |
blob | commitdiff | raw | diff to current |
|