History log of /imagick/ (Results 851 – 875 of 1494)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
63061c8725-Sep-2013 Mikko

Update package

Revision tags: 3.1.2
febb660e23-Sep-2013 Remi Collet

Fix imagick_class.c:1089:20: warning: 'border_wand' may be used uninitialized in this function [-Wmaybe-uninitialized]

6f75df3423-Sep-2013 Remi Collet

Fix imagick_class.c:7086:5: warning: passing argument 4 of 'add_assoc_string_ex' discards 'const' qualifier from pointer target type (this one is uggly)

6131323523-Sep-2013 Remi Collet

Fix various [-Wpointer-sign]

685c37cd23-Sep-2013 Remi Collet

fix various [-Wunused-variable]

ee1f3a2a23-Sep-2013 Remi Collet

Avoid deprecated call, fix build warning

From deprecated.c

WandExport void DrawSetFillAlpha(DrawingWand *wand,const double fill_alpha)
{
DrawSetFillOpacity(wand,fill_alpha

Avoid deprecated call, fix build warning

From deprecated.c

WandExport void DrawSetFillAlpha(DrawingWand *wand,const double fill_alpha)
{
DrawSetFillOpacity(wand,fill_alpha);
}

WandExport void DrawSetStrokeAlpha(DrawingWand *wand,const double stroke_alpha)
{
DrawSetStrokeOpacity(wand,stroke_alpha);
}

show more ...

e3d4dd7823-Sep-2013 Remi Collet

Fix imagickdraw_class.c:507:16: warning: unused variable 'error' [-Wunused-variable]

924e4f2523-Sep-2013 Remi Collet

Fix imagickpixeliterator_class.c:427:2: warning: pointer targets in passing argument 2 of 'PixelGetCurrentIteratorRow' differ in signedness [-Wpointer-sign]

This is "unsigned long" in until

Fix imagickpixeliterator_class.c:427:2: warning: pointer targets in passing argument 2 of 'PixelGetCurrentIteratorRow' differ in signedness [-Wpointer-sign]

This is "unsigned long" in until 6.7
This is "size_t" since 6.7

show more ...

7144db4223-Sep-2013 Remi Collet

Fix imagick_helpers.c:141:13: warning: unused variable 'ht' [-Wunused-variable]

af91d29823-Sep-2013 Remi Collet

Fix imagick_helpers.c:133:3: warning: value computed is not used [-Wunused-value]

2a2c4f8a23-Sep-2013 Mikko

Update package.xml for beta

804f8df323-Sep-2013 Mikko

Fix compile warning based on Remis pull

75ec486f23-Sep-2013 Mikko

Fix weird indentation

4124757923-Sep-2013 Mikko

Fixes ZTS build

8ac2eda223-Sep-2013 Mikko

Correct return type

218c444923-Sep-2013 Mikko

I wonder why this was a macro

3241bc4d23-Sep-2013 Mikko

Fix cppcheck and compiler warnings

6ae76a2a23-Sep-2013 Mikko

Remove more macros to ease debugging

587d86f923-Sep-2013 Mikko

Rework a lot of the code to be more debuggable, mainly removing macros and converting to functions

6e41035e23-Sep-2013 Mikko

Remove magic numbers

a677581d23-Sep-2013 Mikko

Remove unused code, move some functions to be static

2afe2cb422-Sep-2013 Mikko

Remove unused forward declaration, fix exception message

781b6c4a22-Sep-2013 Mikko

Removed unused constants

77879c5422-Sep-2013 Mikko

Can break here

c31e8ad322-Sep-2013 Mikko

Make the header checking future proof

1...<<31323334353637383940>>...60