Commit graph

36995 commits

Author SHA1 Message Date
Christoph von Wittich
39e6a334c2 don't close a dialog with <Return> when the OK button is disabled
svn path=/trunk/; revision=41334
2009-06-07 13:27:33 +00:00
Christoph von Wittich
12c11159c8 sync urlmon and winhttp with wine 1.1.23
svn path=/trunk/; revision=41333
2009-06-07 12:32:05 +00:00
Christoph von Wittich
8d470e46d8 sync msiexec to wine 1.1.23
svn path=/trunk/; revision=41332
2009-06-07 11:34:39 +00:00
Christoph von Wittich
b5b8395b7d sync msvcrt_winetest with wine 1.1.23
svn path=/trunk/; revision=41331
2009-06-07 11:27:20 +00:00
Christoph von Wittich
2fca9b58ec fix msvcrt data winetests
svn path=/trunk/; revision=41330
2009-06-07 11:24:37 +00:00
Christoph von Wittich
2fafd4ae3d sync version with wine 1.1.23
svn path=/trunk/; revision=41329
2009-06-07 11:12:48 +00:00
Christoph von Wittich
281ab9c777 sync advapi32_winetest with wine 1.1.23
svn path=/trunk/; revision=41328
2009-06-07 10:58:10 +00:00
Christoph von Wittich
a4e75a5669 sync shlwapi with wine 1.1.23
svn path=/trunk/; revision=41327
2009-06-07 10:54:09 +00:00
Christoph von Wittich
1f0e368a20 sync shlwapi_winetest with wine 1.1.23
svn path=/trunk/; revision=41326
2009-06-07 10:50:06 +00:00
Christoph von Wittich
1430611396 sync rsaenh with wine 1.1.23
svn path=/trunk/; revision=41325
2009-06-07 10:46:04 +00:00
Christoph von Wittich
565e63dab6 partial sync of shell32 shfldr_netplaces
svn path=/trunk/; revision=41324
2009-06-07 10:43:50 +00:00
Christoph von Wittich
6e8b943b1b sync gdiplus_winetest with wine 1.1.23
svn path=/trunk/; revision=41323
2009-06-07 10:10:52 +00:00
Christoph von Wittich
fdc6b38763 update README.WINE
svn path=/trunk/; revision=41322
2009-06-07 10:02:02 +00:00
Christoph von Wittich
785b7d0f2b -formatting fixes
-update README.WINE

svn path=/trunk/; revision=41321
2009-06-07 09:41:22 +00:00
Christoph von Wittich
5930cc1782 fix build
svn path=/trunk/; revision=41320
2009-06-07 08:53:46 +00:00
Christoph von Wittich
e26d39be7a sync shlguid.h with wine 1.1.23
svn path=/trunk/; revision=41319
2009-06-07 08:43:36 +00:00
Dmitry Chapyshev
fa1396e85b - Sync gdiplus with Wine 1.1.23
svn path=/trunk/; revision=41318
2009-06-07 07:59:56 +00:00
Dmitry Chapyshev
c1e38ff75f - Sync comdlg32, avifil32 with Wine 1.1.23
svn path=/trunk/; revision=41317
2009-06-07 07:55:59 +00:00
Christoph von Wittich
c3112d1170 sync riched20 and riched32 with wine 1.1.23
svn path=/trunk/; revision=41316
2009-06-07 06:19:03 +00:00
Christoph von Wittich
a4aa79b0d7 sync cryptui and crypt32 with wine 1.1.23
svn path=/trunk/; revision=41315
2009-06-07 05:59:39 +00:00
Michael Martin
fddbec411f - IopUnloadDriver: Only add the DOE_UNLOAD_PENDING to the Device's DeviceExtensions Flags and check for attached devices and reference counts if the DriverObject->DriverUnload is valid. Verified on XP.
- IopLoadUnloadDriver: Add a check to verify that ImagePath.Buffer is non null before freeing it. 

svn path=/trunk/; revision=41314
2009-06-07 01:18:15 +00:00
Christoph von Wittich
1163e01722 sync shell32 shelllink to wine 1.1.23
svn path=/trunk/; revision=41313
2009-06-06 17:17:11 +00:00
Christoph von Wittich
b95b67f490 update TOKEN_INFORMATION_CLASS enum
svn path=/trunk/; revision=41312
2009-06-06 16:24:27 +00:00
Christoph von Wittich
958ba014c1 sync kernel32_winetest with wine 1.1.23
svn path=/trunk/; revision=41311
2009-06-06 16:10:47 +00:00
Christoph von Wittich
cb11ae8788 sync cabinet, jscript, msi and msxml3 with wine 1.1.23
svn path=/trunk/; revision=41310
2009-06-06 15:59:47 +00:00
Christoph von Wittich
2f98b5a4c4 sync jscript and msi winetests with wine 1.1.23
svn path=/trunk/; revision=41309
2009-06-06 15:59:11 +00:00
Christoph von Wittich
f30d5ea76f import SHGetNewLinkInfoA/W from wine
svn path=/trunk/; revision=41308
2009-06-06 15:45:10 +00:00
Christoph von Wittich
02741d8961 sync shell32_winetest with wine 1.1.23
svn path=/trunk/; revision=41307
2009-06-06 15:43:07 +00:00
Christoph von Wittich
ea0cf3d605 export DisplayExitWindowsWarnings and DisableProcessWindowsGhosting
svn path=/trunk/; revision=41306
2009-06-06 15:28:47 +00:00
Christoph von Wittich
4310bba7fe forgot this file :/
svn path=/trunk/; revision=41305
2009-06-06 15:18:30 +00:00
Christoph von Wittich
602e8eec8d partial sync of shlfileop to wine 1.1.23
svn path=/trunk/; revision=41304
2009-06-06 15:17:54 +00:00
Ged Murphy
524cdfd04f There's no such thing as ntsys.lib in Windows, dynamically link to ntdll to fix building with msvc.
svn path=/trunk/; revision=41303
2009-06-06 14:37:40 +00:00
Ged Murphy
c4c37910a4 Use the dll runtime library.
Fixes building taskmgr with VS and probably others

svn path=/trunk/; revision=41302
2009-06-06 14:30:57 +00:00
Christoph von Wittich
c1787d3a8a sync user32 winetest with wine 1.1.23
svn path=/trunk/; revision=41301
2009-06-06 14:25:56 +00:00
Christoph von Wittich
06b07ed556 sync user32 listbox and combobox to wine 1.1.22
svn path=/trunk/; revision=41300
2009-06-06 14:15:43 +00:00
Christoph von Wittich
0d76b6fd0f update README.WINE
svn path=/trunk/; revision=41299
2009-06-06 13:24:09 +00:00
Ged Murphy
a7d1ff5e00 Keep the horizontal grid axis consistent
svn path=/trunk/; revision=41298
2009-06-06 13:08:22 +00:00
Christoph von Wittich
b5d17eb491 sync user32 edit and exticon to wine 1.1.22
svn path=/trunk/; revision=41297
2009-06-06 12:54:01 +00:00
Christoph von Wittich
342bd4f186 sync user32 button and static to wine 1.1.22
svn path=/trunk/; revision=41296
2009-06-06 08:50:05 +00:00
Dmitry Chapyshev
c071c35012 SearchPathA()
- Fix calculation of buffer size (fixes Skype crash)
Patch by Mikhail Denisenko (denisenkom@gmail.com)
See issue #4526 for more details.

svn path=/trunk/; revision=41295
2009-06-06 08:14:11 +00:00
Dmitry Chapyshev
2d592301c9 WSPSelect()
- Fix checking of params
- Fix allocation size
Tested on Firefox, Downloader, Skype
Patch by Mikhail Denisenko (denisenkom@gmail.com) with small changes

See issue #4526 for more details.

svn path=/trunk/; revision=41294
2009-06-06 07:54:54 +00:00
James Tabor
3ee953f7f5 - NtGdiEngCreateDeviceBitmap: Test size larger than 32 bits in width.
svn path=/trunk/; revision=41293
2009-06-06 04:24:03 +00:00
James Tabor
dbd87f50fe - Update stubs, NtGdiEngCreateDevice/Bitmap.
svn path=/trunk/; revision=41292
2009-06-06 01:53:24 +00:00
Aleksey Bragin
d4417f6e6c - Add USB keyboard and mouse support to ReactOS.
See issue #1041 for more details.

svn path=/trunk/; revision=41291
2009-06-05 16:49:41 +00:00
Dmitry Gorbachev
9b490918f1 Netshell: update Dutch translation. Oscar van Egmond (oscar_04*AT*live*DOT*nl), bug #4582.
svn path=/trunk/; revision=41290
2009-06-05 15:20:04 +00:00
Cameron Gutman
68fef5356a - Revert r41287
svn path=/trunk/; revision=41289
2009-06-04 20:11:01 +00:00
Dmitry Gorbachev
4411cd3ecc Sync French translation with English original.
svn path=/trunk/; revision=41288
2009-06-04 18:10:18 +00:00
Cameron Gutman
7445880f25 - Fix the map register count check
svn path=/trunk/; revision=41287
2009-06-04 18:00:17 +00:00
Johannes Anderwald
42771ef723 - Revert 40694 as FIELD_OFFSET is perfectly working code and the new one might not work on some compilers
- Add informal debug traces for bug 4354

svn path=/trunk/; revision=41285
2009-06-04 14:16:57 +00:00
Dmitry Gorbachev
aed29dde4e Remove KeBugCheckWithTf() hack, fix VBEResetHw(). Stefan Ginsberg, bug #4581.
svn path=/trunk/; revision=41284
2009-06-04 13:54:27 +00:00