summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/pixelartdialog.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rm remaining Gtk::Stock usageAlex Valavanis2016-12-271-1/+0
| | | (bzr r15368)
* Rm some deprecated Gtk::Stock usageAlex Valavanis2016-12-271-2/+2
| | | (bzr r15366)
* Merged trunkAdrian Boguszewski2016-08-031-6/+0
|\ | | | | (bzr r14954.1.29)
| * Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-6/+0
| | | | | | (bzr r15034)
| * Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-0/+6
| | | | | | (bzr r15027)
| * Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-6/+0
| | | | | | (bzr r15025)
* | Added items as a range functionAdrian Boguszewski2016-07-031-2/+2
|\| | | | | (bzr r14954.1.13)
* | Moved next functions, added namespace, renamed range functionsAdrian Boguszewski2016-06-251-1/+1
|/ | | (bzr r14954.1.10)
* static code analysisKris De Gussem2015-11-051-1/+1
| | | (bzr r14446)
* Put a few std::vector<SPitem*>Marc Jeanmougin2015-02-191-2/+2
| | | (bzr r13922.1.5)
* Just...mc2015-02-181-4/+4
| | | | | | | some... more... lines... (bzr r13922.1.2)
* Fixing inconsistencies in the PixelArt dialog.Nicolas Dufour2014-10-021-2/+2
| | | (bzr r13575)
* 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)