All Versions
27
Latest Version
Avg Release Cycle
77 days
Latest Release
-

Changelog History
Page 1

  • v2.13.1.0 Changes

    • ๐Ÿ›  Fix a bug in which System.Win32.MinTTY.isMinTTY would incorrectly return False on recent versions of MinTTY. (See #187)
    • โž• Add all flags for CreateToolhelp32Snapshot. (See #185)
  • 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 the FILETIME arguments are in fact Maybes.
  • v2.11.1.0 Changes

    • ๐Ÿ‘‰ Make System.Win32.NLS re-export CodePage from GHC.IO.Encoding.CodePage in base when compiled with base-4.15 or later.
  • v2.11.0.0 Changes

    • โœ‚ Remove function mapFileBs.
  • 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 and WAIT_FAILED.
    • โž• Add struct SECURITY_ATTRIBUTES
  • 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 and lCMapStringEx
    • โž• Add trySized - similar to try but for API calls that return the required
      size of the buffer when passed a buffer size of zero.
    • โž• Add fromDateFormatPciture and fromTimeFormatPicture, to translate from
      ๐Ÿ Windows date and time format pictures to format strings used by the time
      ๐Ÿ“ฆ package.
    • ๐Ÿ‘€ Renamed fields of COORD and SMALL_RECT to avoid name clashes. (See #157)
  • v2.9.0.0 Changes

    July 26, 2020
    • setWindowClosure now returns the old window closure.
    • defWindowProc now assumes the data stored in GWLP\_USERDATA
      is the window closure (in line with setWindowClosure and
      the supplied C genericWndProc)
    • defWindowProc now frees the window closure
    • โœ… getMessage and peekMessage 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 and setConsoleMode (See #137)