summaryrefslogtreecommitdiffstats
path: root/src/live_effects/parameter/originalpath.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix Gtk+ 3.10 warnings: GtkStockItem is deprecatedAlex Valavanis2014-01-021-1/+2
| | | (bzr r12868)
* Adding inclusion of config.h where needed for threads.h check.Jon A. Cruz2013-06-071-0/+4
| | | (bzr r12355)
* Added configure/ifdef guards to only bring in the needed #include if glibmm ↵Jon A. Cruz2013-06-061-0/+2
| | | | | has it. (bzr r12353)
* Correct to compile against recent gtkmm, including updated macports ↵Jon A. Cruz2013-06-041-0/+2
| | | | | | | | versions. Fixes bug #1179338. Fixed bugs: - https://launchpad.net/bugs/1179338 (bzr r12346.1.1)
* clone original path lpe: add boilerplate code to allow to compensate for ↵Johan B. C. Engelen2012-04-081-0/+8
| | | | | linked path movement. but it should be worked out how the actual compensation should be written to SVG. don't want to add something to the cloneLPE SVG syntax in a haste (bzr r11188)
* Clean up all remaining false warnings from GtkmmAlex Valavanis2012-02-261-1/+1
| | | (bzr r11018)
* Get rid of gtkmm top-level header usage - not required by APIAlex Valavanis2012-02-061-1/+3
| | | (bzr r10940)
* LPE: originalpath parameters: implement select original buttonJohan B. C. Engelen2012-01-121-1/+11
| | | (bzr r10875)
* LPE: add new LPE that outputs the original path data. used to make a clone ↵Johan B. C. Engelen2012-01-121-0/+120
(without LPE) of a path with an LPE applied (bzr r10874)