summaryrefslogtreecommitdiffstats
path: root/src/dyna-draw-context.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* remove color cursorsJosh Andler2006-10-191-6/+0
| | | (bzr r1811)
* undo annotationsbulia byak2006-10-051-1/+2
| | | (bzr r1768)
* rename drag to wiggle with value inversion; edit tooltipsbulia byak2006-10-031-4/+4
| | | (bzr r1759)
* comments for laterMenTaLguY2006-09-051-1/+2
| | | (bzr r1691)
* make calligraphy tool cap rounding work better with nonzero fixityMenTaLguY2006-09-051-9/+42
| | | (bzr r1690)
* ensure that final resting position is included in calligraphic strokeMenTaLguY2006-09-041-0/+5
| | | (bzr r1688)
* remove spurious fit_and_split wrapperMenTaLguY2006-09-041-10/+2
| | | (bzr r1687)
* clarify/update dynadraw copyrightMenTaLguY2006-09-041-0/+3
| | | (bzr r1686)
* add rounded caps to temporary shapes as wellMenTaLguY2006-09-041-0/+5
| | | (bzr r1675)
* reduce epsilon a little bitMenTaLguY2006-09-041-1/+1
| | | (bzr r1674)
* add support for rounded caps with the calligraphy toolMenTaLguY2006-09-041-0/+17
| | | (bzr r1673)
* reduce DYNA_EPSILON further, as artifacts still occur frequently with the ↵MenTaLguY2006-09-031-1/+1
| | | | | smaller setting (bzr r1672)
* increase DYNA_EPSILON in order to reduce calligraphy tool artifactsMenTaLguY2006-09-031-1/+1
| | | (bzr r1671)
* peeled back the gboolean code as it hit on some complexity theory principles...Jon Phillips2006-08-251-5/+5
| | | | | need to rethink and incrementally change gbooleans to bools (bzr r1637)
* Ok, committed msgloan's patch to convert gbooleans to bools thus completingJon Phillips2006-08-231-5/+5
| | | | | one major janitorial task we identified.... (bzr r1633)
* patch from Gustav Broberg: undo annotations and history dialogbulia byak2006-06-291-1/+2
| | | (bzr r1315)
* initial color cursor implementation (reads from pixbufs, will work on ↵Josh Andler2006-06-191-0/+6
| | | | | reading from svg instead) (bzr r1227)
* replace nr_new() with g_new(), and try to converge on using the glib ↵MenTaLguY2006-05-281-1/+2
| | | | | allocator a little more instead of the others (aside from libgc) (bzr r1044)
* deselect if not keep_selectedbulia byak2006-05-211-1/+4
| | | (bzr r914)
* adding fill-opacity to dyna-drawAaron Spike2006-05-181-2/+7
| | | (bzr r875)
* do calligraphic draw opacity correctlybulia byak2006-05-171-2/+4
| | | (bzr r863)
* keep selected option for calligraphicbulia byak2006-05-141-1/+6
| | | (bzr r830)
* Calligraphy tool now draws in the last used color or tool style depending on ↵Joshua L. Blocher2006-05-131-1/+4
| | | | | the preferences setting. (bzr r823)
* remove unused timer codeMenTaLguY2006-04-201-47/+5
| | | (bzr r550)
* add abs_width switch for calligraphy pen width; switch it to 1..100 ↵bulia byak2006-04-201-6/+18
| | | | | displayed range (bzr r548)
* Get rid of the SP_DT_* macros which do nothing more than provide additional, ↵MenTaLguY2006-04-171-6/+6
| | | | | confusing, names for other functions. If shorter names are desired, the actual functions should be renamed -- or better, made into member functions. (bzr r532)
* merge ::dragging and ::dynahandMenTaLguY2006-04-011-22/+14
| | | (bzr r390)
* excise never-used code and stale commentsbulia byak2006-03-311-149/+44
| | | (bzr r377)
* added variable tremorbulia byak2006-03-301-4/+32
| | | (bzr r374)
* bulk trailing spaces removal. consistency through MD5 of binaryRalf Stephan2006-02-151-8/+8
| | | (bzr r149)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+958
(bzr r1)