[D-runtime] [D-Programming-Language/druntime] c84a14: Add SetWindowPos to Windows API

GitHub via D-runtime d-runtime at puremagic.com
Tue May 27 00:53:03 PDT 2014


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/druntime
  Commit: c84a149e3abd8397df7023fd51a7c89328ddf40e
      https://github.com/D-Programming-Language/druntime/commit/c84a149e3abd8397df7023fd51a7c89328ddf40e
  Author: Adam Wilson <adamw at prospectivesoftware.com>
  Date:   2014-05-26 (Mon, 26 May 2014)

  Changed paths:
    M src/core/sys/windows/windows.d

  Log Message:
  -----------
  Add SetWindowPos to Windows API

This API is supported on all versions of Windows starting with Windows 2000 and is required to change window position and size.


  Commit: 674e9f17b2fddbedeffb6e3aded1ce5b17e89753
      https://github.com/D-Programming-Language/druntime/commit/674e9f17b2fddbedeffb6e3aded1ce5b17e89753
  Author: Adam Wilson <adamw at prospectivesoftware.com>
  Date:   2014-05-26 (Mon, 26 May 2014)

  Changed paths:
    M src/core/sys/windows/windows.d

  Log Message:
  -----------
  Added flags for SetWindowPos


  Commit: 07b84b98067a54a127ccf21702aa04214862f596
      https://github.com/D-Programming-Language/druntime/commit/07b84b98067a54a127ccf21702aa04214862f596
  Author: Adam Wilson <adamw at prospectivesoftware.com>
  Date:   2014-05-26 (Mon, 26 May 2014)

  Changed paths:
    M src/core/sys/windows/windows.d

  Log Message:
  -----------
  Removed double newline


  Commit: b0c69e8406a2c456cb0ab0db76d283cce04d4740
      https://github.com/D-Programming-Language/druntime/commit/b0c69e8406a2c456cb0ab0db76d283cce04d4740
  Author: Walter Bright <walter at walterbright.com>
  Date:   2014-05-27 (Tue, 27 May 2014)

  Changed paths:
    M src/core/sys/windows/windows.d

  Log Message:
  -----------
  Merge pull request #812 from auroragraphics/master

Add SetWindowPos and Flags


Compare: https://github.com/D-Programming-Language/druntime/compare/19dba2a2b81e...b0c69e8406a2


More information about the D-runtime mailing list