summaryrefslogtreecommitdiffstats
path: root/src/dyna-draw-context.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* merge gsoc2008_johan_path2geom into trunkJohan B. C. Engelen2008-06-061-10/+10
* Pass through more calls to parent contexts, and added more common property ha...Jon A. Cruz2008-06-021-33/+6
* Refactoring out common codeJon A. Cruz2008-05-291-61/+11
* Refactoring beginingJon A. Cruz2008-05-201-9/+10
* - try to use more forward declarations for less dependencies on display/curve.hJohan B. C. Engelen2008-05-091-9/+9
* struct SPCurve => class SPCurveJohan B. C. Engelen2008-05-051-51/+50
* Revert #17388 as per buliabyaks comment in LPMaximilian Albert2008-02-191-2/+1
* Union paths automatically in pencil and calligraphy context when Shift-Lock i...Maximilian Albert2008-02-191-1/+2
* Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington2008-01-311-1/+2
* Add missing selection cue option to preferences for tweak, calligraphy, and p...Maximilian Albert2008-01-111-0/+5
* remove thinning/thickening, now in tweak toolbulia byak2007-08-081-281/+2
* due to the order of processing events, we must disable lmb handling in childr...bulia byak2007-07-291-4/+4
* do a light dilation on mouseup if there was no rubbing; makes it usable even ...bulia byak2007-04-211-4/+20
* silly error - lazy boolean evaluation bit mebulia byak2007-04-161-1/+2
* increment hatch_spacing by hatch_spacing_step when keep_selected is off; use ...bulia byak2007-04-151-8/+13
* recurse into groups for thinning/thickeningbulia byak2007-04-141-25/+44
* improve interactivity by forcing redraws when thinningbulia byak2007-04-141-0/+5
* make sure thinning uses updated pressure; make the response a bit nonlinearbulia byak2007-04-141-2/+9
* fix thinning that didn't work for paths inside a transformed groupbulia byak2007-04-131-3/+4
* cleanup some debug printsbulia byak2007-04-111-5/+0
* use correct isNaNbulia byak2007-04-111-1/+1
* tracking guide with ctrl; tracing background; thinning/thickening with alt; a...bulia byak2007-04-111-62/+632
* verbify esc to deselect; enable esc and ctrl-z to cancel drawing in calligraphicbulia byak2007-03-031-2/+34
* tweak parameters for more responsivenessMenTaLguY2007-02-041-2/+2
* attempt to fix both responsiveness and blobs in calligraphy toolMenTaLguY2007-02-031-2/+19
* continue switching sp_repr_new* over to XML::Document::create*Aaron Spike2007-01-211-1/+2
* correct the cap rounding in the temporary (red) shapebulia byak2006-11-181-4/+8
* remove color cursorsJosh Andler2006-10-191-6/+0
* undo annotationsbulia byak2006-10-051-1/+2
* rename drag to wiggle with value inversion; edit tooltipsbulia byak2006-10-031-4/+4
* comments for laterMenTaLguY2006-09-051-1/+2
* make calligraphy tool cap rounding work better with nonzero fixityMenTaLguY2006-09-051-9/+42
* ensure that final resting position is included in calligraphic strokeMenTaLguY2006-09-041-0/+5
* remove spurious fit_and_split wrapperMenTaLguY2006-09-041-10/+2
* clarify/update dynadraw copyrightMenTaLguY2006-09-041-0/+3
* add rounded caps to temporary shapes as wellMenTaLguY2006-09-041-0/+5
* reduce epsilon a little bitMenTaLguY2006-09-041-1/+1
* add support for rounded caps with the calligraphy toolMenTaLguY2006-09-041-0/+17
* reduce DYNA_EPSILON further, as artifacts still occur frequently with the sma...MenTaLguY2006-09-031-1/+1
* increase DYNA_EPSILON in order to reduce calligraphy tool artifactsMenTaLguY2006-09-031-1/+1
* peeled back the gboolean code as it hit on some complexity theory principles...Jon Phillips2006-08-251-5/+5
* Ok, committed msgloan's patch to convert gbooleans to bools thus completingJon Phillips2006-08-231-5/+5
* patch from Gustav Broberg: undo annotations and history dialogbulia byak2006-06-291-1/+2
* initial color cursor implementation (reads from pixbufs, will work on reading...Josh Andler2006-06-191-0/+6
* replace nr_new() with g_new(), and try to converge on using the glib allocato...MenTaLguY2006-05-281-1/+2
* deselect if not keep_selectedbulia byak2006-05-211-1/+4
* adding fill-opacity to dyna-drawAaron Spike2006-05-181-2/+7
* do calligraphic draw opacity correctlybulia byak2006-05-171-2/+4
* keep selected option for calligraphicbulia byak2006-05-141-1/+6
* Calligraphy tool now draws in the last used color or tool style depending on ...Joshua L. Blocher2006-05-131-1/+4