Skip to content

Releases: xmonad/X11

1.10.3: various additions

14 Sep 17:36
Compare
Choose a tag to compare

What's Changed

  • Added cWX, cWY, cWWidth, cWHeight constants (AttributeMask) (#82)
  • Added FocusChangeEvent to data Event (#81)
  • Added setWMNormalHints (#83)

New Contributors

Full Changelog: 1.10.2...1.10.3

1.10.2: restore compat with GHC 7

24 Oct 17:21
Compare
Choose a tag to compare
  • Restored compatibility with GHC 7.10 (and possibly even older) (#80)

1.10.1: one small fix for xmonad

15 Aug 16:13
Compare
Choose a tag to compare
  • Fixed possible high CPU usage of some blocking calls with the threaded RTS (#78)

1.10: fixes/additions primarily for the upcoming xmonad release

01 Jun 10:08
Compare
Choose a tag to compare
  • Added setClientMessageEvent' (#71)

  • Fixed type of xrrUpdateConfiguration (#72)

  • Fixed bottom when deserializing XRRNotifyEvent in getEvent (#72)

  • Added xrrGetMonitors and XRRMonitorInfo (#42)

  • Added setClassHint (#76)

  • Added a few missing event mask fields to WindowAttributes (#77)