summaryrefslogtreecommitdiffstats
path: root/src/ui/contextmenu.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Run clang-tidy’s modernize-redundant-void-arg pass.Emmanuel Gil Peyrot2018-06-191-40/+40
|
* Run clang-tidy’s modernize-use-bool-literals pass.Emmanuel Gil Peyrot2018-06-181-32/+32
| | | | | This makes it clearer whether an integer or a boolean has to be passed in this specific call.
* Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot2018-06-181-2/+1
| | | | | This replaces empty constructors and destructors with the default keyword.
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-10/+10
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* Fixes bugs: #1770760, #1770761, #1770763, #1770769 related to linked SVGJabier Arraiza2018-05-121-9/+26
|
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-3/+3
| | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-3/+3
|
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-7/+8
| | | | A lot of header clean-up.
* First batchMarc Jeanmougin2017-10-011-1/+1
|
* contextmenu: Rm icons per GNOME HIGAlexander Valavanis2017-06-281-19/+1
|
* Partial fix for menu items and split contextmenu into separate fileAlexander Valavanis2017-06-271-0/+932