summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/extensions.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Header cleaningAlex Valavanis2012-02-251-1/+1
| | | (bzr r11015)
* Move files from the src/dialogs/ directory to the places where they Krzysztof Kosi??ski2009-02-211-0/+56
should be. Build libinkscape.a - should reduce link time. (bzr r7337)