Commit Graph

67155 Commits

Author SHA1 Message Date
Michaël Van Canneyt
5d13a8ca55 * fix compilation with trunk FPC 2024-03-07 18:26:51 +01:00
Michaël Van Canneyt
92412badb1 * Improve syntax highlighting 2024-03-07 18:09:25 +01:00
Maxim Ganetsky
b70f3fdbe6 LCL-Gtk2: make FillRect (winapi emulation) work even when current DC's brush is null, issue #40823, patch by Artem Izmaylov 2024-03-07 16:38:07 +03:00
Juha
ca5ac00672 IDE: Move function DoMakeResourceString to unit MakeResStrDlg. Improve the logic. Issue #28829. 2024-03-07 12:43:31 +02:00
Juha
79a6aff5c9 Codetools: Prevent an eternal loop in procedure ImproveStringConstantEnd. 2024-03-07 04:46:10 +02:00
Juha
d0c036aa81 Codetools: Complete also a virtual/overridden method body with empty brackets. Issue #40799, patch by Domingo Galmés. 2024-03-06 10:09:34 +02:00
wp_xyz
12e9db2f31 TAChart: Avoid drawing no candlestick box when open and close prices in a TOpenHighLowCloseSeries are equal. 2024-03-05 22:46:44 +01:00
Juha
3ab3101044 Codetools: Find nested type in nested function. Issue #29246, patch by Penilopa P. 2024-03-05 22:41:41 +02:00
Maxim Ganetsky
dd0bc54bc3 IDEDebugger: updated Russian translation 2024-03-05 20:06:00 +03:00
Maxim Ganetsky
f0c5025cb8 IDE: regenerated translations and updated Russian translation 2024-03-05 20:05:59 +03:00
mattias
513d665cb3 codetools: updated fpc english error messages 2024-03-05 16:43:01 +01:00
mattias
96f6510e55 ide: fpc msg parser: hide unit is experimental messages for package main sources 2024-03-05 16:40:34 +01:00
mattias
b37ee660b2 ide: less hints 2024-03-05 16:03:15 +01:00
Željan Rikalo
0c0b40c6e5 Gtk2: fixed SetWindowOrg() to work similar as in Delphi. Patch by Artem Izmaylov. Issue #40817 2024-03-05 15:58:48 +01:00
mattias
7931c07c4c synedit: less hints 2024-03-05 15:53:40 +01:00
mattias
af57f63ba7 printers: less hints 2024-03-05 15:53:31 +01:00
mattias
5063184257 lclextensions: less hints 2024-03-05 15:53:15 +01:00
mattias
6fcee50a5e lazedit: less hints 2024-03-05 15:53:03 +01:00
mattias
ee91d752bc chmhelp: less hints 2024-03-05 15:52:52 +01:00
mattias
c95c962d48 anchrodocking: less hints 2024-03-05 15:52:43 +01:00
mattias
bde7bb763d lazedit: less hints 2024-03-05 15:45:18 +01:00
mattias
17ddd7e8e1 lazedit: less hints 2024-03-05 15:44:42 +01:00
mattias
e64d6ed431 lazdebuggers: less hints 2024-03-05 15:44:33 +01:00
mattias
a9c4bc3575 freetype: less hints 2024-03-05 15:44:22 +01:00
mattias
6bfe7d15c8 turbopower_ipro: less hints 2024-03-05 15:38:14 +01:00
mattias
1c135fc40e synedit: less hints 2024-03-05 15:38:14 +01:00
mattias
4c0096a138 lazutils: less hints 2024-03-05 15:38:14 +01:00
mattias
fc7a3bf617 lazcontrols: less hints 2024-03-05 15:38:14 +01:00
mattias
feef357f72 ideintf: less hints 2024-03-05 15:38:14 +01:00
Željan Rikalo
42ad212654 Qt,Qt5,Qt6: Fixed LpToDp() result. issue #40817 2024-03-05 15:37:57 +01:00
mattias
7d3626f6d7 lazutils: less hints 2024-03-05 15:13:20 +01:00
mattias
3ec604cc99 lazdebuggers: less hints 2024-03-05 15:13:09 +01:00
mattias
5dc2c5189b freetype: reduced implementation uses to avoid triggering fpc bug 2024-03-05 15:04:32 +01:00
Juha
90dbac6a6f LCL: Improve TApplication.ActivateHint. Issue #40820, patch by Alexander (Rouse_) Bagel. 2024-03-05 16:02:22 +02:00
mattias
6d6f4ba027 freetype: nicer package name 2024-03-05 15:00:06 +01:00
mattias
5ad5a09e3c fpcunit: nicer package name 2024-03-05 14:57:58 +01:00
Juha
b1799383fb IDE: Delete "Use system encoding" button from "Additions and Overrides" page. 2024-03-05 09:44:55 +02:00
Juha
dcaf7e6bbe LCL-GTK2: Prevent a SIGSEGV in function DeliverMouseUpMessage(). Issue #40793, patch by Iluha Companets. 2024-03-05 09:18:41 +02:00
Juha
cb087dd6e5 IDE: Prevent a list index out of bounds error in Messages window. Issue #40798. 2024-03-04 15:43:59 +02:00
Juha
75623c78d4 IDE: Harmonize "Find" and "Find in Files", do not save search options after Cancel. Issue #40805. 2024-03-04 11:12:00 +02:00
wp_xyz
1ee8c6edb1 TAChart/RadialSeries: Fix crash due to empty AngleCache (see https://forum.lazarus.freepascal.org/index.php/topic,66470.msg509501.html) 2024-03-04 10:07:34 +01:00
wp_xyz
3ef36b7bbb Tools/IconTable: Improved version, by Roland Hahn 2024-03-04 09:46:31 +01:00
Martin
45a6759c3d Debugger: fix parsing for array indexes (expanding array in watches / replace .. idx) 2024-03-03 20:48:18 +01:00
Maxim Ganetsky
9ea1307389 Merge branch 'Issue40592_sealed_objects' into 'main'
Codetools: solve issue #40592 parsing sealed/abstract objects.

See merge request freepascal.org/lazarus/lazarus!272
2024-03-03 15:58:50 +00:00
DomingoGP
a14eb97eaa Codetools: solve issue #40592 parsing sealed/abstract objects. 2024-03-03 15:52:38 +00:00
Martin
ec15e8ae73 Merge branch 'avr-fix-stackunwinding' into 'main'
AVR - FLastFrameBaseIncreased should be initialized in GetTopFrame.

See merge request freepascal.org/lazarus/lazarus!273
2024-03-03 10:40:46 +00:00
ccrause
342fd0f5e8 AVR - FLastFrameBaseIncreased should be initialized in GetTopFrame. 2024-03-03 09:59:27 +02:00
Martin
b471a2961e FpDebug: fix memleak when detaching from process. 2024-03-02 18:38:17 +01:00
rich2014
f82869efd6 Cocoa: TEdit/TCocoaTextField should preserve line-breaks when setting values programmatically. issue #40795 2024-03-02 23:48:28 +08:00
Juha
5e2a753239 LazUtils: Make sure CompareText comes from SysUtils. Issue #40814. 2024-03-02 12:28:12 +02:00