summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Warning cleanupJon A. Cruz2008-08-0122-43/+43
| | | (bzr r6495)
* fix error in creating nodepath from pathvectorbulia byak2008-08-011-1/+1
| | | (bzr r6494)
* remove old reminder file (of my GSoC last year)Johan B. C. Engelen2008-07-311-6/+0
| | | (bzr r6492)
* slight tweak to r19493 to ensure that there's no possibility that we might ↵Richard Hughes2008-07-311-8/+5
| | | | | accidentally alter an SPString outside of the flowtext (bzr r6491)
* Make lpe-path_length use TextParamInternalMaximilian Albert2008-07-313-5/+5
| | | (bzr r6490)
* Add unit selector for lpe-path-length, tooMaximilian Albert2008-07-312-8/+15
| | | (bzr r6489)
* Remove UI stuff from internal text parameterMaximilian Albert2008-07-312-11/+7
| | | (bzr r6488)
* New unit parameter for LPEs which lpe-ruler now usesMaximilian Albert2008-07-315-3/+161
| | | (bzr r6487)
* New 'zigzag' (polylines) mode in pen toolMaximilian Albert2008-07-313-9/+24
| | | (bzr r6485)
* Fix wrong toggle activation in pen/pencil toolbar after startupMaximilian Albert2008-07-311-5/+2
| | | (bzr r6484)
* fix crash when deleting whitespace in start of flowtextbulia byak2008-07-301-4/+8
| | | (bzr r6483)
* Get to compile in javafxBob Jamison2008-07-302-35/+53
| | | (bzr r6482)
* noop: better namesMaximilian Albert2008-07-302-11/+12
| | | (bzr r6481)
* commentsMaximilian Albert2008-07-301-0/+7
| | | (bzr r6480)
* New LPE: path lengthMaximilian Albert2008-07-305-2/+132
| | | (bzr r6477)
* whitespaceMaximilian Albert2008-07-301-1/+1
| | | (bzr r6476)
* New function to set text position and anchor relative to a given pathMaximilian Albert2008-07-302-0/+20
| | | (bzr r6475)
* add placeholder for expert contributorsBob Jamison2008-07-305-0/+602
| | | (bzr r6474)
* Add default mirroring line to lpe-symmetry because the on-canvas clicks seem ↵Maximilian Albert2008-07-302-16/+12
| | | | | more difficult to discover (bzr r6473)
* New LPE: Text labelMaximilian Albert2008-07-305-1/+121
| | | (bzr r6472)
* Move coordinate transform workaround to a more logical placeMaximilian Albert2008-07-304-13/+22
| | | (bzr r6471)
* New 'internal' TextParam which doesn't display a widget (useful if the text ↵Maximilian Albert2008-07-303-6/+30
| | | | | should not be settable by the user); lpe-ruler uses it now (bzr r6470)
* Make text widget for TextParams work and re-enable itMaximilian Albert2008-07-305-14/+9
| | | (bzr r6469)
* fix invisible selection in the list; remove stripes; fix undo commentbulia byak2008-07-302-2/+25
| | | (bzr r6468)
* Disable text entry widget for TextParam until it works correctlyMaximilian Albert2008-07-291-0/+5
| | | (bzr r6466)
* Temporarily move the code from display/canvas-text.(h|cpp) to ↵Maximilian Albert2008-07-294-3/+299
| | | | | display/canvas-bpath.(h|cpp) to avoid a strange linker error :( (bzr r6465)
* 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)