Marcus Meissner
|
27215d9f5a
|
WINELIB applications (like reaktivate) might have very long (C++)
symbols. Use a larger buffer.
|
2001-10-08 22:16:06 +00:00 |
Gerard Patel
|
d6bd28222e
|
GetDiskFreeSpaceEx should accept an input like "C:".
|
2001-10-08 22:15:39 +00:00 |
Eric Pouech
|
c73316db5b
|
- fixed copy&paste bug (GENERIC_WRITE instead of GENERIC_READ)
- when getting the type of a handle, it has to be done even if no fd
is attached to it (console for example)
|
2001-10-08 20:57:12 +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 |
Mike McCormack
|
568c67e173
|
Make serial fd blocking mode depend on FILE_FLAG_OVERLAPPED.
|
2001-10-08 20:40:57 +00:00 |
Francois Gouget
|
58b299521d
|
Small typo fixes/updates.
|
2001-10-08 20:40:09 +00:00 |
Francois Gouget
|
086f1cbb2c
|
Move the ERR_XXX macros from winbase.h to error.c.
|
2001-10-08 20:37:34 +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 |
Dmitry Timoshkov
|
b85a6e8c0a
|
Defer edit style correction until EDITSTATE is fully initialized.
|
2001-10-08 20:33:08 +00:00 |
Francois Gouget
|
aacc7e3756
|
_beginthread: Don't store the trampoline on the stack.
|
2001-10-08 20:32:41 +00:00 |
Francois Gouget
|
d4db6821c5
|
Move COLORREF from wingdi.h to windef.h.
Add a prototype for GdiFlush.
|
2001-10-08 20:31:59 +00:00 |
Francois Gouget
|
d599c5a9b5
|
Wrappers must always be compiled in STRICT mode.
|
2001-10-08 20:30:18 +00:00 |
Alexandre Julliard
|
53050d79c1
|
Provide help even when in the NOPROCESS state.
|
2001-10-08 20:28:58 +00:00 |
Francois Gouget
|
ba7f6c541f
|
Fix infinite loop problem in wineclipsrv startup.
LaunchServer: Don't give up on the first message.
Added GetSelectionEvent: Limit CPU use and introduce timeout.
|
2001-10-08 20:28:36 +00:00 |
Francois Gouget
|
671a2ee8b7
|
Better handling of the timeout in WaitForInputIdle.
Use WAIT_FAILED rather than the corresponding literal.
|
2001-10-08 20:28:12 +00:00 |
Malte Starostik
|
19337c7e18
|
CreateURLMoniker takes a LPCWSTR, not a LPWSTR.
|
2001-10-08 20:27:01 +00:00 |
Alexandre Julliard
|
62fb0825bf
|
Process pending events before sending WM_PAINT on RDW_UPDATENOW.
|
2001-10-05 19:47:42 +00:00 |
Alexandre Julliard
|
646d621fec
|
Added get_file_info support to named pipes and sockets to avoid
breaking the get_handle_fd request.
|
2001-10-05 19:45:45 +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 |
Malte Starostik
|
7f9b0906dd
|
Added IPersistPropertyBag2 and IPropertyBag2 definitions, added
missing BINDINFO member.
|
2001-10-05 19:38:43 +00:00 |
Johan Gill
|
3dc764038d
|
The LR_ defines do not reside in windows.h anymore.
|
2001-10-05 19:38:14 +00:00 |
Huw D M Davies
|
e2a9e49349
|
Remove some unnecessary AddRef's.
|
2001-10-05 19:37:44 +00:00 |
Dmitry Timoshkov
|
2c7cc63179
|
Add XK_Mode_switch to the list of ignored keysyms.
|
2001-10-05 19:37:19 +00:00 |
Daniel Sabo
|
cebf8b659d
|
A 'fi' was needed in the last if statement.
|
2001-10-05 19:37:04 +00:00 |
Alexandre Julliard
|
20dc74b725
|
Release 20011004.
|
2001-10-04 19:08:40 +00:00 |
Alexandre Julliard
|
c8f3fed5cb
|
Ignore RLE data that goes past the line end (found by Uwe Bonnes).
General cleanup of the RLE routines.
|
2001-10-04 18:16:37 +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 |
Mike McCormack
|
ff58be5c7f
|
Fetch a handle type in FILE_GetUnixHandle.
|
2001-10-04 16:18:15 +00:00 |
Alexandre Julliard
|
840434acd0
|
Don't ignore first chance debug exceptions since it may be a
breakpoint that we set ourselves.
|
2001-10-04 16:17:16 +00:00 |
Bill Medland
|
88bb926a5e
|
A couple of minor points about converting Windows fonts.
|
2001-10-04 16:14:43 +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 |
Alexandre Julliard
|
3c76b14474
|
Skip BitBlt DIB optimization if source and dest DCs have different
depths.
|
2001-10-03 18:45:41 +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 |
Ove Kaaven
|
ed9d1602eb
|
Corrected INVOKEKIND enumeration values.
|
2001-10-03 18:40:28 +00:00 |
Aric Stewart
|
d5a2698b8f
|
Make sure that newly allocated TLS indexes are cleared.
|
2001-10-03 18:40:10 +00:00 |
Andreas Mohr
|
b2059fa4c0
|
Better fake implementation of SetThreadExecutionState.
|
2001-10-03 18:39:23 +00:00 |
Alexandre Julliard
|
e566195eaf
|
Free cache DCEs if the DC gets deleted.
|
2001-10-02 21:40:11 +00:00 |
Alexandre Julliard
|
185ba234ec
|
Fixed typo in previous change.
|
2001-10-02 21:39:48 +00:00 |
Alexandre Julliard
|
5b1e934218
|
Avoid including winbase.h in generated .spec.c files.
|
2001-10-02 20:32:58 +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 |