summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/pixelartdialog.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove pixelart dialogMarc Jeanmougin2019-08-211-593/+0
|
* run clang tidy modernize passMarc Jeanmougin2019-01-021-4/+4
|
* Replace InkGC with std::shared_ptr for MessageStackEmmanuel Gil Peyrot2018-12-031-1/+1
| | | | | | There are many places which still use this stack unmanaged (using desktop->getMessageStack()) but those are all leaf calls which make use of the stack and never store it anywhere, so this is fine.
* 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
* Remove #include "config.h" wherever possibleEduard Braun2018-10-011-1/+2
|
* Run clang-tidy’s modernize-pass-by-value pass.Emmanuel Gil Peyrot2018-06-181-1/+3
| | | | | This avoids having to pass variables by reference before copying them when calling a constructor.
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-1/+1
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot2018-06-181-2/+2
| | | | | This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier.
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-1/+1
| | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-1/+1
|
* moved libcroco, libuemf, libdepixelize to 3rdparty folderMarc Jeanmougin2018-04-291-1/+1
|
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-13/+15
| | | | A lot of header clean-up.
* 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)