LCL: Use "try finally" block for function DefaultInputDialog. Issue #35451, patch from Serge Anvarov.
........
LCL-Win32: Add support for ofForceShowHidden flag in dialog options. Issue #35452, patch from Serge Anvarov.
........
Patch from jmpessoa for IDE crash when closing some forms (highly visible for LAMW)
........
LCL-GTK2: Use libappindicator3 for System Tray Icon. Issue #35723, patch from David.
........
LCL: Fix a memory leak in TImageList.GetIcon. Issue #35684, patch from BrunoK.
........
git-svn-id: branches/fixes_2_0@61634 -
FpDebug: Fix Overflow in max array/string size
........
ProcessDebugger: Fixed crash, due to debugger destroying inside SetState
........
IDE: Fix crash on accessing nil (in MainIdeBar). Happens if the InitialSetupDialog is closed (OS close button) and the IDE exits.
........
DateTimePicker: Make widths of ArrowButton and UpDown highDPI-aware. Issue #35814.
........
git-svn-id: branches/fixes_2_0@61614 -
SynEdit: Fixed crash in MarkTextAsSaved. Issue #0035635
........
IDE: Run without debug, pass command-line args. Issue #0035649
........
SynEdit: Fix position for IME (e.g. Candidate window). Requests are received before "StartComposition". Issue #0035682
........
git-svn-id: branches/fixes_2_0@61359 -
LCL: fix mem-leak in TCustomIcon.AssignImage / Temporary mask is not freed. Issue #0035562
........
LCL: fix mem-leak in TRasterImage.LoadFromRawImage Issue #0035372 / Behaviour change: if source and dest are equal, then data is kept as it is.
Previously new mem of the same size was allocated, but no data written to it. Previous behaviour appears to be buggy since it did NOT load anything, so new behaviour is fine.
(Only affects ADataOwner=False.)
........
LCL: TRasterImage.LoadFromRawImage / revision 61202 #76b9420caf (fixed memleak): Fix check for source = target // Also means the behaviour is/stays as before rev 61202 #76b9420caf
........
LCL: TRasterImage.LoadFromRawImage / revision 61202 #76b9420caf (fixed memleak): Fix check for source = target // Also means the behaviour is/stays as before rev 61202 #76b9420caf
........
git-svn-id: branches/fixes_2_0@61358 -
LazDebuggerGdbmi: Improve whitelisted commands for memory limit
........
LazDebuggerGdbmi: Improve "Reset Debugger". Ensure timeouts, if certain options lead to endless waiting.
........
Treeview: Fix smooth scrolling. Items scrolling in could have 1 pixel line duplicated or missing. See detailed explanation at revision 59650 #235888a37d
........
Ide ColorOptions, Treeview: Fix smooth scrolling. Items scrolling in could have 1 pixel line duplicated or missing. See detailed explanation at revision 59650 #235888a37d
........
Installer, Win: Add open-ssl libraries for OPM
........
Installer, Win: Refine install options for qt4pas.dll
........
Installer, Win: Add qt5pas.dll
........
Installer, Win: Only run in 64bit mode, if installing Lazarus for 64bit
........
Installer, Win: Include all ppu
........
git-svn-id: branches/fixes_2_0@61357 -
Installer, Win: Add Chinese
........
SynEdit: fix potential rangecheck in compare function
........
IDE: SynEdit: fix potential rangecheck in compare function
........
IDE: fix potential overflow in compare function
........
IDE: fix compare function
........
SynEdit: fix compare function
........
fix compare function
........
git-svn-id: branches/fixes_2_0@61159 -
LazDebugger(Fp)Lldb: improve checks for errors during launch command. Ignore text in file names.
........
FpDebug: Watches/Locals: Display "Unknown type" instead of "Identifier not found" for unimplemented/unknown data/types
........
Gtk2: MsgQueue, fix race condition (patch by Boris Glavin) Issue #035395
........
SynEdit, GTK2: fix ghost caret during scrolling
........
IDE: Check for 'Unversioned directory' when omitting revision from IDE title.
........
IDE: Allow only valid revision numbers to show in IDE title.
........
LazDebuggerFpGdbmi: fixed a crash in watches eval, after cancel of watch eval due to dbg error.
........
FpDebug: Fix upper/lower spelling of Contents/MacOS
........
git-svn-id: branches/fixes_2_0@61084 -
IDE: Change caption for debug info. Remove "GDB", as the settings apply to all debuggers
........
IDE: regenerated translations and updated Russian translation
........
git-svn-id: branches/fixes_2_0@60974 -
cocoa: support for using DrawItem when drawing a read-only combobox. #21791
........
cocoa: do not call DrawItem for readonly dropdown if no item is not selected. #21791
........
cocoa: adding track area of readonly items, so they can be refreshed automatically as mouse moves around
........
cocoa: adding detection if a combobox is showing a popup window
........
cocoa: update the focused item status of a table raw. Only show it as focused, if it's selected and the control itself is focused. #32051
........
cocoa: shrink focus rect by one pixel from far sides
........
git-svn-id: branches/fixes_2_0@60973 -