Skip to content

Releases: AltF02/x11-rs

v2.21.0

18 Jan 20:41
fced94e
Compare
Choose a tag to compare

What's Changed

  • bug: Fix typo in XShm extension by @notgull in #164
  • maint: Avoid loading shared libraries more than once by @notgull in #165

New Contributors

Full Changelog: v2.20.1...v2.21.0

v2.20.1

24 Nov 13:21
032d968
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.20.0...v2.20.1

v2.20.0

09 Aug 21:12
98392aa
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.19.1...v2.20.0

v2.19.1

25 Sep 18:14
Compare
Choose a tag to compare
  • Add XkbStateNotify event detail masks (#133)

    https://www.x.org/releases/X11R7.7/doc/libX11/XKB/xkblib.html#id2589934

  • Add github action for tests (#134)

    • Add tests github action

    • Remove travis

  • Update tests.yml (#135)

  • xtest: add c_int (#136)

  • Link GitHub Actions badge to Actions page (#137)

  • Remove maybe-uninit dependency (#138)

    This removes the dependency on the maybe-uninit crate
    as it's not needed any more.

  • Add XSetEventQueueOwner (#124)

  • [FEAT|FIX] New structs and one fix (#112)

    • [FEAT|FIX] New structs and one fix

    [FEATURE] _XkbControls, _XkbMods structs, XkbStateRec type
    [FEATURE] Shiny new CHANGELOG.md
    [FIX] Fix field order in _XkbStateRec struct

    • Update versioning

    Co-authored-by: Bjørn Snoen [email protected]
    Co-authored-by: AltF2 [email protected]

  • Pull request template (#139)

  • Fix CHANGELOG.md (#140)

  • Add all feature (#141)

    • Add all feature

    • CHANGELOG.md

  • Add Xshm (#142)

    • Add Xshm

    • CHANGELOG.md

  • Xrender consts (#143)

    • Add xrender PictStandard consts

    • CHANGELOG.md

  • 2.19.1

v2.19.0

20 Sep 16:59
Compare
Choose a tag to compare

Remove deprecated call of mem::uninitialized (#132)

  • Fix deprecated call
  • Fix double semicolon