Commit Graph

32584 Commits

Author SHA1 Message Date
Andrew Talbot 13e405c149 dsound: Remove unused variable. 2008-04-17 11:41:04 +02:00
Andrew Talbot 5d707bc271 comdlg32: Remove unused variable. 2008-04-17 11:40:59 +02:00
Marcus Meissner 0926fff545 winex11: Move code behind error return. 2008-04-17 11:40:47 +02:00
Marcus Meissner 8d8b7ffbc7 wined3d: Handle out of array bounds state. 2008-04-17 11:40:39 +02:00
James Hawkins cd2f10a6d0 kernel32: Remove an invalid trace and comment. 2008-04-17 11:40:07 +02:00
James Hawkins a4f733ab0b kernel32: Fix a few failing tests in win2k. 2008-04-17 11:40:00 +02:00
James Hawkins 25c02c884f kernel32: Split the GetComputerName/Ex tests into their own test functions. 2008-04-17 11:39:55 +02:00
James Hawkins b8bdb1304b user32: Fix a test that fails in XP and win2k3. 2008-04-17 11:39:48 +02:00
Rob Shearman 4a75b8bf09 msi: Fix the value parameter of IWineMsiRemotePackage::FormatRecord to have the right level of indirection for an [out] parameter.
Remove the redundant size parameter and simplify the client code such 
that the remote function is only called once, with the value being 
automatically allocated. Add corresponding code on the server side to 
automatically allocate said value.
2008-04-17 11:39:37 +02:00
Aric Stewart 1eece6eee6 imm32: Create the IME UI window with the IME instance so the registered class can be found. 2008-04-17 11:39:33 +02:00
ByeongSik Jeon 511753196f imm32: Implement ImmSetConversionStatus. 2008-04-17 11:39:27 +02:00
ByeongSik Jeon 9171647204 winex11: Add VK_HANGUL, VK_HANJA for Korean Native IME. 2008-04-17 11:38:19 +02:00
Alexandre Julliard 24fc87286f comdlg32: CDM_GETSPEC and CDM_GETFILEPATH should preserve double quotes in file lists. 2008-04-16 18:05:25 +02:00
Kusanagi Kouichi 75e40229d2 winex11.drv: Fix Solaris build error.
Solaris doesn't define XICCallback.
2008-04-16 14:46:05 +02:00
Maarten Lankhorst 6165d87fc5 quartz: Add a Disconnect function to the parser and use it to clean up allocated memory in avisplitter. 2008-04-16 14:16:23 +02:00
Maarten Lankhorst aa623d2eff quartz: Parse old style avi index. 2008-04-16 14:16:09 +02:00
Maarten Lankhorst f66ad4dbe0 quartz: Make the avi splitter skip index headers. 2008-04-16 14:15:19 +02:00
Maarten Lankhorst 64be38a5b2 quartz: Dump opendml indexes and header. 2008-04-16 14:15:11 +02:00
Marcus Meissner bd38e2b0ed rpcrt4: Handle exit path where bind not allocated yet. 2008-04-16 14:12:30 +02:00
Tomasz Jezierski 7a5e3d3c04 hhctrl.ocx: Apparently it is possible to have chm file without #STRINGS in it, so we should not stop processing file at it. 2008-04-16 14:10:35 +02:00
Dan Hipschman cacd1c448e qmgr/tests: Fix minor potential memory leaks. 2008-04-16 14:08:35 +02:00
Andrew Talbot a73ab629e9 dmime: Remove unused variables. 2008-04-16 14:08:16 +02:00
Andrew Talbot 161d3322d6 comctl32: Remove unused variables. 2008-04-16 14:08:04 +02:00
Andrew Talbot 6657cfe70d dinput: Fix handle leak. 2008-04-16 14:07:50 +02:00
Andrew Talbot 160945e217 browseui: Fix handle leak. 2008-04-16 14:07:45 +02:00
Rob Shearman 4efff32291 rpcrt4: Test and fix I_RpcExceptionFilter. 2008-04-16 14:07:31 +02:00
Rob Shearman 51158a2f9c ole32: Add tests for clipboard's implementation of IDataObject_GetData. 2008-04-16 14:07:24 +02:00
Rob Shearman 2cd4117f81 ole32: Fix OLEClipbrd_IDataObject_QueryGetData to conform to the tests. 2008-04-16 14:07:19 +02:00
Rob Shearman e0ef1f061a ole32: Add some tests for OleGetClipboard.
Test the IDataObject_QueryGetData function of the returned object.
2008-04-16 14:07:14 +02:00
Huw Davies 65d5c20a6b gdi32: LineDDA shouldn't include the end point. Add some tests. 2008-04-16 14:07:07 +02:00
Alexandre Julliard c889716979 fusion: Fix a number of leaks in assembly_create. 2008-04-16 13:51:48 +02:00
Alexandre Julliard c7e661b8e5 setupapi: Install services in InstallHinfSection. 2008-04-16 12:36:18 +02:00
Alexandre Julliard cf78e6c38c setupapi: Implemented SetupInstallServicesFromInfSectionW. 2008-04-16 12:36:08 +02:00
Alexandre Julliard 44ab294e0b setupapi: Move strdupW and strdupWtoA to the setupapi_private.h header. 2008-04-16 12:21:09 +02:00
James Hawkins 282246eca4 fusion: Implement IAssemblyCache::InstallAssembly. 2008-04-15 15:36:15 +02:00
Andrew Talbot d3afff856e crypt32: Remove unused variables. 2008-04-15 15:32:20 +02:00
Andrew Talbot 1089e165a4 comdlg32: Remove unused variables. 2008-04-15 15:32:12 +02:00
Andrew Talbot 8a1d3b334d crypt32: Remove unwanted shadow variable. 2008-04-15 15:31:15 +02:00
Marcus Meissner c59f18121f d3d9: Initialized 2 variables with NULL. 2008-04-15 14:34:46 +02:00
Marcus Meissner e8a6f15b3d shell32: Correct casing for "Wine". 2008-04-15 14:34:40 +02:00
Lei Zhang 483116a89e user32: Handle ctrl + end in edit control. 2008-04-15 14:34:35 +02:00
Lei Zhang dfdd9290a7 user32: Handle ctrl + home in edit control. 2008-04-15 14:34:28 +02:00
Lei Zhang 4aef5cb86d user32: Do checks in the right order in EDIT_BuildLineDefs_ML. 2008-04-15 14:34:18 +02:00
Maarten Lankhorst 0b32692451 include: Update aviriff header. 2008-04-15 14:34:01 +02:00
Maarten Lankhorst 1281b74956 quartz: Update start_time if the current position is changed. 2008-04-15 14:33:45 +02:00
Maarten Lankhorst 3e9cee050f quartz: Add VIDEOINFOHEADER2 support to VideoRenderer. 2008-04-15 14:33:36 +02:00
Jonathan Ernst eb2dadaea1 comdlg32: Updated French translation. 2008-04-15 14:33:06 +02:00
Jörg Höhle b36d4a1d51 wined3d: Fix missing break inside switch in SetAutoGenFilterType. 2008-04-14 23:50:13 +02:00
Aric Stewart f51542d9b5 user32: Call ImmProcessKey in TranslateMessage to allow IMEs to handle key processing if they choose to. 2008-04-14 23:50:13 +02:00
Hwang YunSong(황윤성 d20d374f77 user32: Updated Korean resource. 2008-04-14 23:50:13 +02:00
Maarten Lankhorst ebe438c82a quartz: Bring waveparser to the same level as the mpeg splitter. 2008-04-14 23:50:13 +02:00
Maarten Lankhorst ba10e6104a quartz: Silence seeking fixmes on transform filter. 2008-04-14 23:50:13 +02:00
Maarten Lankhorst 5fb4224f81 quartz: Silence requests for IVideoWindow. 2008-04-14 23:50:13 +02:00
Maarten Lankhorst c8e31b5bdd quartz: Set sane defaults for pin stream rate. 2008-04-14 23:50:13 +02:00
Maarten Lankhorst 48f80f6296 quartz: Don't clean up in avi decoder if driver isn't opened. 2008-04-14 23:50:13 +02:00
Eric Pouech 296a59da7e richedit: Force window update when the word wrap option has changed. 2008-04-14 23:50:12 +02:00
Dmitry Timoshkov baded8789d gdi32: Map glyph to Symbol range only if the font supports symbol encoding. 2008-04-14 21:28:46 +02:00
Austin English e8dbd66c23 oleaut32: Spelling fixes. 2008-04-14 21:28:38 +02:00
Alexandre Julliard 16e8633ee5 winedos: Handle memory reservation errors more gracefully. 2008-04-14 20:39:52 +02:00
Alexandre Julliard f02ef19fdb kernel32: Reserve the low 64Kb area separately from the rest of the DOS memory. 2008-04-14 20:39:27 +02:00
Alexandre Julliard 876257a6dc shdocvw: Fixed typo in CLSID_InternetShortcut. 2008-04-14 13:57:53 +02:00
Rob Shearman 413af76988 pstorec: Fix incorrectly spelt PPST_PROMPTIFO type in pstorec.c and pstore.idl. 2008-04-14 13:33:26 +02:00
Alexandre Julliard 18f4fb9883 winex11: Fix the type hint for the desktop window. 2008-04-14 13:27:38 +02:00
Alexandre Julliard 9bf9c0b7ec winex11: Make WS_EX_APPWINDOW windows have normal type. 2008-04-14 13:27:19 +02:00
Alexandre Julliard 8577358ef5 winex11: Don't set full screen style on minimized windows. 2008-04-14 13:26:38 +02:00
Kai Blin ab62cd360f dpnhpast: Implement a stub for DirectPlayNATHelpCreate. 2008-04-14 12:43:06 +02:00
Rok Mandeljc a2a8d1ad19 shell32: Updated Slovenian translation to reflect changes in About dialog. 2008-04-14 12:42:56 +02:00
Rok Mandeljc 202cbcc11b comdlg32: Fix a mistake in Slovenian translation. 2008-04-14 12:42:45 +02:00
Rok Mandeljc f261e6db4d winmm: Slovenian translation: Add a string that got lost during last update. 2008-04-14 12:42:43 +02:00
Andrew Talbot 369d414d59 comctl32: Remove unused variables. 2008-04-14 12:42:36 +02:00
Aric Stewart 43dc41168d imm32: Implement ImmProcessKey and ImmTranslateMessage. 2008-04-14 12:42:06 +02:00
Aric Stewart 3dde049f31 imm32: All HIMCC in the InputContext should be initialized at creation. 2008-04-14 12:41:53 +02:00
John Klehm 352c98d7d5 wintab32: Implement WTSetA/W. 2008-04-14 12:40:23 +02:00
Vitaliy Margolen 7a651e1c15 gphoto2.ds: Add Russian translation. 2008-04-14 12:40:23 +02:00
Vitaliy Margolen a3b21209b2 winex11.drv: Send scan code when adjusting modifier key states. 2008-04-14 12:40:22 +02:00
Dmitry Timoshkov 2a2c66c062 gdi32: Clarify which font doesn't contain 'x'. 2008-04-14 12:40:22 +02:00
Francois Gouget 4ba16af16b ddraw/tests: Fix compilation on systems that don't support nameless unions. 2008-04-14 12:40:22 +02:00
Francois Gouget 7b404ff9d6 jscript/tests: Fix the '\n's in an ok() call. 2008-04-14 12:40:22 +02:00
Francois Gouget d9e9e67ffc wldap32: Fix typo in the French resources. 2008-04-14 12:40:22 +02:00
Francois Gouget 0682f85c95 Fix spelling of dwAssign. 2008-04-14 12:40:22 +02:00
Francois Gouget 02bcdf6db7 ole32: Fix spelling of GetComparisonData(). 2008-04-14 12:40:22 +02:00
Vitaliy Margolen 3ba6f864f4 dinput: Don't use dead-zone from the device. 2008-04-14 12:40:22 +02:00
Vitaliy Margolen e67c1cbf69 dinput: Joysticks are not supported for DX v3. 2008-04-14 12:40:22 +02:00
Vitaliy Margolen b9801bba31 dinput: Assign button GUID to joystick buttons. 2008-04-14 12:40:22 +02:00
Eric Pouech d2fa765087 dbghelp: Fix invalid pointer dereference. 2008-04-14 12:40:22 +02:00
Rob Shearman e05ccfe2bb rpcrt4: Add buffer size checks to base type unmarshalling.
Reimplement NdrSimpleTypeUnmarshall using similar macros to
NdrBaseTypeUnmarshalling without buffer checks, due to
NdrSimpleTypeUnmarshall not doing any safety checks.
2008-04-14 12:40:22 +02:00
Rob Shearman b2603687cc qmgr: Dynamically link to advpack.dll.
Use RegInstall instead of RegInstallA as RegInstallA isn't available in
some native versions of advpack commonly installed by programs.
2008-04-14 12:40:22 +02:00
Andrew Talbot bab7871cac comctl32: Remove unused variables. 2008-04-14 12:09:13 +02:00
Andrew Talbot 07d73206c6 dnsapi: Remove unused variables. 2008-04-14 12:06:44 +02:00
Alex Villacís Lasso 1fcc4ffdfa user32: LoadImage(IMAGE_BITMAP) should reject invalid BMP files (with tests). 2008-04-14 12:06:37 +02:00
Alexandre Julliard 0482c8e818 gdi32: Fix CreateCompatibleDC to reject invalid DCs. 2008-04-14 12:06:24 +02:00
Colin Finck 8a2e787161 gdi32: Add a test to demonstrate a CreateCompatibleDC problem. 2008-04-14 12:05:29 +02:00
Aric Stewart d0cf2342df user32: Make sure there is space for at least 6 items in a combo dropdown without forcing it to be at most 6 items as well. 2008-04-14 12:05:04 +02:00
Aric Stewart 63d2d041d9 imm32: Remember to unset the hwnd for a context when that hwnd is associated with a different context. 2008-04-14 12:04:58 +02:00
Dmitry Timoshkov 7668241015 user32: Use appropriate type for lresult. 2008-04-14 12:04:51 +02:00
Matthew D'Asaro 4217fcb187 winex11: Add registry option to let wine decorate windows. 2008-04-11 13:11:17 +02:00
James Hawkins 81f2d3cc0b shell32: Fix a few tests that fail in win2k. 2008-04-11 13:11:02 +02:00
Alexander Dorofeyev df422cf0fb ddraw/tests: Add colorkeyed blit to p8_primary_test. 2008-04-11 13:05:12 +02:00
Alexander Dorofeyev d8ae8a8780 ddraw/tests: Add viewport clearing tests. 2008-04-11 13:05:03 +02:00
Alexander Dorofeyev 44143a97c7 ddraw: Temporarily activate viewport when clearing. 2008-04-11 13:04:34 +02:00
Alexander Dorofeyev 3e237c6199 ddraw: Set active_device in AddViewport. 2008-04-11 13:04:26 +02:00
Alexander Dorofeyev 6a48e405db ddraw: Add possibility to ignore lights in viewport_activate.
Mostly NOP regarding existing functionality, but makes it possible to skip light 
activation when it's not needed (like when clearing).
2008-04-11 13:04:19 +02:00
Rob Shearman fe7e786ace advapi32: Add exception handling around all service RPC calls. 2008-04-11 12:14:24 +02:00
Rob Shearman aa83f5a5aa ole32: Use I_RpcExceptionFilter instead of custom exception filter for RPC calls. 2008-04-11 12:13:59 +02:00
Rob Shearman 9a2914b11f rpcrt4: Implement I_RpcExceptionFilter. 2008-04-11 12:12:30 +02:00
Dmitry Timoshkov 29565d558f user32: Fix Win64 warnings. 2008-04-11 12:11:33 +02:00
Peter Urbanec 287561cce5 comctl32: Mousewheel support for updown control. 2008-04-11 12:11:33 +02:00
Vitaliy Margolen 9f82e4730b wininet: Properly initialize struct. 2008-04-11 12:11:33 +02:00
James Hawkins e314ef699e kernel32: Add traces to see why the tests fail in win2k. 2008-04-11 11:16:29 +02:00
James Hawkins bfaed5e7fa ntdll: Fix a few tests that fail in win2k. 2008-04-11 11:16:24 +02:00
James Hawkins 9d2cc2171f crypt32: Fix a few tests that fail in win2k. 2008-04-11 11:16:18 +02:00
James Hawkins 9dc979604c advapi32: Fix a few tests that fail in win2k. 2008-04-11 11:16:14 +02:00
Lei Zhang 54a06642f4 gdiplus: Add a stub for GdipSetMetafileDownLevelRasterizationLimit. 2008-04-11 11:16:07 +02:00
Lei Zhang 82d0144912 gdiplus: Add a stub for GdipSetLineTransform. 2008-04-11 11:16:01 +02:00
Lei Zhang 942f3496b3 gdiplus: Add a stub for GdipSetLinePresetBlend. 2008-04-11 11:15:54 +02:00
Lei Zhang 0399cdaff0 gdiplus: Add a stub for GdipSetLineLinearBlend. 2008-04-11 11:15:46 +02:00
Lei Zhang 89b0a979c8 gdiplus: Add a stub for GdipSetLineColors. 2008-04-11 11:15:34 +02:00
Lei Zhang 0fe2f5b677 gdiplus: Add a stub for GdipSetInfinite. 2008-04-11 11:15:25 +02:00
Lei Zhang 6a44f19179 gdiplus: Add a stub for GdipSetImageAttributesToIdentity. 2008-04-11 11:15:19 +02:00
Lei Zhang 03c7d55830 gdiplus: Add a stub for GdipSetImageAttributesThreshold. 2008-04-11 11:15:08 +02:00
Lei Zhang 65445b9e7e gdiplus: Add a stub for GdipSetImageAttributesRemapTable. 2008-04-11 11:14:53 +02:00
Juan Lang 2016c63e82 cryptui: Add stub DLL. 2008-04-11 11:13:41 +02:00
Juan Lang 7267c0772b softpub: Forward softpub functions to wintrust. 2008-04-11 11:12:44 +02:00
Rob Shearman 8dcde49a53 winedos: The calling convention should come after the return type in the declaration of VGA_DoShowMouse for portability. 2008-04-11 11:12:31 +02:00
Rob Shearman f07152d7b7 mshtml: Fix the buffer length being passed into MultiByteToWideChar in set_registry. 2008-04-11 11:12:26 +02:00
Rob Shearman a5d47baba4 mshtml: Support parsing the resource type in the res:// protocol. 2008-04-11 11:12:23 +02:00
Rob Shearman 21b9a50e08 shell32: Implement ParseDisplayName for EntireNetwork in the Network Places shell folder.
Add a test for this behaviour.
2008-04-11 11:12:04 +02:00
Alexandre Julliard ac0db11459 user32/tests: Replace the keyboard flags bitfield by the official flag definitions. 2008-04-10 17:59:10 +02:00
Alexandre Julliard 8445841dcd winex11: Replace the keyboard flags bitfield by the official flag definitions. 2008-04-10 17:59:06 +02:00
Alexandre Julliard eb857aebeb user32: Moved the menu activation hack on managed windows to the X11 driver. 2008-04-10 16:41:26 +02:00
Alexandre Julliard fa677c7f72 user32: Forward all WM_SYSCOMMAND messages to the driver, not only moves and resizes. 2008-04-10 15:58:43 +02:00
Alexandre Julliard 9bcdc46e9d comctl32: Get rid of the hack to remove size grips on managed windows. 2008-04-10 14:47:44 +02:00
Alexandre Julliard 70ef99e5e1 winex11: Make sure to flush painting operations before moving a window. 2008-04-10 14:47:19 +02:00
Kusanagi Kouichi 185157cb6e winex11: Connect to XIM server dynamically. 2008-04-10 12:45:56 +02:00
Alexandre Julliard 5c30e9ae00 winex11: Separate the XIM process-wide setup from the IME creation. 2008-04-10 12:29:01 +02:00
Maarten Lankhorst bd324db059 quartz: Add stubs for the IMediaSeeking interface in SeekingPassThru. 2008-04-10 11:31:11 +02:00
Maarten Lankhorst 65e6bbd186 quartz: Add a stub for SeekingPassThru. 2008-04-10 11:31:06 +02:00
Jacek Caban 732682b08c mshtml: Correctly handle NULL req in get_nscontainer_from_load_group. 2008-04-10 11:16:32 +02:00
Jacek Caban b9117b6166 jscript: Added IObjectSafety tests. 2008-04-10 11:16:12 +02:00
Lei Zhang 5ba99f4eb5 gdiplus: Add a stub for GdipSetImageAttributesOutputChannelColorProfile. 2008-04-10 10:33:43 +02:00
Lei Zhang 139da784bf gdiplus: Add a stub for GdipSetImageAttributesOutputChannel. 2008-04-10 10:33:35 +02:00
Lei Zhang 68f5cdb28e gdiplus: Add a stub for GdipSetImageAttributesNoOp. 2008-04-10 10:32:54 +02:00
Lei Zhang 7b403d6b46 gdiplus: Add a stub for GdipSetImageAttributesGamma. 2008-04-10 10:32:44 +02:00
Lei Zhang 2b2db98cb6 gdiplus: Add a stub for GdipSetImageAttributesCachedBackground. 2008-04-10 10:32:22 +02:00
Lei Zhang 5d7e2254f6 gdiplus: Add a stub for GdipSetEmpty. 2008-04-10 10:31:49 +02:00
Lei Zhang 20a8cf6417 gdiplus: Add a stub for GdipSetEffectParameters. 2008-04-10 10:31:34 +02:00
Lei Zhang a1394d4d48 gdiplus: Add a stub for GdipSetCustomLineCapWidthScale. 2008-04-10 10:31:26 +02:00
Lei Zhang 1131685a94 gdiplus: Add a stub for GdipSetCustomLineCapStrokeJoin. 2008-04-10 10:31:18 +02:00
Lei Zhang af1e221f17 gdiplus: Add a stub for GdipSetCustomLineCapBaseInset. 2008-04-10 10:31:12 +02:00
Lei Zhang 6112d16bad gdiplus: Add a stub for GdipGetCustomLineCapBaseInset. 2008-04-10 10:31:04 +02:00