Skip to content

Tags: cycomanic/python-mss

Tags

v2.0.0

Toggle v2.0.0's commit message
Version 2.0.0

v1.0.0

Toggle v1.0.0's commit message
- Python 2.6 to 3.5 ready

- code purgation and review, no more debug informations
- delete --debug argument
- fix BoboTiG#5: add a shortcut to take automatically use the proper MSS class
- MSS: few optimizations into save_img()
- MSSMac: remove rotation from informations returned by enum_display_monitors()
- MSSLinux: fix object has no attribute 'display' into __del__
- MSSLinux: use of XDestroyImage() instead of XFree()
- MSSLinux: optimizations of get_pixels()
- MSSWindows: huge optimization of get_pixels()

v0.1.1

Toggle v0.1.1's commit message
- little code review

- add doc/TESTING
- remove Bonus section from README.rst
- tests: remove test-linux binary
- MSSLinux: fix monitor count

v0.1.0

Toggle v0.1.0's commit message
- fix code with YAPF tool

- better tests and examples
- MSSLinux: fully functional using Xrandr library
- MSSLinux: code purgation (no more XML files to parse)

v0.0.7

Toggle v0.0.7's commit message
Version 0.0.7

v0.0.6

Toggle v0.0.6's commit message
full functional on Mac OSX and code review

v0.0.5

Toggle v0.0.5's commit message
MSSImage: fix an error and code review