Stefan Dösinger
def7df305e
wined3d: ScissorRect correction.
2006-11-08 15:49:22 +01:00
Detlef Riekenberg
2a14dc958a
winex11.drv: Fix failure of X11DRV_ChoosePixelFormat.
2006-11-08 15:49:17 +01:00
James Hawkins
1ae4ab6ef7
msi: Factor out download_remote_cabinet and reuse extract_cabinet_file to extract a remote cabinet.
2006-11-08 13:00:34 +01:00
James Hawkins
ae18c2dc7f
msi: Store the base URL of the MSI package if it is downloaded.
2006-11-08 13:00:15 +01:00
James Hawkins
542101fcda
msi: Factor copy_install_file out of ACTION_InstallFiles.
2006-11-08 12:59:54 +01:00
James Hawkins
a13bbaf736
msi: Factor schedule_install_files out of ACTION_InstallFiles.
2006-11-08 12:57:54 +01:00
James Hawkins
de3b84df09
msi: Model the media_info structure members after the columns in the media table.
2006-11-08 12:56:47 +01:00
James Hawkins
842ffc3545
msi: Use msi_alloc_zero instead of a helper function that sets everything to zero.
2006-11-08 12:55:05 +01:00
James Hawkins
988509e1af
msi: Use the file's component instead of passing an extra parameter to set_file_source.
2006-11-08 12:54:16 +01:00
James Hawkins
b81f1ce561
msi: Use the media_info structure instead of passing in individual values to extract_cabinet_file.
2006-11-08 12:54:08 +01:00
James Hawkins
84f34ec210
msi: Add more tests for installing from cabinets.
2006-11-08 12:53:29 +01:00
Francois Gouget
5cff5038a9
Fix ntsecapi.h so it does not depend on winternl.h.
2006-11-08 12:53:19 +01:00
Francois Gouget
ea483682c5
secur32: sspi.h must not include wtypes.h.
2006-11-08 12:11:00 +01:00
Francois Gouget
7ab6d8522b
setupapi: setupapi.h must not define HSTRING_TABLE and the StringTable* prototypes.
2006-11-08 12:10:53 +01:00
Francois Gouget
7a2bd72b8a
uxtheme: winerror.h must not define the E_PROP_*_UNSUPPORTED macros.
2006-11-08 12:10:47 +01:00
Francois Gouget
138e12b3d2
shell32: Add missing '\n' to Wine trace.
2006-11-08 12:10:39 +01:00
Francois Gouget
a7f8195be9
include: The PSDK does not have the A/W variants of MAKEINTATOM() so we should not either.
2006-11-08 12:10:26 +01:00
Dmitry Timoshkov
ffd80ba7b1
winex11.drv: Call SetWindowPos with SWP_FRAMECHANGED set when switching from minimized state in X11DRV_MapNotify.
2006-11-08 11:26:50 +01:00
Dmitry Timoshkov
d949867ded
winex11.drv: Map VK codes for arrow keys to an X11 keycode manually as we do for other keypad keys.
2006-11-08 11:26:42 +01:00
Mike McCormack
063c42cfa6
msi: Fix a memory leak.
2006-11-08 11:26:16 +01:00
Mike McCormack
e74b0ee910
comctl32: Remove Nx1 assumptions in ImageList_Read.
2006-11-08 11:26:12 +01:00
Markus Amsler
fc179532f4
wined3d: Fix regression in surface conversion.
2006-11-08 11:25:27 +01:00
Huw Davies
d510bdc71b
winspool.drv: Associate a printer driver with each printer, rather than share a common one between all printers.
2006-11-08 11:25:10 +01:00
Huw Davies
1ad05ac701
winspool.drv: Fix AddPrinterDriverA so that the strings actually get written.
...
Include the size of the terminating zero in set_reg_szW.
2006-11-08 11:24:56 +01:00
Huw Davies
388fd47ce2
winspool.drv: Implement DeletePrinterDriverExW.
2006-11-08 11:23:56 +01:00
Huw Davies
7ce85a8d60
winspool.drv: Forward DeletePrinterDriverExA -> DeletePrinterDriverExW.
2006-11-08 11:23:47 +01:00
Huw Davies
d4fb1c3869
winspool.drv: Forward DeletePrinterDriver -> DeletePrinterDriverEx.
2006-11-08 11:23:40 +01:00
Paul Vriens
2384756b71
comctl32: Beginning of some string related tests.
2006-11-08 11:20:34 +01:00
Paul Vriens
e80000e6ab
comctl32: Fix return values of string functions.
2006-11-08 11:20:27 +01:00
Damjan Jovanovic
d29c9c84b4
winex11: Fix regression caused by client-side DIB copy patch.
2006-11-08 11:19:45 +01:00
Alexandre Julliard
ed58b1bad0
kernel32: Better workaround for the lack of locale environment variables on MacOS.
2006-11-07 18:24:15 +01:00
Alexandre Julliard
ac227461ac
winex11.drv: Detect an XLookupString that returns Latin-1 and avoid codepage mapping in that case.
2006-11-07 17:28:02 +01:00
Alexandre Julliard
187d52bc2d
winex11.drv: Added mapping for Unicode keysyms in ToUnicodeEx.
2006-11-07 17:27:35 +01:00
Alexandre Julliard
4026dfa8f4
winex11.drv: Only load the keycode->keysym mapping once in DetectLayout, instead of once per supported layout.
2006-11-07 17:22:52 +01:00
Francois Gouget
0996980595
user32/include: Don't define the OBM_*, OCR_* and OIC_* macros unless OEMRESOURCE is defined.
2006-11-07 17:05:41 +01:00
Francois Gouget
43b52ebb8e
urlmon/tests: Fix compilation with the PSDK headers.
2006-11-07 15:29:29 +01:00
Francois Gouget
30e44c85c8
Assorted spelling fixes.
2006-11-07 15:25:24 +01:00
Francois Gouget
ff64e09605
oleau32: The PSDK's ELEMDESC's union is nameless, always. So use the U(x) macro.
2006-11-07 15:24:43 +01:00
Francois Gouget
88f3cb2a7d
comctl32: Add missing '\n' to ok() call.
2006-11-07 15:24:36 +01:00
Francois Gouget
4b57bd599b
dplayx: Fix spelling of the DPLAYX_AcquireSemaphore() macro.
2006-11-07 15:24:29 +01:00
Francois Gouget
580290fdb8
dmstyle: Fix spelling of the DMUS_PRIVATE_STYLE_MOTIF.dwRhythm field.
2006-11-07 15:24:26 +01:00
Mike McCormack
9efb7b71ba
msi: By default, install components locally.
2006-11-07 15:07:01 +01:00
Mike McCormack
50e5caeb6c
msi: Fix WHERE IS (NOT) NULL queries.
2006-11-07 15:06:57 +01:00
Mike McCormack
2b943bfddc
msi: Fix regression tests failing on Windows.
2006-11-07 15:06:49 +01:00
Mike McCormack
c5c5521015
msi: Split ACTION_CostFinalize into two functions.
2006-11-07 15:06:40 +01:00
Andrew Talbot
97ee9c7820
ole32: Cast-qual warnings fix.
2006-11-07 15:06:30 +01:00
Andrew Talbot
fb28614a11
ntdll: Cast-qual warning fix.
2006-11-07 15:06:25 +01:00
Markus Amsler
5ec0ce5b38
wined3d: Use width while converting surfaces.
...
This fixes also a heap corruption with 1x1 and 2x2 surfaces.
2006-11-07 15:06:16 +01:00
Markus Amsler
5864d18c96
wined3d: Use SURFACE_ALIGNMENT.
2006-11-07 15:06:02 +01:00
Michael Stefaniuc
02cd4c8584
atl: Move the storage specifier to the beginning of the declaration.
2006-11-07 15:05:57 +01:00
Jeff Latimer
54421bf806
ntdll: Clarify the documentation for HandleTable.
2006-11-07 15:05:53 +01:00
Alexandre Julliard
7dd0eaa904
winex11.drv: Fixed build without OpenGL headers.
2006-11-06 15:40:01 +01:00
Andrew Talbot
55f25b712d
msvcrt: Cast-qual warnings fix.
2006-11-06 15:39:55 +01:00
Andrew Talbot
0da601fa48
msacm32: Cast-qual warnings fix.
2006-11-06 14:13:03 +01:00
Aric Stewart
3f9a168f47
shell32: Have SHELL_ArgifyW respect the length of the buffer passed in and report a needed buffer size.
2006-11-06 14:11:57 +01:00
Aric Stewart
3490cb81ed
shell32: Create dynamic buffers for expanded enviroment strings to allow for parameters and such longer than MAX_PATH.
...
With help from Michael Moss.
2006-11-06 14:10:55 +01:00
Andrey Turkin
f15af94db8
advapi32: Test for OpenProcessToken with MAXIMUM_ALLOWED access.
2006-11-06 13:48:06 +01:00
Paul Chitescu
9c377f0ed7
mscoree: String returned by GetCORVersion starts with letter 'v'.
2006-11-06 13:47:56 +01:00
Mike McCormack
f3c0453c34
user32: The string passed to ToUnicode(Ex) is for output.
2006-11-06 13:47:50 +01:00
Mike McCormack
671e9c0658
user32: ToUnicodeEx should return 0 for an unknown key.
2006-11-06 13:47:46 +01:00
Peter Oberndorfer
fd2d43f131
dbghelp: Make dwarf2 parser handle file paths relative to working dir better.
2006-11-06 13:47:35 +01:00
Kai Blin
3af72bec1e
secur32: Test and fix DecryptMessage for multiple data buffers.
2006-11-06 13:47:29 +01:00
Detlef Riekenberg
d3a1737dac
winspool/tests: Add tests for EnumPorts.
2006-11-06 13:47:19 +01:00
Detlef Riekenberg
ecce2d898b
winspool: Implement EnumPortsA.
2006-11-06 13:47:03 +01:00
Detlef Riekenberg
412acdeb79
winspool: Implement EnumPortsW.
2006-11-06 13:46:52 +01:00
Detlef Riekenberg
0bd336a573
winspool: EnumPorts: Read driver from registry.
2006-11-06 13:44:07 +01:00
Damjan Jovanovic
54fd8b3d14
winex11.drv: Added a basic client-side DIB copy optimization.
2006-11-06 13:43:54 +01:00
Alexandre Julliard
bda2832d8d
ntdll: Moved command-line help to the loader binary.
2006-11-06 13:04:56 +01:00
Alexandre Julliard
36c4ec8f33
msi: Fixed definition of the MSIITERHANDLE type.
2006-11-06 13:02:47 +01:00
Damjan Jovanovic
0cc74835b9
icmp: Changed select to poll.
2006-11-06 12:29:23 +01:00
Damjan Jovanovic
b56953f49d
dinput: Changed select to poll.
2006-11-06 12:29:12 +01:00
Alexandre Julliard
0082973d93
ws2_32: Convert WS_select to use poll() instead of select(). Also fixes an fd leak.
2006-11-06 12:28:53 +01:00
Phil Krylov
b81b44f615
ntdll: Fix building on Darwin versions prior to 8.0.
2006-11-06 12:27:30 +01:00
Rob Shearman
3acc624219
rpcrt4: Remove unnecessary quotes in traces, as debugstr_a and debugstr_w add them instead.
2006-11-06 12:27:21 +01:00
Eric Pouech
76e8b504c1
dbghelp: Fixed memory leak in source string handling.
2006-11-06 12:27:01 +01:00
Jacek Caban
a519d104a8
shdocvw: Added more tests.
2006-11-06 12:26:39 +01:00
Jacek Caban
7858c208a1
shdocvw: Cal on_offlineconnected_change and on_silent_change in SetClientSite.
2006-11-06 12:26:30 +01:00
Jacek Caban
e7c3d0157a
shdocvw: Added OnAmbientPropertyChange(DISPID_AMBIENT_OFFLINECONNECTED) implementation.
2006-11-06 12:26:23 +01:00
Jacek Caban
f76253bf00
shdocvw: Added [get|put]_Offline implementation.
2006-11-06 12:26:16 +01:00
Jacek Caban
7bbae51ce0
shdocvw: Added OnAmbientPropertyChange(DISPID_AMBIENT_SILENT) implementation.
2006-11-06 12:26:09 +01:00
Jacek Caban
ebbcd53c71
shdocvw: Ignore hwndParent in DoVerb.
2006-11-06 12:25:59 +01:00
Jacek Caban
30b24fbf7f
shdocvw: Set parent window in activate_inplace.
2006-11-06 12:25:45 +01:00
Jacek Caban
53fe2d1531
mshtml: Fixed query_edit_status when Gecko is not available.
2006-11-06 12:24:07 +01:00
Mike McCormack
1e85e7c7c2
riched20: Fix a leak in the undo stack.
2006-11-06 12:23:50 +01:00
Mike McCormack
b7501a3b0c
riched20: Fix one more memory leak.
2006-11-06 12:23:46 +01:00
Mike McCormack
d89c46748f
riched20: Don't access memory after freeing it.
2006-11-06 12:23:42 +01:00
Mike McCormack
01e8eaefdc
riched20: Fixed memory leaks.
2006-11-06 12:23:33 +01:00
Mike McCormack
dfb41b35c4
comctl32: Switch to a Nx4 tiling.
2006-11-06 12:23:10 +01:00
Mike McCormack
6772873396
comctl32: Remove a Nx1 assuption in ImageList_AddMasked().
2006-11-06 12:21:24 +01:00
Mike McCormack
49df0467b1
comctl32: Check if GetObject fails on bitmaps passed to us.
2006-11-06 12:21:14 +01:00
Mike McCormack
6a9209da8f
comctl32: Fix Nx1 assumptions when adding multiple bitmaps with ImageList_Add.
2006-11-06 12:20:52 +01:00
Mike McCormack
ba73cac961
comctl32: Fix an Nx1 in ImageList_DrawIndirect().
2006-11-06 12:20:43 +01:00
Mike McCormack
4e5f56a8e0
comctl32: Remove another Nx1 assumption from ImageList_Remove().
2006-11-06 12:20:32 +01:00
Mike McCormack
ca6be70819
comctl32: Remove Nx1 assumptions in ImageList_Merge.
2006-11-06 12:20:22 +01:00
Mike McCormack
9cd86dddf1
comctl32: Remove Nx1 assumptions in ImageList_GetIcon().
2006-11-06 12:20:13 +01:00
Mike McCormack
1328ca572b
comctl32: Use imagelist_copy_images() in ImageList_SetImageCount().
2006-11-06 12:19:59 +01:00
Mike McCormack
7370fc0e70
comctl32: Create a helper function to copy a block of images.
2006-11-06 12:19:26 +01:00
Mike McCormack
83149b1d2c
comctl32: Fix a regression.
2006-11-06 12:13:19 +01:00
Roderick Colenbrander
6c4267a1cf
opengl32: Use HKCU instead of HKLM.
2006-11-06 12:13:14 +01:00
Roderick Colenbrander
1d4effcaa5
wgl: Fix WoW screen flickering.
2006-11-06 12:13:09 +01:00
Alexandre Julliard
1f50b7f7eb
kernel32/tests: Don't wait for overlapped result if the previous test failed.
2006-11-04 12:07:10 +01:00
Kai Blin
cd8332ae1c
secur32: Fix handling of buffers that don't have the SECBUFFER_TOKEN as the first buffer.
...
Thanks to Robert Shearman for catching this one and providing some of the test code.
2006-11-04 12:07:05 +01:00
Kai Blin
e1bfe4c18a
secur32: Get rid of some HeapAlloc() calls to make code more readable.
2006-11-04 12:02:06 +01:00
Kai Blin
0c3f45eda0
secur32: Avoid double HeapFree() of password and session key.
2006-11-04 12:02:01 +01:00
Roderick Colenbrander
1ef0d0a61a
opengl32: Remove glx context.
2006-11-04 12:01:55 +01:00
Stefan Dösinger
9b74d76214
d3d9/tests: Add refcount test for binding objects.
2006-11-04 11:57:36 +01:00
Stefan Dösinger
7cae24fc36
wined3d: glReadPixels corrections.
2006-11-04 11:57:28 +01:00
Huw Davies
7d4163b5fa
winex11.drv: If the app asks for a single buffered pixel format, then it should be happy with a double buffered one.
...
Likewise for mono vs stereo.
Add some TRACEs so that we know what condition is failing.
2006-11-03 21:00:44 +01:00
Roderick Colenbrander
2f8a05e27e
wgl: Add extension checking code / glxGetProcAddress protection.
2006-11-03 21:00:29 +01:00
Alexandre Julliard
02fc886302
ntdll: Retrieve mailslot message info from the client side.
2006-11-03 17:53:04 +01:00
Alexandre Julliard
511e0bb671
ntdll: FILE_GetDeviceInfo no longer needs to be public.
2006-11-03 15:20:21 +01:00
Alexandre Julliard
c9b5569bc2
ntdll: Added implementation of RtlDllShutdownInProgress.
2006-11-03 13:52:02 +01:00
Roderick Colenbrander
3314367238
winex11.drv: Opengl init fix.
2006-11-03 13:51:27 +01:00
Louis Lenders
37df23db6a
mscoree: Add a few more stubs.
2006-11-03 13:51:16 +01:00
Alexandre Julliard
2765df9f23
ws2_32: Don't store the socket file descriptor in the async structure, retrieve it as needed.
2006-11-03 12:03:14 +01:00
Alexandre Julliard
d384871bc3
ntdll: Don't store the unix file descriptor in the async structure, retrieve it as needed.
2006-11-03 11:56:51 +01:00
Alexandre Julliard
9ddb9294da
ntdll: Added a server_get_unix_fd function that avoids doing a dup() of the fd when not required.
2006-11-03 11:38:44 +01:00
Rob Shearman
7be4853911
secur32: Make the path to ntlm_auth easier to change by moving the executable name to the top of ntlm.c.
2006-11-02 21:57:20 +01:00
Rob Shearman
01425f603a
wininet: Don't return an error for INTERNET_OPTION_SEND/RECEIVE_TIMEOUT not being implemented
...
on protocols other than HTTP, just print a FIXME. Reported by Michael Moss.
2006-11-02 21:57:17 +01:00
Andrey Turkin
7dff8c19ee
atl: Implement AtlAxCreateDialogA and AtlAxCreateDialogW.
2006-11-02 21:21:15 +01:00
Andrey Turkin
821aae4f9f
atl: Implement AtlAxCreateControl and AtlAxCreateControlEx.
2006-11-02 21:16:20 +01:00
Andrey Turkin
b7ec4de7c6
atl: Implement AtlModuleAddCreateWndData and AtlModuleExtractCreateWndData.
2006-11-02 21:14:18 +01:00
Andrey Turkin
2d9fc5d7b5
atl: Implement AtlAxWinInit and AtlAxWin window procedure.
2006-11-02 21:13:20 +01:00
Andrey Turkin
abc3769ad2
atl: Implement AtlPixelToHiMetric and AtlHiMetricToPixel.
2006-11-02 21:12:08 +01:00
Jacek Caban
64fe277428
mshtml: Added implementation of QueryStatus(IDM_UNDERLINE).
2006-11-02 21:03:58 +01:00
Jacek Caban
5e0d749c2f
mshtml: Added implementation of QueryStatus(IDM_ITALIC).
2006-11-02 21:03:47 +01:00
Jacek Caban
da3f18745e
mshtml: Added more QueryStatus tests.
2006-11-02 21:03:39 +01:00
Jacek Caban
227be057c2
mshtml: Added implementation of QueryStatus(IDM_BOLD).
2006-11-02 21:03:31 +01:00
Jacek Caban
f003d3c569
mshtml: Added more edit mode tests.
2006-11-02 21:03:25 +01:00
Jacek Caban
cf075bdf00
mshtml: Load about:blank in exec_editmode.
2006-11-02 21:03:10 +01:00
Jacek Caban
d6108c6c24
mshtml: Added beginning of set_progress task implementation.
2006-11-02 21:03:01 +01:00
Jacek Caban
0cd636c355
mshtml: Call SetStatusText in set_parsecomplete.
2006-11-02 21:02:28 +01:00
Jacek Caban
f09890eade
mshtml: Get DISPID_AMBIENT_SILENT and DISPID_AMBIENT_OFFLINECONNECTED property in IPersistMoniker::Load.
2006-11-02 21:02:20 +01:00
Jacek Caban
f9db47d66b
mshtml: Fix no longer valid ERR.
2006-11-02 21:02:11 +01:00
Jacek Caban
2a16169791
mshtml: Added heuristic hack that decides if run the page from moniker or gecko channel.
2006-11-02 21:01:16 +01:00
Jacek Caban
1031c5f9c6
wininet: Revert commit 760043c245
.
...
After more testing I've checked that current code is bad, but my patch
was also wrong and causes regression in WoW.
2006-11-02 21:01:05 +01:00
Huw Davies
c18af414e5
comctl32: Implement PSM_GETRESULT.
2006-11-02 21:00:55 +01:00
Huw Davies
6d0b86a92b
comctl32: Fix return value of PropertySheet() for modal propsheets.
2006-11-02 21:00:51 +01:00
Dmitry Timoshkov
1ebf1471c0
user32/tests: Move the system menu test into its own test.
2006-11-02 21:00:46 +01:00
Dmitry Timoshkov
ab8c870ae1
user32: Check only for -1 and -2 as special values returned by MENU_ExecFocusedItem.
2006-11-02 21:00:28 +01:00
Paul Chitescu
c75d739d32
msxml3: Check parameters of IXMLDOMNode::insertBefore().
2006-11-02 21:00:12 +01:00
Alexandre Julliard
28418cc919
ntdll: Maintain a file descriptor cache on the client side.
2006-11-02 20:48:19 +01:00
Mikołaj Zalewski
258008012c
comctl32: toolbar: Add buttons size tests.
2006-11-02 12:31:32 +01:00
Mikołaj Zalewski
0559afda80
comctl32: toolbar: Use the width of the current button instead of nButtonWidth to position the icon.
2006-11-02 12:31:18 +01:00
Mikołaj Zalewski
420f7cb076
comctl32: toolbar: The SetButtonSize should not allow too small buttons.
2006-11-02 12:31:06 +01:00
Mikołaj Zalewski
3bfcacc54c
comctl32: toolbar: The top margin should be computed and saved in CalcToolbar.
2006-11-02 12:30:53 +01:00
Mikołaj Zalewski
a8a0a65515
comctl32: toolbar: Add a LayoutToolbar that works like CalcToolbar but doesn't overwrite the button sizes.
2006-11-02 12:30:34 +01:00
Mikołaj Zalewski
f7f1479a08
comctl32: toolbar: Fix buttons heights.
2006-11-02 12:30:17 +01:00
Mikołaj Zalewski
9ec280c258
comctl32: toolbar: The string should be included in the height of a button-less toolbar only if there is a string in the pool.
2006-11-02 12:29:50 +01:00
Mikołaj Zalewski
d57a61f831
comctl32: toolbar: Add support for WM_SETFONT.
2006-11-02 12:29:32 +01:00
Paul Vriens
d44b0dba6f
comctl32: Move documented functions to string.c.
2006-11-02 12:29:24 +01:00
Dmitry Timoshkov
86c28920c3
user32/tests: Mask a not documented extended style 0x800 in WINDOWINFO before the comparison.
2006-11-02 12:25:33 +01:00
Mike McCormack
f86cfd4088
msi: Avoid a memory leak by freeing actions scripts in one place only.
2006-11-02 12:25:07 +01:00
Mike McCormack
f5dddd557f
msi: Fix a memory leak.
2006-11-02 12:25:03 +01:00
Mike McCormack
aaa0dc0425
msi: Fix a handle leak in the tests.
2006-11-02 12:25:00 +01:00
Mike McCormack
b5c031b160
riched20: Initialize and free the RTF lookup table in DllMain to avoid memory leaks.
2006-11-02 12:24:55 +01:00
Mike McCormack
14ec1d0c4c
riched20: Use WARN() not ERR() on unknown tokens.
2006-11-02 12:24:33 +01:00
Mike McCormack
5c004898b9
kernel32: Add a stub for HeapSetInformation.
2006-11-02 12:24:27 +01:00
Mike McCormack
f97bf3e6e0
comctl32: imagelist: Remove more 1xN assumptions.
2006-11-02 12:24:08 +01:00
Mike McCormack
5f89960a56
comctl32: Remove a redundant variable.
2006-11-02 12:24:01 +01:00
James Hawkins
a27ae79295
advpack: Use the full path of the INF file as the source directory if the CAB file is invalid.
2006-11-02 12:23:53 +01:00
Alexandre Julliard
313d93e491
kernel32: Moved PeekNamedPipe implementation to ntdll.
2006-11-01 16:24:36 +01:00
Alexandre Julliard
2cb4361c06
kernel32: Reimplemented SetFilePointerEx on top of ntdll functions.
2006-11-01 16:12:57 +01:00
Mike McCormack
83a66a981f
imagelist: Move Nx1 assumptions about bitmaps dimensions into a single function.
2006-11-01 13:38:25 +01:00
Mike McCormack
14dda0f74f
msi: Fix a typo.
2006-11-01 13:38:23 +01:00
Mike McCormack
3f2cedd41f
msi: Don't print traces for addref and release.
2006-11-01 13:38:20 +01:00
Mike McCormack
9a4ba8c114
msi: Search the patch package for source cabinet files.
2006-11-01 13:38:09 +01:00
Andrew Talbot
ecd35a0267
kernel32: Cast-qual warnings fix.
2006-11-01 13:38:05 +01:00
Andrew Talbot
8125231e49
kernel32: Cast-qual warnings fix.
2006-11-01 13:37:34 +01:00
Alexandre Julliard
30b878b3b6
server: Compute the removable device flag on the server side.
2006-11-01 13:28:05 +01:00
Alexandre Julliard
226a14a483
ntdll: Simplify wine_server_handle_to_fd.
...
Now that we have a critical section, races are no longer possible.
2006-11-01 13:27:18 +01:00
Alexandre Julliard
0d29ba96d3
ntdll: Added NetBSD fstatvfs support.
2006-11-01 13:15:57 +01:00
Paul Vriens
26172f8aa4
advpack: Add another test.
2006-10-31 21:57:40 +01:00
Paul Vriens
f8268719bf
advpack: Fix typos.
2006-10-31 21:57:32 +01:00
Huw Davies
97e598b679
hhctrl.ocx: Don't fail if ole is already initialised.
2006-10-31 21:54:00 +01:00
Rob Shearman
85e28ae33d
rpcrt4: Set the AI_PASSIVE flag to getaddrinfo in rpcrt4_ip_tcp_open so that the bound-to port is connectable from other machines.
2006-10-31 21:42:32 +01:00
Rob Shearman
3ed6a201c2
rpcrt4: Improve the debug messages for failures in rpcrt4_ip_tcp_open.
2006-10-31 21:42:25 +01:00
Rob Shearman
828c733f72
rpcrt4: Set the socket back to blocking in rpcrt4_conn_tcp_handoff as
...
the read and write function for the protseq assume that syscalls will block.
2006-10-31 21:42:17 +01:00
Rob Shearman
e2e05d0493
rpcrt4: Fix a typo in rpcrt4_ip_tcp_open that would cause the function
...
to go into an infinite loop if getaddrinfo returned more than one entry.
2006-10-31 21:41:38 +01:00
Rob Shearman
593d0fbac0
rpcrt4: Convert the named pipe server code to look directly into the
...
connection to get at the wait handles, instead of using
get_connect_wait_handle which isn't generic enough to be used for
other protocols.
Remove the unneeded get_connect_wait_handle function from the connection
operations function list.
2006-10-31 21:41:29 +01:00
Rob Shearman
7553a8990c
rpcrt4: Eliminate the extra thread used for RPC over TCP/IP servers by adding socket-specific server protseq functions.
2006-10-31 21:41:07 +01:00
Alexandre Julliard
8310d4ae15
winex11.drv: Fixed the prototype of many OpenGL functions.
2006-10-31 21:41:02 +01:00
Roderick Colenbrander
2506677c60
winex11.drv: Route wglMakeContextCurrentARB through gdi32.
2006-10-31 21:34:36 +01:00
Alexandre Julliard
d2abcecd94
winedos: Use NT instead of Unix calls to identify DOS device pseudo-files.
2006-10-31 20:24:14 +01:00
Alexandre Julliard
7472ffd8d2
kernel32: Use NT instead of Unix calls to identify VxD pseudo-files.
2006-10-31 20:23:56 +01:00
Ivan Gyurdiev
4934b7ae79
wined3d: Add D3DLINEPATTERN to the WINED3D namespace.
2006-10-31 12:11:09 +01:00
Ivan Gyurdiev
50130fdfdb
wined3d: Add D3DPATCHEDGESTYLE to the WINED3D namespace.
2006-10-31 12:11:01 +01:00
Ivan Gyurdiev
8d7a01963e
wined3d: Use D3DCUBEMAP_FACES consistently in the WINED3D namespace.
2006-10-31 12:10:52 +01:00
Ivan Gyurdiev
aa164647e6
wined3d: Use D3DDEGREE consistently in the WINED3D namespace.
2006-10-31 12:10:42 +01:00
Ivan Gyurdiev
4c723a7662
wined3d: Add D3DSTREAMSOURCE codes to the WINED3D namespace.
2006-10-31 12:10:31 +01:00
Ivan Gyurdiev
f71edf223f
wined3d: Add D3DCOLORWRITEENABLE codes to the WINED3D namespace.
2006-10-31 12:10:12 +01:00
Ivan Gyurdiev
b1df1d8320
wined3d: Add D3DCLEAR codes to the WINED3D namespace.
2006-10-31 12:09:46 +01:00
Ivan Gyurdiev
de108f65e1
wined3d: Add D3DTSS_TCI codes to the WINED3D namespace.
2006-10-31 12:09:15 +01:00
Ivan Gyurdiev
875a1eb02d
wined3d: Add D3DFVF codes to the WINED3D namespace.
2006-10-31 12:09:06 +01:00
Paul Vriens
dd6c4c6800
secur32: Make sure crashing tests are not run.
2006-10-31 12:05:27 +01:00
Alexandre Julliard
98a3912e9f
kernel32: Fixed behavior of FindFirstFile for DOS devices.
2006-10-31 12:05:19 +01:00
Mike McCormack
d65e80c85e
msi: Add a test showing a join doesn't need a WHERE clause.
2006-10-31 11:57:46 +01:00
Mike McCormack
c6124db905
msi: Use a simpler algorithm for joins.
2006-10-31 11:57:40 +01:00
Mike McCormack
8fc5fbe7ab
msi: Test the data returned by join queries in one ok().
2006-10-31 11:57:23 +01:00
Mike McCormack
2b2953c6e7
msi: Remove tokens that aren't valid for MSI SQL.
2006-10-31 11:57:21 +01:00
Mike McCormack
9e21dd57ae
msi: Fix a trace.
2006-10-31 11:56:51 +01:00
Mike McCormack
57443e0112
msi: Fix the ALTER and FREE keywords in the tokenizer.
2006-10-31 11:56:49 +01:00
Mike McCormack
ddf0b593bb
msi: Mark components with missing or outdated files as incomplete.
2006-10-31 11:46:57 +01:00
Mike McCormack
d9598c383c
comctl32: Remove some more Nx1 assumptions.
2006-10-31 11:46:54 +01:00
Jacek Caban
5c53baac8d
wininet: Inherit INET_CALLBACKW from parent handler.
2006-10-31 11:46:49 +01:00
Jacek Caban
7bd385b714
wininet: Use handle stored in WININETHANDLEHEADER instead of WININET_FindHandle.
2006-10-31 11:46:47 +01:00
Andrew Talbot
1572dbde2b
hhctrl.ocx: Remove duplicate HeapFree().
2006-10-31 11:46:43 +01:00
Andrew Talbot
17ec5aba20
gdi32: Cast-qual warnings fix.
2006-10-31 11:46:36 +01:00
Andrew Talbot
58df7b6605
gdi32: Cast-qual warnings fix.
2006-10-31 11:46:30 +01:00
Louis. Lenders
32ffc7cb8a
msvcrt: Add stub for _setmaxstdio + tiny test.
2006-10-31 11:46:20 +01:00
Kovács András
eb7b1f4bce
wined3d: Fix introduced regression in shader_glsl_mnxn and vshader_hw_mnxn.
2006-10-30 20:37:34 +01:00
Detlef Riekenberg
74a09f90ca
localspl/tests: Add tests for EnumPorts.
2006-10-30 20:33:07 +01:00
Detlef Riekenberg
bffcdd0d3a
localspl: Add German resources.
2006-10-30 20:33:01 +01:00
Detlef Riekenberg
90714b8893
localspl: Implement EnumPortsW.
2006-10-30 20:32:21 +01:00
Aric Stewart
418d093325
shell32: ABM_NEW was using parameters that are not set.
2006-10-30 20:09:24 +01:00
Dmitry Timoshkov
5b43d41a2b
user32: Add a test for CreateWindow/DestroyWindow behaviour with WS_CHILD | WS_POPUP style, make it pass under Wine.
2006-10-30 17:43:57 +01:00
Paul Vriens
c8da5149d0
crypt32: Input parameter checking.
2006-10-30 17:43:47 +01:00
Alexandre Julliard
93825eab3e
user32: SetWindowRgn should call SetWindowPos, not RedrawWindow.
2006-10-30 17:43:38 +01:00
Alexandre Julliard
fd15a1d4be
winecrt0: Fix delay load structure types for Win64.
2006-10-30 17:43:03 +01:00
Ivan Gyurdiev
908853f63d
wined3d: Add D3DMATERIALCOLORSOURCE to the WINED3D namespace.
2006-10-30 12:06:17 +01:00
Ivan Gyurdiev
206d248e48
wined3d: Add D3DCMPFUNC to the WINED3D namespace.
2006-10-30 12:06:10 +01:00
Ivan Gyurdiev
2b6deb8637
wined3d: Add D3DSTENCILOP to the WINED3D namespace.
2006-10-30 12:06:03 +01:00
Ivan Gyurdiev
f5cc612842
wined3d: Add D3DFILLMODE to the WINED3D namespace.
2006-10-30 12:05:55 +01:00
Ivan Gyurdiev
02fb9f6f41
wined3d: Add D3DCULL to the WINED3D namespace.
2006-10-30 12:05:48 +01:00
Ivan Gyurdiev
16767d21e1
wined3d: Add D3DSHADEMODE to the WINED3D namespace.
2006-10-30 12:05:36 +01:00
Ivan Gyurdiev
042fa7be8b
wined3d: Add D3DBLENDOP to the WINED3D namespace.
2006-10-30 12:05:31 +01:00
Ivan Gyurdiev
4eced8ea24
wined3d: Add D3DFOGMODE to the WINED3D namespace.
2006-10-30 12:05:24 +01:00
Ivan Gyurdiev
69550f2c47
wined3d: Make GetTexture and GetSamplerState read from the correct stateblock.
2006-10-30 11:53:26 +01:00
Ivan Gyurdiev
a648d4e3a3
wined3d: Set correct default for DMAPOFFSET sampler state.
2006-10-30 11:53:13 +01:00
Ivan Gyurdiev
61f9061484
wined3d: Fix GetTexture() for uninitialized textures.
2006-10-30 11:53:08 +01:00
Ivan Gyurdiev
2d8aed6b03
d3d9: Make the "Tests executed" counter stable.
2006-10-30 11:38:03 +01:00
Ivan Gyurdiev
3160ad76f7
d3d9: Pass test as argument to print handler.
2006-10-30 11:37:29 +01:00
Jacek Caban
abd764674a
mshtml: Added put_innerHTML implementation.
2006-10-30 11:36:43 +01:00
Jacek Caban
587156f43e
shlwapi: Added SHQueueUserWorkItem implementation.
2006-10-30 11:36:30 +01:00
Jacek Caban
760043c245
wininet: Call SendCallback in destructor instead of InternetCloseHandle.
2006-10-30 11:36:16 +01:00
Jacek Caban
ae430f9323
wininet: Store handle in WININETHANDLEHEADER and use it in SendCallback.
2006-10-30 11:36:09 +01:00
Jacek Caban
957516f8e6
wininet: Remove lpwhparent from WININETHANDLERHEADER.
2006-10-30 11:36:02 +01:00
Jacek Caban
550ffef212
wininet: Store WININETFTPSESSIONW pointer in WININETFTPFILEW.
2006-10-30 11:35:56 +01:00
Jacek Caban
51ba292716
wininet: Store WININETFTPSESSIONW pointer in WININETFTPFINDNEXTW.
2006-10-30 11:35:43 +01:00
Jacek Caban
91312d7d57
wininet: Move ftp FindNextFile implementation to ftp.c.
2006-10-30 11:35:36 +01:00
Jacek Caban
2a50d52c04
wininet: Use lpAppInfo instead of lpwhparent where possible.
2006-10-30 11:35:18 +01:00
Jacek Caban
96c0c6c5d9
wininet: Store WININETAPPINFOW pointer in WININETFTPSESSIONW.
2006-10-30 11:35:09 +01:00
Jacek Caban
61a1cef6f6
wininet: Use lpHttpSession instead of lpwhcalback where possible.
2006-10-30 11:34:58 +01:00
Jacek Caban
a9bdc01e19
wininet: Store pointer to WININETHTTPSESSIONW in WININETHTTPREQUESTW.
2006-10-30 11:34:51 +01:00
Jacek Caban
a541a44f51
wininet: Use lpAppInfo instead of lpwhparent where possible.
2006-10-30 11:34:41 +01:00
Jacek Caban
c250617d88
wininet: Store WININETAPPINFOW pointer in WININETHTTPSESSIONW.
2006-10-30 11:34:21 +01:00
Paul Vriens
1af1ead894
shell32: Cast-qual warnings fix.
2006-10-30 11:26:30 +01:00
Andrew Talbot
db941dd078
dbghelp: Cast-qual warnings fix.
2006-10-30 11:26:09 +01:00
Andrew Talbot
7da1d6d1ac
dbghelp: Cast-qual warnings fix.
2006-10-30 11:26:02 +01:00
Andrew Talbot
5a2227f86e
gdi32: Cast-qual warnings fix.
2006-10-30 11:25:47 +01:00
Andrew Talbot
7b2c27aadf
gdi32: Cast-qual warnings fix.
2006-10-30 11:25:44 +01:00
Andrew Talbot
3ac7720f05
d3d9: Cast-qual warnings fix.
2006-10-30 11:20:14 +01:00
Mike McCormack
b76691537f
msi: Split ACTION_UpdateInstallStates into two separate functions.
2006-10-30 11:20:06 +01:00
Dmitry Timoshkov
0e71d0e136
user32: Flush painting events harder in some places in order to avoid races in the message tests.
2006-10-30 11:19:44 +01:00
Dmitry Timoshkov
bed6b6cd7f
user32: Properly log HCBT_KEYSKIPPED hook event, make the message
...
tests pass cleanly under fully up to date XP SP2.
2006-10-30 11:18:17 +01:00
Jacek Caban
b0bffdc58b
mshtml: Print wine_gecko version in load_wine_gecko.
2006-10-30 11:17:47 +01:00
Jacek Caban
cdbab7ddf2
wininet: Fixed declaration of INTERNET_STATUS_CALLBACK.
2006-10-30 11:17:24 +01:00
Jacek Caban
ee5a440030
urlmon: Update winehq.org IP.
2006-10-30 11:17:17 +01:00
Markus Amsler
9497e89d89
wined3d: Respect ARB_VERTEX_BUFFER_OBJECT in loadVertexData.
2006-10-30 11:17:01 +01:00
Peter Oberndorfer
62c6d61ddf
dmusic: Do not write outside of array bounds.
2006-10-30 11:16:49 +01:00
Huw Davies
0d0bfa4cce
user32: The hiword of the return value from LB_ITEMFROMPOINT should be
...
a hittest on the item that's returned and not a hittest on the client
area as MSDN states.
2006-10-30 11:16:39 +01:00
Stephen R. Veit
5731967d2d
iphlpapi: Fix GetAdaptersInfo return value for IpMask.
2006-10-30 11:16:29 +01:00
Alexandre Julliard
b4f42c94a7
wined3d: Simplify some uses of the WineD3D_Context object.
2006-10-27 15:03:07 +02:00
Alexandre Julliard
6afcf77889
wined3d: The WineD3D_GLContext structure doesn't need to be exported.
2006-10-27 14:42:17 +02:00
Alexandre Julliard
00ddebfafa
wined3d: Fix a memory leak (spotted by Eric Pouech).
2006-10-27 14:41:25 +02:00
Andrew Talbot
b6c325bfc0
crypt32: Cast-qual warnings fix.
2006-10-27 14:26:40 +02:00
Pierre d'Herbemont
08884514ba
quartzdrv: Add the quartz (Mac OS X) video driver to the build system.
2006-10-27 14:20:12 +02:00
Kovács András
da6c01bea0
wined3d: Implement D3DSIO_MOVA in ARB backend.
2006-10-27 14:12:58 +02:00
Roderick Colenbrander
88ad69f9bd
wgl: Move part of wglGetProcAddress to gdi32.
2006-10-27 12:43:31 +02:00
Duane Clark
b4c1c67ea4
msvcrt: Fix fread on large buffers in ascii mode.
2006-10-27 12:30:24 +02:00
Alexandre Julliard
5e08230568
kernel32: Close the directory handle in FindNextFile as soon as we reach the end of the directory.
2006-10-27 12:27:33 +02:00
Andrew Talbot
4471ad44a3
d3d8: Cast-qual warnings fix.
2006-10-27 12:10:04 +02:00
James Hawkins
62dc9ca691
msi: Extract cabinets based on DiskId, not LastSequence.
2006-10-27 12:09:28 +02:00
James Hawkins
005c0a792e
msi: Test the order in which cab files are handled in the Media table.
2006-10-27 12:09:09 +02:00
James Hawkins
c6bfbde849
msi: Implement handling for the ErrorDialog and use it to change media.
2006-10-27 12:08:46 +02:00
Mike McCormack
b851d46552
msi: Avoid crashing if writeout_cabinet_stream fails.
2006-10-27 12:01:40 +02:00
Mike McCormack
9375fd9fd3
msi: Remove redundant null checks before MSI_EvaluateCondition.
2006-10-27 12:01:37 +02:00
Mike McCormack
b0499bf71b
comctl32: Move code assuming Nx1 into ImageList_CreateImage.
2006-10-27 12:01:13 +02:00
Rob Shearman
709b536f0c
rpcrt4: The allocation hint in request and response packets is just that - a hint.
...
It is not an error if the stub data exceeds this size, so reallocate the
buffer with the newly calculated size and continue.
2006-10-27 12:00:22 +02:00
Rob Shearman
fbe829cbb1
rpcrt4: Don't terminate the loop on the buffer becoming filled, but when we receive a packet with the RPC_FLG_LAST flag set.
...
This matches what is mentioned in the DCE/RPC specification.
2006-10-27 12:00:12 +02:00
Rob Shearman
28d3bd3e42
rpcrt4: Fix RPCRT4_Receive to accept authentication verifier data on any packets, not just bind packets.
2006-10-27 12:00:05 +02:00
Rob Shearman
b1bfad067b
ole32: Fix a memory leak on the error path of dispatch_rpc.
2006-10-27 11:59:58 +02:00
Rob Shearman
7f71545835
oleaut32: Update comments at the top of typelib.c and remove "stub" from several traces that are in implemented functions.
2006-10-27 11:59:50 +02:00
Rob Shearman
93dfdf7a3f
ole32: Fix some memory leaks in the class factory proxy.
2006-10-27 11:59:40 +02:00
Rob Shearman
7cbafd4f74
ole32: Always call IRpcChannelBuffer_GetBuffer in the class factory stub.
2006-10-27 11:59:34 +02:00
Jacek Caban
25d8417528
shdocvw: Added CUrlHistory stub implementation.
2006-10-26 13:04:53 +02:00
Jacek Caban
6501e2e57b
include: Added urlhist.idl.
2006-10-26 13:04:53 +02:00
Alexandre Julliard
a06aeaba39
winex11.drv: Offset X11 coordinates with the primary monitor position.
...
No longer force the primary monitor to contain the X11 (0,0) coordinate.
2006-10-26 13:04:52 +02:00
David Anderson
c80f5181ff
dbghelp: Avoid printing too many "What the heck" messages from winedbg.
2006-10-26 13:04:52 +02:00
Andrey Turkin
3bc442dc8c
ddraw: Add missing dereference operators.
2006-10-26 13:04:52 +02:00
Marcus Meissner
2074a2314a
mshtml: Moved release of dom_window to right place.
2006-10-26 13:04:52 +02:00
Mike McCormack
1582f58036
msi: Fix the join algorithm.
2006-10-26 12:56:10 +02:00
Mike McCormack
6c95dc644c
msi: Allow UPDATE queries without a condition.
2006-10-26 12:56:10 +02:00
Mike McCormack
15bfb30fc3
msi: Update tables using records, not integer by integer.
2006-10-26 12:56:10 +02:00
Mike McCormack
9b95c27c9c
msi: Remove some unused functions.
2006-10-26 12:56:09 +02:00
Mike McCormack
4a32845a56
msi: Fixed the UPDATE query to work with explicit values.
2006-10-26 12:56:09 +02:00
Mike McCormack
575cc67d0f
msi: Use msi_feature_set_state and msi_component_set_state where possible.
2006-10-26 12:56:09 +02:00
Mike McCormack
6395ff6a5c
msi: Create macro functions to set feature and component states.
2006-10-26 12:56:09 +02:00
James Hawkins
62aedea856
msi: Add tests for the UPDATE sql command.
2006-10-26 12:56:09 +02:00
Mikołaj Zalewski
7f86e6b849
comdlg32: Select the Filename edit box content after the user navigated to a directory by entering there the name.
2006-10-26 12:29:27 +02:00
Hwang YunSong(황윤성)
ca2160acba
kernel32: Added winerr_kor.mc.
2006-10-25 20:23:59 +02:00
Rob Shearman
c3918d9be4
rpcrt4: Move transport-specific server functions to rpc_transport.c.
2006-10-25 20:21:41 +02:00
Oleg Krylov
32caf30f9c
comctl32: Create tooltip windows with WS_POPUP style.
2006-10-25 20:21:34 +02:00
Oleg Krylov
bea5b4b9f7
comctl32: statusbar: Create tooltip window with WS_POPUP and TTS_ALWAYSTIP style.
2006-10-25 20:21:13 +02:00
Stefan Dösinger
9329efa88e
ddraw: Forward the depth stencil buffer to wined3d.
2006-10-25 20:20:59 +02:00
Alexandre Julliard
7bee505d37
user32: Fixed maximized window size on multi-monitor setups.
2006-10-25 20:04:11 +02:00
Alexandre Julliard
7d8ef2e19e
user32: Properly handle negative coordinates for mouse events.
2006-10-25 17:42:42 +02:00
Alexandre Julliard
ff068c088b
shell32: Properly handle negative coordinates for mouse events.
2006-10-25 17:42:11 +02:00
Alexandre Julliard
33b346613e
msi: Properly handle negative coordinates for mouse events.
2006-10-25 17:42:04 +02:00
Alexandre Julliard
44e8ead5d0
hhctrl.ocx: Properly handle negative coordinates for mouse events.
2006-10-25 17:41:58 +02:00
Alexandre Julliard
7cca856315
comctl32: Properly handle negative coordinates for mouse events.
2006-10-25 17:41:48 +02:00
Mike McCormack
11f4fb2dd5
comctl32: Create a point from index function and use it.
2006-10-25 12:14:36 +02:00
Kovács András
bdb6b74a2f
mlang: Set fnIMLangFontLink_GetStrCodePages stub return values.
2006-10-25 12:14:31 +02:00
Andrew Talbot
58f9b6076f
crypt32: Cast-qual warnings fix.
2006-10-25 12:14:23 +02:00
Dmitry Timoshkov
5ace8745ce
kernel32: Exit from initial thread with ExitThread not by ExitProcess.
2006-10-24 20:49:14 +02:00
Alexandre Julliard
af9574cead
Revert "kernel32: Exit from initial thread with ExitThread not by ExitProcess."
...
This reverts commit 5a1fd50db3
.
I committed the wrong file.
2006-10-24 20:48:17 +02:00
Aric Stewart
0bcc941f96
winex11.drv: Only create a fontSet if we are going to be using it in the XIC.
2006-10-24 20:07:31 +02:00
Detlef Riekenberg
530abd2e25
user: Remove wrong comment.
2006-10-24 20:07:09 +02:00
Dmitry Timoshkov
5a1fd50db3
kernel32: Exit from initial thread with ExitThread not by ExitProcess.
2006-10-24 20:06:57 +02:00
Ivan Gyurdiev
5f79e80827
wined3d: Add D3DZBUFFERTYPE to the WINED3D namespace.
2006-10-24 20:06:45 +02:00
Ivan Gyurdiev
10cbffb335
wined3d: Add D3DBLEND to the WINED3D namespace.
2006-10-24 20:06:38 +02:00
Ivan Gyurdiev
4f611bc0e0
wined3d: Add D3DTA masks to the WINED3D namespace.
...
Also fix usage of D3DTSS/D3DTA in ddraw.
2006-10-24 20:06:30 +02:00
Ivan Gyurdiev
93b3106be2
wined3d: Add D3DVS_RASTOUT_OFFSETS to the WINED3D namespace.
2006-10-24 20:06:21 +02:00
Ivan Gyurdiev
997e670e12
wined3d: Add D3DTADDRESS to the WINED3D namespace.
2006-10-24 20:06:15 +02:00
Ivan Gyurdiev
74cd90a18a
wined3d: D3DLOCK: Use consistently in the WINED3D namespace.
2006-10-24 20:06:06 +02:00
Jeff Latimer
a8e5b9ae70
usp10: Add tests for ScriptStringCptoX and ScriptStringXtoCp for activation in later patches.
2006-10-24 20:02:19 +02:00
Jeff Latimer
37e7de1208
usp10: Add tests for ScriptStringAnalyse and ScriptStringFree.
2006-10-24 20:02:05 +02:00
Francois Gouget
9fe4673347
Don't include windows.h & co in the Wine sources.
...
Remove uneeded COM_NO_WINDOWS_H defines.
2006-10-24 17:47:09 +02:00
Rob Shearman
47bf80da8c
oleaut32: Fix a crash in dump_DispParms when running the typelib test with debug tracing on.
2006-10-24 17:46:56 +02:00
Rob Shearman
aa203f0919
oleaut32: Free the array subscript memory for type descriptions when freeing the typelib.
2006-10-24 17:46:49 +02:00
Rob Shearman
2b65782d1e
oleaut32: Fix a reference count leak in the typelib test.
2006-10-24 17:46:39 +02:00
Rob Shearman
a26af4861d
oleaut32: Fix a reference count leak in CreateDispTypeInfo.
2006-10-24 17:46:34 +02:00
Rob Shearman
d72ef78fa6
oleaut32: Initialise all members of the FUNCDESC structure in CreateDispTypeInfo.
2006-10-24 17:46:27 +02:00
Huw Davies
d7eb2262b0
winex11.drv: Only initialize static variables once per process.
2006-10-24 17:46:20 +02:00
Huw Davies
87fbc7a3a8
winex11.drv: Give XCloseIM another chance.
2006-10-24 17:46:17 +02:00
Jonathan Ernst
29a20902ac
oledlg: Updated French translation.
2006-10-24 17:46:12 +02:00
Mikołaj Zalewski
58bd35c8c5
resources: Change Dutch sublanguage code to SUBLANG_NEUTRAL.
2006-10-24 17:45:51 +02:00
Alexandre Julliard
1dc38cf26b
user: Make sure the desktop window exists before calling monitor functions.
2006-10-24 12:22:43 +02:00
Hwang YunSong(황윤성)
41951dc124
oledlg: Updated Korean resource.
2006-10-24 11:45:25 +02:00
Mikołaj Zalewski
e32aa55703
resources: Change German sublanguage code to SUBLANG_NEUTRAL.
2006-10-24 11:45:12 +02:00
Mike McCormack
d1723de566
msi: Split code to get a file's verion into a separate comment.
2006-10-24 11:45:01 +02:00
Mike McCormack
8939587b19
riched20: Create macro functions for allocating and freeing memory.
2006-10-24 11:44:53 +02:00
Mike McCormack
e971e0fb89
riched20: Make sure to use GlobalAlloc with GlobalFree.
2006-10-24 11:44:36 +02:00
James Hawkins
615d09f285
advpack: Fix the full path check.
2006-10-24 11:44:20 +02:00
James Hawkins
1f3f88bf67
msi: Add tests for installing from continuous cabinets.
2006-10-24 11:44:13 +02:00
James Hawkins
3fc13d4b05
msi: Allow more customization of install test files.
2006-10-24 11:44:03 +02:00
James Hawkins
a3a3d6c254
msi: Remove unused function pointer and definitions.
2006-10-24 11:43:56 +02:00
James Hawkins
a93763ae21
msi: Remove two unnecessary install tables.
2006-10-24 11:43:42 +02:00
James Hawkins
5b19cc79bd
msi: Add support for localizable strings in MsiDatabaseImport.
2006-10-24 11:43:33 +02:00
Jacek Caban
53f68ae3e6
urlmon: Added video/mpeg mime filter.
2006-10-24 11:43:25 +02:00