summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove superfluous #includeMaximilian Albert2008-07-291-1/+0
| | | (bzr r6464)
* Make lpe-ruler use the new text widget to display the ruler length ↵Maximilian Albert2008-07-292-9/+57
| | | | | on-canvas; slight modifications to ruler design (bzr r6463)
* New parameter TextParam for LPEsMaximilian Albert2008-07-293-3/+176
| | | (bzr r6462)
* New registered widget (text entry box).Maximilian Albert2008-07-295-0/+210
| | | (bzr r6461)
* Remove debugging messagesMaximilian Albert2008-07-292-24/+0
| | | (bzr r6459)
* Remove now obsolete functionsMaximilian Albert2008-07-295-76/+1
| | | (bzr r6458)
* automatically add helperpath for PathParamsMaximilian Albert2008-07-292-0/+7
| | | (bzr r6457)
* Update helperpaths live also when any of the item's LPEs is modifiedMaximilian Albert2008-07-293-2/+24
| | | (bzr r6456)
* slightly increase legibilityMaximilian Albert2008-07-291-2/+3
| | | (bzr r6455)
* cleanupMaximilian Albert2008-07-291-2/+0
| | | (bzr r6454)
* Update helperpaths when a nodepath's item is updated. TODO: They also need ↵Maximilian Albert2008-07-291-1/+36
| | | | | to be updated when the associated LPEs change. (bzr r6453)
* Along with nodepath also create/destroy the helperpaths of any LPEs ↵Maximilian Albert2008-07-293-17/+109
| | | | | associated to its current item (bzr r6452)
* Refactor some code in nodepath.cpp (eliminate duplicates in ↵Maximilian Albert2008-07-291-12/+26
| | | | | generate_helperpath(), draw_helper_curve(), etc.). (bzr r6451)
* Remove addHelperPaths() from Effect; now getHelperPaths() returns a list of ↵Maximilian Albert2008-07-295-29/+46
| | | | | canvas indicators provided by the effect itself or its parameters (overload addCanvasIndicators to provide them in derived effects) (bzr r6450)
* Remove obsolete function param_editOncanvas for PointParamsMaximilian Albert2008-07-292-22/+0
| | | (bzr r6449)
* Rename isLPEParam() to isDeletable(), create new class LPEKnotHolderEntity ↵Maximilian Albert2008-07-2914-56/+43
| | | | | and make inheritance from it a bit less clumsy (bzr r6448)
* Remove superfluous functionsMaximilian Albert2008-07-292-4/+1
| | | (bzr r6447)
* LPE knotholder refactoring: PointParams are not knotholder entities any ↵Maximilian Albert2008-07-296-22/+43
| | | | | more; instead, every parameter type can now return entities (and then forget about them) (bzr r6446)
* widgets/toolbox.cpp: s/free/g_free/ in a couple more places. Address some ↵Peter Moulder2008-07-291-35/+38
| | | | | warnings. (bzr r6444)
* fix a couple of free-instead-of-g_free bugs.Peter Moulder2008-07-291-4/+4
| | | (bzr r6443)
* codedread's patch to fix editing of text with a title or description (see ↵Stephen Silver2008-07-281-0/+1
| | | | | bug 238093). (bzr r6438)
* remove dependency on INVALID_LPE a bitJohan B. C. Engelen2008-07-272-4/+4
| | | (bzr r6436)
* sort LPE effect listJohan B. C. Engelen2008-07-271-26/+26
| | | (bzr r6435)
* LPE Interpolate => "Interpolate Sub-Paths"Johan B. C. Engelen2008-07-271-1/+1
| | | (bzr r6434)
* 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)