summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/bitmap/crop.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-2/+2
| | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-2/+2
|
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-1/+2
| | | | A lot of header clean-up.
* Extensions: Use underscored variants of parameters / attribute names in ↵Eduard Braun2016-06-111-4/+4
| | | | | | | | internal extensions where translation via gettext is desired. Fixed bugs: - https://launchpad.net/bugs/1591230 (bzr r14979)
* UI. Fix for Bug #340723 "Interface inconsistency of tooltips".Nicolas Dufour2014-08-261-1/+1
| | | | | | | | Translations. Translations template update. Fixed bugs: - https://launchpad.net/bugs/340723 (bzr r13532)
* Fix build failure in extensionsAlex Valavanis2012-02-281-0/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/942570 (bzr r11028)
* Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski2011-08-271-1/+1
| | | | | using them more obvious. Fix filter region computation. (bzr r10582.1.1)
* Extensions. New Crop bitmap extension (see Bug #517082, Request Crop Image).Nicolas Dufour2011-08-181-0/+84
(bzr r10554)