All Versions
27
Latest Version
Avg Release Cycle
77 days
Latest Release
-
Changelog History
Page 1
Changelog History
Page 1
-
v2.13.1.0 Changes
- ๐ Fix a bug in which
System.Win32.MinTTY.isMinTTY
would incorrectly returnFalse
on recent versions of MinTTY. (See #187) - โ Add all flags for CreateToolhelp32Snapshot. (See #185)
- ๐ Fix a bug in which
-
v2.13.0.0 Changes
- ๐ Fix type of c_SetWindowLongPtr. See #180
-
v2.12.0.1 Changes
June 01, 2021- ๐ A small fix for WinIO usage. See #177
-
v2.12.0.0 Changes
- Win32 for GHC 9.2.x
- โ Add export lists to all modules, hiding numerous internal
c_
bindings. - โก๏ธ Update the type of
setFileTime
to reflect the fact that theFILETIME
arguments are in factMaybe
s.
-
v2.11.1.0 Changes
- ๐ Make
System.Win32.NLS
re-exportCodePage
fromGHC.IO.Encoding.CodePage
inbase
when compiled withbase-4.15
or later.
- ๐ Make
-
v2.11.0.0 Changes
- โ Remove function
mapFileBs
.
- โ Remove function
-
v2.10.1.0 Changes
November 04, 2020- โ Add
System.Win32.Event
module - โ Add function
openEvent
- โ Add function
createEvent
- โ Add function
duplicateHandle
- โ Add function
setEvent
- โ Add function
resetEvent
- โ Add function
pulseEvent
- โ Add function
signalObjectAndWait
- โ Add function
waitForSingleObject
- โ Add function
waitForSingleObjectEx
- โ Add function
waitForMultipleObjects
- โ Add function
waitForMultipleObjectsEx
- Add enums
DUPLICATE_CLOSE_SOURCE
,DUPLICATE_SAME_ACCESS
,
EVENT_ALL_ACCESS
,EVENT_MODIFY_STATE
,WAIT_ABANDONED
,
WAIT_IO_COMPLETION
,WAIT_OBJECT_0
,WAIT_TIMEOUT
andWAIT_FAILED
. - โ Add struct
SECURITY_ATTRIBUTES
- โ Add
-
v2.10.0.0 Changes
September 20, 2020- โ Add function
isWindowVisible
- โ Add function
getLastInputInfo
- โ Add function
getTickCount
- โ Add function
getIdleTime
- โ Add
enumSystemLocalesEx
,enumSystemLocalesEx'
,
0๏ธโฃgetSystemDefaultLocaleName
,getUserDefaultLocaleName
,isValidLocaleName
,
getLocaleInfoEx
,getTimeFormatEx
andlCMapStringEx
- โ Add
trySized
- similar totry
but for API calls that return the required
size of the buffer when passed a buffer size of zero. - โ Add
fromDateFormatPciture
andfromTimeFormatPicture
, to translate from
๐ Windows date and time format pictures to format strings used by thetime
๐ฆ package. - ๐ Renamed fields of
COORD
andSMALL_RECT
to avoid name clashes. (See #157)
- โ Add function
-
v2.9.0.0 Changes
July 26, 2020setWindowClosure
now returns the old window closure.defWindowProc
now assumes the data stored inGWLP\_USERDATA
is the window closure (in line withsetWindowClosure
and
the supplied CgenericWndProc
)defWindowProc
now frees the window closure- โ
getMessage
andpeekMessage
test for -1 to identify the error condition - ๐ Support creating symbolic links without Administrator privilege (See #147)
- ๐ Support for
winio
the new Windows I/O manager. - ๐ Release for GHC 9.1
-
v2.8.5.0 Changes
December 31, 2019- โ Add
getConsoleMode
andsetConsoleMode
(See #137)
- โ Add