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 |
Hidenori Takeshima
|
cde7d63bd5
|
Implemented ISeekingPassThru.
|
2001-09-19 22:39:34 +00:00 |
Francois Gouget
|
038af7925b
|
Fix the definition of structs NUMBERFMT* and CURRENCYFMT*.
Add, fix and move prototypes from winbase.h to winnls.h.
|
2001-09-19 22:28:00 +00:00 |
Guy Albertelli
|
607c810ac2
|
Fix problem comparing pidls and return correct code.
|
2001-09-19 22:26:53 +00:00 |
Alexandre Julliard
|
d23a82bc86
|
Made all 16<->32 HWND conversions use explicit functions instead of
implicit type casts.
Moved a lot of 16-bit functions to the new wnd16.c file.
Changed DIALOGINFO structure handling to support 32-bit handles.
|
2001-09-19 20:37:04 +00:00 |
Alexandre Julliard
|
629aab1768
|
Fixed a couple of HWND type mismatches.
|
2001-09-19 20:34:17 +00:00 |
Andreas Mohr
|
ee0c4f86f2
|
Rename "SystemTime" to "t" (this is *not* SYSTEMTIME - avoid
confusion).
|
2001-09-19 20:30:52 +00:00 |
Francois Gouget
|
433430ae96
|
Add msvcrt/locale.h.
Add missing include directives in msvcrt/wchar.h.
Fix prototype of _wstati64 in msvcrt/sys/stat.h.
|
2001-09-19 20:29:33 +00:00 |
Ove Kaaven
|
7e0906f194
|
Lots of rpcrt4.dll stubs.
|
2001-09-17 20:26:38 +00:00 |
Mike McCormack
|
7c1db50c2f
|
Ignore negative widths in HEADER_SetItemBounds.
|
2001-09-17 20:25:52 +00:00 |