summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/pixelartdialog.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove pixelart dialogMarc Jeanmougin2019-08-211-59/+0
|
* 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
* Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot2018-06-181-1/+1
| | | | | This replaces empty constructors and destructors with the default keyword.
* Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot2018-06-181-1/+1
| | | | | This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier.
* panel: Remove the unused "title" labelStefano Facchini2018-01-161-1/+1
|
* Removing obvious comments from PixelArtDialogVinícius dos Santos Oliveira2013-09-131-13/+2
| | | (bzr r12506.1.2)
* Integrating with libdepixelizeVinícius dos Santos Oliveira2013-09-121-0/+69
(bzr r12506.1.1)