Commit Graph

65998 Commits

Author SHA1 Message Date
Martin
09f989b452 Debugger: fixed crash in disassembler (dangling pointer, due to wrong object in free notify)
(cherry picked from commit aeffa71e22)
2024-03-14 19:52:26 +01:00
Martin
f273c758fb FpDebug: x86-disassembler: fix popcnt,bsf,tzcnt,bsr,lzcnt Issue #40843
(cherry picked from commit 4fd8e89e60)
2024-03-14 19:52:26 +01:00
Martin
3324959e82 Debugger: fix parsing for array indexes (expanding array in watches / replace .. idx)
(cherry picked from commit 45a6759c3d)
2024-03-12 14:21:07 +01:00
Juha
d04340fa7e IDE: Support uppercase '.LPI' and '.LPR' files better. Issue #40708. 2024-03-12 10:00:27 +02:00
dsiders
a8610762e1 Docs: Updates Linux build scripts for CHM and HTML.
* Use FPDoc 3.3.1 by default.
* Adds log file output to all variations of the command line.
* Comments on use of --footer-date argument. FPDoc 3.3.1 raises an AV as
of 2024-03-01.
* Adds comments about content that needs to be updated before running
the scripts.
* Changes the default content in the --footer text variant.

(cherry picked from commit 59523cede0)
2024-03-11 20:26:57 +03:00
dsiders
28b80a48e4 Docs: Updates default content for locallclfooter.xml.
(cherry picked from commit deb0488a9f)
2024-03-11 20:09:30 +03:00
wp_xyz
e0c857ad0c LCL/TTrackbar: Avoid flickering in Windows 7 and older. Issue #40836.
(cherry picked from commit 0b7f1f3c0c)
2024-03-11 20:07:54 +03:00
Juha
866da59aff IdeIntf: In TCompPaletteUserOrder.SortPagesAndCompsUserOrder turn a for loop into a while loop. Items can be deleted.
(cherry picked from commit a6a98c4327)
2024-03-11 20:07:54 +03:00
Juha
ea2c8a0a28 IDE: Rename "ShoLineNum" to "ShowLineNum" in project settings. Issue #40827.
(cherry picked from commit a7b6815a8c)
2024-03-11 20:07:54 +03:00
Juha
29df713d4b Codetools: Prevent an eternal loop in procedure ImproveStringConstantEnd.
(cherry picked from commit 79a6aff5c9)
2024-03-11 20:07:54 +03:00
Juha
258e8cb94e Codetools: Complete also a virtual/overridden method body with empty brackets. Issue #40799, patch by Domingo Galmés.
(cherry picked from commit d0c036aa81)
2024-03-11 20:07:53 +03:00
wp_xyz
d61851df1d TAChart: Avoid drawing no candlestick box when open and close prices in a TOpenHighLowCloseSeries are equal.
(cherry picked from commit 12e9db2f31)
2024-03-11 20:07:53 +03:00
Juha
9dbba93a40 IDE: Prevent a list index out of bounds error in Messages window. Issue #40798.
(cherry picked from commit cb087dd6e5)
2024-03-11 20:07:53 +03:00
wp_xyz
1b1ecefa7b TAChart/RadialSeries: Fix crash due to empty AngleCache (see https://forum.lazarus.freepascal.org/index.php/topic,66470.msg509501.html)
(cherry picked from commit 1ee8c6edb1)
2024-03-11 20:07:53 +03:00
Juha
1b4af8a4d7 LazUtils: Make sure CompareText comes from SysUtils. Issue #40814.
(cherry picked from commit 5e2a753239)
2024-03-11 20:07:53 +03:00
Juha
6b7cc9b72f IDE: Fix component palette configuration when a component is installed or uninstalled after the user configuration.
(cherry picked from commit 8e1fc0cf60)
2024-03-11 20:07:53 +03:00
Juha
4c726899a3 IDE: Inform a user earlier that renaming a unit is not possible through "Rename identifier" feature. Issue #40744.
(cherry picked from commit 6c9fa22be3)
2024-03-11 20:07:53 +03:00
Juha
ee4aebfa7d Codetools: Prevent a crash in FindIdentififerReference on the name of a program. Issue #40753.
(cherry picked from commit 280ada98b2)
2024-03-11 20:07:52 +03:00
Juha
2db606a4ed IDE: Fix saving a program with a dotted name. Issue #40760.
(cherry picked from commit 9ad00fb5a7)
2024-03-11 20:07:52 +03:00
wp_xyz
27e6984a0b Turbopower_ipro: Fix anchor position calculation, issue #40480.
(cherry picked from commit 7b596989e8)
2024-03-11 20:07:52 +03:00
dsiders
3ce8b5d5d9 IDE: examples/helphtml. Updates the demo application with additional BaseURL values. Updates metadata.
(cherry picked from commit 1024edcb4d)
2024-03-11 02:28:38 +01:00
dsiders
c06908d3ae Docs: LCL/lazhelphtml. Adds, updates content in THTMLHelpDatabase and THTMLBrowserHelpViewer topics.
* THTMLHelpDatabase
* THTMLHelpDatabase.BaseURL
* THTMLBrowserHelpViewer.BrowserPath

(cherry picked from commit b2dd59fad5)
2024-03-11 02:28:28 +01:00
Željan Rikalo
77cb1db567 Qt,Qt5,Qt6: fixed wierd focus behaviour. issue #10155
(cherry picked from commit 559078741e)
2024-03-08 19:42:46 +00:00
dsiders
eb1724b97b Docs: LCL/maskedit. Updates FormatMaskText topic to clarify content.
(cherry picked from commit d0869438b5)
2024-03-08 08:54:56 +00:00
mattias
d9b2f91808 pas2js: fixed crash in designer popup menu 2024-03-08 09:32:01 +01:00
dsiders
cd6a0ddcc6 Docs: LCL/maskedit. Adds aand updates topics for changes in 0cbb6646, a09b37af.
* Adds EnableSets argument to the FormatMaskText topic.
* Changes topic order to match declaration order, visibility.

(cherry picked from commit 51a6c3d25c)
2024-03-07 21:01:38 +00:00
Željan Rikalo
342a3886e4 Gtk2: fixed SetWindowOrg() to work similar as in Delphi. Patch by Artem Izmaylov. Issue #40817
(cherry picked from commit 0c0b40c6e5)
2024-03-06 16:09:18 +00:00
Željan Rikalo
2d3e4890c3 Qt,Qt5,Qt6: Fixed LpToDp() result. issue #40817
(cherry picked from commit 42ad212654)
2024-03-05 15:00:06 +00:00
Martin
078cf6077a LeakView: Fix resolve. Outdated use of ImageBase, which is now RelocationOffset
(cherry picked from commit 8ca43789be)
2024-02-29 09:22:35 +01:00
Juha
f9216f15d2 LazUtils: Remove WriteLn() from TStringListUTF8Fast.InsertItem. Causes trouble on Windows.
(cherry picked from commit 2c81dff5d9)
2024-02-26 16:37:10 +03:00
mattias
9876cb96f9 set fixes version to 3.3 2024-02-25 13:27:23 +01:00
mattias
3887be2510 set fixes version to 3.2 2024-02-25 13:22:42 +01:00
rich2014
d0fda80791 Cocoa: Fix the issue that the Space key on the Button does not work 2024-02-24 17:11:47 +08:00
Maxim Ganetsky
dd3855108a LCL-Gtk2: fixed window move/resize issues with Fly/Openbox window managers, patch by Artem Izmaylov, issue #40752
(cherry picked from commit d538fbd4f7)
2024-02-22 16:50:08 +03:00
Bart
433708a18b T(Float)SpinEditEx: In InitializeWnd set Text to represent FValue, otherwise NullValueBehavious will be applied in call to UpdateControl.
(cherry picked from commit a3ba11e5c3)
2024-02-22 16:43:32 +03:00
wp_xyz
8b8bcd3a51 TAChart: Add demo for AxisClickTool
(cherry picked from commit 0642c65d04)
2024-02-22 16:43:32 +03:00
wp_xyz
492dc38099 TAChart: Fix axis click tool sometimes detecting wrong axis part.
(cherry picked from commit 9e3e23a440)
2024-02-22 16:43:32 +03:00
wp_xyz
0c588105a2 aggpas: Prevent potential overflow error. Issue #40765.
(cherry picked from commit 7b6e360bce)
2024-02-22 16:43:31 +03:00
Juha
e583a28391 LazUtils: Deprecate UTF8CompareLatinTextFast. Implement TStringListUTF8Fast differently.
(cherry picked from commit 890f92e33e)
2024-02-22 16:43:31 +03:00
Juha
425a7dec45 LCL: Remove UTF8CompareLatinTextFast calls.
(cherry picked from commit c285b58aa3)
2024-02-22 16:43:31 +03:00
Juha
0253fd90c4 SynEdit, FpDebug, LazUtils, IdeIntf: Remove UTF8CompareLatinTextFast calls.
(cherry picked from commit 08c0f4865d)
2024-02-22 16:43:31 +03:00
Bart
b1e1c99f05 T(Float)SpinEditEx: fix setting (initial) value if NullValueBehaviour = nvbShowTextHint.
(cherry picked from commit 5168d97f96)
2024-02-22 16:43:31 +03:00
Juha
75264a7e1a TurboPower_ipro: Optimize 'px' in TIpHtmlNodeCore.GetFontSizeFromCSS. Fix possibly missing Result in function CssMarginToProps.
(cherry picked from commit bc201de1ed)
2024-02-22 16:43:31 +03:00
Juha
4a581e38fe TurboPower_ipro: Optimize function FindFontName. Remember previous values.
(cherry picked from commit c9e4a59c62)
2024-02-22 16:43:31 +03:00
Juha
cfb33e6975 TurboPower_ipro: Remove useless code from TIpHtmlParser.ParseHead.
(cherry picked from commit 4a639e70c5)
2024-02-22 16:43:30 +03:00
Juha
6a97f94583 LHelp: Remove UTF8CompareLatinTextFast calls.
(cherry picked from commit aecb1d9473)
2024-02-22 16:43:30 +03:00
Juha
51cf8421b5 LCL: Optimize getting a list of font names and eliminating duplicates in TScreen.
(cherry picked from commit db95c28df7)
2024-02-22 16:43:30 +03:00
dsiders
cd665d4aa2 Docs: LazUtils/lazutf8. Deprecates UTF8CompareLatinTextFast and UTF8CompareStrCollated topics for changes in 890f92e33e.
* Modifies TStringListUTF8Fast topics.
* Adds IsPureAscii topic.

(cherry picked from commit bcabdb039c)
2024-02-22 16:43:30 +03:00
dsiders
43cee9b27c Docs: LazUtils/lazfileutils. Updates CompareFileExt topic for changes in 08c0f486.
* Changes UTF8CompareText() reference to CompareText().

(cherry picked from commit 59d8129fc5)
2024-02-22 16:43:30 +03:00
dsiders
e498842704 Docs: LCL/lazhelpintf. Updates external references and adds missing topics for changes in c285b58a.
(cherry picked from commit 334ee8144b)
2024-02-22 16:43:30 +03:00