dsiders
b1204f46cf
Docs: LCL/editbtn. Updates topic content and See Also links.
...
* Contains language in TDateEdit.ButtonClick for the interim fix posted in issue #39825 and 455dc87b
.
* Fixes spelling and grammar errors.
2022-07-19 00:37:47 +01:00
Maxim Ganetsky
92d6630830
.gitignore: ignore all DLLs in top Lazarus directory
2022-07-19 01:51:06 +03:00
Maxim Ganetsky
f5dc6e64a4
Tools: updated gir2pascal README.md
2022-07-19 01:41:02 +03:00
Maxim Ganetsky
7c8e197abd
Tools: updated gir2pascal .gitignore
2022-07-19 01:18:18 +03:00
Maxim Ganetsky
5194609a53
Tools: updated gir2pascal LPI and icon
2022-07-19 01:14:42 +03:00
Maxim Ganetsky
697d41437c
Tools: initial import of gir2pascal sources from https://github.com/n1tehawk/gir2pascal
2022-07-19 01:01:00 +03:00
Bart
508aaf8079
WinCE add TWinCEWSCustomCalendar.SetMinMaxDate and TWinCEWSCustomCalendar.RemoveMinMaxDates (as of yet untested, but it compiles).
2022-07-18 22:31:36 +02:00
Bart
750e90c062
Win32 add a WSCheckHandleAllocated in TWin32WSCustomCalendar.RemoveMinMaxDates and remove unused var.
2022-07-18 22:25:24 +02:00
Bart
7db0e34a8c
Start implementing MinDate and MaxDate for TCalendar.
2022-07-18 22:18:04 +02:00
Bart
455dc87b83
Don't raise an exception when date in the edit is out of bounds. Issue #39825 .
2022-07-17 09:57:36 +02:00
dsiders
7ea1d8851c
Docs: LCL, LazControls. Clarifies wording in Invalidate-related topics.
2022-07-17 03:03:47 +01:00
Maxim Ganetsky
54c3d26553
MemDS: added a standard command for editing dataset fields to component's context menu (patch from Aleksey, issue #39823 )
2022-07-16 00:49:32 +03:00
dsiders
e47c69672b
Docs: LazControls/treefilteredit. Adds, updates topic content.
...
* Updates topic content and See Also links.
* Adds missing topics.
* This is an interim commit; there is more work to be done here.
2022-07-14 19:25:27 +01:00
dsiders
4492fdb697
Docs: LazControls/listfilteredit. Updates topic content and See Also links.
2022-07-14 02:59:32 +01:00
martin
2fce58a3de
FpDebug: support DW_TAG_variant_part
2022-07-13 21:19:35 +02:00
Martin
4bc63f4650
LazDebuggerFp: Variant-converter, check record size.
2022-07-13 10:27:48 +02:00
Martin
d0d616e131
FpDebug: keep CurrentContext during function-eval calls. (access by other threads)
2022-07-13 10:27:47 +02:00
Martin
77857b84ce
FpDebug: improve dyn array detection
2022-07-13 10:27:47 +02:00
Martin
2835e63366
Debugger: asm win, fix range check
2022-07-13 10:27:47 +02:00
wp_xyz
358a6955a0
TAChart: Fix crash in design mode when Undo is executed after deleting a series.
2022-07-12 22:46:59 +02:00
Dmitry Boyarintsev
73d41e6636
IDE: update loading keyschema allowing human readable values, issue #39817
2022-07-12 02:37:34 +03:00
dsiders
bddac75379
Docs: LazControls/listviewfilteredit. Updates topic content and See Also links.
2022-07-11 01:07:07 +01:00
Joost van der Sluis
a680001c2e
FpDebug: Workaround in fpmake.pp for usage with fpc 3.2.2
2022-07-10 12:54:03 +02:00
Joost van der Sluis
7e67d9b871
FpDebug: fpmake.pp updated
2022-07-10 12:46:13 +02:00
dsiders
52a63a83d4
Docs: LCL/lclintf. Updates topic content.
...
* Updates MessageBox, CreateCaret, GetWindowLong, DrawGrid, FontIsMonoSpace.
* Fixes spelling and grammar errors.
* Removes topics no longer in source code.
2022-07-09 06:23:37 +01:00
dsiders
487259f7e4
Docs: LCL/lclintf. Updates topic content.
...
* Updates MessageBox, CreateCaret, GetWindowLong, DrawGrid, FontIsMonoSpace.
* Fixes spelling and grammar errors.
* Removes topics no longer in source code.
2022-07-09 06:15:22 +01:00
Pascal Riekenberg
54aadb67fd
Codetools: fixed parsing of directives with in operator + test
2022-07-06 23:32:59 +02:00
Pascal Riekenberg
d5951070d0
Codetools: Tests for: Keep empty () on code completion. Issue #39712 .
2022-07-06 22:33:47 +02:00
Pascal Riekenberg
781955e856
Codetools: Keep empty () on code completion. Issue #39712 , patch by Domingo Galmés.
2022-07-06 22:32:10 +02:00
dsiders
a5e192bb2d
Docs: LCL/extctrls. Updates topic content and See Also links.
...
* Corrects spelling and grammar errors.
2022-07-05 23:10:30 +01:00
wp_xyz
39a13d91bb
LCL/Win32: Fix opening popup menu when Application.MainForm does not exist. Issue #39451 . Patches by DeerLab and Iret Company.
2022-07-05 15:06:47 +02:00
Maxim Ganetsky
20d5f5d71a
IDEDebugger: moved registering IDE options page to the Register procedure from unit initialization section. It was meant to be there in the first place and now actually works there after 5b5c0ae1c4
.
2022-07-05 01:51:49 +03:00
mattias
5b5c0ae1c4
IDE: register package IDEDebugger
2022-07-04 08:03:43 +02:00
Maxim Ganetsky
ea981a815f
Debugger: regenerated translations and updated Russian translation
2022-07-04 02:42:17 +03:00
Joost van der Sluis
a7d0a6e0b2
FpDebug: Keep register-names in stacktrace
2022-07-03 18:44:12 +02:00
Martin
fd64dddf42
Debugger: Fixes for "Add option to limit converter invocations."
2022-07-03 12:11:41 +02:00
Martin
271024d8d9
Debugger: Add option to limit converter invocations.
2022-07-03 01:54:32 +02:00
Martin
6243770298
LazDebuggerFp: reduced default limit for max array members returned. Arrays can now be paged. (and RecurseCnt can override it) / removed hardcode 1000 limit.
2022-07-03 01:54:28 +02:00
Martin
a7e5003f3c
Debugger: Add option to use converter in Watches
2022-07-03 01:54:24 +02:00
Martin
fab987a398
Debugger: Inspect Win, option to enable/disable convertor
2022-07-03 01:54:12 +02:00
Martin
09f7108d6a
Debugger: Evaluate Win, auto refresh when changing checkboxes
2022-07-03 01:51:34 +02:00
Martin
248732defe
debugln
2022-07-02 01:57:49 +02:00
Maxim Ganetsky
d9252d8f42
IDEDebugger: enabled i18n, added Russian translation
2022-07-02 02:27:09 +03:00
Joost van der Sluis
dee6e4a482
FpDebug: Duplicate code removed
2022-07-02 00:48:42 +02:00
Joost van der Sluis
4ed7f56bb4
FpDebug: Handle CIEs and FDEs without instructions properly
2022-07-02 00:31:15 +02:00
wp_xyz
9f9fdf6a9d
Images: New general purpose images by Roland Hahn (more arrows, filter, flame, flip, secure, sound, share)
2022-07-01 23:11:55 +02:00
dsiders
929c4c8a53
Docs: LCL/grids. Updates topic content and See Also links.
...
* Fixes invalid See Also links in topics.
* Changes "scrollbar" to "scroll bar" when not used as an identifier name.
* Fixes other spelling and grammar errors.
* Includes additional content from wiki pages.
2022-07-01 01:35:22 +01:00
Martin
a571e61d9c
LazDebuggerFp: Add cache for common function addresses (used in watch-eval function calling), e.g. FPC_ANSISTR_DECR_REF
2022-07-01 01:06:09 +02:00
Martin
3c322a009f
FpDebug: Win, improved logging for errors
2022-07-01 01:06:08 +02:00
Martin
9e67808d84
LazDebuggerFp: improve errors for function calling
2022-07-01 01:06:08 +02:00