Commit Graph

24381 Commits

Author SHA1 Message Date
Juha
f762946f60 LazReport: Add the forgotten Objects reference in TfrPage.Clear. Issue #41306, patch by rasberryrabbit. 2025-01-04 09:23:03 +02:00
zeljan1
c8df21aee3 Cocoa: added cocoa workaround until cocoa StretchBlt is fixed. 2025-01-02 13:31:14 +01:00
zeljan1
4510285762 LCL: changed SetDeviceScaleRatio HGDIOBJ param to HDC to be inline with cocoa abilities. 2025-01-02 12:08:47 +01:00
mattias
ae48e9841e codetools clean up 2025-01-02 10:22:00 +01:00
mattias
f6b5cd0a9d codetools: fixed node cache for nested proc, RenameIdentifier: do not check for conflict 2025-01-02 10:10:44 +01:00
zeljan1
7ceec9b428 IpHtml: draw crisp text on bitmap when canvas scale factor > 1. issue #41299 2025-01-02 09:38:59 +01:00
mattias
09db774d44 codetools: moved rename test to refactoring tests 2025-01-01 19:58:33 +01:00
mattias
4e797f0590 codetools: disabled findrefs test 2025-01-01 19:28:35 +01:00
mattias
6786a53330 codetools: fixed more tests 2025-01-01 17:50:41 +01:00
mattias
d6fd8ec102 codetools: fixed crash on searching in used namespaces 2025-01-01 17:50:41 +01:00
mattias
6acd693a4b codetools: fixed jump from uses to unit 2025-01-01 15:27:12 +01:00
mattias
ab03974ccf codetools: fixed find used unit with ampersands 2025-01-01 13:36:17 +01:00
mattias
35910aa7d6 codetools: tests: fixed test for nodes 2025-01-01 10:15:53 +01:00
mattias
1448213e24 codetools: test for scope rule local before uses 2025-01-01 09:47:49 +01:00
Željan Rikalo
2ef1afb7f2 Revert "TurboPowerIPro: fixed blurred text when rendered onto bitmap. issue #41299"
This reverts commit f0dae76cf2
2025-01-01 08:41:19 +00:00
zeljan1
f0dae76cf2 TurboPowerIPro: fixed blurred text when rendered onto bitmap. issue #41299 2024-12-31 20:17:10 +01:00
mattias
be497b7252 codetools: disabled wrong preflight check for unitnames 2024-12-31 14:29:21 +01:00
mattias
f4094028d4 codetools: clean up and simplified 2024-12-31 11:39:21 +01:00
mattias
43d02af738 codetool:s renamed DottedIdentifierMatchesTo to DottedIdentifierMatches 2024-12-31 10:59:25 +01:00
mattias
4cb5f5aa5a codetools: optimization and clean up 2024-12-31 10:38:19 +01:00
wp_xyz
0f2d6ec40d IDEIntf: Fix scaling of action names listbox in ActionList component editor 2024-12-30 12:06:31 +01:00
mattias
f0826a35cb codetools: fixed rename nested proc, issue #23994 2024-12-29 17:51:58 +01:00
mattias
f6270da71a codetools: added test rename other nested proc 2024-12-29 17:04:30 +01:00
mattias
04f1b35255 codetools: added test rename nested proc 2024-12-29 17:02:14 +01:00
mattias
6950c5a06c codetools: fixed rename proc args 2024-12-29 16:50:39 +01:00
mattias
ab45877d37 codetools: removed unneeded IsIdentifierDotted 2024-12-29 16:50:39 +01:00
mattias
ec5dd4209d codetools: less hints 2024-12-29 16:50:38 +01:00
mattias
93b4f9f305 codetools: optimized IsValidDottedIdent 2024-12-29 16:50:38 +01:00
mattias
ed2a217e45 ide+codetools: list and rename dotted units and identifntifiers and amp identifiers, from WooBean007 2024-12-29 16:50:38 +01:00
Juha
c78a1ffc83 LazUtils: Improve functions UTF8SwapCase and UTF8ProperCase. 2024-12-29 16:37:23 +02:00
Juha
277cc26bdc LazUtils: Optimize function UTF8StringReplace a little. 2024-12-29 12:09:01 +02:00
Juha
c80fcf7e17 LazUtils tests: Add a test for UTF8StringReplace. Shorten function names. 2024-12-29 10:54:02 +02:00
Juha
4c1a98b6fa LazUtils: New implementation of UTF8StringReplace. Issue #41291. 2024-12-28 22:15:41 +02:00
zeljan1
602fb83512 FreeType: fixed code mess and memory leak in ttcache. Patch by lagprogramming. issue #40202 2024-12-28 20:42:52 +01:00
dsiders
f32dc951cc Docs: LazControls/treefilteredit. Updates topic content for changes in 5cb22fbc.
* Related to Issue #41282.
* Adds missing used unit references
* TTreeFilterBranch.DeleteData
* TTreeFilterBranch.GetData
* TTreeFilterBranch.FreeNodeData
* TTreeFilterBranch.InvalidateBranch
* TTreeFilterBranch.Items
2024-12-27 23:31:25 +00:00
mattias
562e9fbe7c codetools: fixed searching fpc namespaced include without extension, issue #41275 2024-12-27 11:26:50 +01:00
Juha
7fd1e6e91c Codetools: Fix a regression in unit tests. Issue #23994, patch by WooBean007. 2024-12-27 03:15:32 +02:00
wp_xyz
ad55ba8399 LazReport: Fix mouse cursor disappearing over images. Issue #41289, patch by paweld 2024-12-26 10:54:46 +01:00
n7800
a0d1766a2e IDE/AddWithBlockDlg: Allow item selection by double click. Merge request !406. 2024-12-26 06:57:53 +02:00
n7800
0ded6ff0bf IDE/AddWithBlockDlg: Change the tab order so that the focus is on the table, and by default the "OK" button is pressed. Merge request !405. 2024-12-26 06:53:57 +02:00
n7800
f6a164e1bb IDE/SearchResultsView: Adding IDE commands to open next/previous search result. Issue #40328 2024-12-26 06:44:32 +02:00
wp_xyz
07a5b364bf TAChart: Add demo for the new OnCalculateNewExtent event of zoom/pan tools. 2024-12-26 00:32:21 +01:00
wp_xyz
ca8860602a TAChart: Fix drawing of TZoomDragTool's selection in case of fixed RatioLimit. 2024-12-25 23:51:03 +01:00
wp_xyz
345460427e TAChart: More user-friendly zoom-in by ZoomDragTool with fixed RatioLimit 2024-12-25 23:41:12 +01:00
Juha
6dd342cef1 Codetools: Fix the scope of finding nested procedures. Issue #23994, patch by WooBean007. 2024-12-25 20:21:40 +02:00
wp_xyz
6d84ad507a TAChart: Add OnCalculateNewExtent event to all zoom/drag tools. 2024-12-25 18:48:27 +01:00
Juha
ef08272eb6 LazUtils, LConvEncoding: Fix CP932 (Shift_JIS). Issue #41277, patch by rasberryrabbit. 2024-12-25 02:25:58 +02:00
wp_xyz
5038bb77e1 TAChart: Add event OnCalculateNewExtent to TBasicZoomTool 2024-12-24 11:16:20 +01:00
Martin
2f79294556 SynEdit: Python HL, keyword fixes. Issue #41285 2024-12-21 21:02:31 +01:00
Martin
21c681f75f SynEdit: Python HL, keyword fixes. Issue #40585 2024-12-19 17:21:56 +01:00