Rob Shearman
|
65f1d6a38e
|
comctl32: Fix the computation of the select bounds item rect
and fixup the places that depended on the old behaviour.
|
2007-02-06 21:32:46 +01:00 |
|
Rob Shearman
|
30f2b444c6
|
oleaut32: Add a wrapper around the channel supplied to the IDispatch proxy
to fixup the IID used to connect to the server and fix somewhat common
"err:rpc:RPCRT4_OpenBinding" messages.
|
2007-02-06 21:32:11 +01:00 |
|
Peter Oberndorfer
|
91bf34f610
|
msi: Do not use a static variable to save the insertion position for the listview.
|
2007-02-06 20:36:33 +01:00 |
|
Peter Oberndorfer
|
9afb0f39a8
|
msi: Store value of the property with each listbox element.
This makes sure the property is set to the right value even when order in listbox is changed.
|
2007-02-06 20:36:12 +01:00 |
|
Peter Oberndorfer
|
69448afdc7
|
msi: Do not store property for each listbox element, as it is the same one for the whole listbox.
Remove struct msi_listbox_item as it only contains 1 element now.
|
2007-02-06 20:35:19 +01:00 |
|
Peter Oberndorfer
|
79d2f76b8e
|
msi: Only insert entries into listbox if property value matches.
|
2007-02-06 20:35:03 +01:00 |
|
Clinton Stimpson
|
f3bcc0c4f8
|
user32: WM_SETFONT on button doesn't repaint directly.
|
2007-02-06 20:23:33 +01:00 |
|
Vitaliy Margolen
|
a06821765a
|
dinput: Don't reset dead zone and saturation when setting data format.
Additional tests indicate that native doesn't touch previously set
properties.
|
2007-02-06 20:23:28 +01:00 |
|
Rob Shearman
|
aa4f89c84d
|
credui: Fix the order of the controls in the dialog so that the
keyboard shortcuts work correctly and so that tabbing through the
controls behaves as the user expects.
|
2007-02-06 20:23:24 +01:00 |
|
Huw Davies
|
a09cd1b88a
|
oleaut32: Call SearchPath before LoadLibrary so that we get the full path of native exes and dlls.
For builtin dlls prepend the system directory.
|
2007-02-06 20:23:16 +01:00 |
|
Misha Koshelev
|
12e3d642dd
|
kernel32: CreateThread returns NULL on error, not INVALID_HANDLE_VALUE.
|
2007-02-06 20:23:12 +01:00 |
|
Alexandre Julliard
|
6f2dd76750
|
ntdll: Clear the DebugInfo field when a shared heap critical section is made global.
|
2007-02-06 18:02:16 +01:00 |
|
Marcus Meissner
|
3afd7282bd
|
winex11.drv: Removed dead code (Coverity).
|
2007-02-06 14:59:40 +01:00 |
|
Marcus Meissner
|
886b15e723
|
riched20: Fixed wrong condition (Coverity).
|
2007-02-06 14:59:26 +01:00 |
|
Damjan Jovanovic
|
65d9723dc4
|
msvcrt: Align struct _stati64's st_size on an 8 byte boundary.
|
2007-02-06 13:28:36 +01:00 |
|
Francois Gouget
|
0f376b4874
|
ntdll: Add a stub API documentation to make winapi_check happy.
|
2007-02-06 13:26:40 +01:00 |
|
Francois Gouget
|
c03ae82773
|
hid: Add the hidsdi.h header.
|
2007-02-06 13:25:00 +01:00 |
|
Francois Gouget
|
62662d21dd
|
rpcrt4: Improve the prototypes Win64 compatibility by replacing long with LONG.
|
2007-02-06 13:23:53 +01:00 |
|
Francois Gouget
|
a7f7812be9
|
atl: Protect atlwin.h against multiple inclusions.
|
2007-02-06 13:21:36 +01:00 |
|
Francois Gouget
|
b230cce9cb
|
winspool.drv: Remove unneeded cast.
|
2007-02-06 13:21:06 +01:00 |
|
Francois Gouget
|
0271a09d4c
|
Add missing '\n's in traces.
|
2007-02-06 13:20:59 +01:00 |
|
Mike McCormack
|
4c46194cf5
|
ole32: Add a few more tests for transacted storage.
|
2007-02-06 13:20:37 +01:00 |
|
Mike McCormack
|
224ead8253
|
msi: Test the dispid for CreateRecord.
|
2007-02-06 13:20:29 +01:00 |
|
Mike McCormack
|
59736773d7
|
msi: Add the generated typelib to the resources.
|
2007-02-06 13:20:26 +01:00 |
|
Mike McCormack
|
a16e5151da
|
msi: Factor out code to calculate column offsets.
|
2007-02-06 13:20:17 +01:00 |
|
Mike McCormack
|
824b89987a
|
msi: Add a test showing MsiGetProperty returns correct values.
|
2007-02-06 13:20:12 +01:00 |
|
Jan Zerebecki
|
ea6ee42c71
|
urlmon: Remove redundant const.
|
2007-02-06 13:20:03 +01:00 |
|
Misha Koshelev
|
ecd20e28ac
|
msi: InstallPackage check for UI level must not disregard flags.
|
2007-02-06 13:19:55 +01:00 |
|
Andrew Talbot
|
550ea86ffd
|
wineps.drv: Declare some functions static.
|
2007-02-06 13:19:46 +01:00 |
|
Andrew Talbot
|
eeea88e305
|
wineps.drv: Remove unused functions.
|
2007-02-06 13:19:37 +01:00 |
|
Andrew Talbot
|
b9b2fef0a1
|
user32: Remove unused function.
|
2007-02-06 13:19:30 +01:00 |
|
Andrew Talbot
|
8145f97efd
|
winemp3.acm: Remove unused functions.
|
2007-02-06 13:19:26 +01:00 |
|
Andrew Talbot
|
8246b6cd30
|
shell32: Remove unused function.
|
2007-02-06 13:19:22 +01:00 |
|
Andrew Talbot
|
9bf24d6af7
|
user32: Remove unused variables.
|
2007-02-06 13:19:18 +01:00 |
|
Mikołaj Zalewski
|
7206e10673
|
browseui: Implement and test ACLMulti.
|
2007-02-06 12:40:37 +01:00 |
|
Mikołaj Zalewski
|
719088ca85
|
browseui: Add class factory.
|
2007-02-06 12:34:22 +01:00 |
|
Mikołaj Zalewski
|
ea0361f3e1
|
browseui: Add the browseui DLL.
|
2007-02-06 12:31:27 +01:00 |
|
Paul Vriens
|
46812a4bba
|
wininet: Remove unused function.
|
2007-02-06 12:30:45 +01:00 |
|
Vitaliy Margolen
|
17839bab6c
|
dinput: Use correct flag for object instance.
DIDFT_AXIS is a generic mask for absolute and relative axes.
|
2007-02-06 12:30:39 +01:00 |
|
Vitaliy Margolen
|
10fca47ba4
|
dinput: Look for all available js* joystick devices.
|
2007-02-06 12:30:34 +01:00 |
|
Kai Blin
|
7325bbd127
|
secur32: Fix ntlm_auth version number check when registering the NTLM SSP.
|
2007-02-06 12:30:21 +01:00 |
|
Kai Blin
|
809e4124d7
|
secur32: Bump minimal required samba version to 3.0.25, 3.0.24 is a bugfix release.
|
2007-02-06 12:30:16 +01:00 |
|
Alexandre Julliard
|
c41e09e9a0
|
iphlpapi: Avoid printf format warnings.
|
2007-02-05 22:04:29 +01:00 |
|
Damjan Jovanovic
|
07db8882c2
|
ntdll: Slist support.
Implemented ntdll's RtlInitializeSListHead, RtlQueryDepthSList,
RtlInterlockedFlushSList, RtlFirstEntrySList,
RtlInterlockedPushEntrySList, RtlInterlockedPopEntrySList, their
kernel32 equivalents, and tests.
|
2007-02-05 21:46:28 +01:00 |
|
Paul Vriens
|
8e9a81ea08
|
wininet/tests: Add ftp tests.
|
2007-02-05 21:04:26 +01:00 |
|
Dmitry Timoshkov
|
65681a0e18
|
user32: Add the tests for minimize/restore MDI child sequence, fix some failures.
|
2007-02-05 21:04:20 +01:00 |
|
Misha Koshelev
|
d6d6ce299f
|
kernel32: Added conformance test for nested thread wakeups in the server.
|
2007-02-05 18:07:24 +01:00 |
|
Andrew Talbot
|
bf98c9d182
|
winedos: Declare some items static.
|
2007-02-05 17:11:51 +01:00 |
|
John Klehm
|
69a9621b20
|
rasapi32: RasEnumConnections now returns correct buffer size (zero) when there are zero connections available.
|
2007-02-05 17:11:24 +01:00 |
|
Maarten Lankhorst
|
d2f29311ca
|
winealsa: Use a helper thread instead of asynchronous callbacks.
|
2007-02-05 16:54:01 +01:00 |
|