Daniel Reimer
b74916cb57
Bug 4535: Dutch translation for userinit by wouterdevlieger@gmail.com
...
Bug 4539: slovak translation update by Mario Kacmar
Bug 4540: Romanian translation patch by Petru Dimitriu
svn path=/trunk/; revision=41124
2009-05-26 12:10:58 +00:00
James Tabor
4d5af8524b
- restore missing functions, fix build.
...
svn path=/trunk/; revision=41123
2009-05-26 06:36:57 +00:00
James Tabor
bac0137f97
- Implementation of gdi printing support. Work in progress. Losts of updates, including missing functions in the winspool spec file.
...
svn path=/trunk/; revision=41122
2009-05-26 05:50:15 +00:00
Timo Kreuzer
6ec8db72ea
MmGrowKernelStack: go back to the ASSERT and add a fixed check
...
svn path=/trunk/; revision=41121
2009-05-25 22:38:00 +00:00
Michael Martin
434caf81e7
- i8042MouInternalDeviceControl: Implement IoControlCode of IOCTL_INTERNAL_I8042_HOOK_MOUSE.
...
- ForwardIrpAndWait: Don't use IoForwardIrpSynchronously to Forward IRPs as it fails if no next stack location is available, which prevents the mouse from initializing. Changed it to match implementation of our other input drivers. Mouse pointer now works with VBoxMouse driver loaded.
svn path=/trunk/; revision=41119
2009-05-25 16:15:33 +00:00
Kamil Hornicek
9f8bb1becc
- dls1.h, dmdls.h, dmusics.h: fix typos, add missing definitions
...
- import dmerror.h, dmplugin.h, dmusicc.h, dmusicf.h, dmusici.h from Wine
svn path=/trunk/; revision=41118
2009-05-25 14:49:04 +00:00
Dmitry Chapyshev
37ff8d0b06
- Add missed DnsFree
...
svn path=/trunk/; revision=41117
2009-05-25 13:17:32 +00:00
Christoph von Wittich
b2f816bb35
some small reg fixes
...
svn path=/trunk/; revision=41116
2009-05-25 13:10:58 +00:00
Dmitry Chapyshev
b9d4186258
- Stubimplement SPI_GETFONTSMOOTHINGTYPE/SPI_SETFONTSMOOTHINGTYPE
...
svn path=/trunk/; revision=41115
2009-05-25 13:08:57 +00:00
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