Commit Graph

121 Commits

Author SHA1 Message Date
yury
0e1357642e + Added TAPI declarations by SovNarKom.
git-svn-id: trunk@8230 -
2007-08-06 07:45:39 +00:00
yury
b07b8b557b * Added TransparentImage and TransparentBlt declarations.
git-svn-id: trunk@8218 -
2007-08-03 23:19:57 +00:00
yury
b40de09cdb * Update and cleanup.
git-svn-id: trunk@8208 -
2007-08-01 17:22:39 +00:00
yury
0d79d73dc3 * Fixed TSHFILEINFO declaration.
git-svn-id: trunk@8205 -
2007-07-31 21:58:05 +00:00
yury
c454c53ae7 * Fix and cleanup window styles.
git-svn-id: trunk@8204 -
2007-07-31 21:49:57 +00:00
yury
f591ba7e59 * Fixed GetScrollPos and GetScrollRange.
git-svn-id: trunk@8070 -
2007-07-15 22:35:37 +00:00
yury
a60248c027 * removed non existent constants on wince.
git-svn-id: trunk@7775 -
2007-06-22 18:02:26 +00:00
yury
4b6c33ea02 * Added lot of Delphi compatible redefs for wince. Now wince redefs as complete as win32 redefs.
git-svn-id: trunk@7774 -
2007-06-22 18:01:42 +00:00
yury
6fca51ea11 * fixed declaration of TWIN32FINDDATA.
git-svn-id: trunk@7572 -
2007-06-03 23:01:49 +00:00
yury
60191d06d0 * added LVM_GETHEADER message.
git-svn-id: trunk@7447 -
2007-05-24 08:08:58 +00:00
yury
abd6b9c3f1 * Replaced TVI_XXX functions to constants.
git-svn-id: trunk@7394 -
2007-05-18 20:59:48 +00:00
yury
380a8e398b * patch and fix from Patrick Chevalley.
git-svn-id: trunk@7306 -
2007-05-10 20:55:27 +00:00
yury
5fc31d96e0 * replaced "var R:RECT" to "const R:RECT" in WinAPI functions parameters according to MS PSDK.
git-svn-id: trunk@7248 -
2007-05-02 22:03:01 +00:00
yury
f7a24e7e29 * some updates in wince windows unit.
git-svn-id: trunk@7234 -
2007-05-01 18:33:16 +00:00
florian
c6fb0d4cab * made second parameter of inverserect const, resolves #8705
git-svn-id: trunk@7124 -
2007-04-17 19:47:00 +00:00
florian
8d371e3f97 * made RT_* simple constants, fixes #8584
git-svn-id: trunk@7052 -
2007-04-01 15:39:45 +00:00
florian
d5d3779360 * patch for #8375 from Roozbeh Gholizadeh
git-svn-id: trunk@6621 -
2007-02-23 19:35:35 +00:00
yury
8480294711 * added some wince specific SPI_ constants.
git-svn-id: trunk@6610 -
2007-02-23 10:13:09 +00:00
yury
d897b10f15 * updated wince API.
git-svn-id: trunk@6368 -
2007-02-07 20:49:04 +00:00
yury
125136d069 * updated wince windows unit.
git-svn-id: trunk@6352 -
2007-02-07 08:22:25 +00:00
yury
e998bc8142 * fixed CW_USEDEFAULT definition.
git-svn-id: trunk@6349 -
2007-02-06 01:14:27 +00:00
yury
3b32e96f10 * Use PCharToPWideChar instead of StringToPWideChar in wrapper functions.
* Updated dependencies in makefile.
* Fixed declaration of RegEnumValue and RegEnumValueW.

git-svn-id: trunk@6340 -
2007-02-04 19:09:48 +00:00
oro06
61397d3953 +wince : added RegXXX ansi missing funcs
git-svn-id: trunk@6318 -
2007-02-03 11:41:46 +00:00
yury
767a5c12f2 * fixed COMCTL32_VERSION constant.
git-svn-id: trunk@6258 -
2007-01-28 21:29:56 +00:00
yury
c70cd739cb * Added CommandBands and CommandBar wince APIs.
git-svn-id: trunk@6160 -
2007-01-24 11:04:12 +00:00
yury
128e4d3c2a * fixes in wince windows unit.
git-svn-id: trunk@6136 -
2007-01-22 23:55:34 +00:00
yury
f6e9e2e043 * Lot of fixes in wince windows unit.
git-svn-id: trunk@6127 -
2007-01-22 09:16:36 +00:00
yury
69e956949b * Made redef.inc wince only.
* Uncommented Polygon and GetMessage functions.

git-svn-id: trunk@5845 -
2007-01-08 13:25:52 +00:00
yury
ff37ef8786 * fixed i386-wince support. WinCE API functions are cdecl.
git-svn-id: trunk@5741 -
2006-12-29 20:49:03 +00:00
oro06
408130b07e +wince : missing commctl const/records
git-svn-id: trunk@5642 -
2006-12-19 07:20:55 +00:00
Marc Weustink
3232e59810 * fixed compilation on CE
- removed declaration of WCHAR since it is defined in systemh

git-svn-id: trunk@5135 -
2006-10-31 22:46:09 +00:00
oro06
0aa51b9da8 +wince : more api funcs
*cleaning

git-svn-id: trunk@5105 -
2006-10-31 06:38:36 +00:00
oro06
7cdac06250 +wince : more network api funcs (now can get mac address+adapters infos)
git-svn-id: trunk@4897 -
2006-10-14 08:52:40 +00:00
oro06
2c9ccaf4b3 wince : interlocked api funcs commented to avoid mixed api/rtl calls
git-svn-id: trunk@4684 -
2006-09-22 17:29:00 +00:00
oro06
56299d584f wince:
*LOGFONT fixed, use unicode now
+few dialog style, ex style consts

git-svn-id: trunk@4673 -
2006-09-21 14:44:56 +00:00
oro06
cb323ce197 wince : +more aygshell api
git-svn-id: trunk@4550 -
2006-09-04 07:19:00 +00:00
oro06
bf1bb4be57 *wince : cleanup api files
(remain redef)

git-svn-id: trunk@4504 -
2006-08-25 10:10:08 +00:00
oro06
91bb1aa1ff *wince : cleanup api files
+cemiss : for missing win32 compatibility functions
+ceshell,commdlg
-func,ascfun
(remain unidef and redef)

git-svn-id: trunk@4498 -
2006-08-24 08:16:39 +00:00
oro06
665ea0658f *wince : revert backp to fpc memory manager (pb with wince mm)
+datetime picker wince api
*started cleanup api files (only commctl.inc)

git-svn-id: trunk@4493 -
2006-08-23 18:37:36 +00:00
yury
e1b9814b5d * fixed some warnings and notes while compiling RTL.
git-svn-id: trunk@4256 -
2006-07-19 10:31:15 +00:00
oro06
dbaa57c417 *wince:
aygshell removed packed record

git-svn-id: trunk@3855 -
2006-06-13 07:22:47 +00:00
oro06
569508e34b *wince: fix gettextextent return alway 0
git-svn-id: trunk@3761 -
2006-06-01 09:53:51 +00:00
oro06
2c84728dc1 *wince: criticalsection
git-svn-id: trunk@3684 -
2006-05-26 15:22:18 +00:00
Vincent Snijders
38859bff33 * fixed missing end comment
git-svn-id: trunk@3544 -
2006-05-15 23:27:42 +00:00
oro06
d1f6e2cc72 wince
+added oleaut32
+GetTextExtentPoint
*fix syscolors 
*fix InitCommonControlsEx

git-svn-id: trunk@3540 -
2006-05-15 08:22:30 +00:00
oro06
bf6a603d28 *wince fix: SetErrorMode not exist
+wince : ascfun for Ansi func header

git-svn-id: trunk@3490 -
2006-05-13 14:32:11 +00:00
yury
801650ee95 * wince rtl compilation fixed.
git-svn-id: trunk@3168 -
2006-04-08 09:00:14 +00:00
oro06
e8df9990e1 *wince : api sip
git-svn-id: trunk@3139 -
2006-04-04 06:44:56 +00:00
oro06
8c3cc6007d *wince : api gdi update devmode
git-svn-id: trunk@2939 -
2006-03-17 14:00:27 +00:00
oro06
2dfd48497d *wince : api commctl update tabctrl const
git-svn-id: trunk@2938 -
2006-03-17 08:51:28 +00:00
oro06
432e81ebb9 *wince : api commctl update : propertysheet/tabsheet
git-svn-id: trunk@2924 -
2006-03-15 15:01:59 +00:00
yury
ee1ef7d207 * added smartphones virtual key codes.
git-svn-id: trunk@2599 -
2006-02-15 16:59:21 +00:00
yury
acaf1e33cf * Added CreateDialogParam and CreateDialog declarations.
git-svn-id: trunk@2564 -
2006-02-14 00:22:48 +00:00
oro06
e422ddbca3 *wince : api shell update, system.MainInstance is dword
git-svn-id: trunk@2507 -
2006-02-10 09:49:13 +00:00
oro06
b18fc0479b *wince : api update, coredll available exported function list
git-svn-id: trunk@2497 -
2006-02-09 10:59:59 +00:00
oro06
0b206dcb26 *wince : more windows extended styles
git-svn-id: trunk@2346 -
2006-01-26 19:12:23 +00:00
oro06
8a48da8a70 -SHLoadImage not really exported on wince4.2 SE
git-svn-id: trunk@2345 -
2006-01-26 15:11:13 +00:00
oro06
650845915f *wince : more shell api
git-svn-id: trunk@2344 -
2006-01-26 14:17:22 +00:00
oro06
1d48e6ce78 +wince : dialogbox
git-svn-id: trunk@2289 -
2006-01-14 16:11:48 +00:00
oro06
19b6be7d8e +arm/wince more rtl units : winsock, sockets
+arm/wince more fcl units : resolve, ssockets

git-svn-id: trunk@2065 -
2005-12-27 15:37:15 +00:00
oro06
06d8d7c03c * updated compilation pb
git-svn-id: trunk@2012 -
2005-12-20 18:55:53 +00:00
yury
48b75a0608 * compilation for i386-wince was fixed.
* some warnings and DirectoryExists were fixed in sysutils

git-svn-id: trunk@1336 -
2005-10-08 14:09:00 +00:00
oro06
e6fc1af8b9 + added rtl/wince aygshell, commctrl start
git-svn-id: trunk@1234 -
2005-09-30 05:20:22 +00:00
yury
9bccd2a725 + Added SysUtils, Classes, Messages units for WinCE.
+ More units are built for WinCE.

git-svn-id: trunk@1037 -
2005-09-02 12:03:22 +00:00
yury
5bb0897d25 + makefile with list of inc files needed for windows unit.
git-svn-id: trunk@970 -
2005-08-29 06:40:31 +00:00
yury
ca1bb2b633 * wince: Some definitions were fixed for windows unit.
* wince: Some porting were made in redef.inc

git-svn-id: trunk@967 -
2005-08-28 23:15:46 +00:00
oro06
a02c5b9f45 * updated func.inc wince done
git-svn-id: trunk@947 -
2005-08-27 09:57:44 +00:00
oro06
d07bd6fd2a * updated func.inc(unidef.inc) more usr32, gdi32
git-svn-id: trunk@942 -
2005-08-25 18:39:01 +00:00
oro06
715d5f1f7f * updated func.inc(defines.inc) windows, menu
git-svn-id: trunk@934 -
2005-08-24 17:17:42 +00:00
oro06
91cb984db0 * updated func.inc(unidef.inc) : memory, thread, heap
* updated defines.inc required consts (from kfuncs.h)

git-svn-id: trunk@932 -
2005-08-23 16:23:23 +00:00
oro06
d96231af45 + Added WinCE API files updated from Win32
* unidef.inc complete

git-svn-id: trunk@918 -
2005-08-22 17:27:28 +00:00