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
Alexandre Julliard
875927f67e
Updated configure with autoconf 2.58. Set the bug report address.
2004-01-02 01:55:29 +00:00
Alexandre Julliard
bb0d6b7202
Commented out tests that assume that the current year is 2003.
2004-01-02 01:51:38 +00:00
Chris Morgan
4e2c03644c
Make the debug mark printing unconditional instead of conditional upon
...
the SHELL debug channel. Make mark text obvious by changing the
output text to 'Debug mark requested by user' and adding 'Debug mark'
to the menu resource text.
2004-01-02 01:50:50 +00:00
Ivan Leo Murray-Smith
edeb27b09c
Added Italian resources.
2004-01-02 01:50:05 +00:00
Robert Shearman
e18682ad7c
Remove PRINTDLG_GetDefaultPrinterName; use Win32 GetDefaultPrinterA/W
...
instead.
2004-01-02 01:49:31 +00:00
Dmitry Timoshkov
fbaab7d847
Remove a stray LeaveCriticalSection().
2004-01-02 01:48:30 +00:00
Dmitry Timoshkov
2b9d138cc3
Trackbar range should be fixed only in the case of successful
...
mciSendStringW. It's better to initialize dwCallback parameter if
MCI_NOTIFY is specified.
2004-01-02 01:48:15 +00:00
Phil Krylov
930b7da626
Implemented OFN_OVERWRITEPROMPT and OFN_EXTENSIONDIFFERENT flags.
...
Changed IDL_OVERWRITEFILE string resource ID to IDS_OVERWRITEFILE.
Use the extended UI for the "Look In" combo.
Select the text in the "File name" field after filling it.
2004-01-02 01:47:52 +00:00
Dmitry Timoshkov
f41e047020
Much improved mciavi driver. Fixed synchronization, RIFF file with
...
many streams parsing, added support for some MCI_PUT and MCI_WHERE
cases.
2004-01-01 00:48:01 +00:00
Dmitry Timoshkov
cd61ce8529
Add support for many MCIWNDM_ messages and some MCI_ commands in the
...
MCIWndClass implementation.
MCIWndRegisterClass() takes no parameters according to Platform SDK
headers.
2004-01-01 00:12:13 +00:00
Dmitry Timoshkov
91687f6aaf
Use correct pointer to an internal driver description.
2004-01-01 00:07:14 +00:00
Dmitry Timoshkov
123ce73d6b
Add MCI_SYSINFO command W to A mapping.
2004-01-01 00:07:01 +00:00
Alexandre Julliard
446d8321a7
Store window icons in the window structure so that WM_SETICON can do
...
the right thing (based on a patch by Aric Stewart).
2003-12-31 23:51:52 +00:00
Dmitry Timoshkov
9741589bdf
Fix many function prototypes and data types according to Platform SDK
...
definitions.
2003-12-31 23:49:45 +00:00
Dmitry Timoshkov
be6d014f35
Add Unicode->ANSI MCI message mapping, implement mciSendCommandW, fix
...
a bug with a window creation belonging to another hInstance, add
support for MCI_WINDOW command in mciavi.drv, add support for MCI_PLAY
and MCI_STOP in the MCIWndClass implementation.
2003-12-31 19:00:03 +00:00
Marcus Meissner
042f8953ff
Fixed size calculation on redim if old size was 0.
2003-12-31 18:58:25 +00:00
Gerald Pfeifer
db1113fed1
Improve error messages in OSS_WaveOutInit() and OSS_WaveInInit() and
...
warn instead of aborting in case of problems reading mixer info.
2003-12-31 18:58:07 +00:00
Stefan Leichter
c5e507a44b
Added file version resource.
2003-12-31 18:56:07 +00:00
Rein Klazes
8e74404fea
IsdialogMessage16 must not process messages that are not intended for
...
the dialog box.
2003-12-31 00:15:16 +00:00
Mike Hearn
e9ae6a7246
Remove DCOM config file entries, as they have no effect.
2003-12-31 00:12:47 +00:00
Marcus Meissner
492451464a
Removed too strict header check to enable execution of handcoded PE
...
exes.
2003-12-31 00:12:31 +00:00
Mike Hearn
5f5034ff3b
Print exe name when initialization fails.
2003-12-31 00:11:48 +00:00
Tom Wickline
c24c30fffc
Add newdev, updated DMusic section, small fix to dpnhpast.
2003-12-31 00:11:25 +00:00
Gerald Pfeifer
6969a9b02d
Remove URLCache_FindEntry() which is not used any longer.
2003-12-31 00:11:02 +00:00
Ulrich Czekalla
9655a5fdc5
Add stubbed version of newdev.dll.
2003-12-30 22:19:30 +00:00
Rein Klazes
62fb1919f8
- Add a bitmap resource with the font icons: TrueType, printer,
...
OpenType and Type 1. Modify the code so that they will be used if or
when the needed bits are passed to the FontEnumProc.
- Use EnumFontFamiliesEx instead of EnumFontFamilies.
- Fix the fixme in the WM_MEASUREITEM message handler.
2003-12-30 22:08:17 +00:00
Stefan Leichter
a0d658aeed
Make use of/handle the first parameter of the function Extract.
2003-12-30 21:55:52 +00:00
Dmitry Timoshkov
1a620f29d2
Add MDI child creation tests.
2003-12-30 21:54:54 +00:00
David Beck
ef7087a5ee
Added RFTHREAD flag in rfork call.
2003-12-30 21:53:32 +00:00
Robert Shearman
e14e101fed
- Fixed buffer overflow in IFilterMapper2::RegisterFilter.
...
- Fixed buffer overflow in DEVENUM_IPropertyBag_Read.
- Fixed NULL pointer de-ref in DllRegisterServer when IFilterMapper2
is not registered.
- Allowed returning the moniker in IFilterMapper2::RegisterFilter.
- Enumerate special categories without causing infinite loop.
2003-12-30 21:52:45 +00:00
Sami Aario
bc08f32742
Fix some return values of dplayx API calls.
2003-12-30 21:50:56 +00:00
Alexandre Julliard
5c92266987
Fixed RtlUnwind signature (reported by Pierre d'Herbemont).
2003-12-30 19:26:19 +00:00
Martin Fuchs
963dd34ec0
- correct return value of SHGetPathFromIDList[AW]() for virtual
...
folders like "My Computer"
- correct path parsing in ISF_Desktop_fnParseDisplayName()
- handle CLSID paths in ISF_MyComputer_fnParseDisplayName()
- return CLSID path in ISF_MyComputer_fnGetDisplayNameOf()
2003-12-30 19:24:22 +00:00
Juan Lang
c02488b5f0
Read the Policy{Account,Primary}DomainInformation from the registry,
...
rather than hardcoding it to "DOMAIN".
2003-12-30 19:21:11 +00:00
Ge van Geldorp
fc5134d52e
Enclose application name in double quotation marks, as it may contain
...
spaces.
2003-12-30 19:20:11 +00:00
Michael Stefaniuc
0bdf5d8c91
Fixed mem leak on error path.
2003-12-30 19:19:46 +00:00
Vik Kumar
c04cf2d12c
Fixed MS UI Gothic font names.
2003-12-30 19:19:18 +00:00
Hans Leidekker
ccf25f0359
Translate msrle32 and oledlg resources.
2003-12-30 19:17:59 +00:00
Mike McCormack
bbe0e2ce80
Sort the output of wcmd's set command.
2003-12-30 19:17:31 +00:00
Mike McCormack
9acaadea3f
Return an SID when GetTokenInformation is called with class
...
TokenOwner.
2003-12-30 19:17:05 +00:00
Sylvain Petreolle
fabfea59c7
Added stubs for options CONNECT_TIMEOUT and DATA_RECEIVE_TIMEOUT.
2003-12-30 19:16:37 +00:00
Marcus Meissner
04f96a864e
DWL_USER might be used otherwise, so use an internal window property
...
for data storage.
2003-12-30 19:15:43 +00:00
Zimler Attila
14f7446f70
Fixed Hungarian keyboard layout.
2003-12-30 19:14:59 +00:00