yury
|
e04a3b4ac6
* Removed unused vars for x86 compiler.
|
10 years ago |
yury
|
aa150093d2
* Hack-fixed a compiler note.
|
10 years ago |
yury
|
d27964bd1a
* Removed unused chunk of code. Looks like a not needed leftover.
|
10 years ago |
nickysn
|
12cd32ec18
+ added the win16api drawing support functions
|
10 years ago |
nickysn
|
051c8e74ce
+ added the win16api window query and enumeration functions
|
10 years ago |
nickysn
|
077ce10a93
+ added the win16api window coordinate mapping and hit testing functions
|
10 years ago |
nickysn
|
2dffffb66d
+ added the win16api main window support functions
|
10 years ago |
nickysn
|
d62c342b9c
+ added the win16api window proc implementation and subclassing functions
|
10 years ago |
nickysn
|
c56a028e31
+ added the win16api window placement functions
|
10 years ago |
yury
|
b26fa07f1a
* Fixed notes "var is assigned but not used".
|
10 years ago |
nickysn
|
e01d57cea3
+ added the win16api window creation/destroy functions
|
10 years ago |
yury
|
432248cbf1
* Removed lot of unused vars.
|
10 years ago |
yury
|
40628fa614
* Removed unused vars.
|
10 years ago |
yury
|
80e5eb0c5d
* ARM: I hope this is a final proper fix for GOT initialization. + Test.
|
10 years ago |
nickysn
|
fc6837799e
* RegisterClass returns a BOOL in windows 3.0 and earlier, and an ATOM in 3.1+
|
10 years ago |
yury
|
1dff9bf025
* ARM: Fixed GOT init when optimization is off.
|
10 years ago |
yury
|
34efa0e9a9
* Skip tests for android since they must be run locally.
|
10 years ago |
yury
|
95aa8cf453
* delete test file.
|
10 years ago |
yury
|
6e638e31d7
* Use cp1251 on Android.
|
10 years ago |
yury
|
b6b072e030
* android: install unicodedata and unicodenumtable units.
|
10 years ago |
yury
|
d106fc9823
* Use cp1251 on Android.
|
10 years ago |
yury
|
5cab55be27
* android: Fixed ansi-unicode conversion when DefaultSystemCodePage is changed.
|
10 years ago |
yury
|
2c7da8e43f
* Build Unicode collations for android.
|
10 years ago |
yury
|
6f15b5bf63
* Use /data/local/tmp/ as a fallback temp dir on Android.
|
10 years ago |
yury
|
f9f8c931f3
* arm-android: Do not use register r4, since it must be preserved. Use r3 instead.
|
10 years ago |
yury
|
67758f450e
* Set ARMv6 as default CPU for arm-android to eliminate multi-threading issues on multi-core CPUs.
|
10 years ago |
nickysn
|
5c71414d02
+ added the win16api window class management functions
|
10 years ago |
nickysn
|
dde243e4e5
+ added the application termination win16api functions and constants
|
10 years ago |
nickysn
|
475c24670b
+ added the win16api power management constants
|
10 years ago |
nickysn
|
90d4b116d7
+ added the win16api window message functions
|
10 years ago |