| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove pixelart dialog | Marc Jeanmougin | 2019-08-21 | 1 | -593/+0 |
| | | |||||
| * | run clang tidy modernize pass | Marc Jeanmougin | 2019-01-02 | 1 | -4/+4 |
| | | |||||
| * | Replace InkGC with std::shared_ptr for MessageStack | Emmanuel Gil Peyrot | 2018-12-03 | 1 | -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 licenses | Max Gaukler | 2018-11-08 | 1 | -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 possible | Eduard Braun | 2018-10-01 | 1 | -1/+2 |
| | | |||||
| * | Run clang-tidy’s modernize-pass-by-value pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -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 Peyrot | 2018-06-18 | 1 | -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 Peyrot | 2018-06-18 | 1 | -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 Jeanmougin | 2018-05-04 | 1 | -1/+1 |
| | | | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | ||||
| * | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 2018-04-29 | 1 | -1/+1 |
| | | |||||
| * | moved libcroco, libuemf, libdepixelize to 3rdparty folder | Marc Jeanmougin | 2018-04-29 | 1 | -1/+1 |
| | | |||||
| * | Move classes derived from SPObject to own directory. | Tavmjong Bah | 2018-01-30 | 1 | -13/+15 |
| | | | | | A lot of header clean-up. | ||||
| * | Rm remaining Gtk::Stock usage | Alex Valavanis | 2016-12-27 | 1 | -1/+0 |
| | | | | (bzr r15368) | ||||
| * | Rm some deprecated Gtk::Stock usage | Alex Valavanis | 2016-12-27 | 1 | -2/+2 |
| | | | | (bzr r15366) | ||||
| * | Merged trunk | Adrian Boguszewski | 2016-08-03 | 1 | -6/+0 |
| |\ | | | | | (bzr r14954.1.29) | ||||
| | * | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 2016-08-03 | 1 | -6/+0 |
| | | | | | | | (bzr r15034) | ||||
| | * | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 2016-07-28 | 1 | -0/+6 |
| | | | | | | | (bzr r15027) | ||||
| | * | Removed unused includes, decrease compilation time | Adrian Boguszewski | 2016-07-28 | 1 | -6/+0 |
| | | | | | | | (bzr r15025) | ||||
| * | | Added items as a range function | Adrian Boguszewski | 2016-07-03 | 1 | -2/+2 |
| |\| | | | | | (bzr r14954.1.13) | ||||
| * | | Moved next functions, added namespace, renamed range functions | Adrian Boguszewski | 2016-06-25 | 1 | -1/+1 |
| |/ | | | (bzr r14954.1.10) | ||||
| * | static code analysis | Kris De Gussem | 2015-11-05 | 1 | -1/+1 |
| | | | | (bzr r14446) | ||||
| * | Put a few std::vector<SPitem*> | Marc Jeanmougin | 2015-02-19 | 1 | -2/+2 |
| | | | | (bzr r13922.1.5) | ||||
| * | Just... | mc | 2015-02-18 | 1 | -4/+4 |
| | | | | | | | | some... more... lines... (bzr r13922.1.2) | ||||
| * | Fixing inconsistencies in the PixelArt dialog. | Nicolas Dufour | 2014-10-02 | 1 | -2/+2 |
| | | | | (bzr r13575) | ||||
| * | fix windows build | Johan B. C. Engelen | 2014-03-31 | 1 | -2/+2 |
| | | | | (bzr r13245) | ||||
| * | Merge in pixelArt threading mechanism to stop blocking the UI when ↵ | Martin Owens | 2014-03-28 | 1 | -35/+117 |
| |\ | | | | | | | | | performing the action. (bzr r13225) | ||||
| | * | Removing useless comment | Vinícius dos Santos Oliveira | 2013-10-07 | 1 | -1/+0 |
| | | | | | | | (bzr r12667.1.2) | ||||
| | * | Running libdepixelize expensive process in a background thread | Vinícius dos Santos Oliveira | 2013-10-07 | 1 | -47/+117 |
| | | | | | | | (bzr r12667.1.1) | ||||
| * | | Uniform colons usage in UI in front of edit boxes | Kris De Gussem | 2014-01-05 | 1 | -4/+4 |
| | | | | | | | (bzr r12882) | ||||
| * | | UI message fix | Kris De Gussem | 2013-12-24 | 1 | -2/+2 |
| | | | | | | | (bzr r12857) | ||||
| * | | fix ambiguity error with C++11 (gcc 4.6.2 Windows) | Johan B. C. Engelen | 2013-10-21 | 1 | -1/+1 |
| |/ | | | (bzr r12707) | ||||
| * | Disable smooth output in Inkscape PixelArtDialog | Vinícius dos Santos Oliveira | 2013-09-23 | 1 | -0/+12 |
| | | | | (bzr r12578) | ||||
| * | Show warning when input image of Trace Pixel Art dialog is too large. | Vinícius dos Santos Oliveira | 2013-09-19 | 1 | -0/+12 |
| | | | | (bzr r12546) | ||||
| * | Removing redundant "include config.h" | Vinícius dos Santos Oliveira | 2013-09-19 | 1 | -4/+0 |
| | | | | (bzr r12545) | ||||
| * | Fixing colors in libdepixelize integration output. | Vinícius dos Santos Oliveira | 2013-09-19 | 1 | -2/+2 |
| | | | | (bzr r12535) | ||||
| * | Updating libdepixelize integration to use new Inkscape::Pixbuf interface. | Vinícius dos Santos Oliveira | 2013-09-19 | 1 | -4/+6 |
| | | | | | | Fixes build issue introduced in last commit. (bzr r12534) | ||||
| * | Integrating with libdepixelize | Vinícius dos Santos Oliveira | 2013-09-12 | 1 | -0/+490 |
| (bzr r12506.1.1) | |||||
