dsiders
|
d290ea6fc3
|
Docs: LazUtils/laz2_xpath.xml. Removes extra spaces in topics.
|
2022-06-12 23:34:12 +01:00 |
|
dsiders
|
ee07ab9c3e
|
Docs: LazUtils/laz2_xmlread.xml. Removes extra spaces in topics.
|
2022-06-12 23:33:22 +01:00 |
|
Martin
|
f1ec711b81
|
Debugger: Watches,Inspect - Improve array navigation outside of bounds
|
2022-06-12 22:14:19 +02:00 |
|
Martin
|
b814c37698
|
Debugger: Watches-Win, expand arrays to view entries
|
2022-06-12 22:14:18 +02:00 |
|
Martin
|
6deb576cda
|
Debugger: Inspect-Win, context menu, "copy value"
|
2022-06-12 22:14:13 +02:00 |
|
Martin
|
626207d7ff
|
Debugger: Inspect-Win, move array navigation to frame / add images
|
2022-06-12 22:14:13 +02:00 |
|
Martin
|
90453ce72b
|
Debugger: Inspect-Win, implement paging for large arrays
|
2022-06-12 22:14:12 +02:00 |
|
Martin
|
1328b8a1ab
|
FpDebug: tests
|
2022-06-12 22:14:12 +02:00 |
|
Martin
|
0b051af509
|
IDE, FpDebug: evaluate more sub-items for Inspect Dialog.
|
2022-06-12 22:14:12 +02:00 |
|
Martin
|
f65d3b93ee
|
Debugger: FpDebug, LazDebuggerIntf, Inspect-Win, basic distinction for proc/func/ref types.
|
2022-06-12 22:14:12 +02:00 |
|
Martin
|
e5e1ea1366
|
Debugger: fix Inspect-Win, update when user modifies value
|
2022-06-12 22:14:11 +02:00 |
|
Martin
|
54bca1219b
|
Debugger: Inspect-Win, use Watch object to get data / Display arrays with FpDebug
|
2022-06-12 22:14:11 +02:00 |
|
Martin
|
363d0ac778
|
Debugger: Inspect-Win, power button
|
2022-06-12 22:14:11 +02:00 |
|
Martin
|
788c6b3eaa
|
Debugger: Inspect-Win, update when thread/stack changes
|
2022-06-12 22:14:11 +02:00 |
|
dsiders
|
c4ccc26fed
|
Docs: LazUtils/laz2_xmlstreaming. Removes extra spaces in topics.
|
2022-06-12 19:57:55 +01:00 |
|
dsiders
|
aa757ae37e
|
Docs: LazUtils/laz2_xmlcfg. Removes extra spaces in topics.
|
2022-06-12 19:57:29 +01:00 |
|
dsiders
|
10e47a9e37
|
Docs: LazUtils/laz2_dom. Removes extra spaces in topics.
|
2022-06-12 19:57:08 +01:00 |
|
dsiders
|
b8a82274ba
|
Docs: LazUtils/integerlist. Removes extra spaces in topics.
|
2022-06-12 19:56:38 +01:00 |
|
dsiders
|
a60be6e699
|
Docs: LazUtils/html2textrender. Removes extra spaces in topics.
|
2022-06-12 19:56:09 +01:00 |
|
dsiders
|
29aa22277d
|
Docs: LazUtils/graphmath. Removes extra spaces in topics.
|
2022-06-12 19:55:39 +01:00 |
|
dsiders
|
fb1bc34d13
|
Docs: LazUtils/fileutil. Removes extra spaces in topics.
|
2022-06-12 19:55:08 +01:00 |
|
dsiders
|
411c0f491d
|
Docs: LazUtils/dynqueue. Removes extra spaces in topics.
|
2022-06-12 19:54:43 +01:00 |
|
dsiders
|
b019dafeda
|
Docs: LazUtils/dynhasharray. Removes extra spaces in topics.
|
2022-06-12 19:54:13 +01:00 |
|
dsiders
|
0d8b44ec96
|
Docs: LCL/lconvencoding/codepagescommon. Adds topics for changes in 7cd0c680 .
* Removes extra spaces in topics.
* Changes URLs for unicode.org pages to https.
|
2022-06-12 19:14:35 +01:00 |
|
dsiders
|
f60d839af4
|
Docs: LCL/extctrls. Corrects spelling and grammar errors. Removes extra spaces. Uses consistent tagging for True and False values.
|
2022-06-12 19:13:32 +01:00 |
|
Marc
|
d942d2ec7f
|
Revert "FpDebug: Handle exceptions in disassembler", since the disassember doesn't generate exceptions anymore
This reverts commit 96271ad5c6 .
|
2022-06-12 18:09:20 +02:00 |
|
Marc
|
9c4acef131
|
FpDebug: Fix check in groupP and change exceptions into asserts
|
2022-06-12 18:06:07 +02:00 |
|
Juha
|
7cd0c6804d
|
LazUtils: Add encoding ISO-8859-16 to LConvEncoding. Issue #39794, patch by Alexey Torgashin.
|
2022-06-12 18:50:23 +03:00 |
|
Juha
|
f5321043f4
|
Packager: Use pure package name of a dependency when searching online packages.
|
2022-06-12 18:07:51 +03:00 |
|
dsiders
|
cba14e3559
|
Docs: LCL/lazcanvas. Fixes a spelling error in the TLazCanvas.AssignFontData topic. Adds, updates parameter descriptions.
|
2022-06-12 13:45:30 +01:00 |
|
Martin
|
41cb28febf
|
FpDebug: fix crash on nil object
|
2022-06-12 11:43:05 +02:00 |
|
Juha
|
2495ef1923
|
LCL-GTK3: Fix indentation.
|
2022-06-12 10:07:25 +03:00 |
|
dsiders
|
126ce77cfd
|
Docs: LCL/dbctrls. Fixes grammar and spelling errors. Removes extra spaces. Updates tagging for True and False values.
|
2022-06-11 21:14:33 +01:00 |
|
Juha
|
f14b0fb03c
|
LCL-GTK2 and LCL-GTK2: Allow OpenDialog Mime Filters. Issue #39790, patch by theo222.
|
2022-06-11 21:25:31 +03:00 |
|
wp_xyz
|
01d6b3230d
|
Images: More general-purpose images by Roland Hahn
|
2022-06-11 17:52:01 +02:00 |
|
wp_xyz
|
9f508f3c7d
|
ToDoList: Fix caption of first exported column to be "Type" rather than "Done".
|
2022-06-11 11:47:16 +02:00 |
|
Maxim Ganetsky
|
896e1525d7
|
Translations: Slovak translation update by LacaK, issue #39791
|
2022-06-11 03:28:22 +03:00 |
|
dsiders
|
31bb502be4
|
Docs: LCL/printers. Removes extra spaces in topics. Fixes tagging for True and False values.
|
2022-06-11 00:46:23 +01:00 |
|
wp_xyz
|
091e6a5d3a
|
Images: Add forgotten general-purpose images
|
2022-06-10 22:21:31 +02:00 |
|
Martin
|
e0d7ffb540
|
Debugger: fix, clear outdated snapshots if watch-expression changes
|
2022-06-10 19:32:15 +02:00 |
|
wp_xyz
|
be6696ff4b
|
Tools: Updated version of the IconTable tool showing the image count (by Roland Hahn)
|
2022-06-10 18:28:13 +02:00 |
|
dsiders
|
f1353bf99c
|
Docs: LCL/buttons. Fixes spelling error and updates tagging for True and False values.
|
2022-06-10 17:12:18 +01:00 |
|
dsiders
|
7613b3ddee
|
Docs: LCL/pairsplitter. Updates WMPaint and Paint topics in TPairSplitterSide.
|
2022-06-10 17:09:25 +01:00 |
|
dsiders
|
e78ca86ae8
|
Docs: LCL/spin. Updates TCustomFloatSpinEdit.KeyPress topic for changes in e10b896d .
|
2022-06-10 16:54:17 +01:00 |
|
mattias
|
e18119823a
|
IDE: packageeditor: fixed idleconnected on destroy
|
2022-06-10 17:29:28 +02:00 |
|
wp_xyz
|
e10b896d7e
|
LCL/FloatSpinEdit: Fix KeyPress swallowing the 'e' of exponential notation.
|
2022-06-10 17:21:36 +02:00 |
|
Martin
|
7d66280e62
|
Debugger: fix wrong assertion
|
2022-06-10 16:22:00 +02:00 |
|
mattias
|
45b403df81
|
projectgroups: clean up
|
2022-06-10 15:46:05 +02:00 |
|
mattias
|
bb5c50df1e
|
projectgroups: do not bring editor to front on start
|
2022-06-10 15:45:20 +02:00 |
|
Martin
|
96271ad5c6
|
FpDebug: Handle exceptions in disassembler
|
2022-06-10 15:41:58 +02:00 |
|