| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Clarify licenses | Max Gaukler | 2018-11-08 | 1 | -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 Peyrot | 2018-06-18 | 1 | -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 Peyrot | 2018-06-12 | 1 | -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 libraries | Alex Valavanis | 2013-03-25 | 1 | -1/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1122774 (bzr r12243) | ||||
| * | Clean up all remaining false warnings from Gtkmm | Alex Valavanis | 2012-02-26 | 1 | -2/+0 |
| | | | | (bzr r11018) | ||||
| * | made ruler lpe "official" + restored a "unit" param and fixed end mark on ↵ | JF Barraud | 2009-06-05 | 1 | -0/+2 |
| | | | | | | closed path. (bzr r7997) | ||||
| * | Make lpe-ruler work for arbitrary paths, not just line segments | Maximilian Albert | 2008-08-19 | 1 | -2/+9 |
| | | | | (bzr r6706) | ||||
| * | Don't display canvas text (length info) in lpe-ruler any more; add many more ↵ | Maximilian Albert | 2008-08-19 | 1 | -4/+24 |
| | | | | | | options (bzr r6704) | ||||
| * | New unit parameter for LPEs which lpe-ruler now uses | Maximilian Albert | 2008-07-31 | 1 | -0/+2 |
| | | | | (bzr r6487) | ||||
| * | New 'internal' TextParam which doesn't display a widget (useful if the text ↵ | Maximilian Albert | 2008-07-30 | 1 | -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 Albert | 2008-07-29 | 1 | -1/+2 |
| | | | | | | on-canvas; slight modifications to ruler design (bzr r6463) | ||||
| * | Scale parameter for lpe-ruler | Maximilian Albert | 2008-07-22 | 1 | -0/+1 |
| | | | | (bzr r6393) | ||||
| * | New LPE: Ruler | Maximilian Albert | 2008-07-15 | 1 | -0/+52 |
| (bzr r6319) | |||||
