[Vm-dev] [OpenSmalltalk/opensmalltalk-vm] 661fe9: Reverse scan lines to convert bottom-up bitmaps to...

Eliot Miranda noreply at github.com
Thu Nov 3 22:19:33 UTC 2022


  Branch: refs/heads/Cog
  Home:   https://github.com/OpenSmalltalk/opensmalltalk-vm
  Commit: 661fe92df65d394722498733c4d71e14939e7193
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/661fe92df65d394722498733c4d71e14939e7193
  Author: Eliot Miranda <eliot.miranda at gmail.com>
  Date:   2022-11-03 (Thu, 03 Nov 2022)

  Changed paths:
    M platforms/win32/plugins/ClipboardExtendedPlugin/sqWin32ExtendedClipboard.c

  Log Message:
  -----------
  Reverse scan lines to convert bottom-up bitmaps to top-down bitmaps on importing
DIB & DIBV5 bitmaps from the clipboard.


  Commit: 8cee0a56e6e844cf8618bf69ea363f3acee4f22d
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/8cee0a56e6e844cf8618bf69ea363f3acee4f22d
  Author: Eliot Miranda <eliot.miranda at gmail.com>
  Date:   2022-11-03 (Thu, 03 Nov 2022)

  Changed paths:
    M cmake/Zlib.cmake
    M platforms/unix/vm/sqUnixMain.c
    M platforms/win32/plugins/DropPlugin/sqWin32Drop.c
    M platforms/win32/plugins/FileDialogPlugin/sqWin32FileDialog.c
    M platforms/win32/vm/sqWin32Main.c
    M src/plugins/Squeak3D/Squeak3D.c
    M src/spur32.cog.lowcode/cogitARMv5.c
    M src/spur32.cog.lowcode/cogitIA32.c
    M src/spur32.cog.newspeak/cogit.h
    M src/spur32.cog.newspeak/cogitARMv5.c
    M src/spur32.cog.newspeak/cogitIA32.c
    M src/spur32.cog.newspeak/cointerp.c
    M src/spur32.cog.newspeak/cointerp.h
    M src/spur32.cog.newspeak/gcc3x-cointerp.c
    M src/spur32.cog/cogitARMv5.c
    M src/spur32.cog/cogitIA32.c
    M src/spur32.sista/cogitARMv5.c
    M src/spur32.sista/cogitIA32.c
    M src/spur32.stack.newspeak/gcc3x-interp.c
    M src/spur32.stack.newspeak/interp.c
    M src/spur32.stack/gcc3x-interp.c
    M src/spur32.stack/interp.c
    M src/spur64.cog.lowcode/cogitARMv8.c
    M src/spur64.cog.lowcode/cogitX64SysV.c
    M src/spur64.cog.lowcode/cogitX64WIN64.c
    M src/spur64.cog.newspeak/cogit.h
    M src/spur64.cog.newspeak/cogitARMv8.c
    M src/spur64.cog.newspeak/cogitX64SysV.c
    M src/spur64.cog.newspeak/cogitX64WIN64.c
    M src/spur64.cog.newspeak/cointerp.c
    M src/spur64.cog.newspeak/cointerp.h
    M src/spur64.cog.newspeak/gcc3x-cointerp.c
    M src/spur64.cog/cogitARMv8.c
    M src/spur64.cog/cogitX64SysV.c
    M src/spur64.cog/cogitX64WIN64.c
    M src/spur64.sista/cogitARMv8.c
    M src/spur64.sista/cogitX64SysV.c
    M src/spur64.sista/cogitX64WIN64.c
    M src/spur64.stack.newspeak/gcc3x-interp.c
    M src/spur64.stack.newspeak/interp.c
    M src/spur64.stack/gcc3x-interp.c
    M src/spur64.stack/interp.c
    M src/v3.cog/cogitARMv5.c
    M src/v3.cog/cogitIA32.c
    M src/v3.cog/cointerp.c
    M src/v3.cog/cointerp.h
    M src/v3.cog/gcc3x-cointerp.c
    M src/v3.stack/gcc3x-interp.c
    M src/v3.stack/interp.c
    M third-party/zlib.spec

  Log Message:
  -----------
  Merge branch 'Cog' of github.com:OpenSmalltalk/opensmalltalk-vm into Cog


Compare: https://github.com/OpenSmalltalk/opensmalltalk-vm/compare/2d41759b91c6...8cee0a56e6e8


More information about the Vm-dev mailing list