summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/pixelartdialog.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix windows buildJohan B. C. Engelen2014-03-311-2/+2
| | | (bzr r13245)
* Merge in pixelArt threading mechanism to stop blocking the UI when ↵Martin Owens2014-03-281-35/+117
|\ | | | | | | | | performing the action. (bzr r13225)
| * Removing useless commentVinícius dos Santos Oliveira2013-10-071-1/+0
| | | | | | (bzr r12667.1.2)
| * Running libdepixelize expensive process in a background threadVinícius dos Santos Oliveira2013-10-071-47/+117
| | | | | | (bzr r12667.1.1)
* | Uniform colons usage in UI in front of edit boxesKris De Gussem2014-01-051-4/+4
| | | | | | (bzr r12882)
* | UI message fixKris De Gussem2013-12-241-2/+2
| | | | | | (bzr r12857)
* | fix ambiguity error with C++11 (gcc 4.6.2 Windows)Johan B. C. Engelen2013-10-211-1/+1
|/ | | (bzr r12707)
* Disable smooth output in Inkscape PixelArtDialogVinícius dos Santos Oliveira2013-09-231-0/+12
| | | (bzr r12578)
* Show warning when input image of Trace Pixel Art dialog is too large.Vinícius dos Santos Oliveira2013-09-191-0/+12
| | | (bzr r12546)
* Removing redundant "include config.h"Vinícius dos Santos Oliveira2013-09-191-4/+0
| | | (bzr r12545)
* Fixing colors in libdepixelize integration output.Vinícius dos Santos Oliveira2013-09-191-2/+2
| | | (bzr r12535)
* Updating libdepixelize integration to use new Inkscape::Pixbuf interface.Vinícius dos Santos Oliveira2013-09-191-4/+6
| | | | | Fixes build issue introduced in last commit. (bzr r12534)
* Integrating with libdepixelizeVinícius dos Santos Oliveira2013-09-121-0/+490
(bzr r12506.1.1)