summaryrefslogtreecommitdiffstats
path: root/src/live_effects/parameter (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix FTBFS gtk3 & make checkLiam P. White2014-07-051-4/+7
| | | (bzr r13341.1.78)
* Add LPE fillet-chamferJabier Arraiza Cenoz2014-07-023-0/+772
| | | (bzr r13341.1.74)
* adding missing files from LPE simplifyJabier Arraiza Cenoz2014-05-132-0/+148
| | | (bzr r13341.1.16)
* Added Latice2 deformation LPEJabier Arraiza Cenoz2014-05-133-0/+286
| | | (bzr r13341.1.14)
* Add Simplify LPEJabier Arraiza Cenoz2014-05-131-0/+2
| | | (bzr r13341.1.13)
* Tentative fix for LPEs and undoLiam P. White2014-05-101-0/+5
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1299948 (bzr r13341.1.5)
* Fix Gtk+ 3.10 warnings: GtkStockItem is deprecatedAlex Valavanis2014-01-022-5/+7
| | | (bzr r12868)
* Moved and renamed some tool-related files.Markus Engel2013-11-091-1/+1
| | | (bzr r12785)
* First step of moving tools into appropriate namespaces.Markus Engel2013-11-071-1/+1
| | | (bzr r12782)
* Units: stop newing Unit objects. pass around pointers to "undeletable" Unit ↵Johan B. C. Engelen2013-10-121-2/+2
| | | | | objects in the UnitTable. I think we should move to using indexed units, and pass around the index of the unit in the unittable, or smth like that... ? (bzr r12679)
* Switched to global UnitTable.Matthew Petroff2013-08-041-2/+2
| | | (bzr r12380.1.62)
* Ported "live_effects/parameter/unit.*".Matthew Petroff2013-07-192-16/+21
| | | (bzr r12380.1.41)
* Removed "helper/unit.*" dependency from "ui/widget/registered-widget.*".Matthew Petroff2013-07-171-1/+1
| | | (bzr r12380.1.21)
* 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)
* Workaround usage of deprecated glib symbols in 3rd party librariesAlex Valavanis2013-03-258-12/+9
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1122774 (bzr r12243)
* const ....Johan B. C. Engelen2013-01-177-11/+11
| | | (bzr r12039)
* const methodsJohan B. C. Engelen2013-01-1712-21/+19
| | | (bzr r12037)
* Fix "shift disables snapping" for LPEs and for editing objectsDiederik van Lierop2012-10-143-6/+6
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1065931 (bzr r11800)
* Don't try to set infinite bounds on SpinButtons in LPE ScalarAlex Valavanis2012-10-141-2/+2
| | | (bzr r11794)
* Removed unneeded header style filename #definesJon A. Cruz2012-06-179-18/+0
| | | (bzr r11503)
* Removed outdated classes.Jon A. Cruz2012-06-179-0/+18
| | | | | Pruned header to not introduce extraneous includes. (bzr r11502)
* Adding base configurable sizing of controls/handles.Jon A. Cruz2012-05-033-10/+9
| | | (bzr r11316)
* powerstroke: remove the need to reload the node tool when adding/deleting ↵Johan B. C. Engelen2012-04-101-12/+33
| | | | | control width knots (bzr r11210)
* clone original path lpe: add boilerplate code to allow to compensate for ↵Johan B. C. Engelen2012-04-084-0/+23
| | | | | 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)
* fix inclusion.Johan B. C. Engelen2012-04-081-1/+1
| | | (bzr r11187)
* powerstroke parameter small fixJohan B. C. Engelen2012-04-081-3/+6
| | | (bzr r11183)
* gives distinguishing colors to two vector params of LPE rough hatchesJohan B. C. Engelen2012-04-072-0/+8
| | | (bzr r11173)
* powerstrokepointarray : add todo comment. do not derive from ↵Johan B. C. Engelen2012-04-071-1/+6
| | | | | LPEKnotHolderEntity. (bzr r11169)
* the knotholders for LPE parameters should not derive from ↵Johan B. C. Engelen2012-04-072-3/+3
| | | | | LPEKnotHolderEntity as this prevents deletion (bzr r11168)
* Clean up all remaining false warnings from GtkmmAlex Valavanis2012-02-266-5/+7
| | | (bzr r11018)
* Header cleaningAlex Valavanis2012-02-124-3/+4
| | | (bzr r10963)
* Get rid of gtkmm top-level header usage - not required by APIAlex Valavanis2012-02-067-7/+3
| | | (bzr r10940)
* add tooltip for powerstroke control pointsJohan B. C. Engelen2012-01-182-8/+5
| | | (bzr r10906)
* select referred path when pressing shift+d (select original) for a path with ↵Johan B. C. Engelen2012-01-181-1/+2
| | | | | Clone original LPE (bzr r10905)
* more header cleanupJohan B. C. Engelen2012-01-171-12/+7
| | | (bzr r10898)
* proper forward declJohan B. C. Engelen2012-01-161-2/+1
| | | (bzr r10894)
* 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-125-1/+178
| | | | | (without LPE) of a path with an LPE applied (bzr r10874)
* CanvasText: reinstate ability to set anchor position manuallyDiederik van Lierop2012-01-041-5/+3
| | | (bzr r10841)
* Cleanup GSEAL issues and deprecated GtkTooltipsAlex Valavanis2012-01-0320-39/+27
| | | (bzr r10826)
* 1) Fix CanvasText alignment bugs caused by static variables, uninitialized ↵Diederik van Lierop2012-01-011-3/+5
| | | | | | | variables, and variable border width 2) Snap tooltips no longer overlap with measure tool tooltips, and now have a background color (similar to the measure tool) (bzr r10816)
* mixed usage of class and struct for same objectKris De Gussem2011-12-111-2/+2
| | | (bzr r10766.1.1)
* Switch to top-level glib headers. Thanks to DimStar for patchAlex Valavanis2011-12-088-8/+8
| | | | | | Fixed bugs: - https://launchpad.net/bugs/898538 (bzr r10762)
* lpe: add slider to scalar param optionally (does not work very well yet)Johan B. C. Engelen2011-11-092-1/+8
| | | (bzr r10735)
* Powerstroke: adjust control points when adding or deleting knots, to try and ↵Johan B. C. Engelen2011-11-052-2/+39
| | | | | keep the shape a bit the same... (bzr r10728)
* Powerstroke: add erasing of knots with ctrl+alt (LPE parameter editing ↵Johan B. C. Engelen2011-11-041-8/+30
| | | | | on-canvas code is seriously flawed) (bzr r10719)
* fix order of checks.Johan B. C. Engelen2011-10-281-1/+4
| | | (bzr r10703)
* Cleanup for src/forward.h. (About 19 of the affected files did not require ↵Jon A. Cruz2011-10-051-1/+0
| | | | | the contents forward.h at all). (bzr r10667)