The Wayback Machine - https://web.archive.org/web/20210811222454/https://github.com/python-xlib/python-xlib/releases
Skip to content

@vasily-v-ryabov vasily-v-ryabov released this May 15, 2021

Extensions

  • XResource: first implementation (thanks @alebastr).
  • XRandr: add missing parameters to delete_output_mode function (thanks @jimmy-loyola).
Assets 5

@vasily-v-ryabov vasily-v-ryabov released this Nov 22, 2020

Extensions

  • Drawable & XInput: Avoid using array.array.tostring() which is removed in Python 3.9 (thanks @t-wissmann).
Assets 5

@vasily-v-ryabov vasily-v-ryabov released this Sep 19, 2020

Extensions

Assets 5

@vasily-v-ryabov vasily-v-ryabov released this Apr 7, 2020

Bug Fixes

  • fix TypeError in socket.error exception handling for Python 3.x (by @t-wissmann)

Extensions

  • NV-CONTROL: set offset for all perf levels (by @Sporif)
Assets 4

@vasily-v-ryabov vasily-v-ryabov released this Dec 8, 2019

Bug Fixes

  • support legacy X servers like RealVNC's one (by @Gerardwx)

Extensions

  • enrich XFixes extension with XFixesSelectionNotify events (by @acrisci)
  • add example xfixes-selection-notify.py (by @acrisci)
  • fix two issues in NV-CONTROL extension (by @leinardi)
  • add method get_clock_info into NV-CONTROL extension (by @leinardi)
  • add default client version into Composite extension (by @jakogut)
  • add Damage extension with the example (by @mgarg1 and @jakogut)
Assets 4

@vasily-v-ryabov vasily-v-ryabov released this Feb 3, 2019

Bug Fixes

  • fix increasing memory usage on display instantiation

NV-CONTROL extension

  • add first implementation by Roberto Leinardi (@leinardi)
Assets 4

@benoit-pierre benoit-pierre released this Jan 27, 2019

Bug Fixes

  • fix protocol handling: correctly support explicit Unix connections and fix support fox macOS
  • improve Python 3 support: fix events sub-code handling and possible crashes when unpacking text data
  • add support for error handlers to the Composite extension

Misc

  • fix xfixes example
  • fix a bunch of typos in the code / documentation
Assets 4

@benoit-pierre benoit-pierre released this Mar 23, 2018

Bug Fixes

  • fix strings decoding: use Latin-1
Assets 4

@benoit-pierre benoit-pierre released this Mar 16, 2018

Bug Fixes

  • fix Display.change_pointer_control implementation
  • fix Drawable.put_pil_image implementation
Assets 4