summaryrefslogtreecommitdiffstats
path: root/src/live_effects/parameter/text.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Removed unneeded header style filename #definesJon A. Cruz2012-06-171-2/+0
* Removed outdated classes.Jon A. Cruz2012-06-171-0/+2
* Clean up all remaining false warnings from GtkmmAlex Valavanis2012-02-261-1/+1
* Get rid of gtkmm top-level header usage - not required by APIAlex Valavanis2012-02-061-1/+0
* CanvasText: reinstate ability to set anchor position manuallyDiederik van Lierop2012-01-041-5/+3
* Cleanup GSEAL issues and deprecated GtkTooltipsAlex Valavanis2012-01-031-1/+1
* 1) Fix CanvasText alignment bugs caused by static variables, uninitialized va...Diederik van Lierop2012-01-011-3/+5
* move canvastext to its own file (no linking error for me anymore), add outlin...bulia byak2009-03-111-0/+1
* Warning cleanupJon A. Cruz2008-08-011-1/+1
* New function to set text position and anchor relative to a given pathMaximilian Albert2008-07-301-0/+18
* Move coordinate transform workaround to a more logical placeMaximilian Albert2008-07-301-1/+2
* New 'internal' TextParam which doesn't display a widget (useful if the text s...Maximilian Albert2008-07-301-4/+0
* Make text widget for TextParams work and re-enable itMaximilian Albert2008-07-301-8/+4
* Disable text entry widget for TextParam until it works correctlyMaximilian Albert2008-07-291-0/+5
* New parameter TextParam for LPEsMaximilian Albert2008-07-291-0/+110