summaryrefslogtreecommitdiffstats
path: root/src/live_effects/parameter (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove deprecated Autotools and btool files. Please use CMake insteadAlex Valavanis2016-08-081-36/+0
| | | (bzr r15046)
* Finish removing GTK+ 2 fallbacksAlex Valavanis2016-07-281-5/+1
| | | (bzr r15023.2.8)
* Fises to toggle button and coding styleJabier Arraiza Cenoz2016-07-242-37/+41
| | | (bzr r15021)
* Fix bug #1598009 regression on path parameterJabier Arraiza Cenoz2016-07-021-3/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1598009 (bzr r15004)
* fix-bugs #540591 #1287996 and #456503 related to undo in path parameters of LPEJabier Arraiza Cenoz2016-06-111-2/+26
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/540591 - https://launchpad.net/bugs/1287996 - https://launchpad.net/bugs/456503 (bzr r14975)
* minor warning cleanup.Jon A. Cruz2016-04-211-1/+1
| | | (bzr r14861)
* Remove old uses of GTK_STOCK macrosMartin Owens2016-04-131-4/+4
| | | (bzr r14826)
* Bug #1419517 Fix Crash when applying new path effect after deleting pattern ↵Jabier Arraiza Cenoz2016-03-181-1/+6
| | | | | | | | of Pattern-along-path LPE Fixed bugs: - https://launchpad.net/bugs/1419517 (bzr r14717)
* Sync 2Geom to commit 5ee51c1c4f2066faa3e2c82021fc92671ad44ba4Krzysztof Kosi??ski2016-02-081-1/+1
| | | (bzr r14639)
* Add option to Lattice2 to update LPE only on release knot.Jabier Arraiza Cenoz2016-01-172-6/+17
| | | | | | | This could be useful if item is too complex, making previous knots unusable This can be used in other LPE if anyone want or ping me to it. Maybe could be usefull add similar thing to path parameter, Same slow item become tooooo slow with bend path. (bzr r14604)
* static code analysisKris De Gussem2015-12-071-1/+1
| | | (bzr r14510)
* static code analysisKris De Gussem2015-11-051-5/+5
| | | (bzr r14446)
* static code analysisKris De Gussem2015-10-291-6/+4
| | | (bzr r14436)
* Added "Spray Friendly" Parameter to roughen LPEJabier Arraiza Cenoz2015-10-184-32/+45
| | | | | | Adds, but not used by the moment a extra parameter to bool and scalar LPE parameter to hide the widget. This allow to store scalar values and bool values inside the LPEObject to intermediate use by the LPE, whithout disturbing to the user. (bzr r14420)
* fixes bug:1492711 in bspline and fillet chamferjtx2015-09-112-12/+9
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1492711 (bzr r14356)
* Better fix for bug 1492711Jabier Arraiza Cenoz2015-09-082-3/+12
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1492711 (bzr r14353)
* Fix for bug 1492711Jabier Arraiza Cenoz2015-09-081-0/+3
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1492711 (bzr r14351)
* Fix a bug on ToogleButton Parameter when call a function without showing the ↵Jabier Arraiza Cenoz2015-08-291-0/+4
| | | | | parameter widget (bzr r14331)
* Fix for circular references detection in almost all cases, fixing ↵Marc Jeanmougin2015-07-141-1/+1
| | | | | | | | | | | https://bugs.launchpad.net/inkscape/+bug/167247 and a few of its duplicates. This fix is aimed at preventing any sort of circular references with the URIReference::_acceptObject method, checking the absence of loops in the reference+child tree. There can be some performance improvements done if we add a pointer from cloned sub-objects to their origin sub-object. The remaining cases that are not fixed can involve non-trivial loops using one or more "url()" stylesheet references. Being able to take them into account would require a non-obvious style.cpp refactoring making use of URIReference for this kind of reference (and not handling manually the signals in the styling code, which would probably be a good thing to do anyway) (bzr r14245)
* Sync 2Geom to revision 2413.Krzysztof Kosi??ski2015-07-046-27/+26
|\ | | | | | | | | May introduce regressions. (bzr r14226)
| * Update to 2Geom revision 2396Krzysztof Kosi??ski2015-05-221-1/+0
| | | | | | (bzr r14059.2.16)
| * Merge from trunkKrzysztof Kosi??ski2015-05-222-15/+1
| |\ | | | | | | (bzr r14059.2.15)
| * \ Merge from trunkKrzysztof Kosi??ski2015-05-084-10/+7
| |\ \ | | | | | | | | (bzr r14059.2.11)
| * | | Fix calls to Geom::cross() - sign change.Krzysztof Kosi??ski2015-04-281-1/+1
| | | | | | | | | | | | (bzr r14059.2.2)
| * | | 2Geom sync - initial commitKrzysztof Kosi??ski2015-04-276-25/+25
| | | | | | | | | | | | (bzr r14059.2.1)
* | | | Fix for the bug 1468396. Fix the new bug noticed by su_vJabier Arraiza Cenoz2015-06-251-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1468396 (bzr r14219)
* | | | Fix for the bug 1468396Jabier Arraiza Cenoz2015-06-251-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1468396 (bzr r14217)
* | | | Use sane constant for min and max values in LPE dialogsBen Scholzen 'DASPRiD2015-05-202-7/+7
| |_|/ |/| | | | | (bzr r14163.1.2)
* | | Remove documentUnits from live_effect/effect.cpp/hJabier Arraiza Cenoz2015-05-092-15/+1
| |/ |/| | | | | | | Remove units from fillet-chamfer and roughen (bzr r14136)
* | fixes a few of jenkins warningsMarc Jeanmougin2015-05-081-1/+0
| | | | | | (bzr r14126)
* | Fix a bug linking a path parameter to a transformed elementjabiertxof2015-04-291-1/+7
| | | | | | (bzr r14071)
* | Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ↵Alex Valavanis2015-04-272-8/+0
|/ | | | | ensuring that glibmm headers always preceed glib.h headers. Same applies with gtkmm/gtk+ etc (bzr r14064)
* Fix a bug when update pointparaneter and no KnotJabier Arraiza Cenoz2015-03-161-1/+1
| | | (bzr r14008)
* Remove 'Active Desktop' calls from Perspective/Envelope and Lattice2 LPE, ↵Jabier Arraiza Cenoz2015-03-142-1/+7
| | | | | added auto refresh knots position in point parameters when updated programaticaly (bzr r14003)
* Lattice 2 now handle in miror mode revase of axis, also fix a bug moving ↵Jabier Arraiza Cenoz2015-03-142-1/+6
| | | | | extem axis knots (bzr r14001)
* Point parameter refactor, Fixes a bug in Lattice2 whith lines.Jabier Arraiza Cenoz2015-03-122-39/+29
| | | (bzr r13995)
* Inicialite variables to prevent crashesJabier Arraiza Cenoz2015-03-111-2/+0
| | | (bzr r13990)
* Final cleanup to point parameter, lattice2 and perspective envelope. Also ↵Jabier Arraiza Cenoz2015-03-102-8/+2
| | | | | added to lattice 2 a symmetry options (bzr r13989)
* Fix a bug whith previous commitJabier Arraiza Cenoz2015-03-102-5/+8
| | | (bzr r13988)
* This commit remove all ocurrences of Active Desktop casts and all tool swith ↵Jabier Arraiza Cenoz2015-03-101-7/+4
| | | | | on Perspective/Envelope and in Lattice 2, also remove some casts from point parameter (bzr r13987)
* Update simplify and bspline to auto size some helper paths based on current zoomJabier Arraiza Cenoz2015-03-082-3/+3
| | | (bzr r13974)
* Merged pointreseteable parameter to point parameterJabier Arraiza Cenoz2015-03-025-302/+45
| | | (bzr r13961)
* Added shorcut to move along axes, point reseteable parameter,pointed by ↵Jabier Arraiza Cenoz2015-03-021-2/+13
| | | | | Vlada, also fixed some UX styles in lattice2 and perspective envelope, pointed by suv. A question: Can I update point parameter whith pointreseteable parameter features, to have only one point parameter? (bzr r13959)
* Fix for Bug #1407326 (Typo (toogle) in filletchanferpoinarray.cpp).Yuri Chornoivan2015-01-031-8/+8
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1407326 (bzr r13836)
* Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White2014-12-212-2/+2
| | | (bzr r13820)
* Purge sp_desktop_sketch and sp_desktop_tempgroupLiam P. White2014-12-211-1/+1
| | | (bzr r13816)
* Purge sp_desktop_namedview in favor of SPDesktop::getNamedViewLiam P. White2014-12-211-0/+1
| | | (bzr r13810)
* Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelectionLiam P. White2014-12-212-3/+3
| | | (bzr r13809)
* Replace INKSCAPE.active_desktop() by SP_ACTIVE_DESKTOP for easier grepabilityLiam P. White2014-11-261-1/+1
| | | (bzr r13768)
* Update to trunk r13750Liam P. White2014-11-242-33/+33
|\ | | | | (bzr r13341.5.23)