----------- * add: Image.copy() method * change: draw_image() add width/height parameters ( can copy image with scale) * change: only create direct image buffer view when using floodfill()
1.0.19
----------- * add: Image.scaled() method
1.0.18
----------- * add: put_image() * change: capture_screen()'s 3rd and 4th parameter to width and height * add: more FillStyle consts
1.0.17
----------- * fix: dialogs dosen't work in normal pyqt program * change: contains_control() -> contains_ctrl() * add: load_image() throw value error if the image file is not exist * fix: get_mouse_msg() / get_char() / get_key() not quit correctly when the graphics window is closed
1.0.16
----------- * add: set_antialiasing() * add: contains_control()/contains_alt()/contains_shit()/contains_meta() * change: get_mouse_message() now return a MouseMessage object * change: get_key() now return a KeyMessage object
1.0.15
----------- * change: use queue to store keyboard/mouse message * remove: set_message_outdate_duration() * change: now get_message() return 5 results instead of 4 * add: clear_mouse_msg(), clear_key_msg(), clear_char_msg() * add: create_image_from_file()