29 Commits

Author SHA1 Message Date
Vladimir
a743565796 Apply formatting
find . -iname '*.h' -o -iname '*.cpp' | xargs clang-format -i
2025-01-13 01:23:52 +05:00
Vladimir
cd7ea86c74 Remove unused background color parameter 2025-01-12 23:16:47 +05:00
Vladimir
b53c6cac6e Apply optional offset 2022-06-27 03:31:18 +05:00
Vladimir
fb0e3a2659 Remove duplicated code 2022-06-27 03:26:25 +05:00
Vladimir
97cfff88c3 Fix shift operations for two axis at one time 2022-06-27 03:14:47 +05:00
Vladimir
d96e9ff613 Implemented align method 2022-06-27 01:47:58 +05:00
Vladimir
db053468df Add uniform method to shift images 2022-06-27 01:04:10 +05:00
Vladimir
713b8c5021 Reuse code from CanvasResize feature with some modifications 2022-06-26 01:51:16 +05:00
Vladimir
4c1a36ee17 Fix min size calculation 2021-03-05 00:09:14 +05:00
Vladimir
f299657b41 Fixed detecting empty area 2019-02-27 00:32:03 +05:00
Vladimir
1e31f7ae68 Implemented height's minimization 2019-02-26 23:57:58 +05:00
Vladimir
a7f1ccaac0 Scaled selection outline 2018-02-27 20:56:22 +05:00
Vladimir
4a38ab8824 Fixed selection outline 2018-02-27 19:39:16 +05:00
Vladimir
e99b15fde0 Added namespace to parser 2017-12-13 13:08:28 +05:00
Vladimir
8dc049ddfa Removed unused method BitmapHelper::Resize 2017-01-15 22:04:55 +05:00
Vladimir
d380d2929f Fixed Rotate and Flip methods for images with alpha-channel
Fill images with transparent color by default
2017-01-15 22:03:41 +05:00
Vladimir
9dd1bcdda4 Fixed Crop method for images with alpha-channel
Changed method to fill image's background with transparent color
2017-01-15 22:03:03 +05:00
Vladimir
ed42ea0a94 Selection's color changed
Implemented semitransparent selection's highlight;
Different colors for area and borders.
2016-10-16 21:58:07 +05:00
Vladimir
13e1da5fd5 Code style changed with plugin Beautifier and Artistic Style 2016-10-15 19:31:03 +05:00
Vladimir
afa19da8b4 Removed delimiter lines //-------------- 2016-10-15 17:50:29 +05:00
Vladimir
cd3be5a00b Pass selection to the WindowEditor 2016-10-05 21:13:01 +05:00
Vladimir
e9a2c8494f Added function for conversion from QRgb to QColor, with alpha component
Because ctor QColor(QRgb) sets alpha component to 0xffff.
2016-07-16 21:41:05 +05:00
Vladimir
0dca76c492 Added method to draw SVG to QImage 2015-02-04 21:57:07 +05:00
Vladimir
8f2a9e97f5 Added method to get background color from corners 2015-02-04 20:12:35 +05:00
Vladimir
406495baa9 Handler for font minimize height was updated 2013-01-26 02:48:50 +06:00
Vladimir
290739ad12 Added last lines of grid 2013-01-25 19:48:22 +06:00
Vladimir
c01f6bec3b Added limits to minimum size after cropping 2013-01-25 19:36:14 +06:00
Vladimir
9e06886117 Added model 2013-01-24 23:16:23 +06:00
Vladimir
26a0585a65 Files moved to other directories to make sources more structured 2013-01-13 14:16:24 +06:00