index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
live_effects
/
lpe-ruler.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Apply a Nathan Lee fix to all LPE changing from SP_ACTIVE_DOCUMET to LPE->doc...
Jabier Arraiza
2019-09-30
1
-2
/
+2
*
modernize loops
Marc Jeanmougin
2019-01-02
1
-3
/
+3
*
Clarify licenses
Max Gaukler
2018-11-08
1
-1
/
+2
*
Fix warnings in LPE ruler
Jabiertxof
2018-10-01
1
-6
/
+12
*
Improve calls to document_units
Jabier Arraiza
2018-09-30
1
-14
/
+4
*
Fix for bug #1769679, Crash when opening file with live path effect
Jabier Arraiza
2018-09-30
1
-6
/
+12
*
Run clang-tidy’s modernize-use-equals-default pass.
Emmanuel Gil Peyrot
2018-06-18
1
-3
/
+1
*
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
2018-06-18
1
-2
/
+2
*
Misc. typos
Unknown
2017-11-07
1
-1
/
+1
*
Fix bug #1460858 Ruler LPE does not consider drawing scale (page size / viewBox)
Jabier Arraiza
2017-09-16
1
-4
/
+10
*
Code formating
Jabiertxof
2017-04-28
1
-9
/
+9
*
Fix headers on LPE's
Jabiertxof
2016-12-10
1
-1
/
+2
*
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
2016-08-03
1
-4
/
+0
*
Reverted changes to r15024 after many building problems
Adrian Boguszewski
2016-07-28
1
-0
/
+4
*
Removed unused includes, decrease compilation time
Adrian Boguszewski
2016-07-28
1
-4
/
+0
*
2Geom sync - initial commit
Krzysztof Kosi??ski
2015-04-27
1
-1
/
+1
*
i18n. Fix for Bug #380522 (strings that need to be fixed for translation).
Nicolas Dufour
2014-10-02
1
-1
/
+1
*
Ported "live_effects/parameter/unit.*".
Matthew Petroff
2013-07-19
1
-4
/
+4
*
cppcheck
Kris De Gussem
2013-03-13
1
-5
/
+4
*
Removed unneeded header style filename #defines
Jon A. Cruz
2012-06-17
1
-2
/
+0
*
Fixing warnings.
Jon A. Cruz
2012-05-25
1
-2
/
+2
*
Added some mnemonics for filter path effects (Bug #170765)
Kris De Gussem
2011-03-20
1
-6
/
+6
*
UI fixes (a.o. Bug #560751 )
Kris De Gussem
2010-10-02
1
-9
/
+9
*
Warning cleanup
Jon A. Cruz
2009-12-20
1
-1
/
+1
*
Small fix in ruler LPE: marks shouldn't have double length when they are appl...
Maximilian Albert
2009-06-21
1
-0
/
+4
*
made ruler lpe "official" + restored a "unit" param and fixed end mark on clo...
JF Barraud
2009-06-05
1
-4
/
+28
*
Merging from trunk
Ted Gould
2008-10-11
1
-24
/
+42
*
Make lpe-ruler work for arbitrary paths, not just line segments
Maximilian Albert
2008-08-19
1
-20
/
+26
*
Don't display canvas text (length info) in lpe-ruler any more; add many more ...
Maximilian Albert
2008-08-19
1
-52
/
+64
*
Make lpe-path_length use TextParamInternal
Maximilian Albert
2008-07-31
1
-1
/
+1
*
Remove UI stuff from internal text parameter
Maximilian Albert
2008-07-31
1
-1
/
+1
*
New unit parameter for LPEs which lpe-ruler now uses
Maximilian Albert
2008-07-31
1
-2
/
+11
*
Move coordinate transform workaround to a more logical place
Maximilian Albert
2008-07-30
1
-1
/
+1
*
Make lpe-ruler use the new text widget to display the ruler length on-canvas;...
Maximilian Albert
2008-07-29
1
-8
/
+55
*
Scale parameter for lpe-ruler
Maximilian Albert
2008-07-22
1
-2
/
+4
*
warning cleanup
Jon A. Cruz
2008-07-16
1
-1
/
+1
*
Print distance info in console for LPERuler until new CanvasText item works
Maximilian Albert
2008-07-15
1
-0
/
+2
*
New LPE: Ruler
Maximilian Albert
2008-07-15
1
-0
/
+79