Eric Pouech
|
768008fa20
|
- got rid of FILE_Dup2 export from kernel32
- move all dos handle related code into dlls/kernel32
|
2004-01-14 04:34:20 +00:00 |
Alexandre Julliard
|
53145d96f6
|
Moved some code around to avoid exporting DIB functions from gdi32.
|
2004-01-13 23:31:46 +00:00 |
Jon Griffiths
|
f4e7227541
|
Implemented VarInt, VarFix, VarNeg.
|
2004-01-13 23:16:04 +00:00 |
Jon Griffiths
|
757af5fc15
|
Use integer math in VarCyInt, docs.
|
2004-01-13 23:02:34 +00:00 |
Rein Klazes
|
950da26b98
|
Two "unknown" parameters of _unDName() turn out to be the output
string and it length. If possible, use these instead of allocating a
new one. Put the code in _unDNameEx() and call that from _unDName().
|
2004-01-13 22:56:59 +00:00 |
Tom Wickline
|
3d6eb2db2f
|
Fixed version info.
|
2004-01-13 22:50:55 +00:00 |
Alexandre Julliard
|
dec198afe0
|
Implemented the remaining 64-bit file functions, and added a few other
functions and exported variables.
Removed the almost empty lconv.c file.
|
2004-01-13 05:45:05 +00:00 |
Alexandre Julliard
|
16e5634a3b
|
Implemented a few more crt* functions.
Replaced most remaining stubs by forwards to msvcrt.
|
2004-01-13 05:37:47 +00:00 |
Alexandre Julliard
|
c0faca0755
|
Avoid direct access to the palette structure.
|
2004-01-13 05:25:30 +00:00 |
Marcus Meissner
|
219731197a
|
Added stub for EnumICMProfilesA/W.
|
2004-01-13 05:20:17 +00:00 |
Alexandre Julliard
|
774304da90
|
Authors: Jeremy White <jwhite@codeweavers.com>, Francois Gouget <fgouget@codeweavers.com>
Test the behavior of bind() wrt. SO_REUSEADDR.
|
2004-01-13 05:12:46 +00:00 |
Jeremy Shaw
|
0d914dfd45
|
Remove forced WS_SO_REUSEADDR on all binds.
|
2004-01-13 05:10:59 +00:00 |
Francois Gouget
|
eb10f347e6
|
Fix a race that caused the Microsoft Viewers 'file extraction'
animation to sometimes have a pink background.
|
2004-01-13 05:07:56 +00:00 |
Vincent Béron
|
6f2b7a5663
|
Remove a "\" from a multiline string constant by splitting it in two.
|
2004-01-13 04:57:57 +00:00 |
Alexandre Julliard
|
9d79df901a
|
Added all the missing functions.
|
2004-01-13 01:27:19 +00:00 |
Alexandre Julliard
|
83883e1730
|
_set_error_mode is cdecl not stdcall.
|
2004-01-13 01:08:59 +00:00 |
André Johansen
|
759d956c51
|
Forward _set_error_mode to msvcrt.
|
2004-01-13 01:08:04 +00:00 |
Vincent Béron
|
431a96f43a
|
Get rid of a W->A crosscall (ResetDCA->ResetDCW).
|
2004-01-13 01:06:44 +00:00 |
Christian Costa
|
8349acab6c
|
Added Midi IN support.
|
2004-01-13 01:05:34 +00:00 |
Rein Klazes
|
be4aff376b
|
Handle the cases when initdir is either invalid, or specifies a file.
|
2004-01-12 22:12:58 +00:00 |
Mike McCormack
|
d0779463da
|
Stub enough of MSVCRT40 to make IE4 install work.
|
2004-01-12 22:12:27 +00:00 |
Alexandre Julliard
|
a51bb8151d
|
ScrollDC doesn't need to be in the graphics driver.
|
2004-01-12 21:15:16 +00:00 |
Vincent Béron
|
446368333c
|
CreateDC is Unicode now, change the spec file accordingly.
|
2004-01-12 21:08:31 +00:00 |
Bill Medland
|
866f5ba0ef
|
Correct handling of font table when the font name is not the last
thing in the entry (i.e. is followed by the font altname in a group).
|
2004-01-12 21:07:03 +00:00 |
Marcus Meissner
|
ff16b32499
|
SafeArrayRedim: Use the correct size for resize too.
|
2004-01-12 21:06:30 +00:00 |
Eric Pouech
|
d6771b1333
|
Implemented Toolhelp32ReadProcessMemory.
|
2004-01-12 21:05:53 +00:00 |
Eric Pouech
|
9db6037de8
|
- implemented TIME_KILL_SYCHRONOUS timer flags
- timeKillTimer is now thread safe
- replaced some iData attributes by global variables
|
2004-01-12 21:03:10 +00:00 |
Robert Reif
|
370a18f786
|
Reduce the use of the dsound global variable by passing address to
functions.
|
2004-01-12 21:02:22 +00:00 |
Alexandre Julliard
|
e8283089cb
|
Get rid of no longer needed WINE_PACKED define.
|
2004-01-09 22:18:49 +00:00 |
Robert Reif
|
7dd637467a
|
Added some missing defines and a struct.
Fixed some const * arguments.
|
2004-01-09 22:06:54 +00:00 |
Marcus Meissner
|
41beb71636
|
Allow offset of NULL to NtWriteFile.
|
2004-01-09 20:09:08 +00:00 |
Marcus Meissner
|
17ffed02eb
|
Fixed HeapRealloc typo.
|
2004-01-09 20:08:48 +00:00 |
Alexandre Julliard
|
2509fcf2c6
|
Some more Win16/Win32 separation (based on a patch by Steven
Edwards).
|
2004-01-09 05:10:35 +00:00 |
Michael Stefaniuc
|
6c34235f3e
|
- add VESA mode 0x6a (same as 0x102)
- add a macro to check if a mode is a VESA mode
- output the unsupported VGA mode in hex (all VGA/VESA docs use hex
for that)
|
2004-01-09 05:03:43 +00:00 |
Jeremy Shaw
|
ed69f0bff6
|
Added wave-in support and fixed a few bugs in the wave-out code.
|
2004-01-09 05:02:58 +00:00 |
Alexandre Julliard
|
19dfc3ce74
|
Removed XInitThreads call, the X libraries still have too many bugs to
make this viable.
|
2004-01-09 01:10:59 +00:00 |
Marcus Meissner
|
2ac287e875
|
Copy BSTRs byte wise.
Added a testcase for byte wise copy of VT_BSTR variant with
VariantCopy().
|
2004-01-09 00:58:01 +00:00 |
Ferenc Wagner
|
88bc174873
|
Pin down LoadStringA behaviour on different buffer lengths.
|
2004-01-09 00:36:51 +00:00 |
Dmitry Timoshkov
|
2a2cd4db76
|
Fix an IE crash and make the "Create Folder" functionality in
Favorites work.
|
2004-01-09 00:35:21 +00:00 |
Ove Kaaven
|
00d0406c0d
|
Avoid freeing request packet too early if an exception occurs.
|
2004-01-09 00:35:04 +00:00 |
Ove Kaaven
|
cb6c83dfc3
|
Properly handle destroying the first connection in the connection
cache.
|
2004-01-09 00:34:53 +00:00 |
Mike McCormack
|
f7b47f7a5c
|
Regression test for files with zero length.
|
2004-01-09 00:34:37 +00:00 |
Aric Stewart
|
2eebf3c78e
|
Enable Tablet support with both Tilt and Pressure.
|
2004-01-09 00:03:00 +00:00 |
Alexandre Julliard
|
4e4460eaef
|
There's no need for DUMMYUNIONNAME in private headers.
|
2004-01-08 05:27:23 +00:00 |
Alexandre Julliard
|
3604824262
|
If supported by the linker, prevent the ELF loader from calling the
dll constructors at load time and call them from the dll entry point
instead.
|
2004-01-08 03:36:53 +00:00 |
Mike Hearn
|
925a2f936e
|
Always print a message for generic stubs.
|
2004-01-08 03:28:42 +00:00 |
Ulrich Czekalla
|
6af0df45d6
|
Add option to use the primary selection in addition to the clipboard
selection.
|
2004-01-08 00:43:46 +00:00 |
Stefan Leichter
|
3f5fada764
|
Added the linked list with the name of files of the CAB archive.
|
2004-01-08 00:42:36 +00:00 |
Eric Pouech
|
6cf101c1b3
|
- Applied to all MCI drivers Dmitry's fix for MCI_STATUS_TIME_FORMAT
(wasn't returning string resource ID).
- Fixed mciseq when opened without a filename.
|
2004-01-08 00:42:02 +00:00 |
Hans Leidekker
|
fcd9732f84
|
Remove some unused headers.
|
2004-01-08 00:41:13 +00:00 |