Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#1261 の修正を 2.4.1 beta1 にマージする #1279

Closed
wants to merge 8 commits into from

Commits on May 6, 2020

  1. Configuration menu
    Copy the full SHA
    76e9c50 View commit details
    Browse the repository at this point in the history
  2. アイコンサイズをリサイズ前に取得するように変更する

    アイコンサイズはシステムのスモールアイコンのサイズを使うので、リサイズ前に取得してしまうようにする。
    berryzplus authored and beru committed May 6, 2020
    Configuration menu
    Copy the full SHA
    94332ce View commit details
    Browse the repository at this point in the history
  3. ResizeToolIconsにエラー処理を追加する

    エラー時に変換前Bmpを削除する必要があるが、なかったので追加する。
    berryzplus authored and beru committed May 6, 2020
    Configuration menu
    Copy the full SHA
    e11ba0a View commit details
    Browse the repository at this point in the history
  4. ResizeToolIconsの引数「列数/段数」を除去する

    ツールイメージの列数/段数は固定なので、指定する意味がない。
    外部から指定するのをやめて、関数内定数とする。
    berryzplus authored and beru committed May 6, 2020
    Configuration menu
    Copy the full SHA
    cc38f0c View commit details
    Browse the repository at this point in the history
  5. 透過色の取得処理をResizeToolIconsに統合する

    他の画像処理関数と同じように、自前で仮想DCを作成する方式に変更する。
    この変更により、仮想DCのハンドルを引数で渡す必要がなくなるが、代わりに透過色をout引数で返すようになる。
    berryzplus authored and beru committed May 6, 2020
    Configuration menu
    Copy the full SHA
    e1b7cf7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3420185 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7abb09b View commit details
    Browse the repository at this point in the history
  8. アイコンサイズを固定にする

    berryzplus authored and beru committed May 6, 2020
    Configuration menu
    Copy the full SHA
    ff96d65 View commit details
    Browse the repository at this point in the history