Michalis Kamburelis
|
210a539c9c
|
qt5: Allow sharing OpenGL context data between instances of TOpenGLControl
|
2022-06-20 21:12:32 +00:00 |
|
Juha
|
f737b23e7c
|
LazUtils: Add 4 encodings: ISO-8859-3, -4, -7, -13 to LConvEncoding. Issue #39806, patch by Alexey Torgashin.
|
2022-06-20 12:28:17 +03:00 |
|
Juha
|
3bea109b57
|
LazUtils: Add encoding ISO-8859-10 to LConvEncoding. Issue #39800, patch by Alexey Torgashin.
|
2022-06-20 09:59:08 +03:00 |
|
Michaël Van Canneyt
|
1a036a3dac
|
* Move property/component editors to separate unit, not in registration unit
|
2022-06-19 12:59:03 +02:00 |
|
Michaël Van Canneyt
|
2f3c43eef4
|
* Make Project HTMLBasedir globally available
|
2022-06-19 12:59:03 +02:00 |
|
Michaël Van Canneyt
|
c1a93988f2
|
* Show a message when applying fielddefs
|
2022-06-19 12:59:03 +02:00 |
|
Michaël Van Canneyt
|
987e9f70d8
|
* Only load missing fielddefs
|
2022-06-19 12:59:03 +02:00 |
|
Michaël Van Canneyt
|
d09d9ed1b6
|
* mode and string type - or typeinfo returns shortstring
|
2022-06-19 12:59:03 +02:00 |
|
Michalis Kamburelis
|
06215a7aa2
|
Cocoa: Allow sharing OpenGL context resources
|
2022-06-18 21:25:02 +00:00 |
|
Martin
|
4d3a8af105
|
FpDebug: Fix uninitialized result in watch-to-intf
|
2022-06-18 18:08:08 +02:00 |
|
Michaël Van Canneyt
|
64c277e14c
|
* Resource string needed in html actions form editor
|
2022-06-18 11:46:48 +02:00 |
|
Michaël Van Canneyt
|
032a7e5066
|
* Sort fields
|
2022-06-18 11:46:48 +02:00 |
|
Michaël Van Canneyt
|
f22dd06ca5
|
* Fix after refactor: only show not yet present actions
|
2022-06-18 11:46:48 +02:00 |
|
Michaël Van Canneyt
|
8417f25861
|
* Exit in case of failure when getting resource list
|
2022-06-18 11:46:48 +02:00 |
|
Michaël Van Canneyt
|
eb356cc2b9
|
* ResourceID and AutoApplyUpdates properties
|
2022-06-18 11:46:48 +02:00 |
|
Michaël Van Canneyt
|
2d01d6356a
|
* Sort IDS
|
2022-06-18 11:46:48 +02:00 |
|
Michaël Van Canneyt
|
6630dad84d
|
* Bringtofront when loading recent project group
|
2022-06-18 11:46:47 +02:00 |
|
mattias
|
66b36cd172
|
codetools: fixed some tests
|
2022-06-17 17:35:23 +02:00 |
|
mattias
|
6b9fd935b2
|
codetools: parse underscore in decimals
|
2022-06-17 17:20:11 +02:00 |
|
Marc
|
1966405611
|
FpDebug: Initialize mask register
|
2022-06-15 22:52:56 +02:00 |
|
Martin
|
4e97ffa45f
|
LazUtils: TXMLConfig fixed crash with uninitialized result value. (If "CreateNodes" is false, and [] value is not cached)
|
2022-06-15 13:12:28 +02:00 |
|
Michaël Van Canneyt
|
7c5ccb3178
|
* RPC Client component
|
2022-06-14 20:18:54 +02:00 |
|
Michaël Van Canneyt
|
831c7e33a1
|
* RPC Client component
|
2022-06-14 20:18:54 +02:00 |
|
Michaël Van Canneyt
|
f25e729f20
|
* OntSetupHTTPRequest
|
2022-06-14 20:18:54 +02:00 |
|
Michaël Van Canneyt
|
0416e2e946
|
* Correct js file reference
|
2022-06-14 20:18:54 +02:00 |
|
Michaël Van Canneyt
|
c06965e4aa
|
* Improve HTML File detection
|
2022-06-14 20:18:54 +02:00 |
|
Michaël Van Canneyt
|
853114ab51
|
* Set initial directory to project directory
|
2022-06-14 20:18:54 +02:00 |
|
Juha
|
7dfdebb389
|
LazUtils: Fix a recently introduced bug in LConvEncoding. Issue #39795, patch by Alexey Torgashin.
|
2022-06-13 23:31:50 +03:00 |
|
Martin
|
e2f50ee30d
|
FpDebug: fixed memory leak in FindExportedSymbolInUnit
|
2022-06-13 22:05:22 +02:00 |
|
Juha
|
4b08ccf47b
|
LazUtils: Add encoding ISO-8859-5 to LConvEncoding. Issue #39795, patch by Alexey Torgashin.
|
2022-06-13 19:46:22 +03:00 |
|
Željan Rikalo
|
68b7b9fad9
|
Qt,Qt5: use Release() instead of Destroy() to prevent potential crash.
|
2022-06-13 14:28:11 +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 |
|
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 |
|
Martin
|
41cb28febf
|
FpDebug: fix crash on nil object
|
2022-06-12 11:43:05 +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 |
|
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 |
|
Juha
|
8c90f8e536
|
LazReport: Update DefExportFilterClass. Issue #39749, patch by Soner.
|
2022-06-10 00:56:19 +03:00 |
|
Martin
|
f2cbe3d582
|
FpDebug: PascalParser fix nil object access.
|
2022-06-09 17:46:25 +02:00 |
|
Martin
|
b0de3bcc01
|
FpDebug: Use PrettyPrinter and rdkPrePrinted for (nested) not-yet-implemented types (LazDebuggerIntf)
|
2022-06-09 17:46:24 +02:00 |
|
Martin
|
e7b23f98d0
|
LazDebuggerIntf, FpDebug: add array and structure types
|
2022-06-09 17:46:23 +02:00 |
|
Martin
|
e3d41a28e0
|
FpDebug: Provide access to internal nested type info
|
2022-06-09 17:46:23 +02:00 |
|
mattias
|
ead96e373b
|
datetimectrls: set lpk to designtime
|
2022-06-09 13:18:01 +02:00 |
|
Juha
|
262fe00e31
|
LazUtils: Add ISO-8859-9 and ISO-8859-14 to the supported encoding list. Issue #39785, patch by Don Siders.
|
2022-06-08 11:52:12 +03:00 |
|