summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-ruler.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-09-30Apply a Nathan Lee fix to all LPE changing from SP_ACTIVE_DOCUMET to LPE->doc...Jabier Arraiza1-2/+2
2019-01-02modernize loopsMarc Jeanmougin1-3/+3
2018-11-08Clarify licensesMax Gaukler1-1/+2
2018-10-01Fix warnings in LPE rulerJabiertxof1-6/+12
2018-09-30Improve calls to document_unitsJabier Arraiza1-14/+4
2018-09-30Fix for bug #1769679, Crash when opening file with live path effectJabier Arraiza1-6/+12
2018-06-18Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot1-3/+1
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-2/+2
2017-11-07Misc. typosUnknown1-1/+1
2017-09-16Fix bug #1460858 Ruler LPE does not consider drawing scale (page size / viewBox)Jabier Arraiza1-4/+10
2017-04-28Code formatingJabiertxof1-9/+9
2017-04-28ResetJabiertxof1-9/+9
2017-04-14Allow set and reset default values of LPE parametersJabiertxof1-9/+9
2016-12-16remove rollback to 15315Jabiertxof1-1/+2
2016-12-16Rollback 15315Jabiertxof1-2/+1
2016-12-10Fix headers on LPE'sJabiertxof1-1/+2
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-4/+0
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-0/+4
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-4/+0
2015-04-272Geom sync - initial commitKrzysztof Kosi??ski1-1/+1
2014-10-02i18n. Fix for Bug #380522 (strings that need to be fixed for translation).Nicolas Dufour1-1/+1
2013-07-19Ported "live_effects/parameter/unit.*".Matthew Petroff1-4/+4
2013-03-13cppcheckKris De Gussem1-5/+4
2012-06-17Removed unneeded header style filename #definesJon A. Cruz1-2/+0
2012-05-25Fixing warnings.Jon A. Cruz1-2/+2
2011-03-20Added some mnemonics for filter path effects (Bug #170765)Kris De Gussem1-6/+6
2010-10-02UI fixes (a.o. Bug #560751 )Kris De Gussem1-9/+9
2009-12-20Warning cleanupJon A. Cruz1-1/+1
2009-06-21Small fix in ruler LPE: marks shouldn't have double length when they are appl...Maximilian Albert1-0/+4
2009-06-05made ruler lpe "official" + restored a "unit" param and fixed end mark on clo...JF Barraud1-4/+28
2008-10-11Merging from trunkTed Gould1-24/+42
2008-08-19Make lpe-ruler work for arbitrary paths, not just line segmentsMaximilian Albert1-20/+26
2008-08-19Don't display canvas text (length info) in lpe-ruler any more; add many more ...Maximilian Albert1-52/+64
2008-07-31Make lpe-path_length use TextParamInternalMaximilian Albert1-1/+1
2008-07-31Remove UI stuff from internal text parameterMaximilian Albert1-1/+1
2008-07-31New unit parameter for LPEs which lpe-ruler now usesMaximilian Albert1-2/+11
2008-07-30Move coordinate transform workaround to a more logical placeMaximilian Albert1-1/+1
2008-07-29Make lpe-ruler use the new text widget to display the ruler length on-canvas;...Maximilian Albert1-8/+55
2008-07-22Scale parameter for lpe-rulerMaximilian Albert1-2/+4
2008-07-16warning cleanupJon A. Cruz1-1/+1
2008-07-15Print distance info in console for LPERuler until new CanvasText item worksMaximilian Albert1-0/+2
2008-07-15New LPE: RulerMaximilian Albert1-0/+79