[fpc-devel] qoi image file format support

2022-05-06 Thread Marģers . via fpc-devel
There is this super new, super fast and super what not image format. I have added support for fcl-images. attached zip file contains: 1) read and write support in files qoif/qoicomn.pas qoif/fpwriteqoi.pas qoif/fpreadqoi.pas 2) example of read and write QOI file qoif/wrqoif.pas qoif/wrpngf.pas m

[fpc-devel] TShiftState

2022-05-06 Thread Mattias Gaertner via fpc-devel
Hi, Delphi has some extra TShiftState enums: ssTouch, ssPen, ssHorizontal https://docwiki.embarcadero.com/Libraries/Sydney/en/System.Classes.TShiftState I propose for fpc to add these three and add an alias constant ssCommand = ssMeta; What do you think? Mattias ___

[fpc-devel] Questionable compiler side-effect with label names

2022-05-06 Thread J. Gareth Moreton via fpc-devel
Hi everyone, My laptop is in the repair shop again unfortunately due to a jammed cooling fan, so this e-mail may have indentation problems in the mailing list. That aside, I'm taking the opportunity to look at some optimisations for AArch64, and in the process I rediscovered the problem with la