63061c87 | 25-Sep-2013 |
Mikko |
Update package |
Revision tags: 3.1.2 |
|
febb660e | 23-Sep-2013 |
Remi Collet |
Fix imagick_class.c:1089:20: warning: 'border_wand' may be used uninitialized in this function [-Wmaybe-uninitialized] |
6f75df34 | 23-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) |
61313235 | 23-Sep-2013 |
Remi Collet |
Fix various [-Wpointer-sign] |
685c37cd | 23-Sep-2013 |
Remi Collet |
fix various [-Wunused-variable] |
ee1f3a2a | 23-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 ...
|
e3d4dd78 | 23-Sep-2013 |
Remi Collet |
Fix imagickdraw_class.c:507:16: warning: unused variable 'error' [-Wunused-variable] |
924e4f25 | 23-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 ...
|
7144db42 | 23-Sep-2013 |
Remi Collet |
Fix imagick_helpers.c:141:13: warning: unused variable 'ht' [-Wunused-variable] |
af91d298 | 23-Sep-2013 |
Remi Collet |
Fix imagick_helpers.c:133:3: warning: value computed is not used [-Wunused-value] |
2a2c4f8a | 23-Sep-2013 |
Mikko |
Update package.xml for beta |
804f8df3 | 23-Sep-2013 |
Mikko |
Fix compile warning based on Remis pull |
75ec486f | 23-Sep-2013 |
Mikko |
Fix weird indentation |
41247579 | 23-Sep-2013 |
Mikko |
Fixes ZTS build |
8ac2eda2 | 23-Sep-2013 |
Mikko |
Correct return type |
218c4449 | 23-Sep-2013 |
Mikko |
I wonder why this was a macro |
3241bc4d | 23-Sep-2013 |
Mikko |
Fix cppcheck and compiler warnings |
6ae76a2a | 23-Sep-2013 |
Mikko |
Remove more macros to ease debugging |
587d86f9 | 23-Sep-2013 |
Mikko |
Rework a lot of the code to be more debuggable, mainly removing macros and converting to functions |
6e41035e | 23-Sep-2013 |
Mikko |
Remove magic numbers |
a677581d | 23-Sep-2013 |
Mikko |
Remove unused code, move some functions to be static |
2afe2cb4 | 22-Sep-2013 |
Mikko |
Remove unused forward declaration, fix exception message |
781b6c4a | 22-Sep-2013 |
Mikko |
Removed unused constants |
77879c54 | 22-Sep-2013 |
Mikko |
Can break here |
c31e8ad3 | 22-Sep-2013 |
Mikko |
Make the header checking future proof |