summaryrefslogtreecommitdiffstats
path: root/src/live_effects/parameter/text.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* move canvastext to its own file (no linking error for me anymore), add ↵bulia byak2009-03-111-0/+1
| | | | | outline to fix 334758 (bzr r7470)
* Warning cleanupJon A. Cruz2008-08-011-1/+1
| | | (bzr r6495)
* New function to set text position and anchor relative to a given pathMaximilian Albert2008-07-301-0/+18
| | | (bzr r6475)
* Move coordinate transform workaround to a more logical placeMaximilian Albert2008-07-301-1/+2
| | | (bzr r6471)
* New 'internal' TextParam which doesn't display a widget (useful if the text ↵Maximilian Albert2008-07-301-4/+0
| | | | | 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-301-8/+4
| | | (bzr r6469)
* Disable text entry widget for TextParam until it works correctlyMaximilian Albert2008-07-291-0/+5
| | | (bzr r6466)
* New parameter TextParam for LPEsMaximilian Albert2008-07-291-0/+110
(bzr r6462)