Commit graph

16175 commits

Author SHA1 Message Date
Steven Edwards
14e75bd34f again dump the .cvsignore
svn path=/trunk/; revision=17127
2005-08-07 00:03:28 +00:00
Steven Edwards
d8de9b24fb add some of the shlwapi tests
svn path=/trunk/; revision=17126
2005-08-06 23:58:36 +00:00
Steven Edwards
bf046096f1 added user32 wine regression test
svn path=/trunk/; revision=17125
2005-08-06 23:41:45 +00:00
Steven Edwards
68cfd5b234 we don't need a .cvsignore
svn path=/trunk/; revision=17124
2005-08-06 23:20:14 +00:00
Steven Edwards
e2314525fc added gdi32 wine regression tests
svn path=/trunk/; revision=17123
2005-08-06 23:19:47 +00:00
Steven Edwards
42cc66da60 moved psapi test
svn path=/trunk/; revision=17122
2005-08-06 23:12:16 +00:00
Steven Edwards
35154d7eb5 moved psapi test
svn path=/trunk/; revision=17121
2005-08-06 23:11:59 +00:00
Steven Edwards
551795b06d add version tests
svn path=/trunk/; revision=17120
2005-08-06 23:08:51 +00:00
Steven Edwards
f997cb9046 added msvcrt regression test
svn path=/trunk/; revision=17119
2005-08-06 23:05:16 +00:00
Maarten Bosma
a3cd4ae567 add case if _NO_COM is defined structure _DDRAWI_DDRAWSURFACE_MORE
svn path=/trunk/; revision=17118
2005-08-06 22:08:13 +00:00
Thomas Bluemel
958fe98d1d fixed some uninitialized variables warnings
svn path=/trunk/; revision=17117
2005-08-06 20:23:08 +00:00
Magnus Olsen
e651def55f add #define DDRAWISURFGBL_NOTIFYWHENUNLOCKED
svn path=/trunk/; revision=17116
2005-08-06 20:18:59 +00:00
Thomas Bluemel
4023109665 allow warnings
svn path=/trunk/; revision=17115
2005-08-06 20:15:29 +00:00
Thomas Bluemel
19291a67d9 add missing directory.xml
svn path=/trunk/; revision=17114
2005-08-06 19:42:40 +00:00
Filip Navara
4123ecfc6a Fix translation of extended keys.
svn path=/trunk/; revision=17111
2005-08-06 18:56:20 +00:00
Steven Edwards
f3594ebab5 and this
svn path=/trunk/; revision=17110
2005-08-06 18:08:07 +00:00
Steven Edwards
995a19dc6d forgot this
svn path=/trunk/; revision=17109
2005-08-06 18:07:47 +00:00
Steven Edwards
d3a19d3fa2 enable Wine regression tests for advapi32 and comctl32. Not tested under ReactOS. To build tests now you can use the wine name 'make advapi32_test' 'make comctl32_test' etc
svn path=/trunk/; revision=17108
2005-08-06 18:05:15 +00:00
Steven Edwards
8f091947d8 add prototype for DbgPrint so Winetests link properly with ReactOS.
svn path=/trunk/; revision=17107
2005-08-06 18:03:53 +00:00
Steven Edwards
94aa9ed23c stick the winetests in the sub folder with the other regtests
svn path=/trunk/; revision=17106
2005-08-06 18:02:57 +00:00
Steven Edwards
d90f119c90 remove comctl32 winetests
svn path=/trunk/; revision=17105
2005-08-06 18:00:17 +00:00
Steven Edwards
8704e1ebff remove msvcrt winetests
svn path=/trunk/; revision=17104
2005-08-06 17:59:46 +00:00
Steven Edwards
f2272e8e74 remove main winetest program
svn path=/trunk/; revision=17103
2005-08-06 17:59:01 +00:00
Steven Edwards
53a628a613 remove version winetests
svn path=/trunk/; revision=17102
2005-08-06 17:58:12 +00:00
Steven Edwards
09c6b8868b remove advapi32 winetests. I am going to refactor the import
svn path=/trunk/; revision=17101
2005-08-06 17:57:33 +00:00
Hartmut Birr
d46f0ac6da Don't try to acquire the mutex, if the mutex already exist (reported by Joseph Galbraith).
svn path=/trunk/; revision=17100
2005-08-06 15:55:59 +00:00
Thomas Bluemel
4d98b5f8f7 fixed uninitialized variable warning and indentation
svn path=/trunk/; revision=17099
2005-08-06 15:01:08 +00:00
Thomas Bluemel
514aa4a565 #include "precomp.h" -> #include <precomp.h>
svn path=/trunk/; revision=17098
2005-08-06 14:58:07 +00:00
Thomas Bluemel
00d72052e8 #include "usetup.h" -> #include <usetup.h>
svn path=/trunk/; revision=17097
2005-08-06 14:57:57 +00:00
Thomas Bluemel
db692d3cdc fixed uninitialized variable warning
svn path=/trunk/; revision=17096
2005-08-06 11:59:31 +00:00
James Tabor
eac9a2caf0 Show DrawTextExA implemented.
svn path=/trunk/; revision=17095
2005-08-06 05:26:10 +00:00
James Tabor
1556909d27 Show SetParent implemented.
svn path=/trunk/; revision=17094
2005-08-06 05:25:13 +00:00
James Tabor
b492db20dd Show UpdateWindow implemented.
svn path=/trunk/; revision=17093
2005-08-06 05:24:05 +00:00
Thomas Bluemel
044ab19d99 handle the WM_SIZE message and resize/move the controls appropriately
svn path=/trunk/; revision=17092
2005-08-06 01:14:09 +00:00
Maarten Bosma
406b162be2 Add more DDRAWISURFs and remove useless #ifndefs.
svn path=/trunk/; revision=17091
2005-08-05 23:29:52 +00:00
Gé van Geldorp
ebdbcfb097 Sync to Wine-20050725:
Alexandre Julliard <julliard@winehq.org>
- Faster implementation of wcstombs that handles overlapping buffers
  properly (based on a patch by Dmitry Timoshkov).

svn path=/trunk/; revision=17090
2005-08-05 22:24:53 +00:00
Maarten Bosma
518084eb6d include ddk/d3dnthal.h as well
svn path=/trunk/; revision=17089
2005-08-05 21:53:20 +00:00
Filip Navara
94ae83f18a Remove spurious call from I8042BasicDetect.
svn path=/trunk/; revision=17086
2005-08-05 21:31:11 +00:00
Alex Ionescu
1eb8e4cde0 - FS Devices don't need a device queue, optimize the call away.
svn path=/trunk/; revision=17085
2005-08-05 21:25:52 +00:00
Alex Ionescu
6477828cdd - DeviceExtension should be NULL if the caller didn't specify any size for one.
svn path=/trunk/; revision=17084
2005-08-05 21:16:51 +00:00
Maarten Bosma
3d09f34d49 in ddrawgdi.h
- remove #if 0 (Define GdiEntries to thier internal names)
- include the right headers instead of defining things on it's own

svn path=/trunk/; revision=17083
2005-08-05 21:05:03 +00:00
Maarten Bosma
4b9db80475 undo my last change
svn path=/trunk/; revision=17082
2005-08-05 21:02:28 +00:00
Gé van Geldorp
ebe9abeb13 Update status
svn path=/trunk/; revision=17080
2005-08-05 20:49:13 +00:00
Gé van Geldorp
ccf9cf1d90 Sync to Wine-20050628:
Dmitry Timoshkov <dmitry@codeweavers.com>
- Make remaining OLE interface vtables const.
Mike McCormack <mike@codeweavers.com>
- Stub implementation for GetSoftwareUpdateInfo.
- Declare functions and correct prototypes.
Maarten Lankhorst <m.b.lankhorst@gmail.com>
- Improved ObtainUserAgentString stub.
Stefan Huehner <stefan@huehner.org>
- Fix some more -Wstrict-prototypes warnings.

svn path=/trunk/; revision=17079
2005-08-05 20:48:26 +00:00
Maarten Bosma
bb1f81a0fc Actually call the DDRAW_DllRegisterServer() and DDRAW_DllUnregisterServer() functions from DllMain.
svn path=/trunk/; revision=17078
2005-08-05 20:46:20 +00:00
Gé van Geldorp
3f6ea7fd61 Sync to Wine-20050628:
Stefan Leichter <Stefan.Leichter@camLine.com>
- Update version resource of msiexec.exe to current version shipped from
  Windows Update.
Mike McCormack <mike@codeweavers.com>
- Fix some declaration and write string warnings.

svn path=/trunk/; revision=17077
2005-08-05 20:30:42 +00:00
Gé van Geldorp
be83809179 Sync to Wine-20050628:
Alexandre Julliard <julliard@winehq.org>
- Get rid of the WaveMapper and MidiMapper options, the defaults should
  be good enough in all cases.
- Moved the audio driver configuration to HKCU\Software\Wine\Drivers and
  changed it a bit to follow the model of the graphics driver.
- Added magic comments to all Wine-specific registry accesses to make
  them easier to grep.
Mike McCormack <mike@codeweavers.com>
- Make a function static.
Francois Gouget <fgouget@free.fr>
- Fix winapi_check documentation warnings.
Rein Klazes <wijn@wanadoo.nl>
- In MCI_(Un)MapMsg16To32W with wMsg == MCI_OPEN(_DRIVER) only do
  strdupAtoW on those parameters that are flagged to be a string.

svn path=/trunk/; revision=17076
2005-08-05 20:25:46 +00:00
Filip Navara
638c41010a Revert change to ExSystemExceptionFilter.
svn path=/trunk/; revision=17075
2005-08-05 18:27:06 +00:00
Filip Navara
e86cc8cec8 Don't save and restore previous mode in trap handlers. This allows us to call KeGetPreviousMode() from exception handlers and get the right value.
svn path=/trunk/; revision=17074
2005-08-05 18:26:43 +00:00
Filip Navara
957a1ac6da Remove mouse device detection for now, since it fails on some i8042 clones.
svn path=/trunk/; revision=17073
2005-08-05 17:28:17 +00:00