-
Added
minBoundsFromFontStruct
,maxBoundsFromFontStruct
(#88) -
Drop support for GHC 7.10, require at least GHC 8.0.
-
Added
cWX
,cWY
,cWWidth
,cWHeight
constants (AttributeMask
) (#82) -
Added
FocusChangeEvent
todata Event
(#81) -
Added
setWMNormalHints
(#83)
- Restored compatibility with GHC 7.10 (and possibly even older) (#80)
- Fixed possible high CPU usage of some blocking calls with the threaded RTS (#78)
-
Added
setClientMessageEvent'
(#71) -
Fixed type of
xrrUpdateConfiguration
(#72) -
Fixed bottom when deserializing XRRNotifyEvent in
getEvent
(#72) -
Added
xrrGetMonitors
andXRRMonitorInfo
(#42) -
Added
setClassHint
(#76) -
Added a few missing event mask fields to
WindowAttributes
(#77)
-
Make sure that X11 search paths determined by autoconf are actually passed through to Cabal. The fix was contributed by Greg Steuck (#53, #69).
-
Locate the include statement for
HsAllKeysyms.h
above the relevant ifdefs to avoid issues during cross compilation. The fix was contributed by Vanessa McHale (#65)
-
Added
deleteProperty
-
Add SelectionClear event to xlib Extra