pkgsrc/x11/py-Xlib/PLIST

196 lines
6.8 KiB
Text
Raw Normal View History

@comment $NetBSD: PLIST,v 1.7 2020/10/01 12:01:50 prlw1 Exp $
2019-10-02 18:13:48 +02:00
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/Xlib/X.py
${PYSITELIB}/Xlib/X.pyc
${PYSITELIB}/Xlib/X.pyo
${PYSITELIB}/Xlib/XK.py
${PYSITELIB}/Xlib/XK.pyc
${PYSITELIB}/Xlib/XK.pyo
${PYSITELIB}/Xlib/Xatom.py
${PYSITELIB}/Xlib/Xatom.pyc
${PYSITELIB}/Xlib/Xatom.pyo
${PYSITELIB}/Xlib/Xcursorfont.py
${PYSITELIB}/Xlib/Xcursorfont.pyc
${PYSITELIB}/Xlib/Xcursorfont.pyo
${PYSITELIB}/Xlib/Xutil.py
${PYSITELIB}/Xlib/Xutil.pyc
${PYSITELIB}/Xlib/Xutil.pyo
${PYSITELIB}/Xlib/__init__.py
${PYSITELIB}/Xlib/__init__.pyc
${PYSITELIB}/Xlib/__init__.pyo
${PYSITELIB}/Xlib/display.py
${PYSITELIB}/Xlib/display.pyc
${PYSITELIB}/Xlib/display.pyo
${PYSITELIB}/Xlib/error.py
${PYSITELIB}/Xlib/error.pyc
${PYSITELIB}/Xlib/error.pyo
${PYSITELIB}/Xlib/ext/__init__.py
${PYSITELIB}/Xlib/ext/__init__.pyc
${PYSITELIB}/Xlib/ext/__init__.pyo
Update python-xlib to 0.25 Take maintaintership Version 0.25 Bug Fixes * fix increasing memory usage on display instantiation NV-CONTROL extension * add first implementation by Roberto Leinardi (@leinardi) __________________________________________________________________ Version 0.24 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 __________________________________________________________________ Version 0.23 Bug Fixes * fix strings decoding: use Latin-1 __________________________________________________________________ Version 0.22 Bug Fixes * fix Display.change_pointer_control implementation * fix Drawable.put_pil_image implementation __________________________________________________________________ Version 0.21 Bug Fixes * fix use under Windows Subsystem for Linux: when DISPLAY does not specify a protocol, and the implicit Unix socket connection fails, fallback to TCP (mimicking XCB's behavior). Misc * don't bundle a copy of texi2html to build the HTML documentation, but use the currently installed version instead. __________________________________________________________________ Version 0.20 Bug Fixes * fix unclosed file in Xauth implementation * fix support for Window.set_wm_transient_for * fix support for Drawable.put_image / Drawable.get_image * use ASCII for decoding strings in Python 3 (same as Python 2) * fix Python 3 warnings about array.tostring() (deprecated) Misc Improve response processing performance: reduce the number of socket.recv calls needed to receive a full response. __________________________________________________________________ Version 0.19 Bug Fixes * don't throw an exception if $XAUTHFILE / ~/.Xauthority is missing * fix authentication work-around for SSH forwarding under Python 3 * improve $DISPLAY handling: support optional protocol prefix, and correctly handle unix:0.0 as :0.0 __________________________________________________________________ Version 0.18 Bug Fixes * fix Python 3 buffer abstraction * fix interrupted select handling for Python 3.3/3.4 * fix Unix socket support when only an abstract address is available __________________________________________________________________ Version 0.17 Bug Fixes * fix Xauth handling when using Python 2 and DISPLAY contains a remote IP * fix String16 request field handling when using Python 3 * fix RECORD extension and example when using Python 3 * fix handling of properties: use byte strings for all X11 8-bits strings, as not all of them are text properties (the window getters/setters for wm_name, wm_icon_name, wm_class, and wm_client_machine still return/expect Unicode strings) API Changes Core: * new window getter/setter for text properties: get_full_text_property and change_text_property; with automatic conversion to/from Unicode when the property type encoding is supported (STRING and UTF8_STRING) Composite extension: * support for GetOverlayWindow request __________________________________________________________________ Version 0.16 Licensing The project is now licensed under the GNU Lesser General Public License v2.1 or later (see the LICENSE file for details). Compatibility Support for Python versions older than 2.7 has been dropped. Support for Python 3 (3.3, 3.4 and 3.5) has been added. Note that Python-Xlib now depends on the six package (>=1.10) for combined Python 2 / 3 support. API Changes With the change of license, and no way to contact the original author of the SHAPE extension, the code had to be rewritten from scratch. This resulted in a few minor API changes (see examples/shapewin.py). Partial support for the SECURITY. XInput, and XFIXES extensions has been added. Bug Fixes * fix RECORD extension * fixed OS X socket path * fix handling of generic events * fix handling of KeymapNotify events * several fixes for the RandR extension __________________________________________________________________ Version 0.15rc1 - 14 Nov 2009 Improved support for newer versions of Mac OS X, a couple of new extensions, and several bugfixes. Composite extension Support for the composite extension, used to implement a composition manager (added for plcm work in plwm). By itself this extension is not very useful, it is intended to be used together with the DAMAGE and XFIXES extensions. Typically you would also need RENDER or glX or some similar method of creating fancy graphics. XF86 special function keysyms Keysym definitions for special function keys found on modern keyboards, e.g. raise and lower volume, start specific applications, etc. Have a look in Xlib/keysymdef/xf86.py to see what there are and experiment with xev to see what your keyboard generates. These definitions aren't brought in by default, so you must do this after importing Xlib.XK: Xlib.XK.load_keysym_group('xf86') RANDR extension The RANDR extension complements XINERAMA as a way of getting data about the physical screens making up a virtual screen in X. An example of usage can be found in examples/xrandr.py.
2019-08-05 14:26:15 +02:00
${PYSITELIB}/Xlib/ext/composite.py
${PYSITELIB}/Xlib/ext/composite.pyc
${PYSITELIB}/Xlib/ext/composite.pyo
${PYSITELIB}/Xlib/ext/damage.py
${PYSITELIB}/Xlib/ext/damage.pyc
${PYSITELIB}/Xlib/ext/damage.pyo
${PYSITELIB}/Xlib/ext/dpms.py
${PYSITELIB}/Xlib/ext/dpms.pyc
${PYSITELIB}/Xlib/ext/dpms.pyo
Update python-xlib to 0.25 Take maintaintership Version 0.25 Bug Fixes * fix increasing memory usage on display instantiation NV-CONTROL extension * add first implementation by Roberto Leinardi (@leinardi) __________________________________________________________________ Version 0.24 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 __________________________________________________________________ Version 0.23 Bug Fixes * fix strings decoding: use Latin-1 __________________________________________________________________ Version 0.22 Bug Fixes * fix Display.change_pointer_control implementation * fix Drawable.put_pil_image implementation __________________________________________________________________ Version 0.21 Bug Fixes * fix use under Windows Subsystem for Linux: when DISPLAY does not specify a protocol, and the implicit Unix socket connection fails, fallback to TCP (mimicking XCB's behavior). Misc * don't bundle a copy of texi2html to build the HTML documentation, but use the currently installed version instead. __________________________________________________________________ Version 0.20 Bug Fixes * fix unclosed file in Xauth implementation * fix support for Window.set_wm_transient_for * fix support for Drawable.put_image / Drawable.get_image * use ASCII for decoding strings in Python 3 (same as Python 2) * fix Python 3 warnings about array.tostring() (deprecated) Misc Improve response processing performance: reduce the number of socket.recv calls needed to receive a full response. __________________________________________________________________ Version 0.19 Bug Fixes * don't throw an exception if $XAUTHFILE / ~/.Xauthority is missing * fix authentication work-around for SSH forwarding under Python 3 * improve $DISPLAY handling: support optional protocol prefix, and correctly handle unix:0.0 as :0.0 __________________________________________________________________ Version 0.18 Bug Fixes * fix Python 3 buffer abstraction * fix interrupted select handling for Python 3.3/3.4 * fix Unix socket support when only an abstract address is available __________________________________________________________________ Version 0.17 Bug Fixes * fix Xauth handling when using Python 2 and DISPLAY contains a remote IP * fix String16 request field handling when using Python 3 * fix RECORD extension and example when using Python 3 * fix handling of properties: use byte strings for all X11 8-bits strings, as not all of them are text properties (the window getters/setters for wm_name, wm_icon_name, wm_class, and wm_client_machine still return/expect Unicode strings) API Changes Core: * new window getter/setter for text properties: get_full_text_property and change_text_property; with automatic conversion to/from Unicode when the property type encoding is supported (STRING and UTF8_STRING) Composite extension: * support for GetOverlayWindow request __________________________________________________________________ Version 0.16 Licensing The project is now licensed under the GNU Lesser General Public License v2.1 or later (see the LICENSE file for details). Compatibility Support for Python versions older than 2.7 has been dropped. Support for Python 3 (3.3, 3.4 and 3.5) has been added. Note that Python-Xlib now depends on the six package (>=1.10) for combined Python 2 / 3 support. API Changes With the change of license, and no way to contact the original author of the SHAPE extension, the code had to be rewritten from scratch. This resulted in a few minor API changes (see examples/shapewin.py). Partial support for the SECURITY. XInput, and XFIXES extensions has been added. Bug Fixes * fix RECORD extension * fixed OS X socket path * fix handling of generic events * fix handling of KeymapNotify events * several fixes for the RandR extension __________________________________________________________________ Version 0.15rc1 - 14 Nov 2009 Improved support for newer versions of Mac OS X, a couple of new extensions, and several bugfixes. Composite extension Support for the composite extension, used to implement a composition manager (added for plcm work in plwm). By itself this extension is not very useful, it is intended to be used together with the DAMAGE and XFIXES extensions. Typically you would also need RENDER or glX or some similar method of creating fancy graphics. XF86 special function keysyms Keysym definitions for special function keys found on modern keyboards, e.g. raise and lower volume, start specific applications, etc. Have a look in Xlib/keysymdef/xf86.py to see what there are and experiment with xev to see what your keyboard generates. These definitions aren't brought in by default, so you must do this after importing Xlib.XK: Xlib.XK.load_keysym_group('xf86') RANDR extension The RANDR extension complements XINERAMA as a way of getting data about the physical screens making up a virtual screen in X. An example of usage can be found in examples/xrandr.py.
2019-08-05 14:26:15 +02:00
${PYSITELIB}/Xlib/ext/ge.py
${PYSITELIB}/Xlib/ext/ge.pyc
${PYSITELIB}/Xlib/ext/ge.pyo
${PYSITELIB}/Xlib/ext/nvcontrol.py
${PYSITELIB}/Xlib/ext/nvcontrol.pyc
${PYSITELIB}/Xlib/ext/nvcontrol.pyo
${PYSITELIB}/Xlib/ext/randr.py
${PYSITELIB}/Xlib/ext/randr.pyc
${PYSITELIB}/Xlib/ext/randr.pyo
${PYSITELIB}/Xlib/ext/record.py
${PYSITELIB}/Xlib/ext/record.pyc
${PYSITELIB}/Xlib/ext/record.pyo
Update python-xlib to 0.25 Take maintaintership Version 0.25 Bug Fixes * fix increasing memory usage on display instantiation NV-CONTROL extension * add first implementation by Roberto Leinardi (@leinardi) __________________________________________________________________ Version 0.24 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 __________________________________________________________________ Version 0.23 Bug Fixes * fix strings decoding: use Latin-1 __________________________________________________________________ Version 0.22 Bug Fixes * fix Display.change_pointer_control implementation * fix Drawable.put_pil_image implementation __________________________________________________________________ Version 0.21 Bug Fixes * fix use under Windows Subsystem for Linux: when DISPLAY does not specify a protocol, and the implicit Unix socket connection fails, fallback to TCP (mimicking XCB's behavior). Misc * don't bundle a copy of texi2html to build the HTML documentation, but use the currently installed version instead. __________________________________________________________________ Version 0.20 Bug Fixes * fix unclosed file in Xauth implementation * fix support for Window.set_wm_transient_for * fix support for Drawable.put_image / Drawable.get_image * use ASCII for decoding strings in Python 3 (same as Python 2) * fix Python 3 warnings about array.tostring() (deprecated) Misc Improve response processing performance: reduce the number of socket.recv calls needed to receive a full response. __________________________________________________________________ Version 0.19 Bug Fixes * don't throw an exception if $XAUTHFILE / ~/.Xauthority is missing * fix authentication work-around for SSH forwarding under Python 3 * improve $DISPLAY handling: support optional protocol prefix, and correctly handle unix:0.0 as :0.0 __________________________________________________________________ Version 0.18 Bug Fixes * fix Python 3 buffer abstraction * fix interrupted select handling for Python 3.3/3.4 * fix Unix socket support when only an abstract address is available __________________________________________________________________ Version 0.17 Bug Fixes * fix Xauth handling when using Python 2 and DISPLAY contains a remote IP * fix String16 request field handling when using Python 3 * fix RECORD extension and example when using Python 3 * fix handling of properties: use byte strings for all X11 8-bits strings, as not all of them are text properties (the window getters/setters for wm_name, wm_icon_name, wm_class, and wm_client_machine still return/expect Unicode strings) API Changes Core: * new window getter/setter for text properties: get_full_text_property and change_text_property; with automatic conversion to/from Unicode when the property type encoding is supported (STRING and UTF8_STRING) Composite extension: * support for GetOverlayWindow request __________________________________________________________________ Version 0.16 Licensing The project is now licensed under the GNU Lesser General Public License v2.1 or later (see the LICENSE file for details). Compatibility Support for Python versions older than 2.7 has been dropped. Support for Python 3 (3.3, 3.4 and 3.5) has been added. Note that Python-Xlib now depends on the six package (>=1.10) for combined Python 2 / 3 support. API Changes With the change of license, and no way to contact the original author of the SHAPE extension, the code had to be rewritten from scratch. This resulted in a few minor API changes (see examples/shapewin.py). Partial support for the SECURITY. XInput, and XFIXES extensions has been added. Bug Fixes * fix RECORD extension * fixed OS X socket path * fix handling of generic events * fix handling of KeymapNotify events * several fixes for the RandR extension __________________________________________________________________ Version 0.15rc1 - 14 Nov 2009 Improved support for newer versions of Mac OS X, a couple of new extensions, and several bugfixes. Composite extension Support for the composite extension, used to implement a composition manager (added for plcm work in plwm). By itself this extension is not very useful, it is intended to be used together with the DAMAGE and XFIXES extensions. Typically you would also need RENDER or glX or some similar method of creating fancy graphics. XF86 special function keysyms Keysym definitions for special function keys found on modern keyboards, e.g. raise and lower volume, start specific applications, etc. Have a look in Xlib/keysymdef/xf86.py to see what there are and experiment with xev to see what your keyboard generates. These definitions aren't brought in by default, so you must do this after importing Xlib.XK: Xlib.XK.load_keysym_group('xf86') RANDR extension The RANDR extension complements XINERAMA as a way of getting data about the physical screens making up a virtual screen in X. An example of usage can be found in examples/xrandr.py.
2019-08-05 14:26:15 +02:00
${PYSITELIB}/Xlib/ext/security.py
${PYSITELIB}/Xlib/ext/security.pyc
${PYSITELIB}/Xlib/ext/security.pyo
${PYSITELIB}/Xlib/ext/shape.py
${PYSITELIB}/Xlib/ext/shape.pyc
${PYSITELIB}/Xlib/ext/shape.pyo
Update python-xlib to 0.25 Take maintaintership Version 0.25 Bug Fixes * fix increasing memory usage on display instantiation NV-CONTROL extension * add first implementation by Roberto Leinardi (@leinardi) __________________________________________________________________ Version 0.24 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 __________________________________________________________________ Version 0.23 Bug Fixes * fix strings decoding: use Latin-1 __________________________________________________________________ Version 0.22 Bug Fixes * fix Display.change_pointer_control implementation * fix Drawable.put_pil_image implementation __________________________________________________________________ Version 0.21 Bug Fixes * fix use under Windows Subsystem for Linux: when DISPLAY does not specify a protocol, and the implicit Unix socket connection fails, fallback to TCP (mimicking XCB's behavior). Misc * don't bundle a copy of texi2html to build the HTML documentation, but use the currently installed version instead. __________________________________________________________________ Version 0.20 Bug Fixes * fix unclosed file in Xauth implementation * fix support for Window.set_wm_transient_for * fix support for Drawable.put_image / Drawable.get_image * use ASCII for decoding strings in Python 3 (same as Python 2) * fix Python 3 warnings about array.tostring() (deprecated) Misc Improve response processing performance: reduce the number of socket.recv calls needed to receive a full response. __________________________________________________________________ Version 0.19 Bug Fixes * don't throw an exception if $XAUTHFILE / ~/.Xauthority is missing * fix authentication work-around for SSH forwarding under Python 3 * improve $DISPLAY handling: support optional protocol prefix, and correctly handle unix:0.0 as :0.0 __________________________________________________________________ Version 0.18 Bug Fixes * fix Python 3 buffer abstraction * fix interrupted select handling for Python 3.3/3.4 * fix Unix socket support when only an abstract address is available __________________________________________________________________ Version 0.17 Bug Fixes * fix Xauth handling when using Python 2 and DISPLAY contains a remote IP * fix String16 request field handling when using Python 3 * fix RECORD extension and example when using Python 3 * fix handling of properties: use byte strings for all X11 8-bits strings, as not all of them are text properties (the window getters/setters for wm_name, wm_icon_name, wm_class, and wm_client_machine still return/expect Unicode strings) API Changes Core: * new window getter/setter for text properties: get_full_text_property and change_text_property; with automatic conversion to/from Unicode when the property type encoding is supported (STRING and UTF8_STRING) Composite extension: * support for GetOverlayWindow request __________________________________________________________________ Version 0.16 Licensing The project is now licensed under the GNU Lesser General Public License v2.1 or later (see the LICENSE file for details). Compatibility Support for Python versions older than 2.7 has been dropped. Support for Python 3 (3.3, 3.4 and 3.5) has been added. Note that Python-Xlib now depends on the six package (>=1.10) for combined Python 2 / 3 support. API Changes With the change of license, and no way to contact the original author of the SHAPE extension, the code had to be rewritten from scratch. This resulted in a few minor API changes (see examples/shapewin.py). Partial support for the SECURITY. XInput, and XFIXES extensions has been added. Bug Fixes * fix RECORD extension * fixed OS X socket path * fix handling of generic events * fix handling of KeymapNotify events * several fixes for the RandR extension __________________________________________________________________ Version 0.15rc1 - 14 Nov 2009 Improved support for newer versions of Mac OS X, a couple of new extensions, and several bugfixes. Composite extension Support for the composite extension, used to implement a composition manager (added for plcm work in plwm). By itself this extension is not very useful, it is intended to be used together with the DAMAGE and XFIXES extensions. Typically you would also need RENDER or glX or some similar method of creating fancy graphics. XF86 special function keysyms Keysym definitions for special function keys found on modern keyboards, e.g. raise and lower volume, start specific applications, etc. Have a look in Xlib/keysymdef/xf86.py to see what there are and experiment with xev to see what your keyboard generates. These definitions aren't brought in by default, so you must do this after importing Xlib.XK: Xlib.XK.load_keysym_group('xf86') RANDR extension The RANDR extension complements XINERAMA as a way of getting data about the physical screens making up a virtual screen in X. An example of usage can be found in examples/xrandr.py.
2019-08-05 14:26:15 +02:00
${PYSITELIB}/Xlib/ext/xfixes.py
${PYSITELIB}/Xlib/ext/xfixes.pyc
${PYSITELIB}/Xlib/ext/xfixes.pyo
${PYSITELIB}/Xlib/ext/xinerama.py
${PYSITELIB}/Xlib/ext/xinerama.pyc
${PYSITELIB}/Xlib/ext/xinerama.pyo
Update python-xlib to 0.25 Take maintaintership Version 0.25 Bug Fixes * fix increasing memory usage on display instantiation NV-CONTROL extension * add first implementation by Roberto Leinardi (@leinardi) __________________________________________________________________ Version 0.24 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 __________________________________________________________________ Version 0.23 Bug Fixes * fix strings decoding: use Latin-1 __________________________________________________________________ Version 0.22 Bug Fixes * fix Display.change_pointer_control implementation * fix Drawable.put_pil_image implementation __________________________________________________________________ Version 0.21 Bug Fixes * fix use under Windows Subsystem for Linux: when DISPLAY does not specify a protocol, and the implicit Unix socket connection fails, fallback to TCP (mimicking XCB's behavior). Misc * don't bundle a copy of texi2html to build the HTML documentation, but use the currently installed version instead. __________________________________________________________________ Version 0.20 Bug Fixes * fix unclosed file in Xauth implementation * fix support for Window.set_wm_transient_for * fix support for Drawable.put_image / Drawable.get_image * use ASCII for decoding strings in Python 3 (same as Python 2) * fix Python 3 warnings about array.tostring() (deprecated) Misc Improve response processing performance: reduce the number of socket.recv calls needed to receive a full response. __________________________________________________________________ Version 0.19 Bug Fixes * don't throw an exception if $XAUTHFILE / ~/.Xauthority is missing * fix authentication work-around for SSH forwarding under Python 3 * improve $DISPLAY handling: support optional protocol prefix, and correctly handle unix:0.0 as :0.0 __________________________________________________________________ Version 0.18 Bug Fixes * fix Python 3 buffer abstraction * fix interrupted select handling for Python 3.3/3.4 * fix Unix socket support when only an abstract address is available __________________________________________________________________ Version 0.17 Bug Fixes * fix Xauth handling when using Python 2 and DISPLAY contains a remote IP * fix String16 request field handling when using Python 3 * fix RECORD extension and example when using Python 3 * fix handling of properties: use byte strings for all X11 8-bits strings, as not all of them are text properties (the window getters/setters for wm_name, wm_icon_name, wm_class, and wm_client_machine still return/expect Unicode strings) API Changes Core: * new window getter/setter for text properties: get_full_text_property and change_text_property; with automatic conversion to/from Unicode when the property type encoding is supported (STRING and UTF8_STRING) Composite extension: * support for GetOverlayWindow request __________________________________________________________________ Version 0.16 Licensing The project is now licensed under the GNU Lesser General Public License v2.1 or later (see the LICENSE file for details). Compatibility Support for Python versions older than 2.7 has been dropped. Support for Python 3 (3.3, 3.4 and 3.5) has been added. Note that Python-Xlib now depends on the six package (>=1.10) for combined Python 2 / 3 support. API Changes With the change of license, and no way to contact the original author of the SHAPE extension, the code had to be rewritten from scratch. This resulted in a few minor API changes (see examples/shapewin.py). Partial support for the SECURITY. XInput, and XFIXES extensions has been added. Bug Fixes * fix RECORD extension * fixed OS X socket path * fix handling of generic events * fix handling of KeymapNotify events * several fixes for the RandR extension __________________________________________________________________ Version 0.15rc1 - 14 Nov 2009 Improved support for newer versions of Mac OS X, a couple of new extensions, and several bugfixes. Composite extension Support for the composite extension, used to implement a composition manager (added for plcm work in plwm). By itself this extension is not very useful, it is intended to be used together with the DAMAGE and XFIXES extensions. Typically you would also need RENDER or glX or some similar method of creating fancy graphics. XF86 special function keysyms Keysym definitions for special function keys found on modern keyboards, e.g. raise and lower volume, start specific applications, etc. Have a look in Xlib/keysymdef/xf86.py to see what there are and experiment with xev to see what your keyboard generates. These definitions aren't brought in by default, so you must do this after importing Xlib.XK: Xlib.XK.load_keysym_group('xf86') RANDR extension The RANDR extension complements XINERAMA as a way of getting data about the physical screens making up a virtual screen in X. An example of usage can be found in examples/xrandr.py.
2019-08-05 14:26:15 +02:00
${PYSITELIB}/Xlib/ext/xinput.py
${PYSITELIB}/Xlib/ext/xinput.pyc
${PYSITELIB}/Xlib/ext/xinput.pyo
${PYSITELIB}/Xlib/ext/xtest.py
${PYSITELIB}/Xlib/ext/xtest.pyc
${PYSITELIB}/Xlib/ext/xtest.pyo
${PYSITELIB}/Xlib/keysymdef/__init__.py
${PYSITELIB}/Xlib/keysymdef/__init__.pyc
${PYSITELIB}/Xlib/keysymdef/__init__.pyo
${PYSITELIB}/Xlib/keysymdef/apl.py
${PYSITELIB}/Xlib/keysymdef/apl.pyc
${PYSITELIB}/Xlib/keysymdef/apl.pyo
${PYSITELIB}/Xlib/keysymdef/arabic.py
${PYSITELIB}/Xlib/keysymdef/arabic.pyc
${PYSITELIB}/Xlib/keysymdef/arabic.pyo
${PYSITELIB}/Xlib/keysymdef/cyrillic.py
${PYSITELIB}/Xlib/keysymdef/cyrillic.pyc
${PYSITELIB}/Xlib/keysymdef/cyrillic.pyo
${PYSITELIB}/Xlib/keysymdef/greek.py
${PYSITELIB}/Xlib/keysymdef/greek.pyc
${PYSITELIB}/Xlib/keysymdef/greek.pyo
${PYSITELIB}/Xlib/keysymdef/hebrew.py
${PYSITELIB}/Xlib/keysymdef/hebrew.pyc
${PYSITELIB}/Xlib/keysymdef/hebrew.pyo
${PYSITELIB}/Xlib/keysymdef/katakana.py
${PYSITELIB}/Xlib/keysymdef/katakana.pyc
${PYSITELIB}/Xlib/keysymdef/katakana.pyo
${PYSITELIB}/Xlib/keysymdef/korean.py
${PYSITELIB}/Xlib/keysymdef/korean.pyc
${PYSITELIB}/Xlib/keysymdef/korean.pyo
${PYSITELIB}/Xlib/keysymdef/latin1.py
${PYSITELIB}/Xlib/keysymdef/latin1.pyc
${PYSITELIB}/Xlib/keysymdef/latin1.pyo
${PYSITELIB}/Xlib/keysymdef/latin2.py
${PYSITELIB}/Xlib/keysymdef/latin2.pyc
${PYSITELIB}/Xlib/keysymdef/latin2.pyo
${PYSITELIB}/Xlib/keysymdef/latin3.py
${PYSITELIB}/Xlib/keysymdef/latin3.pyc
${PYSITELIB}/Xlib/keysymdef/latin3.pyo
${PYSITELIB}/Xlib/keysymdef/latin4.py
${PYSITELIB}/Xlib/keysymdef/latin4.pyc
${PYSITELIB}/Xlib/keysymdef/latin4.pyo
${PYSITELIB}/Xlib/keysymdef/miscellany.py
${PYSITELIB}/Xlib/keysymdef/miscellany.pyc
${PYSITELIB}/Xlib/keysymdef/miscellany.pyo
${PYSITELIB}/Xlib/keysymdef/publishing.py
${PYSITELIB}/Xlib/keysymdef/publishing.pyc
${PYSITELIB}/Xlib/keysymdef/publishing.pyo
${PYSITELIB}/Xlib/keysymdef/special.py
${PYSITELIB}/Xlib/keysymdef/special.pyc
${PYSITELIB}/Xlib/keysymdef/special.pyo
${PYSITELIB}/Xlib/keysymdef/technical.py
${PYSITELIB}/Xlib/keysymdef/technical.pyc
${PYSITELIB}/Xlib/keysymdef/technical.pyo
${PYSITELIB}/Xlib/keysymdef/thai.py
${PYSITELIB}/Xlib/keysymdef/thai.pyc
${PYSITELIB}/Xlib/keysymdef/thai.pyo
Update python-xlib to 0.25 Take maintaintership Version 0.25 Bug Fixes * fix increasing memory usage on display instantiation NV-CONTROL extension * add first implementation by Roberto Leinardi (@leinardi) __________________________________________________________________ Version 0.24 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 __________________________________________________________________ Version 0.23 Bug Fixes * fix strings decoding: use Latin-1 __________________________________________________________________ Version 0.22 Bug Fixes * fix Display.change_pointer_control implementation * fix Drawable.put_pil_image implementation __________________________________________________________________ Version 0.21 Bug Fixes * fix use under Windows Subsystem for Linux: when DISPLAY does not specify a protocol, and the implicit Unix socket connection fails, fallback to TCP (mimicking XCB's behavior). Misc * don't bundle a copy of texi2html to build the HTML documentation, but use the currently installed version instead. __________________________________________________________________ Version 0.20 Bug Fixes * fix unclosed file in Xauth implementation * fix support for Window.set_wm_transient_for * fix support for Drawable.put_image / Drawable.get_image * use ASCII for decoding strings in Python 3 (same as Python 2) * fix Python 3 warnings about array.tostring() (deprecated) Misc Improve response processing performance: reduce the number of socket.recv calls needed to receive a full response. __________________________________________________________________ Version 0.19 Bug Fixes * don't throw an exception if $XAUTHFILE / ~/.Xauthority is missing * fix authentication work-around for SSH forwarding under Python 3 * improve $DISPLAY handling: support optional protocol prefix, and correctly handle unix:0.0 as :0.0 __________________________________________________________________ Version 0.18 Bug Fixes * fix Python 3 buffer abstraction * fix interrupted select handling for Python 3.3/3.4 * fix Unix socket support when only an abstract address is available __________________________________________________________________ Version 0.17 Bug Fixes * fix Xauth handling when using Python 2 and DISPLAY contains a remote IP * fix String16 request field handling when using Python 3 * fix RECORD extension and example when using Python 3 * fix handling of properties: use byte strings for all X11 8-bits strings, as not all of them are text properties (the window getters/setters for wm_name, wm_icon_name, wm_class, and wm_client_machine still return/expect Unicode strings) API Changes Core: * new window getter/setter for text properties: get_full_text_property and change_text_property; with automatic conversion to/from Unicode when the property type encoding is supported (STRING and UTF8_STRING) Composite extension: * support for GetOverlayWindow request __________________________________________________________________ Version 0.16 Licensing The project is now licensed under the GNU Lesser General Public License v2.1 or later (see the LICENSE file for details). Compatibility Support for Python versions older than 2.7 has been dropped. Support for Python 3 (3.3, 3.4 and 3.5) has been added. Note that Python-Xlib now depends on the six package (>=1.10) for combined Python 2 / 3 support. API Changes With the change of license, and no way to contact the original author of the SHAPE extension, the code had to be rewritten from scratch. This resulted in a few minor API changes (see examples/shapewin.py). Partial support for the SECURITY. XInput, and XFIXES extensions has been added. Bug Fixes * fix RECORD extension * fixed OS X socket path * fix handling of generic events * fix handling of KeymapNotify events * several fixes for the RandR extension __________________________________________________________________ Version 0.15rc1 - 14 Nov 2009 Improved support for newer versions of Mac OS X, a couple of new extensions, and several bugfixes. Composite extension Support for the composite extension, used to implement a composition manager (added for plcm work in plwm). By itself this extension is not very useful, it is intended to be used together with the DAMAGE and XFIXES extensions. Typically you would also need RENDER or glX or some similar method of creating fancy graphics. XF86 special function keysyms Keysym definitions for special function keys found on modern keyboards, e.g. raise and lower volume, start specific applications, etc. Have a look in Xlib/keysymdef/xf86.py to see what there are and experiment with xev to see what your keyboard generates. These definitions aren't brought in by default, so you must do this after importing Xlib.XK: Xlib.XK.load_keysym_group('xf86') RANDR extension The RANDR extension complements XINERAMA as a way of getting data about the physical screens making up a virtual screen in X. An example of usage can be found in examples/xrandr.py.
2019-08-05 14:26:15 +02:00
${PYSITELIB}/Xlib/keysymdef/xf86.py
${PYSITELIB}/Xlib/keysymdef/xf86.pyc
${PYSITELIB}/Xlib/keysymdef/xf86.pyo
${PYSITELIB}/Xlib/keysymdef/xk3270.py
${PYSITELIB}/Xlib/keysymdef/xk3270.pyc
${PYSITELIB}/Xlib/keysymdef/xk3270.pyo
${PYSITELIB}/Xlib/keysymdef/xkb.py
${PYSITELIB}/Xlib/keysymdef/xkb.pyc
${PYSITELIB}/Xlib/keysymdef/xkb.pyo
${PYSITELIB}/Xlib/protocol/__init__.py
${PYSITELIB}/Xlib/protocol/__init__.pyc
${PYSITELIB}/Xlib/protocol/__init__.pyo
${PYSITELIB}/Xlib/protocol/display.py
${PYSITELIB}/Xlib/protocol/display.pyc
${PYSITELIB}/Xlib/protocol/display.pyo
${PYSITELIB}/Xlib/protocol/event.py
${PYSITELIB}/Xlib/protocol/event.pyc
${PYSITELIB}/Xlib/protocol/event.pyo
${PYSITELIB}/Xlib/protocol/request.py
${PYSITELIB}/Xlib/protocol/request.pyc
${PYSITELIB}/Xlib/protocol/request.pyo
${PYSITELIB}/Xlib/protocol/rq.py
${PYSITELIB}/Xlib/protocol/rq.pyc
${PYSITELIB}/Xlib/protocol/rq.pyo
${PYSITELIB}/Xlib/protocol/structs.py
${PYSITELIB}/Xlib/protocol/structs.pyc
${PYSITELIB}/Xlib/protocol/structs.pyo
${PYSITELIB}/Xlib/rdb.py
${PYSITELIB}/Xlib/rdb.pyc
${PYSITELIB}/Xlib/rdb.pyo
${PYSITELIB}/Xlib/support/__init__.py
${PYSITELIB}/Xlib/support/__init__.pyc
${PYSITELIB}/Xlib/support/__init__.pyo
${PYSITELIB}/Xlib/support/connect.py
${PYSITELIB}/Xlib/support/connect.pyc
${PYSITELIB}/Xlib/support/connect.pyo
${PYSITELIB}/Xlib/support/lock.py
${PYSITELIB}/Xlib/support/lock.pyc
${PYSITELIB}/Xlib/support/lock.pyo
${PYSITELIB}/Xlib/support/unix_connect.py
${PYSITELIB}/Xlib/support/unix_connect.pyc
${PYSITELIB}/Xlib/support/unix_connect.pyo
${PYSITELIB}/Xlib/support/vms_connect.py
${PYSITELIB}/Xlib/support/vms_connect.pyc
${PYSITELIB}/Xlib/support/vms_connect.pyo
${PYSITELIB}/Xlib/threaded.py
${PYSITELIB}/Xlib/threaded.pyc
${PYSITELIB}/Xlib/threaded.pyo
${PYSITELIB}/Xlib/xauth.py
${PYSITELIB}/Xlib/xauth.pyc
${PYSITELIB}/Xlib/xauth.pyo
${PYSITELIB}/Xlib/xobject/__init__.py
${PYSITELIB}/Xlib/xobject/__init__.pyc
${PYSITELIB}/Xlib/xobject/__init__.pyo
${PYSITELIB}/Xlib/xobject/colormap.py
${PYSITELIB}/Xlib/xobject/colormap.pyc
${PYSITELIB}/Xlib/xobject/colormap.pyo
${PYSITELIB}/Xlib/xobject/cursor.py
${PYSITELIB}/Xlib/xobject/cursor.pyc
${PYSITELIB}/Xlib/xobject/cursor.pyo
${PYSITELIB}/Xlib/xobject/drawable.py
${PYSITELIB}/Xlib/xobject/drawable.pyc
${PYSITELIB}/Xlib/xobject/drawable.pyo
${PYSITELIB}/Xlib/xobject/fontable.py
${PYSITELIB}/Xlib/xobject/fontable.pyc
${PYSITELIB}/Xlib/xobject/fontable.pyo
${PYSITELIB}/Xlib/xobject/icccm.py
${PYSITELIB}/Xlib/xobject/icccm.pyc
${PYSITELIB}/Xlib/xobject/icccm.pyo
${PYSITELIB}/Xlib/xobject/resource.py
${PYSITELIB}/Xlib/xobject/resource.pyc
${PYSITELIB}/Xlib/xobject/resource.pyo