Peter Berg Larsen
|
a457ee0a3d
|
%[a-z] and %[z-a] are interpreted as equivalent to %[abcde...z].
Added some scanf tests.
|
2004-01-06 21:36:10 +00:00 |
Alexandre Julliard
|
5d19e6c374
|
Converted DlgDirList to Unicode.
|
2004-01-06 20:51:40 +00:00 |
Chris Morgan
|
d888d36e1d
|
Added winebrowser app that launches a Unix browser.
|
2004-01-06 20:49:58 +00:00 |
Alexandre Julliard
|
72ecbb0675
|
SHCoCreateInstance is now documented (spotted by Francois Gouget).
Its first argument should be a Unicode string.
|
2004-01-06 20:42:47 +00:00 |
Robert Shearman
|
30a520e235
|
Add missing \n on error message.
|
2004-01-06 20:40:48 +00:00 |
Mike McCormack
|
2050c469ef
|
Added missing LF in trace.
|
2004-01-06 20:40:31 +00:00 |
Hans Leidekker
|
195ec47f97
|
Make sure sed uses the right locale.
|
2004-01-06 20:40:10 +00:00 |
Dmitry Timoshkov
|
87af75269d
|
Register window class on mciavi driver loading, and unregister it on
driver unloading.
|
2004-01-06 20:39:48 +00:00 |
Dmitry Timoshkov
|
d81e04a8c0
|
Return correct resource id for time format strings.
|
2004-01-06 20:39:32 +00:00 |
Francois Gouget
|
826ff13385
|
Improve error reporting.
|
2004-01-06 20:39:17 +00:00 |
Dimitrie O. Paun
|
b3130b9f6d
|
Add new value support. Misc improvements and cleanups.
|
2004-01-06 20:38:56 +00:00 |
Peter Berg Larsen
|
ccd749684f
|
Added _BITMAPSIZE_ and split _CONVERT_ macro to remove #ifdefs.
|
2004-01-06 20:38:37 +00:00 |
Ivan Leo Murray-Smith
|
1c875a4f4f
|
Updated Italian resources.
|
2004-01-06 00:37:29 +00:00 |
Marcus Meissner
|
33a58ffa0f
|
xNum should be yNum in one place.
|
2004-01-06 00:37:05 +00:00 |
Jason Edmeades
|
e086402f9a
|
Fix the draw*primitiveUP calls so they work directly after a draw
which uses vertex shaders.
|
2004-01-06 00:36:45 +00:00 |
Lionel Ulmer
|
b945bfd3a4
|
Implement wglUseFontBitmapsW.
|
2004-01-06 00:36:13 +00:00 |
Eric Pouech
|
5bf3a2669b
|
Made wine_get_unix_file_name take a Unicode string pointer.
|
2004-01-05 23:42:09 +00:00 |
Dmitry Timoshkov
|
a938cbeb73
|
Accept all standard DIB compressions in the mciavi driver.
|
2004-01-05 23:07:27 +00:00 |
Alexandre Julliard
|
7412125e46
|
Updates for the new loadorder handling of 16-bit dlls.
|
2004-01-05 21:19:22 +00:00 |
Ivan Leo Murray-Smith
|
6e2d05957e
|
Documentation updates.
|
2004-01-05 21:16:53 +00:00 |
Dimitrie O. Paun
|
4352892f60
|
Add value delete, and dword edit support.
|
2004-01-05 21:14:19 +00:00 |
Dmitry Timoshkov
|
41b7218466
|
Decode stream number from AVI frame data and assign the data to
appropriate streams.
|
2004-01-05 21:13:58 +00:00 |
Martin Fuchs
|
c0a5a27c15
|
Correct return type of SHFileOperationA/W.
|
2004-01-05 21:13:37 +00:00 |
Steven Edwards
|
6518b5ca27
|
MSVC porting fixes.
|
2004-01-05 21:12:21 +00:00 |
Marcus Meissner
|
49c6a8d73d
|
Drop paragraph describing no longer existing regclean.exe.
|
2004-01-05 21:11:45 +00:00 |
Marcus Meissner
|
871ef4491a
|
Handle DIJOYSTATE and DIJOYSTATE2 structs, fail on unknown sizes.
|
2004-01-05 21:11:25 +00:00 |
Alexandre Julliard
|
6db772cd2e
|
Always try to load the 32-bit owner dll instead of directly loading
the .so file for 16-bit builtins. Make the load order for 16-bit dlls
always match the load order of their 32-bit owner (if any).
|
2004-01-03 01:18:55 +00:00 |
Alexandre Julliard
|
cb5c00d57c
|
Avoid referencing a private header in another dll.
|
2004-01-03 00:58:08 +00:00 |
Mike Hearn
|
43cb03be3a
|
Implemented RegFlushKey and NtFlushKey.
|
2004-01-03 00:38:30 +00:00 |
Zimler Attila
|
071b7dae8a
|
Added support for creating new keys.
|
2004-01-03 00:33:56 +00:00 |
Michael Stefaniuc
|
32c7454d75
|
Fill in the color MaskSize and FieldPosition fields in the
ModeInfoBlock.
|
2004-01-02 21:08:41 +00:00 |
Alexandre Julliard
|
7984ded712
|
Added wine_dll_get_owner function that retrieves the 32-bit dll
containing a given 16-bit dll by reading the symlink, so that we don't
need to dlopen it.
|
2004-01-02 21:08:05 +00:00 |
Alexandre Julliard
|
03b47d2118
|
Make symlinks for 16-bit files point to the 32-bit symlink so that
they don't contain a path.
|
2004-01-02 20:54:03 +00:00 |
Steven Edwards
|
892a28323b
|
Split up the Win16/32 MDI support a bit.
|
2004-01-02 20:48:13 +00:00 |
Mike McCormack
|
2de64d4b08
|
On a RB_SETBANDINFO message only redraw the rebar if something
changed.
|
2004-01-02 20:46:05 +00:00 |
Michael Stefaniuc
|
b6de8b9dbc
|
Use a struct as specified in the VBE 3.0 standard for the
ModeInfoBlock. Code wise this is a NOP.
|
2004-01-02 20:45:39 +00:00 |
Steven Edwards
|
d8f9c1c076
|
Fix compiling netapi32 on MSVC with PSDK headers.
|
2004-01-02 20:15:05 +00:00 |
Christian Costa
|
092f7dd352
|
Fix compilation issue with ALSA 0.5.
|
2004-01-02 20:13:57 +00:00 |
Mike Hearn
|
f902d2965f
|
result2 seems to be optional, making it 0 allows IE to continue.
|
2004-01-02 20:13:35 +00:00 |
Steven Edwards
|
903d1f25ce
|
Update the notes on how WINE uses the Systray under KDE.
|
2004-01-02 20:12:51 +00:00 |
Mike McCormack
|
06113289f9
|
Avoid a crash if the dialog style is missing.
|
2004-01-02 20:12:25 +00:00 |
Wim Lewis
|
1694844d2b
|
Clear struct sockaddr_ipx directly instead of just the sipx_zero
field.
|
2004-01-02 20:12:00 +00:00 |
Wim Lewis
|
99a01c03d3
|
EOVERFLOW does not exist on OpenBSD.
|
2004-01-02 20:11:35 +00:00 |
Michael Stefaniuc
|
56f85215f9
|
Set the "bytes per scan line" field when generating the mode info
block.
|
2004-01-02 20:11:03 +00:00 |
Robert Shearman
|
8cea7b64c4
|
Added stub for CertFreeCertificateContext.
|
2004-01-02 03:56:43 +00:00 |
Ivan Leo Murray-Smith
|
b0d57e7c31
|
Completed Italian language support.
|
2004-01-02 03:56:24 +00:00 |
Juan Lang
|
a5545b64e5
|
Fix conflicting registry value names, and try both Win9x and WinNT
locations for NetBT registry values.
|
2004-01-02 03:55:53 +00:00 |
Juan Lang
|
ae459e133d
|
Properly L2-encode the NetBIOS scope ID in DeviceIo_VNB, so
ipconfig.exe and winipcfg.exe display it.
|
2004-01-02 03:55:35 +00:00 |
Juan Lang
|
cb759ba94e
|
Add tracing, add WINS configuration to GetAdaptersInfo, correct
ScopeID reading in GetFixedInfo.
|
2004-01-02 03:55:05 +00:00 |
Marcus Meissner
|
dfd315b415
|
When checking for gethostbyname_r_6 not try to compile but try to
link.
|
2004-01-02 03:53:57 +00:00 |