summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-ruler.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Clarify licensesMax Gaukler2018-11-081-1/+2
| | | | | | - 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
* 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.
* Run clang-tidy’s modernize-use-equals-delete pass.Emmanuel Gil Peyrot2018-06-121-2/+2
| | | | | Adds a delete specifier on constructors, destructors or assignment methods that should never be called, ensuring they actually never will.
* Workaround usage of deprecated glib symbols in 3rd party librariesAlex Valavanis2013-03-251-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1122774 (bzr r12243)
* Clean up all remaining false warnings from GtkmmAlex Valavanis2012-02-261-2/+0
| | | (bzr r11018)
* made ruler lpe "official" + restored a "unit" param and fixed end mark on ↵JF Barraud2009-06-051-0/+2
| | | | | closed path. (bzr r7997)
* Make lpe-ruler work for arbitrary paths, not just line segmentsMaximilian Albert2008-08-191-2/+9
| | | (bzr r6706)
* Don't display canvas text (length info) in lpe-ruler any more; add many more ↵Maximilian Albert2008-08-191-4/+24
| | | | | options (bzr r6704)
* New unit parameter for LPEs which lpe-ruler now usesMaximilian Albert2008-07-311-0/+2
| | | (bzr r6487)
* New 'internal' TextParam which doesn't display a widget (useful if the text ↵Maximilian Albert2008-07-301-1/+1
| | | | | should not be settable by the user); lpe-ruler uses it now (bzr r6470)
* Make lpe-ruler use the new text widget to display the ruler length ↵Maximilian Albert2008-07-291-1/+2
| | | | | on-canvas; slight modifications to ruler design (bzr r6463)
* Scale parameter for lpe-rulerMaximilian Albert2008-07-221-0/+1
| | | (bzr r6393)
* New LPE: RulerMaximilian Albert2008-07-151-0/+52
(bzr r6319)