wild-bind-x11

X11-specific implementation for WildBind

https://github.com/debug-ito/wild-bind

Version on this page:0.2.0.12
LTS Haskell 19.33:0.2.0.14
Stackage Nightly 2022-03-17:0.2.0.14
Latest on Hackage:0.2.0.15

See all snapshots wild-bind-x11 appears in

BSD-3-Clause licensed and maintained by Toshio Ito
This version can be pinned in stack with:wild-bind-x11-0.2.0.12@sha256:3232b0d7cb22743c8fcfac8d0df319a8df5c1221fbc89522e9c3f8813a680ea6,3346

wild-bind-x11

X11 FrontEnd for WildBind.

See https://github.com/debug-ito/wild-bind for WildBind in general.

Author

Toshio Ito [email protected]

Changes

Revision history for wild-bind-x11

0.2.0.12 – 2021-03-25

0.2.0.11 – 2020-12-30

  • Call XInitThreads at the start of withX11Front'. It seemd no problem without this function, but the manual says you need it…

0.2.0.10 – 2020-06-21

  • Confirm test with base-4.14.0.0

0.2.0.9 – 2019-12-30

  • Confirm test with base-4.13.0.0

0.2.0.8 – 2019-10-04

  • Confirm test with time-1.9.3.

0.2.0.7 – 2019-05-11

  • Confirm test with semigroups-0.19.

0.2.0.6 – 2018-10-01

  • Confirm test with base-4.12.0.0

0.2.0.5 – 2018-09-23

  • Confirmed test with stm-2.5.0.0.

0.2.0.4 – 2018-06-19

  • Confirmed test with containers-0.6.0.1.

0.2.0.3 – 2018-04-22

  • Confirmed test with X11-1.9.
  • Now it requires XScreenSaver extension (in Debian/Ubuntu, libxss-dev package).

0.2.0.2 – 2018-04-10

  • Confirmed test with base-4.11.
  • Stop using ListT, because it’s deprecated since transformers-0.5.3.0.

0.2.0.1 – 2018-02-06

  • Confirmed test with async-2.2.1.

0.2.0.0 – 2018-01-01

  • Fix crash when some kind of window (e.g. xdvi) is active.
  • Remove KeySymLike and ModifierLike classes.
  • Add XMod, KeyEventType, XKeyEvent, X11Front types.
  • Add XKeyInput, ToXKeyEvent classes.
  • Add withX11Front, makeFrontEnd, press, release, addXMod, shift, alt, ctrl, super, defaultRootWindow functions.
  • Add WildBind.X11.Emulate, WildBind.X11.Emulate.Example and WildBind.X11.KeySym modules.
  • Changed signature of xGrabKey and xUngrabKey functions.

0.1.0.7 – 2017-07-21

  • Confirmed build with time-1.8.

0.1.0.6 – 2017-02-10

  • Confirmed build with X11-1.8.

0.1.0.5 – 2017-01-24

  • Confirmed build with hspec-2.4.0.

0.1.0.4 – 2016-12-15

  • Confirmed build with X11-1.7.

0.1.0.3 – 2016-11-27

  • Confirmed test with time-1.7.

0.1.0.2 – 2016-10-09

  • Confirmed build with hspec-2.3.0.

0.1.0.1 – 2016-09-22

  • First version. Released on an unsuspecting world.