Commit Graph

53976 Commits

Author SHA1 Message Date
Mike Kaplinskiy 4d6982e684 ws2_32: Implement ConnectEx. 2010-08-03 12:02:47 +02:00
Mike Kaplinskiy 15cc301728 ws2_32: Create a wrapper for connect. 2010-08-03 12:01:22 +02:00
Mike Kaplinskiy fae0b6fa63 ws2_32: Don't set FD_READ/FD_WRITE before the connection is complete. 2010-08-03 12:00:48 +02:00
Mike Kaplinskiy 5288a22585 ws2_32/tests: Test ConnectEx. 2010-08-03 11:59:15 +02:00
Jeff Cook 343f85ea66 winealsa.drv: If we can't open a device as stereo, try mono. This is necessary for snd-usb-audio mics. 2010-08-03 11:46:47 +02:00
Jeff Cook 6120d7cc14 winealsa.drv: Init mixer on cards with a single Mic control, like snd_usb_audio mics. 2010-08-03 11:46:42 +02:00
Dmitry Timoshkov 5aa45d9cf4 user32: Add a test for GetClassInfo, make it pass under Wine. 2010-08-03 11:43:59 +02:00
David Hedberg 3db4aaa2b7 explorerframe: Implement Initialize. 2010-08-03 11:33:57 +02:00
Henri Verbeet 6cb38b9c93 wined3d: Allow filtering and blending with WINED3DFMT_ATI2N. 2010-08-03 11:06:51 +02:00
Henri Verbeet 88ff3f406d wined3d: Always set the get_drawable_size() surface function. 2010-08-03 11:06:47 +02:00
Henri Verbeet b2e1e1fd71 wined3d: Pass the color as floating point values to device_clear_render_targets(). 2010-08-03 11:06:42 +02:00
Henri Verbeet 6e68dd52c4 wined3d: Use the correct divider for 15-bit depth formats in IWineD3DSurfaceImpl_BltZ(). 2010-08-03 11:06:20 +02:00
Henri Verbeet 24f522c520 d3dx9_36/tests: Avoid the non-portable NAN macro. 2010-08-03 11:06:14 +02:00
Luca Bennati 44aa9a7d93 shdocvw: Update Italian translation. 2010-08-03 11:06:07 +02:00
Anders Jonsson 2ebe732453 winmm: Fix typo in English, Slovak resources. 2010-08-03 11:06:00 +02:00
Anders Jonsson e8994599dc cryptui: Fix typos in English resources. 2010-08-03 11:05:52 +02:00
Detlef Riekenberg a4e0195157 shdocvw: Do not trim the last character, when using the iexplore open menu. 2010-08-03 11:04:45 +02:00
Frédéric Delanoy 82d8c52e39 shdocvw: Update French translation. 2010-08-03 11:03:50 +02:00
Sven Baars c510a13db5 shdocvw: Update the Dutch translation. 2010-08-03 11:03:45 +02:00
Thomas Mullaly 07e7a117ca urlmon: Implemented IUri_GetExtension. 2010-08-03 11:03:08 +02:00
Thomas Mullaly eb6e23e1de urlmon: Implemented function to the file extension of a file in a URI path. 2010-08-03 11:02:52 +02:00
Thomas Mullaly 1e09e44510 urlmon: Implemented IUri_GetPath. 2010-08-03 11:02:46 +02:00
Thomas Mullaly 42e8af7a4a urlmon: Implemented canonicalization function for paths in opaque URIs. 2010-08-03 11:02:29 +02:00
Thomas Mullaly 5758b068ae urlmon: Implemented a function which removes dot segments from paths of hierarchical URIs. 2010-08-03 11:02:20 +02:00
Thomas Mullaly 300d0e1ad4 urlmon: Implemented canonicalization function for hierarchical URI paths. 2010-08-03 11:01:58 +02:00
Thomas Mullaly 93d79ee18e urlmon: Implemented a path parser for opaque URIs. 2010-08-03 11:01:49 +02:00
Thomas Mullaly 0ecec6d7c0 urlmon: Implemented a path parser for hierarchical URIs. 2010-08-03 11:01:38 +02:00
Huw Davies 300536d88e rpcrt4: Add a missing STUBLESS_INITOUT case. 2010-08-02 17:40:34 +02:00
Uwe Bonnes 53391a3445 wininet: Add const qualifier after openssl version check. 2010-08-02 17:39:20 +02:00
Jeff Latimer 1510698b56 msvcirt: Add some stubs. 2010-08-02 17:38:51 +02:00
Dmitry Timoshkov 81557b5e21 gdi32: Do not crash on an invalid pointer passed to AddFontMemResourceEx. 2010-08-02 16:10:06 +02:00
David Hedberg a690db9f1e shell32: Replace some checks with calls to _ILIsEmpty(). 2010-08-02 15:56:48 +02:00
David Hedberg d6db3732da explorerframe: Add some infrastructure to register the NamespaceTreeControl CLSID. 2010-08-02 15:31:33 +02:00
David Hedberg 87212d5105 explorerframe/tests: Add initial NamespaceTreeControl tests. 2010-08-02 15:28:35 +02:00
David Hedberg 46a3e7c24d explorerframe: Add classfactory implementation. 2010-08-02 15:27:54 +02:00
David Hedberg 49b43e8f7c explorerframe: Add a stub of NamespaceTreeControl. 2010-08-02 15:27:45 +02:00
David Hedberg ddfab6bb9d explorerframe: Implement DllGetVersion. 2010-08-02 15:27:18 +02:00
David Hedberg e2cf9ad33e explorerframe: Add dll stub. 2010-08-02 15:16:35 +02:00
Misha Koshelev cc1738ad3c d3dx9: Complete test for D3DXCreateSphere. 2010-08-02 15:14:41 +02:00
Matteo Bruni 70962ee4d8 d3dcompiler_43: Add dll directory. 2010-08-02 15:14:01 +02:00
Jacek Caban 6263f0079a jscript: Use generic property for Error.number. 2010-08-02 14:09:26 +02:00
Jacek Caban 636bc7494f jscript: Fixed test crash on some win9x installations. 2010-08-02 14:09:18 +02:00
Jacek Caban f824a1656d jscript: Use generic properties for NaN and Infinity implementation. 2010-08-02 14:09:08 +02:00
Jacek Caban 9ca80347e3 mshtml: Get rid of useless nsQIResult type. 2010-08-02 14:08:57 +02:00
Nikolay Sivov 7fb6031731 comctl32/monthcal: Erase week numbers rectangle before drawing new text. 2010-08-02 14:08:48 +02:00
Nikolay Sivov 49949cbbc2 comctl32/monthcal: No need to calculate month length on every iteration. 2010-08-02 14:08:40 +02:00
Nikolay Sivov db10fb8301 comctl32/monthcal: Get rid of stored current selection date, it's always synced with lower bound. 2010-08-02 14:08:34 +02:00
Nikolay Sivov 516c322ecc comctl32/monthcal: Add support for month delta in button navigation. 2010-08-02 14:08:20 +02:00
Nikolay Sivov b83d11ace4 comctl32/monthcal: Add helper to jump to specified number of months. 2010-08-02 14:08:14 +02:00
Nikolay Sivov 23e9866be8 comctl32/monthcal: Fix navigation from last day in a month. 2010-08-02 14:08:06 +02:00