summaryrefslogtreecommitdiffstats
path: root/src/attribute-sort-util.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* modernize loopsMarc Jeanmougin2019-01-021-14/+10
|
* Clarify licensesMax Gaukler2018-11-081-0/+9
| | | | | | - 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-emplace pass.Emmanuel Gil Peyrot2018-06-181-2/+2
| | | | | This reduces the boilerplate required to add a new element to a container.
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-11/+11
| | | | | 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-4/+4
| | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-4/+4
|
* Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-2/+0
| | | (bzr r15034)
* Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-0/+2
| | | (bzr r15027)
* Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-2/+0
| | | (bzr r15025)
* Prevent data-losing crash when sorting attributes and Layer dialog open.Tavmjong Bah2016-07-041-2/+7
| | | (bzr r15007)
* Fix faulty comparison function.Tavmjong Bah2016-06-121-2/+4
| | | (bzr r14983)
* Optionally sort attributes and properties into a canonical order.Tavmjong Bah2016-06-121-0/+206
Useful for comparing different versions of an SVG file. (bzr r14980)