Commit graph

36974 commits

Author SHA1 Message Date
Dmitry Chapyshev
8ee5277636 - Add support for SPI_GETCARETWIDTH/SPI_SETCARETWIDTH
svn path=/trunk/; revision=41114
2009-05-25 12:46:44 +00:00
Dmitry Chapyshev
a2c6368b2a - Disable Wow64* functions for x86 build
svn path=/trunk/; revision=41113
2009-05-25 11:01:16 +00:00
Kamil Hornicek
6e73768999 - don't discard valid pixel formats and use flags only for ranking
- patch by Robert Millan (rmh dot reactos at aybabtu dot com)

See issue #4384 for more details.

svn path=/trunk/; revision=41112
2009-05-25 10:50:03 +00:00
Dmitry Chapyshev
8e792cec37 .spec -> .pspec
svn path=/trunk/; revision=41111
2009-05-25 10:41:13 +00:00
Christoph von Wittich
a6c340a5ad sync msvcrt winetest to wine 1.1.22
svn path=/trunk/; revision=41110
2009-05-25 09:16:39 +00:00
James Tabor
0b310198a9 - Move more printer functions.
svn path=/trunk/; revision=41109
2009-05-25 04:28:54 +00:00
James Tabor
bdef7903ef - Move and add to print driver file for printing functions.
svn path=/trunk/; revision=41108
2009-05-25 04:22:03 +00:00
James Tabor
cb9820f1c3 - AbortDoc, Clear the correct flags.
svn path=/trunk/; revision=41107
2009-05-25 03:54:34 +00:00
Timo Kreuzer
ced40baa7b MmGrowKernelStack: go back to the ASSERT and add a fixed check
svn path=/trunk/; revision=41106
2009-05-24 23:17:48 +00:00
Cameron Gutman
a49c349111 - Fix a bug that could result in Dma32BitAddresses being set if the caller specifies NDIS_DMA_24BITS
svn path=/trunk/; revision=41105
2009-05-24 20:25:11 +00:00
Christoph von Wittich
8ab4f0feec revert a part of r41093 - A functions should call the W functions instead of the Nt functions
svn path=/trunk/; revision=41104
2009-05-24 18:57:28 +00:00
James Tabor
802fba9409 - Implement SetAbortProc and halfplement AbortDoc.
svn path=/trunk/; revision=41103
2009-05-24 18:04:10 +00:00
Kamil Hornicek
487d3fb627 - autoregister ddraw and dplayx
svn path=/trunk/; revision=41102
2009-05-24 16:10:57 +00:00
Christoph von Wittich
0febcbbbc6 a little bit of wine syncing - no real code changes - just to make syncing a bit easier next time
svn path=/trunk/; revision=41100
2009-05-24 12:14:42 +00:00
Matthias Kupfer
bc49ff78fe - better question icon in tango look (as long as tango icon set doesn't provide this icon)
- source in reactos/media/graphics

svn path=/trunk/; revision=41099
2009-05-24 11:49:03 +00:00
Christoph von Wittich
81929cedad fix secur32 main winetest crash by returning 0 packages in EmumSecurityPackagesA/W
svn path=/trunk/; revision=41096
2009-05-24 09:40:15 +00:00
Aleksey Bragin
26c55135e2 - Add missing pool allocation failure branch in NtSetInformationFile, and a missing PAGED_CODE check. Spotted by Dmitry Chapyshev.
svn path=/trunk/; revision=41095
2009-05-24 09:08:51 +00:00
Christoph von Wittich
b95b9d2353 sync wintrust_winetest with wine 1.1.22
svn path=/trunk/; revision=41094
2009-05-24 09:07:56 +00:00
Christoph von Wittich
9de93bb07b sync RegQueryValueExA, RegQueryValueA, RegQueryValueW and RegSetValueExA to wine
patch by Giannis Adamopoulos <johnyadams at hotmail dot com>
See issue #4528 for more details.

svn path=/trunk/; revision=41093
2009-05-24 08:45:05 +00:00
James Tabor
3bf062d708 - Fix typo: AbortProc returns TRUE to continue the print job or FALSE to cancel the print job.
svn path=/trunk/; revision=41092
2009-05-24 04:14:48 +00:00
James Tabor
e7651266fd - Implement GdiConvertAndCheckDC and Abort callback support routine.
svn path=/trunk/; revision=41091
2009-05-24 04:07:47 +00:00
Cameron Gutman
e9cab0901b - MajorFunction has IRP_MJ_MAXIMUM_FUNCTION positions
- Sorry for so many commits on the same function

svn path=/trunk/; revision=41090
2009-05-24 00:49:02 +00:00
Cameron Gutman
d63e071c3d - We also shouldn't use our Shutdown handler
svn path=/trunk/; revision=41089
2009-05-24 00:38:10 +00:00
Cameron Gutman
b1b02ec330 - Don't use NDIS's ioctl handler for devices registered from NdisMRegisterDevice
svn path=/trunk/; revision=41088
2009-05-24 00:32:38 +00:00
Cameron Gutman
4546411768 - Irp->AssociatedIrp.SystemBuffer is a PNDIS_OID
svn path=/trunk/; revision=41087
2009-05-24 00:21:37 +00:00
Michael Martin
e139612450 - CreateClassDeviceObject: Add flag DO_BUFFERED_IO to match windows behavior. Revealed by mouse spying utility that expected that IO method. These mouse spying drivers should now work.
svn path=/trunk/; revision=41081
2009-05-23 22:50:07 +00:00
Dmitry Chapyshev
25e390f1bd - Fix two potential crashes
svn path=/trunk/; revision=41080
2009-05-23 17:20:30 +00:00
Dmitry Gorbachev
e9441ce05c Return STATUS_SUCCESS to DbgPrint.
svn path=/trunk/; revision=41079
2009-05-23 15:02:41 +00:00
Dmitry Gorbachev
9c8b1c07fc Do not overwrite *max_bcount.
svn path=/trunk/; revision=41078
2009-05-23 15:02:35 +00:00
Dmitry Gorbachev
ee55e122dd Make __CRT_INLINE always inline, use ceil instead of ceill.
Fixed linking when compiling with -O0, it should now work.

svn path=/trunk/; revision=41077
2009-05-23 15:02:28 +00:00
Dmitry Gorbachev
fc4d23fa18 Fix buffer overflow, add some debug prints.
svn path=/trunk/; revision=41076
2009-05-23 15:02:19 +00:00
Dmitry Gorbachev
e7a79115c6 Fix compilation of RBuild. Bug #4415.
svn path=/trunk/; revision=41075
2009-05-23 15:01:52 +00:00
Kamil Hornicek
997ae4dc06 - don't return without UserLeave, should fix user32:input winetest crash
svn path=/trunk/; revision=41074
2009-05-23 13:15:47 +00:00
Sylvain Petreolle
7ab0e77533 Fix one bogus test in setupapi:devclass
Ignore only bitmap font tests in gdi32:font

svn path=/trunk/; revision=41073
2009-05-23 12:59:46 +00:00
Sylvain Petreolle
758a04d9d9 Fix 2 setupapi:devclass tests
svn path=/trunk/; revision=41072
2009-05-23 12:58:12 +00:00
Christoph von Wittich
2ed0fa8b02 add some registry values req. by user32 sysparams - patch by encoded
svn path=/trunk/; revision=41069
2009-05-23 11:11:58 +00:00
Dmitry Chapyshev
55de54769e - Sync comctl32 with Wine 1.1.22 (without listview.c. Somebody help to sync listview! Now after sync listview there is a bug: http://opendn.org/listview.png)
svn path=/trunk/; revision=41068
2009-05-23 10:39:30 +00:00
Dmitry Chapyshev
1504605852 - Sync comdlg32 with Wine 1.1.22
svn path=/trunk/; revision=41067
2009-05-23 10:33:06 +00:00
Dmitry Chapyshev
45da7fabcb - Sync gdiplus, fusion, cryptui with Wine 1.1.22
svn path=/trunk/; revision=41066
2009-05-23 10:32:19 +00:00
Dmitry Chapyshev
2607d66f40 - Sync msctf, mlang, inetmib1, inetcomm with Wine 1.1.22
svn path=/trunk/; revision=41065
2009-05-23 10:31:01 +00:00
Christoph von Wittich
05625d8565 sync msi with wine 1.1.22
svn path=/trunk/; revision=41064
2009-05-23 10:29:15 +00:00
Dmitry Chapyshev
3d634e9320 - Sync ole32, oleaut32 with Wine 1.1.22
svn path=/trunk/; revision=41063
2009-05-23 10:25:54 +00:00
Dmitry Chapyshev
30f5bab35b - Sync riched20, qmgr, pdh with Wine 1.1.22
svn path=/trunk/; revision=41062
2009-05-23 10:25:02 +00:00
Dmitry Chapyshev
7ccdc95f08 shell32:
- Add IShellItem implementation from Wine
- Implement SHCreateShellItem
setupapi:
- Stubimplement SetupUninstallOEMInfA/W
- Stubimplement Get_Device_Interface_List_Size_ExA/W

svn path=/trunk/; revision=41061
2009-05-23 10:23:33 +00:00
Dmitry Chapyshev
2db9bb4bbb - Sync shlwapi, traffic, urlmon with Wine 1.1.22
svn path=/trunk/; revision=41060
2009-05-23 10:20:22 +00:00
Dmitry Chapyshev
0f06b0408a - Sync wininet with Wine 1.1.22. Tested on Firefox 2.0 and Downloader
svn path=/trunk/; revision=41059
2009-05-23 10:18:19 +00:00
Sylvain Petreolle
24ceaa277d LayoutFile directive for additional system-supplied INF files is optional,
don't fail if it is not found.
Fixes 2 tests in setupapi:devclass

svn path=/trunk/; revision=41058
2009-05-23 10:17:24 +00:00
Dmitry Chapyshev
299f35372a - Update headers
svn path=/trunk/; revision=41057
2009-05-23 10:17:04 +00:00
James Tabor
3586ec74c7 - Check the pointer for client thread information for null not thread information.
svn path=/trunk/; revision=41056
2009-05-23 04:01:27 +00:00
Michael Martin
1b775222e7 - CreateClassDeviceObject/ClassAddDevice: Again do not create device with exclusive access.
svn path=/trunk/; revision=41055
2009-05-23 02:02:48 +00:00