Code

Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward header.
[inkscape.git] / src / dyna-draw-context.cpp
2010-12-23 Jon A. CruzSplit SPCanvasItem and SPCanvasGroup to individual...
2010-12-12 Jon A. CruzGSoC C++-ificiation merge and cleanup.
2010-12-12 Jon A. CruzMerge and cleanup of GSoC C++-ification project.
2010-11-17 Chris MorganSuper duper mega (fun!) commit: replaced encoding=utf...
2010-07-02 Abhishek Sharma... New Class SPDocumentUndo created which takes care of...
2010-06-29 Abhishek Sharma... This is the first c++ification commit from me. It handl...
2009-03-13 speleo3remove desktop-affine.h and refactor sp_desktop_dt2doc_...
2009-01-26 buliabyakadd subtract mode with alt, adjust inertia
2009-01-25 dvlierop2- The snap-delay mechanism should now be more robust...
2009-01-19 buliabyakimprove guide tracking: add inertia after escape, suppr...
2008-12-28 verbalshadowMore NR ==> Geom changes
2008-12-28 johanengelenconvert NR to Geom
2008-12-10 johanengelenuse 2geom bezier fitting (is copy of inkscape's)
2008-12-08 speleo3Make all tools consider full parent transform (up to...
2008-10-27 Ted GouldFrom trunk
2008-10-11 Ted GouldMerging from trunk
2008-09-18 cilix42Next roud of NR ==> Geom conversion
2008-09-18 cilix42Some NR::Point ==> Geom::Point replacements
2008-08-15 cilix42Eliminate more of SP_ACTIVE_DESKTOP
2008-08-08 johanengelenremove many unnecessary to_2geom and from_2geom calls
2008-08-05 johanengelenNR::Maybe => boost::optional
2008-08-03 johanengelenremove many needless references to n-art-bpath.h
2008-07-17 johanengelenconvert all SPCurve's points and matrices arguments...
2008-07-14 johanengelendyna-draw-context and eraser-context: replace check...
2008-07-09 buliabyakprevent assert crashes on bad data in cal1 or cal2
2008-07-08 johanengelenfix calligraphy and erasertools bugs introduced by...
2008-07-08 johanengelen2geomify the static defined hatchcircles of dropper...
2008-07-08 johanengelen* 2geomify polygon svg writing
2008-07-08 mentaldisable motion hints for calligraphy to avoid confusion
2008-07-08 mentalI'm an idiot who forgot that MOTION_HINT_MASK still...
2008-07-08 mentaltemporarily enable motion hints for calligraphy tool
2008-07-07 johanengelenchange part of calligraphic/eraser code to 2geom.
2008-07-07 buliabyaka simpler and more reliable method of doing caps: alway...
2008-06-22 mjwybrow * src/2geom/isnan.h, src/libcola/cola.cpp, src/style...
2008-06-12 johanengelenchange NR::Matrix to Geom:: for many sp_item_xxx_affine...
2008-06-06 johanengelenmerge gsoc2008_johan_path2geom into trunk
2008-06-02 joncruzPass through more calls to parent contexts, and added...
2008-05-29 joncruzRefactoring out common code
2008-05-20 joncruzRefactoring begining
2008-05-09 johanengelen- try to use more forward declarations for less depende...
2008-05-05 johanengelenstruct SPCurve => class SPCurve
2008-02-19 cilix42Revert #17388 as per buliabyaks comment in LP
2008-02-19 cilix42Union paths automatically in pencil and calligraphy...
2008-01-31 bryceApplying fixes for gcc 4.3 build issues (closes LP...
2008-01-11 cilix42Add missing selection cue option to preferences for...
2007-08-08 buliabyakremove thinning/thickening, now in tweak tool
2007-07-29 buliabyakdue to the order of processing events, we must disable...
2007-04-21 buliabyakdo a light dilation on mouseup if there was no rubbing...
2007-04-16 buliabyaksilly error - lazy boolean evaluation bit me
2007-04-15 buliabyakincrement hatch_spacing by hatch_spacing_step when...
2007-04-14 buliabyakrecurse into groups for thinning/thickening
2007-04-14 buliabyakimprove interactivity by forcing redraws when thinning
2007-04-14 buliabyakmake sure thinning uses updated pressure; make the...
2007-04-13 buliabyakfix thinning that didn't work for paths inside a transf...
2007-04-11 buliabyakcleanup some debug prints
2007-04-11 buliabyakuse correct isNaN
2007-04-11 buliabyaktracking guide with ctrl; tracing background; thinning...
2007-03-03 buliabyakverbify esc to deselect; enable esc and ctrl-z to cance...
2007-02-04 mentaltweak parameters for more responsiveness
2007-02-03 mentalattempt to fix both responsiveness and blobs in calligr...
2007-01-21 acspikecontinue switching sp_repr_new* over to XML::Document...
2006-11-18 buliabyakcorrect the cap rounding in the temporary (red) shape
2006-10-19 scislacremove color cursors
2006-10-05 buliabyakundo annotations
2006-10-03 buliabyakrename drag to wiggle with value inversion; edit tooltips
2006-09-05 mentalcomments for later
2006-09-05 mentalmake calligraphy tool cap rounding work better with...
2006-09-04 mentalensure that final resting position is included in calli...
2006-09-04 mentalremove spurious fit_and_split wrapper
2006-09-04 mentalclarify/update dynadraw copyright
2006-09-04 mentaladd rounded caps to temporary shapes as well
2006-09-04 mentalreduce epsilon a little bit
2006-09-04 mentaladd support for rounded caps with the calligraphy tool
2006-09-03 mentalreduce DYNA_EPSILON further, as artifacts still occur...
2006-09-03 mentalincrease DYNA_EPSILON in order to reduce calligraphy...
2006-08-25 kidprotopeeled back the gboolean code as it hit on some complex...
2006-08-23 kidprotoOk, committed msgloan's patch to convert gbooleans...
2006-06-29 buliabyakpatch from Gustav Broberg: undo annotations and history...
2006-06-19 scislacinitial color cursor implementation (reads from pixbufs...
2006-05-28 mentalreplace nr_new() with g_new(), and try to converge...
2006-05-21 buliabyakdeselect if not keep_selected
2006-05-18 acspikeadding fill-opacity to dyna-draw
2006-05-17 buliabyakdo calligraphic draw opacity correctly
2006-05-14 buliabyakkeep selected option for calligraphic
2006-05-13 verbalshadowCalligraphy tool now draws in the last used color or...
2006-04-20 mentalremove unused timer code
2006-04-20 buliabyakadd abs_width switch for calligraphy pen width; switch...
2006-04-17 mentalGet rid of the SP_DT_* macros which do nothing more...
2006-04-01 mentalmerge ::dragging and ::dynahand
2006-03-31 buliabyakexcise never-used code and stale comments
2006-03-30 buliabyakadded variable tremor
2006-02-15 rwstbulk trailing spaces removal. consistency through MD5...
2006-01-16 mentalmoving trunk for module inkscape