summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/bitmap/crop.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-09-01Update internal extensions for latest .inx format changesPatrick Storz1-4/+4
2019-06-12Refactoring: replace funcs with methods.Shlomi Fish1-2/+2
I hereby disclaim any implicit or explicit ownership of my changes in this changeset, and put them under a multiple licence consisting of your choice of one of more of: - The CC0 / Public Domain - https://creativecommons.org/choose/zero/ . - The MIT / Expat license - https://en.wikipedia.org/wiki/MIT_License - The default licence of your project - The https://en.wikipedia.org/wiki/GNU_Lesser_General_Public_License - version 2.1 or higher - The https://en.wikipedia.org/wiki/GNU_General_Public_License - version 2 or higher - Any licence in the 2018-Aug-27 popular licenses list of https://opensource.org/licenses - The https://en.wikipedia.org/wiki/Apache_License version 2.0 or later - The https://en.wikipedia.org/wiki/Artistic_License version 2.0 or later - The https://en.wikipedia.org/wiki/ISC_license - The https://opensource.org/licenses/BSD-2-Clause Crediting me will be nice, but not mandatory, and you can change the licence of the project without needing my permission.
2019-01-02run clang tidy modernize passMarc Jeanmougin1-1/+1
2018-11-08Clarify licensesMax Gaukler1-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-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-2/+2
This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-2/+2
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-1/+2
A lot of header clean-up.
2016-06-11Extensions: Use underscored variants of parameters / attribute names in ↵Eduard Braun1-4/+4
internal extensions where translation via gettext is desired. Fixed bugs: - https://launchpad.net/bugs/1591230 (bzr r14979)
2014-09-27Update to experimental r13565Liam P. White1-1/+1
(bzr r13341.5.16)
2014-09-07Update to experimental r13543Liam P. White1-1/+1
(bzr r13090.1.108)
2014-08-26UI. Fix for Bug #340723 "Interface inconsistency of tooltips".Nicolas Dufour1-1/+1
Translations. Translations template update. Fixed bugs: - https://launchpad.net/bugs/340723 (bzr r13532)
2012-02-28Fix build failure in extensionsAlex Valavanis1-0/+1
Fixed bugs: - https://launchpad.net/bugs/942570 (bzr r11028)
2011-08-27Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski1-1/+1
using them more obvious. Fix filter region computation. (bzr r10582.1.1)
2011-08-18Extensions. New Crop bitmap extension (see Bug #517082, Request Crop Image).Nicolas Dufour1-0/+84
(bzr r10554)