LCL: destroy menu handle on remove. Issue #30806, patch by Michl
........
LCL: headercontrol: implement ChangeScale, issue #30812, patch by Anton Kavalenka
........
lcl: controlcanvas: fix TControlCanvas.CreateHandle debugln, issue #30003
........
LCL: TGraphicControl: always call FreeHandle - HandleAllocated doesn't take FDeviceContext into consideration. Issue #30003, patch by Michl
........
LCL: destroy TGraphicControl.Canvas.Handle when control is removed from parent. Issue #30003
........
LCL: controlcanvas: protect TControlCanvas.CreateHandle debugln with an IFDEF
........
LCL Fix access violation when deleting a TMainMenu after r53250 #4161b1f5e1. Issue #0030882. Patch by Michl.
........
lcl: win32: ignore keyup without keydown at program start. issue #30836
........
git-svn-id: branches/fixes_1_6@53358 -
- r53122 #4785d293ae Finnish translation for jsonviever and tachart by Seppo Suutarla.
- r53298 #42da67c6c4 Qt: keep current ItemIndex. Issue #0028597
- r53301 #636191a91d LCL: Setting TControl.Color must set TControl.ParentColor to false incl sending CM_PARENTCOLORCHANGED (Issue #0030854, based on patch by Pascal Riekenberg).
git-svn-id: branches/fixes_1_6@53344 -
IDE: When reading lazarus.cfg file, change from Windows codepage to UTF8 when needed (the file is written by the Windows installer). Fixes Issue #0029494.
........
git-svn-id: branches/fixes_1_6@53050 -
LCL: In TPen.ReferenceNeed the elpWidth member of the TExtLogPen structure must be 1 (not 0) if the pen is not Geometric. Resolves Issue #0022646.
........
git-svn-id: branches/fixes_1_6@53049 -
Win32: SetComboMinDropDownSize
- Support for the CB_SETMINVISIBLE message depends on ComCtlVersion, not on the value of ThemeServices.ThemesEnabled
- Send then CB_SETDROPPEDWIDTH message even if first message failed.
- Add a comment to explain why the function result cannot always be determined accurately
Resolves Issue #0030526.
........
git-svn-id: branches/fixes_1_6@53048 -
IDE: Don't close a modified file in sourceeditor when user cancels the "File ... has changed. Save?" dialog by pressing Escape key. Issue #0030582. Patch by Michl, modified by me.
........
git-svn-id: branches/fixes_1_6@52950 -
IDE: Support ENTER also in FilterEdits of ProjectInspector and PackageEditor. Issue #30523, patch from Markus.
........
git-svn-id: branches/fixes_1_6@52929 -
EditBtn: allow to clear TDateEdit.Text at designtime when DefaultToday=True and DirectInput=False. Issue #0030425.
........
git-svn-id: branches/fixes_1_6@52897 -
MaskEdit: check if control can be focussed before focussing when validation fails in DoExit. Issue #0030482. Patch by Lutz Mändle.
........
MaskEdit: fix pasting text with spaces when maskchar is cMask_AlphaNum, cMask_Letter and cMask_Number or cMask_NumberPlusMin. Issue #0030481.
........
git-svn-id: branches/fixes_1_6@52890 -