summaryrefslogtreecommitdiffstats
path: root/src/live_effects/parameter/message.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rm unused code now Gtk+ >= 3.22 dependency is setAlexander Valavanis2019-05-261-12/+0
|
* run clang tidy modernize passMarc Jeanmougin2019-01-021-2/+4
|
* 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
* Move GTKMM_CHECK_VERSION from config.h to it's own headerEduard Braun2018-10-011-1/+3
| | | | | Avoids having to recompile most of the Inkscape codebase whenever gtkmm is updated.
* Improve message parameter and remove unecesary widgets from meassure ↵Jabier Arraiza2018-09-151-3/+7
| | | | segments LPE
* Update measure segments helper info and align to messages LPE parameterJabiertxof2018-09-141-13/+17
|
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-1/+1
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-2/+2
| | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-2/+2
|
* Base LPE refactorJabier Arraiza2018-03-261-6/+6
|
* LPE message Gtkmm deprecation fixesAlexander Valavanis2017-12-261-0/+13
|
* Fix typo crash buildingJabier Arraiza2017-11-041-1/+1
|
* Fix meessage parameter to allow min height requestJabier Arraiza2017-11-041-6/+18
|
* Add improvements to meassure segments LPE pointed by CRJabier Arraiza2017-09-251-0/+101