Francois Gouget
|
141039a54c
|
Move the RT_XXX macros to winuser.h.
winuser.h: Add support for NOGDI.
winuser.h: Modify to allow compilation without wingdi.h.
|
2001-10-10 02:51:24 +00:00 |
Chris Green
|
151fdd7c82
|
Added names of the "missing" paths for SHGetSpecialFolderPathA.
|
2001-10-10 02:48:29 +00:00 |
Patrik Stridvall
|
e573aba23f
|
Fixed issue found by winapi_check.
|
2001-10-09 21:48:39 +00:00 |
Patrik Stridvall
|
e668a9dbbf
|
Added new include file ws2spi.h for adding needed types.
|
2001-10-09 21:48:22 +00:00 |
Stefan Leichter
|
5bc7d7361e
|
Fixed parameters of SetupOpenInfFileA.
|
2001-10-09 21:47:11 +00:00 |
Hidenori Takeshima
|
bd3be7a905
|
Started Implementing Video Renderer.
Started Implementing WAVE/AU/AIFF Parser.
Started Implementing file source.
Fixed some bugs.
|
2001-10-08 20:56:08 +00:00 |
Alexandre Julliard
|
90d4b11b3a
|
Renamed USER_Init into UserClientDllInitialize.
|
2001-10-08 20:42:14 +00:00 |
Francois Gouget
|
58b299521d
|
Small typo fixes/updates.
|
2001-10-08 20:40:09 +00:00 |
Francois Gouget
|
76f6ffaf1b
|
Fix the SOCKADDR_IPX declaration.
Centralize all sockaddr_xxx conversions in ws_sockaddr_ws2u and
ws_sockaddr_u2ws.
Remove ugly casts in TRACEs.
|
2001-10-08 20:36:03 +00:00 |
Francois Gouget
|
aacc7e3756
|
_beginthread: Don't store the trampoline on the stack.
|
2001-10-08 20:32:41 +00:00 |
Malte Starostik
|
19337c7e18
|
CreateURLMoniker takes a LPCWSTR, not a LPWSTR.
|
2001-10-08 20:27:01 +00:00 |
Stefan Leichter
|
32aee1ae11
|
Added defines for resource types RT_MESSAGETABLE, RT_VERSION.
|
2001-10-05 19:44:33 +00:00 |
Gerard Patel
|
6559d10489
|
Fix sign extension problem in map_wparam_WtoA.
|
2001-10-05 19:42:24 +00:00 |
Huw D M Davies
|
e2a9e49349
|
Remove some unnecessary AddRef's.
|
2001-10-05 19:37:44 +00:00 |
Nikolas Zimmermann
|
76598823d0
|
Skip port number before calling gethostbyname.
Fix non-absolute urls.
|
2001-10-04 18:12:41 +00:00 |
Ove Kaaven
|
f26d2522af
|
The DISPPARAMS parameter array is a reverse-order array.
|
2001-10-04 18:11:11 +00:00 |
Ove Kaaven
|
54c8fee942
|
Implement coercion to VT_UNKNOWN from VT_DISPATCH.
|
2001-10-04 16:14:24 +00:00 |
Ove Kaaven
|
77f8e5fef2
|
ITypeInfo::Invoke should also search inherited interfaces for the
method to invoke.
ITypeInfo::GetIDsOfNames needs to do case-insensitive string
compares.
|
2001-10-04 16:14:08 +00:00 |
Gerard Patel
|
94ce2a3303
|
Map a window if it is shown by a direct style change.
|
2001-10-03 18:44:02 +00:00 |
Ove Kaaven
|
e35f4ee144
|
Don't ignore DISPATCH_METHOD in ITypeInfo::Invoke.
|
2001-10-03 18:42:54 +00:00 |
Guy Albertelli
|
5a538105d1
|
Fix SHAddToRecentDocs code to properly handle native Comctl32 and
missing policies location.
|
2001-10-03 18:42:16 +00:00 |
Huw D M Davies
|
58aa0a12b9
|
Looks like the SLTG_ImplInfo struct isn't a fixed size.
|
2001-10-03 18:41:26 +00:00 |
Bill Medland
|
5a9ba2826e
|
Allow two connections by not releasing the wrapped library too early.
Also heavily protected and added additional trace information.
Make the Load functions static to reduce visiblity (enhance
simplicity).
|
2001-10-02 20:28:06 +00:00 |
Alexandre Julliard
|
a21672ebbc
|
Merged mouse buttons states into the key state array.
Fixed confusion between queue state and async state.
|
2001-10-02 18:53:59 +00:00 |
Alexandre Julliard
|
3f4f7fa7f2
|
Removed unnecessary includes/definitions.
|
2001-10-02 18:45:46 +00:00 |
Ilya Konstantinov
|
560ca323e2
|
Added a _NET_WM_NAME(UTF8_STRING) property to every window.
|
2001-10-02 18:44:56 +00:00 |
Andreas Mohr
|
2718c895d1
|
Make OaBuildVersion() return the highest version value possible.
Some cleanups.
|
2001-10-02 18:28:31 +00:00 |
Andreas Mohr
|
ab968455cd
|
Added WSC*InstallProvider stubs.
|
2001-10-02 17:46:59 +00:00 |
Huw D M Davies
|
04f90ca78a
|
Long nameless args in SLTG apparently get denoted by 0xfffe.
|
2001-10-02 17:25:55 +00:00 |
Guy Albertelli
|
60b59bef9f
|
Implemented dummy stub for SHChangeNotifyUpdateEntryList and
functional CIDLData_CreateFromIDArray.
|
2001-10-02 17:25:36 +00:00 |
Hidenori Takeshima
|
6619ebad32
|
Implemented CLSID_AudioRender.
|
2001-10-01 20:53:58 +00:00 |
Ove Kaaven
|
aacac86ada
|
Implemented DispGetParam.
|
2001-10-01 20:53:11 +00:00 |
Andreas Mohr
|
ed2aa7acdb
|
Fix/document SHLWAPI ordinals 217 and 218.
|
2001-10-01 20:52:53 +00:00 |
Andreas Mohr
|
306400541e
|
Added stub for WSApSetPostRoutine.
|
2001-10-01 20:52:23 +00:00 |
Eric Pouech
|
c766ea7b5c
|
Should initialize COM before calling it.
|
2001-10-01 20:51:44 +00:00 |
Huw D M Davies
|
899861d130
|
Better handling of typelibs loaded with a trailing resource number.
The logic for determining whether an SLTG typelib has a function param
as a 'short' or 'long' type has been 'refined'.
|
2001-09-26 23:05:35 +00:00 |
Francois Gouget
|
e716fa75bd
|
Renamed W_OK to MSVCRT_W_OK.
|
2001-09-26 23:04:02 +00:00 |
Hidenori Takeshima
|
c9f0ff2d8c
|
Merged some C sources.
Fixed some bugs.
Started implementing some pass-through interfaces.
|
2001-09-25 22:37:04 +00:00 |
Alexandre Julliard
|
7695d69046
|
A couple of optimizations to avoid some server calls in WIN_FindWndPtr
and related functions.
|
2001-09-24 01:19:59 +00:00 |
David Hammerton
|
75b525149d
|
Fixed typos.
|
2001-09-21 21:39:37 +00:00 |
Guy Albertelli
|
db1a09d6fa
|
Implement initial version of SHAddToRecentDocs.
|
2001-09-21 21:39:06 +00:00 |
Alexandre Julliard
|
9c89290e89
|
Ignore ConfigueNotify size changes while the window is iconic.
|
2001-09-21 21:04:56 +00:00 |
Ove Kaaven
|
9f6d5a068b
|
Variants and safe arrays is now able to copy BSTR swith embedded null
characters. Safe arrays now handle BSTRs and variants.
|
2001-09-21 21:01:31 +00:00 |
Ove Kaaven
|
eebbeef944
|
Register typelib marshaling for OLE Automation-compatible interfaces.
|
2001-09-21 21:00:37 +00:00 |
Alexandre Julliard
|
107b289a4e
|
Fixed a couple of bugs in _except_handler3.
|
2001-09-20 19:33:37 +00:00 |
Andreas Mohr
|
cf67b00a6a
|
Added stub for GdiInit2().
|
2001-09-20 19:32:39 +00:00 |
Guy L. Albertelli
|
f78858334a
|
Get more entry points from Comctl32 and save the addresses.
|
2001-09-20 19:32:13 +00:00 |
Aric Stewart
|
1e5777edf5
|
The behavior for wsprintfA is different that for wsprintf16 in how it
handles NULLs being passed as character parameters.
|
2001-09-20 19:05:58 +00:00 |
Francois Gouget
|
5ee3879ce0
|
Fix the conversions of a command line to/from an argv array.
|
2001-09-20 19:05:11 +00:00 |
Guy Albertelli
|
45e9cea3d1
|
Implement most of the MRU related functions.
|
2001-09-20 18:58:43 +00:00 |