Andriy Palamarchuk
676eb230e1
Added SYSMETRICS_Set.
...
Implemented SPI_SETSHOWSOUNDS action.
2001-10-02 18:35:32 +00:00
Andreas Mohr
ab968455cd
Added WSC*InstallProvider stubs.
2001-10-02 17:46:59 +00:00
Dmitry Timoshkov
ef54643490
Remove a hack for keyboard group switching.
...
Always save/restore correct keyboard group index.
Explicitly ignore the keyboard group switching events.
2001-10-02 17:17:31 +00:00
Hidenori Takeshima
6619ebad32
Implemented CLSID_AudioRender.
2001-10-01 20:53:58 +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
Ove Kaaven
daaeb5e33c
Fixed a couple of typos.
2001-09-25 22:38:59 +00:00
Ove Kaaven
080abfcd35
Added ICOM_[C]THIS_MULTI macros to make it easier to implement objects
...
that expose multiple interfaces. Added prototypes for CoGetPSClsid and
IUnknown_*_Proxy.
2001-09-25 22:38:43 +00:00
Ove Kaaven
e0fa03695c
Added some named pipe definitions.
2001-09-25 22:38:12 +00:00
Ove Kaaven
c3ee6928a5
Added prototype for GetHGlobalFromStream.
2001-09-25 22:37:49 +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
Alexandre Julliard
a09da0cbbd
Added proper support for storing window parents in the server.
...
Added a few requests to query the window hierarchy.
2001-09-21 21:08:40 +00:00
Mike McCormack
50f7bc5af5
Declare DeviceIoControl.
2001-09-21 21:02:38 +00:00
Guy L. Albertelli
141701e157
Define the SHQueryValueEx{A|W} entry points.
2001-09-20 19:31:54 +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
Francois Gouget
7beb574b20
Remove macros that should not be there (cause conflicts in WineLib).
...
Add corresponding comments in spy.c.
2001-09-19 22:25:52 +00:00
Francois Gouget
232b500427
Remove duplicate definition of _tmain.
...
Add definitions for __targv and _tenviron.
2001-09-19 22:24:54 +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
Huw D M Davies
2938242bb6
Use the font charset to obtain a codepage for A->W conversion in the
...
text functions.
2001-09-19 20:32:07 +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
Hidenori Takeshima
e575ad292e
Implemented IMemAllocator.
2001-09-17 20:04:28 +00:00
Huw D M Davies
ff453fcd38
Add config check and thread safe wrappers for the XRender library.
2001-09-14 01:04:25 +00:00
Francois Gouget
d97fe2655b
Fix the WSAStartup prototype.
...
Fix handling of timeout parameter in select.
2001-09-14 00:19:52 +00:00
Francois Gouget
04717f0d80
HANDLER_ROUTINE is in fact PHANDLER_ROUTINE.
2001-09-14 00:06:33 +00:00
Huw D M Davies
814654ef9f
Lay down the infrastructure for gdi font rendering.
...
Partial implementation of GetGylphOutline and GetOutlineTextMetrics
for gdi fonts.
2001-09-12 20:21:06 +00:00
Alexandre Julliard
37a4639ee1
Make sure that functions returning an HWND always return a full 32-bit
...
handle.
2001-09-12 17:19:13 +00:00
Dmitry Timoshkov
cf07d8bf73
Remove not used include/process.h.
2001-09-11 00:33:15 +00:00
Hidenori Takeshima
ecbf6c112b
Fixed some broken macros.
...
Added some stubs.
Implemeted undocumented APIs.
Implemented many methods in IMediaFilter, IMediaControl and
IReferenceClock.
Started Implementing IMemoryAllocator.
2001-09-11 00:29:03 +00:00
Huw D M Davies
e940f1d2c0
Fix typo.
2001-09-10 23:13:40 +00:00
Marcus Meissner
4d2f173ce3
Added dwFlags to lock_update private functions so we can pass
...
WRITEONLY/READONLY.
Added those flags to the internal Lock() calls.
Only copy the surface from screen to surface if not writeonly.
Restrict blitting between display window and surface to the
locked/unlocked rectangle and the clipwindow section.
Added defines for DDHAL_UNLOCKDATA/DDHAL_LOCKDATA, added calls to HAL
implementation.
2001-09-10 23:12:16 +00:00
Marcus Meissner
8934496bb3
Enhanced GetCalendarInfo stub, added known CAL_* defines.
2001-09-10 23:08:39 +00:00
Ove Kaaven
fdebace998
Fix buffering problems in HEL mode.
2001-09-10 23:08:11 +00:00
Guy L. Albertelli
db9b54925d
Enhance SPY_GetMsgName to translate common control messages.
2001-09-07 18:38:57 +00:00
Huw D M Davies
92bb19fed8
Move GDI_ERROR definition to wingdi.h.
...
Add HGDI_ERROR.
2001-09-07 15:27:51 +00:00
Huw D M Davies
de8ba1c12e
Add FUNCFLAGS and change TYPEFLAGS_* to an enum.
2001-09-07 15:26:36 +00:00
Huw D M Davies
2356fbce9e
Stub implementation for UuidHash().
2001-09-07 15:25:51 +00:00
Hidenori Takeshima
3d18cec1fe
Added some missing GUIDs.
2001-09-07 15:24:50 +00:00
Alexandre Julliard
6bf2abfab1
Make window handles 32-bit before calling window procedure.
...
Don't clear window parent field when unlinking it.
2001-08-29 00:16:00 +00:00
Alexandre Julliard
1a66d226eb
Added global management of user handles in the server.
...
Very preliminary support for shared window handles.
2001-08-28 18:44:52 +00:00
Mike McCormack
f2e7ce7f6a
Implemented GetNamedPipeInfo.
2001-08-27 19:03:42 +00:00
Hidenori Takeshima
329318109f
Added some missing interfaces.
2001-08-27 19:00:34 +00:00
Hidenori Takeshima
cb6348ca96
Added ICOM_METHOD12-26, ICOM_VMETHOD12-26, ICOM_CALL12-26.
2001-08-27 19:00:12 +00:00
Alexandre Julliard
574e9d3492
Release 20010824.
2001-08-24 22:26:24 +00:00
Francois Gouget
14b06d40e6
Added WSASTARTUP16 a 1 byte alignment version of WSASTARTUP for win16.
2001-08-24 21:33:58 +00:00
Hidenori Takeshima
42761e7adb
Added some missing CLSIDs.
2001-08-24 21:13:26 +00:00
Bill Medland
65fc1c92d4
Added LOAD_WITH_ALTERED_SEARCH_PATH support to LoadLibraryEx.
2001-08-24 21:13:02 +00:00
Alexandre Julliard
9d9dac0947
Added WIN_ListParents function and renamed WIN_BuildWinArray into
...
WIN_ListChildren. Made owner field in WND structure an HWND.
2001-08-24 19:28:21 +00:00
Francois Gouget
126e6b8175
Rename the regular WS_FD_XXX macros to FD_XXX.
...
Rename the Wine specific WS_FD_XXX macros to FD_WINE_XXX.
2001-08-24 19:14:56 +00:00
Alexandre Julliard
0801ffc5a3
Implemented GetAncestor and removed WIN_GetTopParent.
...
Removed a few more accesses to the WND structure.
2001-08-24 00:26:59 +00:00
Mike McCormack
bf55457f24
Implement WaitNamedPipe and DisconnectNamedPipe.
...
Add a state for each pipe handle in the server.
Create a socket on when the pipe is opened, not before.
2001-08-23 23:29:20 +00:00
Hidenori Takeshima
ffb0d94e3d
Added two missing headers.
...
Implemented AMGetErrorText.
2001-08-22 18:20:36 +00:00