nickysn
|
1bb1e20042
* synchronize with trunk
|
6 年之前 |
nickysn
|
f05c6666fe
+ switch the win32/win64 keyboard unit to use enhanced key events (they are
|
6 年之前 |
nickysn
|
7d638a1e39
* handle nil key events properly in ConvertToLegacyKeyEvent
|
6 年之前 |
nickysn
|
0a511ddb30
+ implemented generic conversion from enhanced to legacy key events as well
|
6 年之前 |
nickysn
|
18a752d20a
* use :=NilEnhancedKeyEvent instead of FillChar to clear the result of ConvertToEnhancedKeyEvent
|
6 年之前 |
michael
|
9b39033ed4
* Fix bug ID #34535, small optimization
|
6 年之前 |
Mattias Gaertner
|
895139f332
pastojs: fixed name clash published property and external
|
6 年之前 |
svenbarth
|
251dfb6776
* don't allow constants of the record type that is currently being parsed; this would fail as soon as another field is added after the constant declaration
|
6 年之前 |
svenbarth
|
446f89719c
* move checking whether a field's type is valid for the field to a separate function
|
6 年之前 |
florian
|
c45806c84f
* made test more verbose
|
6 年之前 |
florian
|
e8ebc00b3b
* redundant code removed, work is meanwhile done by aasmcpu.optimize_ref
|
6 年之前 |
florian
|
72416edcc4
+ support for tlsm_general on i386-linux
|
6 年之前 |
Mattias Gaertner
|
6d78637441
pastojs: parse double quotes in asm-blocks
|
6 年之前 |
pierre
|
c3914c1f38
Downgrade EXTDEBUG warning to note about zero size temp, as it is used for empty sets
|
6 年之前 |
pierre
|
796db4cef5
Implement mark_write override for tinilinenode
|
6 年之前 |
florian
|
a40335de34
* non-linux arm targets fixed
|
6 年之前 |
florian
|
e157939b41
* compilation on x86-64 and i8086 fixed
|
6 年之前 |
florian
|
4d2d26c318
* define renamed into tls_threadvars
|
6 年之前 |
florian
|
95acf20544
* address output updated
|
6 年之前 |
florian
|
063415fa72
+ i386-linux support for tls-based threadvars
|
6 年之前 |
florian
|
0d50a63c7d
+ tsettings.tlsmodel
|
6 年之前 |
florian
|
9c041afc7c
* disable generic threadvar handling if section thread vars are available
|
6 年之前 |
florian
|
c37c485eb7
+ check if initialization/finalization code uses implicitly thread vars
|
6 年之前 |
florian
|
e949276d9d
* basic implementation for pure pascal programs to allocate tls space
|
6 年之前 |
florian
|
9f16c34329
+ initial work for tls-based threadvar support on arm-linux
|
6 年之前 |
nickysn
|
2593a69eaf
+ implemented SysGetEnhancedKeyEvent and SysPollEnhancedKeyEvent for win32/win64
|
6 年之前 |
nickysn
|
9a2e1b99cb
+ overloaded the = operator for pairs of TEnhancedKeyEvent
|
6 年之前 |
Mattias Gaertner
|
aca753d6e8
fcl-passrc: fixed parent of generic params
|
6 年之前 |
nickysn
|
db8f3eb0a7
* use x:=NilEnhancedKeyEvent instead of FillChar for setting an enhanced key
|
6 年之前 |
nickysn
|
1d2414a2b8
+ added the NilEnhancedKeyEvent const (equivalent to the value 0 of TKeyEvent)
|
6 年之前 |