|
From: Anders M. <no...@gi...> - 2026-01-23 20:51:41
|
Branch: refs/heads/master Home: https://github.com/graphics32/graphics32 Commit: b5dc2c7608345f684dd25d7519e321c05ee5ffd5 https://github.com/graphics32/graphics32/commit/b5dc2c7608345f684dd25d7519e321c05ee5ffd5 Author: Anders Melander <an...@me...> Date: 2026-01-22 (Thu, 22 Jan 2026) Changed paths: M Source/GR32.pas Log Message: ----------- Fix: Size check in TCustomBitmap32.ChangeSize validated old size instead of new Commit: 52970e4894f59b0b3fe741c738baa95b752a4d24 https://github.com/graphics32/graphics32/commit/52970e4894f59b0b3fe741c738baa95b752a4d24 Author: Anders Melander <an...@me...> Date: 2026-01-22 (Thu, 22 Jan 2026) Changed paths: M Source/GR32_Backends_Generic.pas Log Message: ----------- Fix: TMMFBackend.CreateFileMapping - Incorrect use of INVALID_HANDLE_VALUE for file handle. - Failure to set MapFileHandle when old file was closed. - Size larger than 2^32 wasn't handled. - File wasn't closed if file mapping failed. - Mapping handle was leaked if file mapping was in page file. Commit: 17e50eb010cfc540bb8b26b8a952aad2ac21826e https://github.com/graphics32/graphics32/commit/17e50eb010cfc540bb8b26b8a952aad2ac21826e Author: Anders Melander <an...@me...> Date: 2026-01-22 (Thu, 22 Jan 2026) Changed paths: M Source/GR32_OrdinalMaps.pas Log Message: ----------- Fix: Temporary bytemap was leaked in TByteMap.Downsample Commit: 7a7df71135926b56426b5e9f6b35765d02abdf8a https://github.com/graphics32/graphics32/commit/7a7df71135926b56426b5e9f6b35765d02abdf8a Author: Anders Melander <an...@me...> Date: 2026-01-22 (Thu, 22 Jan 2026) Changed paths: M Source/GR32.Math.Complex.pas Log Message: ----------- Fix: TComplex.SinH implementation was just a copy of TComplex.CosH This bug indirectly affected all the other TComplex trigonometric functions. Commit: 5fe2930faa3dc5038eb18ff2a5de4fdd40d36424 https://github.com/graphics32/graphics32/commit/5fe2930faa3dc5038eb18ff2a5de4fdd40d36424 Author: Anders Melander <an...@me...> Date: 2026-01-22 (Thu, 22 Jan 2026) Changed paths: M Source/GR32.ImageFormats.pas Log Message: ----------- Fix: Off-by-one causing buffer overflow in CheckFileSignatureComposite (deprecated function) Commit: 165aa2d70ff01ceccdd53893dd4cb59c1cedb7bc https://github.com/graphics32/graphics32/commit/165aa2d70ff01ceccdd53893dd4cb59c1cedb7bc Author: Anders Melander <an...@me...> Date: 2026-01-22 (Thu, 22 Jan 2026) Changed paths: M Source/GR32.Blend.Pascal.pas Log Message: ----------- Fix: Incorrect bit shift in ColorExclusion blend function (Pascal version) Commit: 1d1c9bd04a2e386204139a8fe024cd1ef18dc8c8 https://github.com/graphics32/graphics32/commit/1d1c9bd04a2e386204139a8fe024cd1ef18dc8c8 Author: Anders Melander <an...@me...> Date: 2026-01-23 (Fri, 23 Jan 2026) Changed paths: M Source/GR32.Blur.SelectiveGaussian.pas M Source/GR32.Blur.pas M Source/GR32.ImageFormats.GIF.pas M Source/GR32.ImageFormats.TBitmap.pas M Source/GR32.ImageFormats.TGraphic.pas M Source/GR32.Paint.Controller.pas M Source/GR32.Paint.Host.API.pas M Source/GR32.Text.FontFace.pas M Source/GR32.Text.Layout.pas M Source/GR32.pas M Source/GR32_Backends_LCL_Gtk.pas M Source/GR32_Blend.pas M Source/GR32_Paths.pas M Source/GR32_PortableNetworkGraphic.pas M Source/GR32_VectorUtils.pas Log Message: ----------- Fix: Typos Commit: dc2b11d47fa34e5af6d044b119b9aae9b12db5a7 https://github.com/graphics32/graphics32/commit/dc2b11d47fa34e5af6d044b119b9aae9b12db5a7 Author: Anders Melander <an...@me...> Date: 2026-01-23 (Fri, 23 Jan 2026) Changed paths: M Source/GR32.Blend.Pascal.pas M Source/GR32.Blur.SelectiveGaussian.pas M Source/GR32.Blur.pas M Source/GR32.ImageFormats.GIF.pas M Source/GR32.ImageFormats.TBitmap.pas M Source/GR32.ImageFormats.TGraphic.pas M Source/GR32.ImageFormats.pas M Source/GR32.Math.Complex.pas M Source/GR32.Paint.Controller.pas M Source/GR32.Paint.Host.API.pas M Source/GR32.Text.FontFace.pas M Source/GR32.Text.Layout.pas M Source/GR32.pas M Source/GR32_Backends_Generic.pas M Source/GR32_Backends_LCL_Gtk.pas M Source/GR32_Blend.pas M Source/GR32_OrdinalMaps.pas M Source/GR32_Paths.pas M Source/GR32_PortableNetworkGraphic.pas M Source/GR32_VectorUtils.pas Log Message: ----------- Merge branch 'BugFixCatchup' Compare: https://github.com/graphics32/graphics32/compare/7c206caf1e4f...dc2b11d47fa3 To unsubscribe from these emails, change your notification settings at https://github.com/graphics32/graphics32/settings/notifications |