nickysn
|
a6c878c256
* fixed compilation of unit drivers in the medium and compact memory models
|
7 years ago |
nickysn
|
7af8cb4015
+ fixed compilation of unit 'time' on win16
|
7 years ago |
nickysn
|
f1b14555b1
+ added i8086 memory model defines in free vision's platform.inc
|
7 years ago |
nickysn
|
1b14212b47
* fixed compilation of unit 'editors' on i8086
|
7 years ago |
nickysn
|
718eb04ef8
* redefine sw_integer and sw_word in unit objects to be 16-bit on i8086, so
|
7 years ago |
nickysn
|
c4e036d647
+ compilation of unit 'drivers' fixed for the win16 target
|
7 years ago |
nickysn
|
48756d91b7
+ win16 support in free vision's platform.inc
|
7 years ago |
nickysn
|
2a852a490a
+ enabled compilation of unit 'objects' on win16
|
7 years ago |
nickysn
|
6a1a31f5da
+ added diagnostic check when GetDC() fails in the win16 video unit
|
7 years ago |
nickysn
|
d25c39396c
+ support the arrow keys and pgup/pgdn/home/end/ins/del keys in the win16
|
7 years ago |
nickysn
|
ac82fc3072
+ implemented crt.delay() for win16
|
7 years ago |
nickysn
|
b6efaeb8fd
* fixed bug in NewHeapBlock, which caused an infinite loop in GetMem, when more
|
7 years ago |
nickysn
|
ca7da11bb6
* fixed bug in TryBlockGetMem, caused by ambigous variable named 'Size' in with statement
|
7 years ago |
nickysn
|
ea8fc43f52
* free the old block in win16 global heap reallocmem
|
7 years ago |
nickysn
|
d3d60568e7
* fix invalid pointer access in the handling of WM_PAINT before InitVideo has
|
7 years ago |
nickysn
|
87846323c2
+ destroy the win16 video unit window in DoneVideo
|
7 years ago |
nickysn
|
163ee92ef5
* handle gracefully freeing a subblock that is located at the end of its block
|
7 years ago |
nickysn
|
87d5cc014f
* merge with both the previous and next adjacent free blocks in the win16 global
|
7 years ago |
nickysn
|
6228fc2748
+ initial implementation of a win16 global heap manager that does support suballocation for small blocks
|
7 years ago |
marco
|
2cf1d1d51d
* enhmetafileproc/enummetafileproc fix. Reported by Oleg, mantis #32751
|
7 years ago |
joost
|
19db86cafa
* Fixed mem-leak in TWebHandler
|
7 years ago |
nickysn
|
7763942907
* fixed the 'Unsupported fixup location type' error messages in the MZ internal
|
7 years ago |
nickysn
|
07c18c8689
* fixed snapshot building of win16-i8086 in the medium memory model, via the use of FarAddr()
|
7 years ago |
nickysn
|
b571f48735
* fixed the return type of FarAddr(), so that it is assignment compatible to
|
7 years ago |
nickysn
|
78e0f6c68b
+ added an i8086-specific FarAddr() function, similar to Addr(), but always
|
7 years ago |
florian
|
7741b495bd
- duplicate defintion of TBoundArray removed, resolves #32530
|
7 years ago |
florian
|
04738ff2a6
+ shlobj: SHGetKnownFolderPath
|
7 years ago |
florian
|
a650d346f1
* optimized for speed UpCase/LowerCase for UnicodeChar, based on a patch by AlexeyT, resolves #32638
|
7 years ago |
florian
|
46ab35edb3
* apply MovOpMov2Op also to inc and dec
|
7 years ago |
florian
|
8e3d23a23e
+ patch by Florian Immenroth: MagickSetResolution added
|
7 years ago |