summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-ruler.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Apply a Nathan Lee fix to all LPE changing from SP_ACTIVE_DOCUMET to LPE->doc...Jabier Arraiza2019-09-301-2/+2
* modernize loopsMarc Jeanmougin2019-01-021-3/+3
* Clarify licensesMax Gaukler2018-11-081-1/+2
* Fix warnings in LPE rulerJabiertxof2018-10-011-6/+12
* Improve calls to document_unitsJabier Arraiza2018-09-301-14/+4
* Fix for bug #1769679, Crash when opening file with live path effectJabier Arraiza2018-09-301-6/+12
* Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot2018-06-181-3/+1
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-2/+2
* Misc. typosUnknown2017-11-071-1/+1
* Fix bug #1460858 Ruler LPE does not consider drawing scale (page size / viewBox)Jabier Arraiza2017-09-161-4/+10
* Code formatingJabiertxof2017-04-281-9/+9
* Fix headers on LPE'sJabiertxof2016-12-101-1/+2
* Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-4/+0
* Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-0/+4
* Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-4/+0
* 2Geom sync - initial commitKrzysztof Kosi??ski2015-04-271-1/+1
* i18n. Fix for Bug #380522 (strings that need to be fixed for translation).Nicolas Dufour2014-10-021-1/+1
* Ported "live_effects/parameter/unit.*".Matthew Petroff2013-07-191-4/+4
* cppcheckKris De Gussem2013-03-131-5/+4
* Removed unneeded header style filename #definesJon A. Cruz2012-06-171-2/+0
* Fixing warnings.Jon A. Cruz2012-05-251-2/+2
* Added some mnemonics for filter path effects (Bug #170765)Kris De Gussem2011-03-201-6/+6
* UI fixes (a.o. Bug #560751 )Kris De Gussem2010-10-021-9/+9
* Warning cleanupJon A. Cruz2009-12-201-1/+1
* Small fix in ruler LPE: marks shouldn't have double length when they are appl...Maximilian Albert2009-06-211-0/+4
* made ruler lpe "official" + restored a "unit" param and fixed end mark on clo...JF Barraud2009-06-051-4/+28
* Merging from trunkTed Gould2008-10-111-24/+42
* Make lpe-ruler work for arbitrary paths, not just line segmentsMaximilian Albert2008-08-191-20/+26
* Don't display canvas text (length info) in lpe-ruler any more; add many more ...Maximilian Albert2008-08-191-52/+64
* Make lpe-path_length use TextParamInternalMaximilian Albert2008-07-311-1/+1
* Remove UI stuff from internal text parameterMaximilian Albert2008-07-311-1/+1
* New unit parameter for LPEs which lpe-ruler now usesMaximilian Albert2008-07-311-2/+11
* Move coordinate transform workaround to a more logical placeMaximilian Albert2008-07-301-1/+1
* Make lpe-ruler use the new text widget to display the ruler length on-canvas;...Maximilian Albert2008-07-291-8/+55
* Scale parameter for lpe-rulerMaximilian Albert2008-07-221-2/+4
* warning cleanupJon A. Cruz2008-07-161-1/+1
* Print distance info in console for LPERuler until new CanvasText item worksMaximilian Albert2008-07-151-0/+2
* New LPE: RulerMaximilian Albert2008-07-151-0/+79