summaryrefslogtreecommitdiffstats
path: root/src/live_effects/parameter/parameter.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixed 32-bit build break.Jon A. Cruz2014-11-011-1/+1
| | | (bzr r13650)
* Update to trunk r13525Liam P. White2014-08-171-2/+6
|\ | | | | (bzr r13341.1.142)
| * memleak fix (Bug #1293827: LivePathEffect memory leak )Kris De Gussem2014-08-151-1/+7
| | | | | | (bzr r13520)
* | Extension of fix for 13420: effects often set upper limit to inf, causing ↵Liam P. White2014-07-061-2/+17
| | | | | | | | | | problems in gtk3 (bzr r13341.1.80)
* | Fix an oddity with path effects dialog, gtk3 onlyLiam P. White2014-07-061-2/+10
|/ | | (bzr r13341.1.79)
* Workaround usage of deprecated glib symbols in 3rd party librariesAlex Valavanis2013-03-251-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1122774 (bzr r12243)
* 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-171-2/+0
| | | (bzr r11503)
* Removed outdated classes.Jon A. Cruz2012-06-171-0/+2
| | | | | Pruned header to not introduce extraneous includes. (bzr r11502)
* Get rid of gtkmm top-level header usage - not required by APIAlex Valavanis2012-02-061-1/+0
| | | (bzr r10940)
* Cleanup GSEAL issues and deprecated GtkTooltipsAlex Valavanis2012-01-031-1/+1
| | | (bzr r10826)
* lpe: add slider to scalar param optionally (does not work very well yet)Johan B. C. Engelen2011-11-091-1/+5
| | | (bzr r10735)
* Completely remove NRRect, NRRectL, in-svg-plane.hKrzysztof Kosi??ski2011-08-271-1/+0
| | | (bzr r10582.1.6)
* Wholesale cruft removal part 4; fix crash when rendering guidesKrzysztof Kosi??ski2010-08-051-2/+2
| | | (bzr r9508.1.48)
* Warning cleanupJon A. Cruz2009-12-201-2/+2
| | | (bzr r8895)
* Remove 'Is visible?' checkbox from LPE editor because it duplicates ↵Maximilian Albert2009-06-211-1/+2
| | | | | functionality (bzr r8125)
* Rename param_writeSVGValue() --> param_getSVGValue() since the method ↵Maximilian Albert2008-06-051-1/+1
| | | | | doesn't actually write to SVG but only returns a ready-to-write string (bzr r5817)
* C++-ify initialization of Parameter and ScalarParam classesJohan B. C. Engelen2008-04-131-15/+15
| | | (bzr r5430)
* * (when debug macro is defined) call ShapeEditor function to on-canvas edit ↵Johan B. C. Engelen2008-02-271-2/+2
| | | | | | | point lpe parameters. This function still needs to be implemented. * put forward declarations in lpe parameters to decrease recompile times (bzr r4888)
* Warning and whitespace cleanupJon A. Cruz2008-02-241-1/+1
| | | (bzr r4838)
* fix initialization of lpe paramsJohan B. C. Engelen2008-01-261-0/+1
| | | (bzr r4592)
* RegisteredScalar subclassed from RegisteredWidget<Scalar> instead of old ↵Johan B. C. Engelen2008-01-161-31/+11
| | | | | RegisteredWdg (bzr r4521)
* prepare LPE parameter widgets to be owned by multiple dialogs, as it should be.Johan B. C. Engelen2008-01-151-1/+3
| | | | | | For each parameter function that has not been re-implemented, a warning is issued. Sorry for the huge number of warnings showing when working with LPE. It is important to fix this asap. (bzr r4495)
* correctly transform LPE path and point parameters with the SPItem's transformJohan B. C. Engelen2008-01-081-0/+5
| | | (bzr r4433)
* Set teeth selector in lpe-gears to an integer value >= 3.Bryce Harrington2007-12-301-4/+5
| | | | | Fix trailing whitespace. (bzr r4342)
* LPE: implement 'edit next LPE parameter'. Accessible through key '7'.Johan B. C. Engelen2007-10-281-0/+1
| | | (bzr r3968)
* trivial: live_effects/**: svn propset svn:eol-style native *.h *.cpp.Peter Moulder2007-10-111-181/+181
| | | (bzr r3884)
* add verticalpattern checkbox to path-along-path and some parameters that are ↵Johan B. C. Engelen2007-09-151-4/+5
| | | | | not yet used. fix ScalarParam bug (bzr r3755)
* change Y-scaling for curve stiching and path-along-path. add warning message ↵Johan B. C. Engelen2007-09-141-0/+26
| | | | | when path effect errors due to 2geom exception. (bzr r3748)
* do not set value if widget is updatingbulia byak2007-09-051-1/+1
| | | (bzr r3682)
* LPE: add RandomParam type.Johan B. C. Engelen2007-09-021-1/+1
| | | (bzr r3662)
* LPE:Johan B. C. Engelen2007-08-291-8/+41
| | | | | | | - rename RealParam to ScalarParam, add range checking for ScalarParam, add integer only flag for it aswell. - fix up todo.txt and create new one for parameters - add Curve Stitch LPE (bzr r3614)
* Add default value stuff for LPE parametersJohan B. C. Engelen2007-08-191-5/+19
| | | (bzr r3536)
* Fix LPE:Johan B. C. Engelen2007-08-171-3/+5
| | | | | | | | * add default values for parameters * remove text for LPE_INVALID * update example for skel strokes * clean a bit of the code (bzr r3498)
* Commit LivePathEffect branch to trunk!Johan B. C. Engelen2007-08-141-0/+105
(disabled extension/internal/bitmap/*.* in build.xml to fix compilation) (bzr r3472)