History log of /imagick/imagick_class.c (Results 176 – 200 of 261)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 4fa76f81 30-Sep-2013 Mikko

Make the macro name more explicit. Remove unnecessary cast


# 481cbda8 30-Sep-2013 Mikko

Remove unnecessary cast. Fix virtual format checking


# 679325cb 27-Sep-2013 Mikko

zend_parse_parameters_none and fix capitalisation of DestroyDrawingWand call


# d5ba9770 26-Sep-2013 Mikko

Deprecated more methods and added error checking around allocations


# f096fd38 26-Sep-2013 Mikko

Continued vendetta against macros


# 4d194af1 25-Sep-2013 ptarjan

use php_imagick_throw_exception when passing a constant


# 03c9cdc0 25-Sep-2013 Mikko

C99 and visual studio dont mix. It would be irrational to expect standards support from MS


# 08fe420c 25-Sep-2013 Mikko

Remove more macros


# 6c431c33 25-Sep-2013 Mikko

Remove clone pixelwand macro, its unnecessary


# 7ed6178f 25-Sep-2013 Mikko

This doesn't need to be a macro


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]


# 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


# 79391c5b 22-Sep-2013 Mikko

Fixed potential memory leak in writeImage


# 95f6ab2d 22-Sep-2013 Mikko

Fixed ZTS build and added mimetype to identify image as per PECL bug 65037


Revision tags: 3.1.1
# 4af7273c 22-Sep-2013 Mikko

Reworked identifyImage to be a bit more bearable


Revision tags: 3.1.0, 3.1.0RC3
# 56a5976b 16-Jan-2013 Mikko

Update copyright to correct year


1234567891011