summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-offset.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Improve speed of LPE's updating widgets on release knots instead when value ↵Jabiertxof2019-11-021-1/+1
| | | | change
* Last string change to this file moved today from skip files to translate ↵Jabier Arraiza2019-10-091-1/+1
| | | | files in po directory. No spected be translated
* Fix various minor code problemsMarc Jeanmougin2019-10-051-1/+1
|
* Fix some memory leaks found by scan-buildMarc Jeanmougin2019-10-051-2/+1
|
* Apply a Nathan Lee fix to all LPE changing from SP_ACTIVE_DOCUMET to ↵Jabier Arraiza2019-09-301-1/+1
| | | | LPE->document. It also remove a boring check and allow to preview on file explorer some Items blocked.
* Eliminate clang warningsThomas Holder2019-08-231-14/+3
| | | | | | | | | | -Winfinite-recursion -Wpessimizing-move -Wunused-label -Wunneeded-internal-declaration -Wself-assign-overloaded -Wunused-const-variable (some) -Wsometimes-uninitialized (some)
* Typo in tooltip 2.Gyuris Gellért2019-08-201-1/+1
|
* Fix various minor typosYuri Chornoivan2019-07-011-2/+2
|
* Speed improvemets to offset LPEJabiertxof2019-05-221-32/+12
|
* Allow scale offset in groups using the knot like in pathsJabiertxof2019-05-221-15/+46
|
* Allow offset mixed in open and closed subpats. LPE OffsetJabiertxof2019-05-221-21/+29
|
* Add speed improvements to LPE offsetJabier Arraiza2019-05-221-9/+32
|
* LPE offfset improvementsJabier Arraiza2019-05-211-49/+90
|
* Tiny refactor and simplify of offset LPEJabiertxof2019-05-211-23/+8
|
* Improvemets to GeomPathstroke and Offset LPEJabiertxof2019-05-211-114/+166
|
* Improve reading of last LPE offset commitJabiertxof2019-05-201-2/+3
|
* Improvements to Offset LPEJabiertxof2019-05-201-157/+129
|
* Add knot ungrabbed eventJabiertxof2019-05-201-0/+1
|
* Improvements to geom-pathstroke and offset LPE.Jabiertxof2019-05-171-42/+25
|
* modernize loopsMarc Jeanmougin2019-01-021-4/+4
|
* Clarify licensesMax Gaukler2018-11-081-2/+3
| | | | | | - add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
* Add knot to offset LPE on load in new documentsJabier Arraiza2018-11-061-1/+7
|
* cppcheck: 2 memleaks + copypastaJulien Nabet2018-09-261-1/+1
| | | | | [ui/dialog/styledialog.cpp:926]: (error) Memory leak: textDialogPtr [seltrans.cpp:1458]: (error) Memory leak: bb
* Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot2018-06-181-2/+1
| | | | | This replaces empty constructors and destructors with the default keyword.
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-4/+4
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot2018-06-181-2/+2
| | | | | This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier.
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-12/+12
| | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-12/+12
|
* Migrate launchpad offset branch to gitJabier Arraiza2018-02-271-30/+374
|
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-1/+1
| | | | A lot of header clean-up.
* Improve responsive from LPEJabier Arraiza Cenoz2017-05-051-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1688168 (bzr r15662)
* Code formatingJabiertxof2017-04-281-1/+1
| | | (bzr r15649)
* Fix headers on LPE'sJabiertxof2016-12-101-3/+2
| | | (bzr r15318)
* Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-4/+0
| | | (bzr r15034)
* Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-0/+4
| | | (bzr r15027)
* Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-4/+0
| | | (bzr r15025)
* Fix for bug 1540070Jabier Arraiza Cenoz2016-03-021-9/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1540070 (bzr r14678)
* Update to 2Geom revision 2396Krzysztof Kosi??ski2015-05-221-2/+2
| | | (bzr r14059.2.16)
* 2Geom sync - initial commitKrzysztof Kosi??ski2015-04-271-1/+1
| | | (bzr r14059.2.1)
* Point parameter refactor, Fixes a bug in Lattice2 whith lines.Jabier Arraiza Cenoz2015-03-121-1/+1
| | | (bzr r13995)
* Merged pointreseteable parameter to point parameterJabier Arraiza Cenoz2015-03-021-1/+3
| | | (bzr r13961)
* this patch fix the problem whith clips and mask update in live effects. Jabier Arraiza Cenoz2014-09-291-0/+8
| | | | | More info in the bug: https://bugs.launchpad.net/inkscape/+bug/1241902 (bzr r13341.1.229)
* more const happiness (and removal of duplicate code in sp-object.h)Johan B. C. Engelen2013-01-171-1/+1
| | | (bzr r12038)
* Removed unneeded header style filename #definesJon A. Cruz2012-06-171-1/+0
| | | (bzr r11503)
* Removed outdated classes.Jon A. Cruz2012-06-171-0/+2
| | | | | Pruned header to not introduce extraneous includes. (bzr r11502)
* add underscores to some member variables.Johan B. C. Engelen2012-01-171-1/+1
| | | | | add some const stuff (bzr r10900)
* make spcurve::first_point and last_point boost::optionalJohan B. C. Engelen2008-08-131-1/+1
| | | (bzr r6617)
* update to 2geom rev. 1507Johan B. C. Engelen2008-07-251-1/+1
| | | (bzr r6416)
* convert all SPCurve's points and matrices arguments and return types to 2GeomJohan B. C. Engelen2008-07-171-1/+1
| | | (bzr r6339)
* update to latest 2geom (rev1497)Johan B. C. Engelen2008-07-161-1/+1
| | | (bzr r6332)