dsiders
|
433ce4fb28
|
Docs: LCL/shellctrls. Deletes commented content in TCustomShellListView.Resize which was removed in 06701d05a7 .
|
2023-03-15 21:22:28 +01:00 |
|
dsiders
|
499f015011
|
Docs: LCL/shellctrls. Adds and updates topics for changes in 6a85abf6 .
* Adds:
* TShellListItem
* TShellListItem.FFileInfo
* TShellListItem.IsFolder
* TShellListItem.FileInfo
* TCustomShellListView.CreateListItem
* Updates:
* TCustomShellListView.PopulateWithRoot
|
2023-03-15 21:19:09 +01:00 |
|
Bart
|
6a85abf640
|
ShellCtrls: subclass TListItem, so we can store a TSearchRec in the list items of a TShellListView.
|
2023-03-15 17:23:32 +01:00 |
|
Martin
|
e54924787c
|
Debugger: Allow assembler window to go back/forward (history) and ctrl click call/jmp targets (with fpdebug)
|
2023-03-15 14:04:14 +01:00 |
|
Martin
|
981c7d949e
|
FpDebug: Disassembler fix line addr/offs for annotation
|
2023-03-15 13:55:15 +01:00 |
|
Martin
|
ee4e48864e
|
LazDebuggerFp, FpDebug: Disassembler now annotates lines with call,jmp,je,... with info on the target address.
|
2023-03-15 00:19:40 +01:00 |
|
Michaël Van Canneyt
|
57e0738de1
|
* Fix some warnings about unused variables
|
2023-03-14 22:32:33 +01:00 |
|
Martin
|
2e9b654c16
|
Debugger: undo nil assignment from 179dc59dc6 / the value (even if dangling) may be needed for comparison
|
2023-03-14 21:38:06 +01:00 |
|
Martin
|
9ce9b07dbd
|
Debugger: Asm window, Fix handle access - anchor-docking forces a window to be minimized, even if not supported by the window. Issue #40158
|
2023-03-14 21:35:34 +01:00 |
|
Željan Rikalo
|
77f502b2c3
|
Qt,Qt5,Qt6: Fixed drawing line with pattern pen. issue #40165
|
2023-03-14 17:50:05 +01:00 |
|
wp_xyz
|
8ea105ce5d
|
LHelp: Fix poor quality of icon on Linux taskbar. Reworked LHelp tree icons. Some new general purpose icons. All done by Roland Hahn.
|
2023-03-14 16:49:15 +01:00 |
|
Maxim Ganetsky
|
3150888bc3
|
LazDataDesktop: cleaned up unused strings, regenerated translations and updated Russian translation
|
2023-03-14 00:40:15 +03:00 |
|
Maxim Ganetsky
|
803e16830d
|
LazReport: cleaned up unused strings, regenerated translations
|
2023-03-14 00:33:34 +03:00 |
|
Maxim Ganetsky
|
90485e6c95
|
IDEDebugger: updated Russian translation
|
2023-03-14 00:12:17 +03:00 |
|
Maxim Ganetsky
|
7bd9344e7b
|
IDE: regenerated translations
|
2023-03-14 00:06:27 +03:00 |
|
Martin
|
ad0396ae2a
|
Debugger: moved asm dialog to IdeDebugger
|
2023-03-13 17:38:12 +01:00 |
|
wp_xyz
|
272d93e058
|
ImageListEditor: Adjust form's Constraints at runtime.
|
2023-03-13 13:39:26 +01:00 |
|
Martin
|
cac376d0f9
|
LazDebuggerFp, FpDebug: Fix watch-function-call when debuggee has crashed. Prevent the function call
|
2023-03-13 12:32:30 +01:00 |
|
Martin
|
42ae1a7765
|
LazDebuggerFp, FpDebug: deal with process-exit while watch-eval-function-call
|
2023-03-13 12:32:29 +01:00 |
|
Michaël Van Canneyt
|
8d7ad0ab18
|
* correct IsTransactionActive implementation
|
2023-03-13 08:59:50 +01:00 |
|
dsiders
|
0178542dc1
|
Docs: LCL/stdctrls. Adds content to replace the inherited description.
* Adds information about properties introduced in TCustomLabel.
|
2023-03-13 07:24:53 +01:00 |
|
mattias
|
fda255ba15
|
codetools: class completion: insert first method body behind/in front of neighbour class
|
2023-03-13 05:26:41 +01:00 |
|
mattias
|
d3a9a217b2
|
codetools: test class completion: insert first method body
|
2023-03-13 05:26:41 +01:00 |
|
Martin
|
2d20810ef6
|
FpDebug: fixed intrinsic "pos", added: lower, upper, round, trunc
|
2023-03-13 00:02:39 +01:00 |
|
mattias
|
c8ff4ec3ee
|
codetools: fixed complete event assignment
|
2023-03-12 23:11:26 +01:00 |
|
mattias
|
d0a8be0821
|
codetools: add test complete event assignment
|
2023-03-12 23:11:06 +01:00 |
|
mattias
|
82edbea0ac
|
codetools: clean up
|
2023-03-12 22:52:25 +01:00 |
|
mattias
|
f2050ac1c3
|
codetools: comment
|
2023-03-12 22:43:19 +01:00 |
|
Martin
|
db27ef882d
|
FpDebug: clean up compile hints
|
2023-03-12 22:34:28 +01:00 |
|
Martin
|
ca71d82350
|
FpDebug: Implement substrings via the range-index. MyStr[5..9] now return a substring.
|
2023-03-12 22:34:27 +01:00 |
|
Martin
|
d331e3ef77
|
FpDebug: fixes for "substr" intrinsic / optimize using new substring reading
|
2023-03-12 22:34:27 +01:00 |
|
Martin
|
ea78367138
|
FpDebug: Improve reading char from "string[index]". Read only the char in question / Do not fail on MemLimit.MaxStringLen
|
2023-03-12 22:34:27 +01:00 |
|
Martin
|
aa0082f22c
|
FpDebug: Implement array slice in pascal parser, and allow operations on the slice to be mapped to each element.
|
2023-03-12 22:34:26 +01:00 |
|
wp_xyz
|
aae525977e
|
TAChart: Add function PointDist overload for TDoublePoint arguments.
|
2023-03-12 18:18:16 +01:00 |
|
Michaël Van Canneyt
|
4663f00008
|
* Add transaction control buttons
|
2023-03-12 11:54:26 +01:00 |
|
Michaël Van Canneyt
|
ef4c066857
|
* Show readonly/required for fields
|
2023-03-12 11:54:26 +01:00 |
|
Michaël Van Canneyt
|
6dea2497f5
|
* Add TDBHTMLElementAction
|
2023-03-12 11:54:26 +01:00 |
|
Juha
|
2fe0b62df8
|
IDE: Format uses sections in ProjectWizardDlg.
|
2023-03-12 11:40:44 +02:00 |
|
Juha
|
09885fc447
|
IDE: Prevent a crash in unit dependencies window when no project is open. React to changed project. Issue #39828.
|
2023-03-12 11:40:44 +02:00 |
|
Martin
|
6257b3e55f
|
LazDebuggerFp: fix compile for 32bit
|
2023-03-12 09:47:52 +01:00 |
|
Martin
|
cb49bfd132
|
IDE, Debugger: fix range check
|
2023-03-12 09:29:46 +01:00 |
|
Martin
|
06d582454b
|
LazDebuggerFp: new converter for variants (convert without function call)
|
2023-03-12 09:29:21 +01:00 |
|
dsiders
|
9095837756
|
Docs: LCL/grids. Updates topics including:
* TCustomGrid.ClearRows
* TCustomGrid.Clear
* TCustomStringGrid.Clean
|
2023-03-11 21:40:13 +00:00 |
|
dsiders
|
6795a6dae5
|
Docs: LCL/graphics. Updates content for the TCanvas.TextExtent topic.
|
2023-03-11 18:15:50 +00:00 |
|
dsiders
|
2498b3596a
|
Docs: LCL/grids. Fixes wording in TCustomStringGrid.Clean topic.
|
2023-03-11 18:15:50 +00:00 |
|
wp_xyz
|
afa64b7e9a
|
TAChart: New event OnAddStyleToLegend for TChartStyles to control showing levels of stacked series in legend. https://forum.lazarus.freepascal.org/index.php/topic,62596.msg473977.html#msg473977
|
2023-03-11 19:15:14 +01:00 |
|
Juha
|
79fadc1fa5
|
LCL: Remove an unused Rect from TCanvas.TextExtent. Suggested by lagprogramming.
|
2023-03-11 17:10:32 +02:00 |
|
Juha
|
e4a334e330
|
LCL-Win32: Implement TScrollbar.ScrollBy_WS. Issue #40108, patch by Andrew Haines.
|
2023-03-11 16:40:25 +02:00 |
|
Juha
|
9822443fd6
|
LCL: Require Handle in TCanvas.GetClipRect. Issue #40114, patch by nanobit.
|
2023-03-11 16:17:06 +02:00 |
|
Martin
|
3f185f585d
|
FpDebug: Improved error detection, if an array/struct is in un-readable memory, don't keep trying for each element/field
|
2023-03-11 14:16:16 +01:00 |
|