Lazarus x32 full changelog
Lazarus x32 3.6
released Oct 1, 2024 (New Release)
New compiler targets:
Support for macOS/AArch64:
Overview: The compiler can now target macOS running on AArch64
Notes: The Darwin/AArch64 target corresponds to macOS/AArch64. Generating code for iOS/AArch64 requires a different command line parameter compared to previous versions.
More information: Build instructions
svn: 45762
Language:
Record methods assigned to method variables:
Overview: ?
Notes:
Delphi-compatibility
Example: https://gitlab.com/freepascal.org/fpc/source/-/blob/main/tests/tbs/tb0681.pp
svn: 47794
Units:
SQLdb:
MySQL 8.0 support:
Overview: Support for MySQL 8.0 has been implemented.
svn: 48692
Classes:
Naming of Threads:
Overview: TThread.NameThreadForDebugging has been implemented.
Notes: Delphi compatible, currently implemented for Windows, Linux and Android. Read documentation as every platform has its own restrictions.
svn: 45160, 45206, 45233
Support for macOS/AArch64:
Overview: The compiler can now target macOS running on AArch64
Notes: The Darwin/AArch64 target corresponds to macOS/AArch64. Generating code for iOS/AArch64 requires a different command line parameter compared to previous versions.
More information: Build instructions
svn: 45762
Language:
Record methods assigned to method variables:
Overview: ?
Notes:
Delphi-compatibility
Example: https://gitlab.com/freepascal.org/fpc/source/-/blob/main/tests/tbs/tb0681.pp
svn: 47794
Units:
SQLdb:
MySQL 8.0 support:
Overview: Support for MySQL 8.0 has been implemented.
svn: 48692
Classes:
Naming of Threads:
Overview: TThread.NameThreadForDebugging has been implemented.
Notes: Delphi compatible, currently implemented for Windows, Linux and Android. Read documentation as every platform has its own restrictions.
svn: 45160, 45206, 45233
Lazarus x32 3.2
released Feb 26, 2024 (New Release)
Lazarus x32 3.0
released Dec 23, 2023 (New Release)
Lazarus x32 2.2.6
released Mar 4, 2023 (New Release)
Lazarus x32 2.2.4
released Sep 24, 2022 (New Release)
Lazarus x32 2.2.0
released Jan 5, 2022 (New Release)
Lazarus x32 2.0.12
released Feb 22, 2021 (New Release)
ixes for 2.0.12 (merged):
r61736 Try to minimize (NOT a fix) the risks of TProcessUtf8 crashes. Crash introduced in r50595 for Issue #28991.
r63531 lhelp: fixed updating default title after filling content nodes
r63563 LazUtils: Delete very old code for TProcessUTF8 that was needed for FPC 2.x.
r63564 make install: check if LAZARUS_INSTALL_DIR already set, Issue #37356
r63568 make install: added source extension, issue 37364
r63584 LazUtils: Don't override TProcess.Execute for TProcessUTF8 starting from FPC 3.2. Issue #35991.
r63596 LCL: Prevent DBGrid raising exception after enabled and hiding inplace editor. Issue #37385.
r63620 startlazarus: cocoa: do not use open -a, execute bundle exe, else menu is not visible
r63627 Codetools: Find form's ancestor also when a generic form is specialized. Issue #37396.
r63645 IDE: make lazcontroldsgn a base package, issue 37412
r63675 codetools: search unit first in current directory, issue 37466
r61736 Try to minimize (NOT a fix) the risks of TProcessUtf8 crashes. Crash introduced in r50595 for Issue #28991.
r63531 lhelp: fixed updating default title after filling content nodes
r63563 LazUtils: Delete very old code for TProcessUTF8 that was needed for FPC 2.x.
r63564 make install: check if LAZARUS_INSTALL_DIR already set, Issue #37356
r63568 make install: added source extension, issue 37364
r63584 LazUtils: Don't override TProcess.Execute for TProcessUTF8 starting from FPC 3.2. Issue #35991.
r63596 LCL: Prevent DBGrid raising exception after enabled and hiding inplace editor. Issue #37385.
r63620 startlazarus: cocoa: do not use open -a, execute bundle exe, else menu is not visible
r63627 Codetools: Find form's ancestor also when a generic form is specialized. Issue #37396.
r63645 IDE: make lazcontroldsgn a base package, issue 37412
r63675 codetools: search unit first in current directory, issue 37466
Lazarus x32 2.0.8
released Apr 16, 2020 (New Release)
Fixes for 2.0.2:
r59037 cocoa-opengl: removing lclIsHandle method override, as no longer used by cocoa ws
r59186 LCL: TPageControl: Focus first control on page when page is changed and a control on it was focused. Issue #33991
r59338 LCL: wince: cosmetic + small optimization align code to Win32 implementation. Bug #30117
r59037 cocoa-opengl: removing lclIsHandle method override, as no longer used by cocoa ws
r59186 LCL: TPageControl: Focus first control on page when page is changed and a control on it was focused. Issue #33991
r59338 LCL: wince: cosmetic + small optimization align code to Win32 implementation. Bug #30117
Lazarus x32 2.0.0
released Mar 1, 2018 (New Release)
Fixes for 1.8.4 (merged):
r56048 LCL: GTK2: Don't grab focus for TPanel on mouse messages. Issue #32515
r56709 Designer: Prevent an AV after deleting a control with csDesignInteractive in ControlStyle. Issue #32813.
r56716 LCL: Remove csDesignInteractive from ControlStyle of TControlBar. Issue #32813.
r57405 LCL: Make popupnotifier dpi-aware.
r57429 lcl: fixed UCS2LEToUTF8 for 1byte niput, issue 33296
r57475 IDE, EditorMacro: fix parsing of arguments. Fix numbers and #123
r57483 LCL: Fix keyboard navigation in RadioGroup with disabled items (Issue #33386 patch by Serge Anvarov).
r57497 IDE: ObjectInspector: Fixed SHIFT click to select a range doesn't work. Issue #33383. Patch by Rik van Kekem
r57511 SynEdit: TLazSynEditNestedFoldsList fix crash with cached data
r57569 MenuEditor: Fixed wrong item height when in ObjectInspector caption is set from text to "-" and vice versa. Issue #33415
r57571 LCL: TLabel: Fixed TLabel.FocusControl select control without pressing ALT. Issue #33526
r575
r56048 LCL: GTK2: Don't grab focus for TPanel on mouse messages. Issue #32515
r56709 Designer: Prevent an AV after deleting a control with csDesignInteractive in ControlStyle. Issue #32813.
r56716 LCL: Remove csDesignInteractive from ControlStyle of TControlBar. Issue #32813.
r57405 LCL: Make popupnotifier dpi-aware.
r57429 lcl: fixed UCS2LEToUTF8 for 1byte niput, issue 33296
r57475 IDE, EditorMacro: fix parsing of arguments. Fix numbers and #123
r57483 LCL: Fix keyboard navigation in RadioGroup with disabled items (Issue #33386 patch by Serge Anvarov).
r57497 IDE: ObjectInspector: Fixed SHIFT click to select a range doesn't work. Issue #33383. Patch by Rik van Kekem
r57511 SynEdit: TLazSynEditNestedFoldsList fix crash with cached data
r57569 MenuEditor: Fixed wrong item height when in ObjectInspector caption is set from text to "-" and vice versa. Issue #33415
r57571 LCL: TLabel: Fixed TLabel.FocusControl select control without pressing ALT. Issue #33526
r575
Lazarus x32 1.8.2
released Mar 1, 2018 (New Release)
r56596 MenuEditor: Fixed access violation on adding from menu templates. Issue #32766. Patch by Serge Anvarov
r56600, r56628 Translations: Brazilian Portuguese translation updates by Marcelo B Paula
r56605 Translations: Hungarian translation update by Péter Gábor, bug 32764
r56609 rpm: fixed showing fpc-src rpm path
r56600, r56628 Translations: Brazilian Portuguese translation updates by Marcelo B Paula
r56605 Translations: Hungarian translation update by Péter Gábor, bug 32764
r56609 rpm: fixed showing fpc-src rpm path
Lazarus x32 for Windows 7 - free download notice
Windows 7 Download periodically updates software information of Lazarus x32 from the publisher.
« BACK
My Account
Help
Windows 7 Software Coupons
-
WinX DVD Ripper
50% Off -
MacX DVD Video Converter
58% Off -
MacX Video Converter Pro
56% Off -
MacX Media Management Bundle
70% Off -
MacX MediaTrans
63% Off
My Saved Stuff
You have not saved any software.
Click "Save" next to each software.
Click "Save" next to each software.
Would you like to receive announcements of new versions of your software by email or by RSS reader? Register for FREE!
Windows 7 Downloads Picks
- dotConnect for MySQL Professional 9.4.290
- dotConnect for Oracle Professional Edition 10.4.290
- Audio DJ Studio for .NET 11.0
- Audio Sound Editor for .NET 8.0
- SmartCode VNC Manager Standard Edition x64 2023.9.1
- PDF-XChange Drivers API 10.1.1.381
- Audio Capture Pro ActiveX Control 2.0
- Python Encryption Library x64 9.5.0.98
- THTMLPopup 10.2.4.0
- Data Burner ActiveX Ocx SDK 4.1
- SmartCode VNC Manager Enterprise Edition x64 2023.9.1
- TsMultiLineComboBox 1.04
- My RSE Extensions 1.0.2
- JOpt.NET 2.3.6
- VideoCap Pro SDK ActiveX 17.0
- Visualization Toolkit (VTK) 9.1.0
- Ultimate SFTP Component 5.2.9092
- NetDiagram ASP.NET Control 6.3
- GTK+ for Windows x64 3.24.14
- MoSync IDE 3.2
Popular Tags
net component
net
server
smtp
ssl
postnet
email
pdf417
windows 7
mime
pdf
visual basic
sdk
delphi
dll
vb net
dotnet
barcode
programming
library
pop3
.net
activex
asp net
visual studio
windows
component
code 93
control
html
Popular Windows 7 Software
- Simply Fortran 3.41 Build 4438
- dotConnect for MySQL Professional 9.4.290
- PHP 8.5.0
- dotConnect for Oracle Professional Edition 10.4.290
- Miraplacid Text Driver SDK 8.0
- dbForge Documenter for SQL Server 2025.2
- StyleControls 5.86
- Turbo C++ 3.0
- Windows Installer 4.5
- Free OCR C# 2022.8.7804
- Software Ideas Modeler Portable 15.16
- Review Assistant 4.1
- Windows Post-Install 8.7.2
- Software Ideas Modeler Portable x64 14.55
- Software Ideas Modeler 14.66
© 2025 Windows7Download.com - All logos, trademarks, art and other creative works are and remain copyright and property of their respective owners. Microsoft Windows is a registered trademarks of Microsoft Corporation. Microsoft Corporation in no way endorses or is affiliated with windows7download.com.



