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