Commit Graph

61816 Commits

Author SHA1 Message Date
Juha
734cf1a136 Project Templates: Disable OK button while necessary information is not given. 2021-12-18 20:51:42 +02:00
Maxim Ganetsky
c55ec94d74 FpWeb: correctly enable edit controls when New HTTP Server Application dialog is shown 2021-12-18 01:44:08 +03:00
Maxim Ganetsky
4f73a1d210 FpWeb: unified terminology in New HTTP Server Application dialog, regenerated translations and updated Russian translation 2021-12-18 01:28:45 +03:00
Maxim Ganetsky
e313060d09 FpWeb: fixed layout of New HTTP Server Application dialog 2021-12-18 01:21:56 +03:00
Michaël Van Canneyt
b4881d60cf Merge branch 'main' of https://gitlab.com/freepascal.org/lazarus/lazarus into main 2021-12-17 13:37:21 +01:00
Michaël Van Canneyt
73d4c3e8f3 * Forgot to add to previous commit 2021-12-17 13:37:05 +01:00
Michaël Van Canneyt
eb90152af1 * More structured code, clearer dialog, fix some formatting 2021-12-17 13:36:20 +01:00
Michaël Van Canneyt
e2d630da1d * Fix output, add better file serving options for new http app 2021-12-17 13:05:19 +01:00
Ondrej Pokorny
5f9aaa6cab LCL: reformatting according to CodeTools 2021-12-17 10:18:01 +01:00
Ondrej Pokorny
f05922b05d LCL: TControl.ClientToScreen(TRect) overload - Delphi compatibility 2021-12-17 10:16:49 +01:00
dsiders
d93d5c3e08 Docs: LCL/grids. Adds topic for TCustomGrid.Notification.
* Depends on 7114800c.
2021-12-17 04:39:47 +00:00
dsiders
cbaf46012c Docs: LCL/comboex. Adds topic for TCustomComboBoxEx.Notification.
* Depends on 7114800c.
2021-12-17 03:53:42 +00:00
dsiders
d674025f4f Docs: LCL/colorbox. Adds Notification topics in TCustomColorBox, TCustomColorListBox.
* Depends on 6efaae3d.
2021-12-17 03:20:36 +00:00
dsiders
f5a0532427 Docs: LCL/dialogs. Adds, updates topics in TColorButton.
* Depends on 285ed6ea.
* Adds new topic for TColorButton.Notification.
* Updates  content for other TColorButton topics.
2021-12-17 02:19:41 +00:00
wp_xyz
dbf1fef155 TDateEdit: Fix calendar not closing on double-click. Issue #39519, patch by Daniel Rikowski. 2021-12-17 00:24:40 +01:00
Bart
cb9d685f79 LConvEncoding: reverts #05765da982ab46e2486c6932648c71fd692a54d5 and #01e627e35da5030ccea4406cffbdf5b67b85b0b9 and resolves issue #39348 in a different way (by always setting the target's codepage when converting to UTF8). 2021-12-16 22:11:56 +01:00
Martin
818c1c82d8 JitClass: Allow looking up Interfaces via TObject.GetInterface 2021-12-16 16:36:49 +01:00
wp_xyz
7114800c05 LCL/TCustomGrid, TCustomCheckBoxEx: Add missing Notification method to react on destruction of TitleImageList and Images, respectively. 2021-12-16 14:52:01 +01:00
wp_xyz
6efaae3d24 LCL/TColorBox, TColorListbox: Add missing Notification procedure. Issue #39518. 2021-12-16 14:06:26 +01:00
wp_xyz
285ed6ea0d LCL/TColorButton: Add missing Notification method to prevent crash when assigned ColorDialog is deleted. 2021-12-16 00:37:28 +01:00
Joost van der Sluis
e0c4d9c77b FpDebug: cleanup and explanation of the difference between the ImageBase, RelocationOffset and LoadedTargetImageAddr 2021-12-16 00:35:18 +01:00
Joost van der Sluis
8205a04199 FpDebug: On Windows the RelocationOffset can only be calculated after the file-header has been read. So the whole logic to obtain the RelocationOffset out of the LoadedTargetImageAddr and ImageBase is refactored 2021-12-15 01:21:10 +01:00
Maxim Ganetsky
e71c784ab0 Translations: Brazilian Portuguese translation update by Marcelo B Paula, issue #39516 2021-12-15 02:21:23 +03:00
Joost van der Sluis
190a7267c4 FpDebug: Fixed compilation on Windows 2021-12-14 10:35:59 +01:00
Joost van der Sluis
70d007f0de FpDebug: Differentiate between the BaseAddr and the RelocationOffset 2021-12-13 23:18:10 +01:00
dsiders
d116a8f5cc Docs: LCL/extctrls. Updates topics for TCustomTrayIcon, TTrayIcon. 2021-12-13 17:47:12 +00:00
Ondrej Pokorny
1dac8b96e8 CodeTools: don't break one-liner class definitions like "private const". Issue 39514 2021-12-13 17:46:46 +01:00
Ondrej Pokorny
fdd5721318 LCL: fix case of Integer/Boolean/string types 2021-12-13 10:23:37 +01:00
Maxim Ganetsky
e92521a472 IDE: improved Russian translation 2021-12-13 01:03:35 +03:00
Maxim Ganetsky
102e584847 IDE: Restored manual LCL translation callback call (allows to have LCL translated earlier in order to have translated button captions in some dialogs shown during IDE start) 2021-12-13 01:01:46 +03:00
Martin
842abf97c1 FpDebug: Remove some asserts that were to strict. The check is done in ReadThreadState. If that has already been done, the functions do not need the requirement. 2021-12-12 21:00:28 +01:00
Martin
bfcd8fc293 LazDebuggerFp: More stepping tests 2021-12-12 21:00:28 +01:00
Martin
85c71832e3 FpDebug: Win64 SEH finally sub-routines, show correct line for resolved symbol 2021-12-12 21:00:27 +01:00
Martin
a1c6e559e1 LazDebuggerFp: Cleanup compiler hints 2021-12-12 21:00:27 +01:00
Martin
6e5c00bb59 LazDebuggerFp: Handle Win32-SEH for step-in/out/over 2021-12-12 21:00:27 +01:00
Martin
4490c1f5a5 LazDebuggerFp: ifdef win64 code 2021-12-12 21:00:22 +01:00
Martin
97c29d9540 LazDebuggerFp: Added safety measures for single stepping (Win64 SEH) 2021-12-12 21:00:22 +01:00
Martin
4c78791096 LazDebuggerFp: catch exceptions in Application.ProcessMessages 2021-12-12 21:00:22 +01:00
Martin
a4b23e0b2a FpDebug: PascalParser, Fix parsing float on localized PC. 2021-12-12 21:00:21 +01:00
Martin
159f5e368f IDE: fix mingw-path in message about gdb location. 2021-12-12 09:46:58 +01:00
dsiders
b12267c1e3 Docs: LazUtils/lconvencoding. Adds topic for SetTargetCodePage parameter in TConvertEncodingFunction.
* Depends on 01e627e3.
2021-12-12 06:17:58 +00:00
Martin
189c64388e LazLogger: avoid "inline" warning for fpc versions not supporting it. Issue #39508 2021-12-12 00:02:41 +01:00
Juha
4eff151060 IDE: Improve the header hint clicked behavior. Issue #39506. 2021-12-11 23:30:44 +02:00
Bart
153a562187 LazUtf8: fix rangecheck error due to not detecting invalid 4-byte Utf8-codepoint in ConvertUTF8ToUTF16. Issue #39501. 2021-12-11 19:17:44 +01:00
Bart
01e627e35d LazUtils: LConvEncoding: change signature of TConvertEncodingFunction analogue to all XXXToUtf8() functions. Part of issue #39348; 2021-12-11 17:31:30 +01:00
Joost van der Sluis
2a51f03e2b FpDebug fixed calculation of addresses, got broken in commit 5ff2a7d17c 2021-12-11 13:38:30 +01:00
dsiders
c96a14fd0d Docs: LCL/controls. Updates content for Align and Anchors topics in TControl. 2021-12-10 23:43:19 +00:00
Maxim Ganetsky
b2c460ee34 FpDebug: updated Russian translation 2021-12-11 01:23:43 +03:00
Juha
66e1e4fac4 IDE: Improve debug messages and fix compilation in TMessagesCtrl. 2021-12-10 23:20:47 +02:00
Juha
ab4e2af841 IDE: Move to actual message header when the header hint on top is clicked. Issue #39506. 2021-12-10 23:20:47 +02:00