summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* lpe interpolate: fix traversal of trajectory_path. add option for ↵Johan B. C. Engelen2008-07-272-11/+17
| | | | | equidistant_spacing (bzr r6433)
* add LPE InterpolateJohan B. C. Engelen2008-07-276-0/+183
| | | (bzr r6431)
* fix release mouse crash, add missed disconnects, remove unused callbackbulia byak2008-07-273-13/+14
| | | (bzr r6430)
* Add tracking of skew factor and display in warning message.Jon A. Cruz2008-07-273-3/+16
| | | (bzr r6429)
* fix messed up scale/rotate handlesbulia byak2008-07-271-2/+2
| | | (bzr r6428)
* simplify color reading from tool stylebulia byak2008-07-261-22/+4
| | | (bzr r6427)
* add optional bool* parameter to find out if the tool has color/opacity set ↵bulia byak2008-07-262-5/+16
| | | | | in its style or not (bzr r6426)
* fix tweak page idbulia byak2008-07-261-1/+1
| | | (bzr r6424)
* add style selector for tweak toolbulia byak2008-07-262-5/+7
| | | (bzr r6423)
* meaningful limitsbulia byak2008-07-261-2/+2
| | | (bzr r6422)
* Added compensation factor for time-skew with event latency.Jon A. Cruz2008-07-265-2/+14
| | | (bzr r6421)
* purge livarot stuff from nodepathJohan B. C. Engelen2008-07-253-41/+1
| | | (bzr r6420)
* in shapeeditor to determine whether tool is above the path, use 2geom ↵Johan B. C. Engelen2008-07-251-10/+18
| | | | | methods instead of livarot. (bzr r6419)
* in node tool to select a segment of a path, use 2geom methods instead of ↵Johan B. C. Engelen2008-07-251-7/+15
| | | | | livarot. (bzr r6418)
* when doubleclicking a nodepath to create new knot, use 2geom methods instead ↵Johan B. C. Engelen2008-07-251-8/+20
| | | | | of livarot. (bzr r6417)
* update to 2geom rev. 1507Johan B. C. Engelen2008-07-2525-434/+576
| | | (bzr r6416)
* copyeditbulia byak2008-07-251-1/+1
| | | (bzr r6415)
* Snap to page corners too (you won't notice the difference yet because it ↵Diederik van Lierop2008-07-242-28/+36
| | | | | will snap to the page's sides instead as these are always closer) (bzr r6414)
* fix 246944bulia byak2008-07-241-6/+19
| | | (bzr r6413)
* make clonetiler obey the bbox prefsbulia byak2008-07-241-6/+4
| | | (bzr r6412)
* marked "Mode:" for translationAlexandre Prokoudine2008-07-241-1/+1
| | | | | thanks for the hint, bulia ;-) (bzr r6410)
* Fixed regression: changing blend mode in layers dialog didn't workNiko Kiirala2008-07-242-4/+10
| | | (bzr r6409)
* make presets list autoscroll to match the values setbulia byak2008-07-241-3/+67
| | | (bzr r6408)
* update calligraphic statusbar messagebulia byak2008-07-241-1/+1
| | | (bzr r6407)
* fix crash when writing style with empty font-familybulia byak2008-07-241-2/+4
| | | (bzr r6406)
* fix nodetype determination. more stable now. (lost symmetry detection, ↵Johan B. C. Engelen2008-07-231-42/+13
| | | | | nobody is using it yet). fixes lpe-spiro. (bzr r6405)
* 2geom path to livarot path conversion: don't add closing line segment when ↵Johan B. C. Engelen2008-07-231-1/+7
| | | | | it is degenerate. (bzr r6404)
* added forgotten ":" :-)Alexandre Prokoudine2008-07-231-1/+1
| | | (bzr r6403)
* rename, rearrange stroke shapes; add ellipticbulia byak2008-07-222-22/+40
| | | (bzr r6400)
* include <string.h>. also remove const conversion warningBob Jamison2008-07-221-1/+2
| | | (bzr r6399)
* cleanup and commentMaximilian Albert2008-07-221-5/+5
| | | (bzr r6398)
* Separate shape settings for pen and pencil toolMaximilian Albert2008-07-222-5/+5
| | | (bzr r6397)
* Separate spiro modes for pen and pencil toolMaximilian Albert2008-07-222-12/+22
| | | (bzr r6396)
* Remove obsolete auxiliary actionMaximilian Albert2008-07-221-17/+1
| | | (bzr r6395)
* New CanvasText item; TODO: works quite well but updating may be incorrect ↵Maximilian Albert2008-07-223-0/+325
| | | | | since update() is called before render() but only the latter gets passed the cairo context from which we can compute the text extents (we use a slightly kludgy workaround now) (bzr r6394)
* Scale parameter for lpe-rulerMaximilian Albert2008-07-222-2/+5
| | | (bzr r6393)
* Fix LP #250175 (broken undo in node tool)Maximilian Albert2008-07-221-3/+6
| | | (bzr r6392)
* initial handling of <script> tagFelipe Corr??a da Silva Sanches2008-07-228-0/+183
| | | | | | | | Some people develope SVG files that contain javascript. We should not erase their script nodes! Also, we could develop a scripting IDE in inkscape. Look at http://wiki.inkscape.org/wiki/index.php/BlueprintScriptingIDE (bzr r6391)
* fix compileFelipe Corr??a da Silva Sanches2008-07-221-0/+1
| | | (bzr r6389)
* Disable snapping when holding the shift-key while dragging node-handlesDiederik van Lierop2008-07-211-5/+17
| | | (bzr r6387)
* Implement snapping of clipping paths and masksDiederik van Lierop2008-07-217-107/+228
| | | (bzr r6386)
* cleanup includesJohan B. C. Engelen2008-07-212-15/+1
| | | (bzr r6385)
* fix includes a bit for imagetogglerJohan B. C. Engelen2008-07-212-11/+1
| | | (bzr r6384)
* Fix for a very stupid bug (by myself) in cubic_bbox...Jasper van de Gronde2008-07-211-1/+1
| | | (bzr r6383)
* fix saving presets, move it to the menu; allow overwriting a preset; fix ↵bulia byak2008-07-211-110/+141
| | | | | redundant rereading of text style when changing selection (bzr r6382)
* rearrange calligraphic presetsbulia byak2008-07-211-2/+3
| | | (bzr r6381)
* prevent warning when model is cleared before being refilledbulia byak2008-07-211-1/+1
| | | (bzr r6380)
* make visibility icon in LPE stack dialog clickableJohan B. C. Engelen2008-07-202-3/+21
| | | (bzr r6379)
* add visibility icon to LPE stack dialog. not clickable yetJohan B. C. Engelen2008-07-202-2/+16
| | | (bzr r6378)
* extract ImageToggler from layers dialogJohan B. C. Engelen2008-07-205-108/+229
| | | (bzr r6377)