IDE: Replace palette icon of TCSVDataset to match in color and font size with the others icons on this palette. Kindly provided by Roland Hahn.
........
git-svn-id: branches/fixes_2_0@63178 -
cocoa: reverted accidental changes from cocoaint.pas made in r62216 #0e6259598f as per Dmitry's comment
........
cocoa: safe color conversion from colordialog to lcl color
........
cocoa: reverting r62568 #6758ea533d. the revision broke SPACE processing (to emulate click on buttons)
........
cocoa: handling ESC buttons on a promptuser dialog in a muted way. Patch by Zoë Peterson. bug #36760
........
cocoa: use number of items, of inserting a menu item for the first time
........
cocoa: calling updateWindows on every event sent. Removing the hacking property assignment.
........
cocoa: preventing font or color dialog from being restored on Application restart (in case of a crash while they're shown on restart)
........
cocoa: reverting undesired change of explicit closing of dialogs
........
cocoa: if closewindow button (red-x) is pressed, cancel color selection, instead of accepting the color
........
cooca: adding support for listview column text alignment
........
cocoa: introducing lclSetColumnAlign to allow set allignment for cell and view based tables
........
cocoa: invalidating header and contents of a column on alignment change
........
cocoa: updating drawing processing for cocoa table
........
cocoa: handling togglebox events as checkbox events. bug #36812
........
cocoa: fix compilation for fpc320rc1 headers. bug #36864
........
git-svn-id: branches/fixes_2_0@62901 -
FpDebug: fix typecast/deref for generated-pointer-type "^Foo($1234)", for signed values.
........
FpDebugger (all): prevent nil deref, for empty watch (auto instance class)
........
Fix leak in TLCLGlyphs.GetImageIndex (introduced in r58106 #50dc18646e). Entry name must be set, before adding to tree. Since the name is used as lookup (the tree "sorts" by the name).
........
git-svn-id: branches/fixes_2_0@62869 -
FileIsText: only exit False if an "illegal" char is found, don't require a NewLine char being present. Resolves#0036679.
........
LazUtils/FreeType: Avoid ignoring font files after reading defective one.
........
git-svn-id: branches/fixes_2_0@62825 -
LCL: WinCE: align implementation of TWinCEWSCustomEdit.GetPreferredSize with Win32. Does not use AWinControl.Caption. In WinCE7 GetTextExtentPoint32() for empty string returns 0 height (In WinCE6 returns non-zero height), which causes empty TEdit controls to shrink in height.
........
LCL: WinCE: in WinCE7 TBitBtn changes font when focused. So set font explicitly before painting Caption. Hot fix inspired by Win32 implementation.
........
git-svn-id: branches/fixes_2_0@62824 -
TAChart: Fix painting of checkboxes in TChartListBox on COCOA.
........
TAChart: Fix drawing of checkboxes/radiobuttons on Cocoa, part 2.
........
git-svn-id: branches/fixes_2_0@62823 -