Vitaliy Margolen
bc2b9e3feb
comctl32: Fix invalid date/time check in MCM_SETRANGE: ignore time and fail on bad date.
2006-02-14 17:12:45 +01:00
Saulius Krasuckas
8aee2f2951
mscms: Move 4 test macros into a single one.
2006-02-14 17:12:32 +01:00
Alex Villacís Lasso
2382e58b4c
winemp3: Increase factor from 4 to 12 in MPEG3_StreamSize.
...
- Increase size factor from 4 to 12 in MPEG_StreamSize, otherwise
mpglib buffer queue grows.
- Add TRACE of mpglib buffer queue for conversion.
2006-02-14 17:12:19 +01:00
Alexandre Julliard
7bd53d7efa
ctl3d32: Renamed ctl3d directory to ctl3d32.
2006-02-14 17:08:59 +01:00
Alexandre Julliard
743741db19
olesvr32: Renamed olesvr directory to olesvr32.
2006-02-14 17:05:32 +01:00
Alexandre Julliard
f15db16785
olecli32: Renamed olecli directory to olecli32.
2006-02-14 16:57:23 +01:00
Detlef Riekenberg
aa318d1e3b
sfc: Add sfc.dll with a stub for SfcIsFileProtected.
2006-02-14 16:53:03 +01:00
Eric Pouech
c9de37d71c
dbghelp: Always set the size to public symbols to 1 when we don't know the size
...
so that they can only be search on their start address
2006-02-14 14:04:16 +01:00
Mike Frysinger
5392844392
Add support for 'make install DESTDIR'.
2006-02-14 13:51:38 +01:00
Eric Pouech
c67bc2260c
A couple of new valgrind instrumentations for better support.
2006-02-14 13:06:29 +01:00
Jeremy White
63e8d34a42
twain: Reconcile sane's long names to TWAIN's 32 byte limit.
2006-02-14 13:06:06 +01:00
Jeremy White
5b04c3ea5a
twain: Make structures respect 2 byte packing requirements.
2006-02-14 12:24:45 +01:00
James Hawkins
94515450fa
setupapi: Handle the INFINFO_REVERSE_DEFAULT_SEARCH search flag.
2006-02-14 12:23:58 +01:00
James Hawkins
202942de61
setupapi: Handle the INFINFO_INF_NAME_IS_ABSOLUTE and
...
INFINFO_DEFAULT_SEARCH search flags.
2006-02-14 12:23:29 +01:00
Dmitry Timoshkov
f29d4af34b
winmm: Protect drivers list by a critical section.
2006-02-14 12:22:57 +01:00
Troy Rollo
8818880b43
user: Fix argument type of IsDlgButtonChecked.
2006-02-14 11:38:15 +01:00
Troy Rollo
d07448dd3a
user: Fix argument type for EnableScrollBar.
2006-02-14 11:37:57 +01:00
Troy Rollo
0fbd861bdd
user: Fix argument types for CheckRadioButton.
2006-02-14 11:37:20 +01:00
Troy Rollo
99020f8001
user: Fix return type and argument type for GetDlgItemText{A,W}.
2006-02-14 11:36:49 +01:00
Dmitry Timoshkov
f1e120ba7e
msvfw32: Disable datarate, keyframe and quality controls to not
...
confuse users by a not implemented functionality.
Add support for About codec control.
2006-02-14 11:36:19 +01:00
Dmitry Timoshkov
5de3d7df32
msvfw32: Initialize lpbiIn member of the COMPVARS structure.
2006-02-14 11:35:36 +01:00
Michael Jung
d7326ca7e5
shell32: Return a GUID pidl for CSIDL_PERSONAL in SHGetFolderLocation.
...
The tests (shellpath.c/testPersonal) already show that it can be either
PT_FOLDER or PT_GUID. It's PT_GUID on WinXP.
2006-02-14 11:35:12 +01:00
Robert Shearman
7a2357a480
wininet: Documentation fixes.
2006-02-14 11:34:14 +01:00
Robert Shearman
d16c0dc6ce
oleaut32: Free connection point on destruction of the picture object.
...
Handle failure of CreateConnectionPoint on construction.
2006-02-14 11:34:00 +01:00
Robert Shearman
1ce38682fb
oleaut32: Fix returning Typelib file name.
...
We can't use GetModuleFileName on a resource-only module, so the best
we can do is to copy the original name we used to find the type
library. Fix a couple of places where we were incorrectly using the
file name, rather than the path.
2006-02-14 11:33:40 +01:00
Robert Shearman
1891e137da
oleaut32: Free the connection points on destruction of the font object.
...
Free the connection points on destruction of the font object and cope
with failure of CreateConnectionPoint on construction.
2006-02-14 11:33:18 +01:00
Robert Shearman
9030ff2c13
oleaut32: Don't try to release NULL COM objects in the typelib
...
marshaler.
2006-02-14 11:33:03 +01:00
Robert Shearman
792d89f53a
oleaut32: Fix flag comparison in Picture Invoke.
...
One or more invoke flags can be passed into IDispatch::Invoke, but we
only care if INVOKEFLAG_PROPERTYGET is specified, and don't about any
others.
2006-02-14 11:32:53 +01:00
Francois Gouget
90aaf6ba8f
include: Add missing LANG_xxx and SUBLANG_xxx constants.
2006-02-14 10:42:12 +01:00
Michael Jung
bbca134a3c
shell32: Register 'LocalizedString' values for shellfolder classes.
2006-02-14 10:41:33 +01:00
Michael Jung
bbeeb4b5ad
shell32: Query for localized string in HCR_GetClassName.
2006-02-14 10:41:29 +01:00
Michael Jung
ac615ce5a0
advapi32: Implemented RegLoadMUIString[AW].
2006-02-14 10:41:18 +01:00
Phil Lodwick
53b93af3b9
winsock/tests: select wakeup on closesocket.
...
- Change select timeout from 2 seconds to 500 microseconds.
- Add test to make sure select wakes up after a closesocket.
- Add test to make sure listen fails without bind.
2006-02-14 10:38:49 +01:00
Huw Davies
1c3daceb00
msxml: Implement getElementsByTagName.
2006-02-14 10:38:21 +01:00
Hans Leidekker
964ef89f09
msxml3: Implement DllUnregisterServer.
2006-02-14 10:38:05 +01:00
Petr Tesarik
63a46cb374
winmm: Czech language resources encoding fix.
2006-02-13 13:28:42 +01:00
Petr Tesarik
3a9b7b4b17
wininet: Czech language resources encoding fix.
2006-02-13 13:28:37 +01:00
Petr Tesarik
3c4a0db3a5
user32: Czech language resources encoding fix.
2006-02-13 13:28:31 +01:00
Petr Tesarik
7beacaf8e9
wineps: Czech language resources encoding fix.
2006-02-13 13:28:25 +01:00
Petr Tesarik
a7e9edfa57
shell32: Czech language resources encoding fix.
2006-02-13 13:28:17 +01:00
Petr Tesarik
2b033e9915
setupapi: Czech language resources encoding fix.
2006-02-13 13:28:11 +01:00
Petr Tesarik
bd69ea1a34
serialui: Czech language resources encoding fix.
2006-02-13 13:28:04 +01:00
Petr Tesarik
1bc4157109
oledlg: Czech language resources encoding fix.
2006-02-13 13:27:58 +01:00
Petr Tesarik
52b3fd4e65
mpr: Czech language resources encoding fix.
2006-02-13 13:27:53 +01:00
Petr Tesarik
e429bff8cc
msrle32: Czech language resources encoding fix.
2006-02-13 13:27:44 +01:00
Petr Tesarik
f69dfc6743
msacm: Czech language resources encoding fix.
2006-02-13 13:27:37 +01:00
Petr Tesarik
89a803215a
hhctrl.ocx: Czech language resources encoding fix.
2006-02-13 13:27:29 +01:00
Petr Tesarik
390b9807a9
commdlg: Czech language resources encoding fix.
2006-02-13 13:27:21 +01:00
Petr Tesarik
58cc46c9dd
comctl32: Czech language resources encoding fix.
2006-02-13 13:27:10 +01:00
Petr Tesarik
41baefcd05
avifil32: Czech language resources encoding fix.
2006-02-13 13:27:04 +01:00