TAChart: Fix TDataPointEditor to mark the property as modified after data entry (issue #29236). Minor optical brush up of form.
........
git-svn-id: branches/fixes_1_6@51076 -
Qt: fixed memleak in TQtWidgetSet.DCSetPixel.
........
Qt: much faster DCSetPixel when painter is QImage or QPixmap. issue #29256
........
git-svn-id: branches/fixes_1_6@51075 -
fpvectorial: Correct calculation of ellipse center of elliptical arc path segment
........
fpvectorial: Fix TPath to avoid rendering of internal lines for bezier segments. Fix elliptic path segment with rotated axis.
........
fpvectorial: Reorganize TPath.Render. Support polygon even-odd and non-zero winding rules for brush fill.
........
fpvectorial: Fix svg reader memory leaks related to BrushDefs and tokenizer. Declare package as runtime package.
........
git-svn-id: branches/fixes_1_6@51074 -
r51019: Qt: fixed segfault inside setPopupParent.related to issue #29247
r51022: lcl: gtk2: fix PopupMode/PopupParent for non-modal windows. Issue #29247
r51023: lcl: qt: fix PopupMode/PopupParent for non-modal windows. Issue #29247. Modified patch by Zeljko
r51032: lcl: rewrite PopupMode/PopupParent
- unify code for PopupMode/PopupParent in one function TCustomForm.GetRealPopupParent for all WS.
- change TWSCustomFormClass.SetPopupParent to TWSCustomFormClass.SetRealPopupParent without PopupMode parameter.
- Fix TPopupMode documentation.
Issue #29247
r51036: lcl: qt: revert wrong change for modal windows from r51032 #81733b2e74
r51044: Qt: fixed Qt compilation after r51036 #0703a58eca
r51046: Qt: added pure X11 function for transient hint. Related to issue #29253
r51047: Qt: use direct X11 call for transient hint since Qt's QtTool flag is buggy. issue #29253
r51049: lcl: fix TCustomForm.SetPopupMode: remove PopupParent for both pmAuto and pmNone
git-svn-id: branches/fixes_1_6@51056 -
LCL: fixed infinite loop and crash with TScrollingWinControl. issue #29194
LCL: add support of scrolling invisible window. issue #29194
Qt: keep track of scrolled offset when viewport is not visible. issue #29239
git-svn-id: branches/fixes_1_6@51007 -
IDE: show output of "lazarus --help" command in IDE interface language when it is set to automatic instead of showing it in English.
........
git-svn-id: branches/fixes_1_6@50996 -
IdeIntf: Add checks to TPropertyEditorHook.GetComponentName and match the return type with Component.Name's type.
........
git-svn-id: branches/fixes_1_6@50976 -
fpvectorial: Add more named svg colors, speed up finding of named colors.
........
fpvectorial: Render horizontal and vertical gradients for TPath (straight edges, no "holes")
........
fpvectorial: Fix rendering for text with correct font name and font size.
........
fpvectorial: Fix svgreader crashing if stroke-dasharray is "none". Fix w3schools demo file "polyline2svg" to display correctly.
........
fpvectorial: Fix svg reader bugs related with horizontal and vertical LinesTo commands
........
git-svn-id: branches/fixes_1_6@50975 -
IDE: Don't show Search Results window initially. Its position is still remembered.
........
IDE: Hide the Export / Import buttons in options General page for now. The set of options makes no sense.
........
git-svn-id: branches/fixes_1_6@50974 -
LazUtils: implement Utf8Delete() and Utf8Insert() for parameters of type Utf8String. (Only needed for these, since they use var parameters).
........
LazUtils: Second attempt to implement Utf8Delete() for parameters of type Utf8String.
........
git-svn-id: branches/fixes_1_6@50972 -