reactos.git
15 years ago- Switch back to the previous implementation of GetPrivateObjectSecurity now that...
Stefan Ginsberg [Sat, 3 Jan 2009 15:20:47 +0000 (15:20 +0000)]
- Switch back to the previous implementation of GetPrivateObjectSecurity now that RtlQuerySecurityObject is implemented (thanks jimtabor)

svn path=/trunk/; revision=38533

15 years ago- Don't leak a FileObject reference in case of failure.
Aleksey Bragin [Sat, 3 Jan 2009 13:23:44 +0000 (13:23 +0000)]
- Don't leak a FileObject reference in case of failure.

svn path=/trunk/; revision=38531

15 years ago- Check if CompletionFilter has a valid value too.
Aleksey Bragin [Sat, 3 Jan 2009 12:42:29 +0000 (12:42 +0000)]
- Check if CompletionFilter has a valid value too.

svn path=/trunk/; revision=38530

15 years ago- Add checking of CompletionFilter parameter. This is fixed 3 wine tests for kernel32
Dmitry Chapyshev [Sat, 3 Jan 2009 12:22:14 +0000 (12:22 +0000)]
- Add checking of CompletionFilter parameter. This is fixed 3 wine tests for kernel32

svn path=/trunk/; revision=38529

15 years ago- Add spoolss from Wine
Dmitry Chapyshev [Sat, 3 Jan 2009 11:18:58 +0000 (11:18 +0000)]
- Add spoolss from Wine

svn path=/trunk/; revision=38527

15 years ago- PeekNamedPipe: Fixed BufferSize calculation, as it is the size of the FILE_PIPE_PEE...
Michael Martin [Sat, 3 Jan 2009 09:24:44 +0000 (09:24 +0000)]
- PeekNamedPipe: Fixed BufferSize calculation, as it is the size of the FILE_PIPE_PEEK_BUFFER struct + the nBufferSize parameter passed from caller.

svn path=/trunk/; revision=38522

15 years ago- Add a missing EA buffer validation.
Aleksey Bragin [Sat, 3 Jan 2009 09:18:55 +0000 (09:18 +0000)]
- Add a missing EA buffer validation.
- Free an EA buffer if it was allocated and error/exception happened.

svn path=/trunk/; revision=38521

15 years ago- Removed SEH abuse and add notes for the hook code, in NtUserDefSetText.
James Tabor [Sat, 3 Jan 2009 04:02:54 +0000 (04:02 +0000)]
- Removed SEH abuse and add notes for the hook code, in NtUserDefSetText.
- Update NtUserCallHwndLock subfunctions.

svn path=/trunk/; revision=38518

15 years ago- Add check for null Wnd, see bug 3995.
James Tabor [Sat, 3 Jan 2009 02:20:50 +0000 (02:20 +0000)]
- Add check for null Wnd, see bug 3995.

svn path=/trunk/; revision=38517

15 years ago- Implement RtlQuerySecurityObject.
James Tabor [Fri, 2 Jan 2009 23:52:37 +0000 (23:52 +0000)]
- Implement RtlQuerySecurityObject.

svn path=/trunk/; revision=38513

15 years agoFix serial devices detection
Hervé Poussineau [Fri, 2 Jan 2009 22:12:48 +0000 (22:12 +0000)]
Fix serial devices detection
Thanks at Maciej Bialas (bjauy at o2.pl) for testing

svn path=/trunk/; revision=38512

15 years agoUse the bitmap's palette, not the DC one's in NtGdiGetDIBitsInternal. Fixes Firefox...
Timo Kreuzer [Fri, 2 Jan 2009 22:08:09 +0000 (22:08 +0000)]
Use the bitmap's palette, not the DC one's in NtGdiGetDIBitsInternal. Fixes Firefox colors going nots after 60 sec.
See issue #3854 for more details.

svn path=/trunk/; revision=38511

15 years ago- Cleanup AccessCheck, and set the correct last error in the case where the check...
Stefan Ginsberg [Fri, 2 Jan 2009 17:39:45 +0000 (17:39 +0000)]
- Cleanup AccessCheck, and set the correct last error in the case where the check succeeds but access is denied
- Cleanup NtAccessCheck, properly set desired access when previous mode is kernel, remove a duplicate check that is performed in SeAccessCheck, and don't fail with STATUS_ACCESS_DENIED when the check succeeds but denies access -- the result of the access check is returned in the 'AccessStatus' parameter

svn path=/trunk/; revision=38510

15 years ago- Add Dmitry Gorbachev's hack for bug 3626 problem (cmd shell initially comes up...
Aleksey Bragin [Fri, 2 Jan 2009 17:38:01 +0000 (17:38 +0000)]
- Add Dmitry Gorbachev's hack for bug 3626 problem (cmd shell initially comes up in permanent loop printing squares). Until a better solution is implemented...
See issue #3626 for more details.

svn path=/trunk/; revision=38509

15 years ago- Add Wine's GetPrivateObjectSecurity and use it instead of our that uses the unimple...
Stefan Ginsberg [Fri, 2 Jan 2009 17:14:42 +0000 (17:14 +0000)]
- Add Wine's GetPrivateObjectSecurity and use it instead of our that uses the unimplemented RtlQuerySecurityObject routine

svn path=/trunk/; revision=38508

15 years ago- Store PhysicalDeviceObject in device extension
Johannes Anderwald [Fri, 2 Jan 2009 15:05:57 +0000 (15:05 +0000)]
- Store PhysicalDeviceObject in device extension
- initialize ISubdevice list
- improve PcRegisterSubdevice
- implement IDmaChannelSlave_fnAllocateBuffer, IDmaChannelSlave_fnFreeBuffer
- partly implement IPortFilterWaveCyclic interface
- add IClsVersion interface to IPortDMus, IPortTopology, IPortWavePci
- check for IPinCount, IPowerNotify interface during IPortWaveCyclic initialization
- implement IPortWaveCyclic_fnNewRegistryKey
- first hack version of creating IPortWaveCyclic_fnNewSlaveDmaChannel
- implement ISubdevice interface for IPortWaveCyclic

svn path=/trunk/; revision=38507

15 years ago- Remove incorrect and undocumented FsRtlNotifyReportChange declaration.
Aleksey Bragin [Fri, 2 Jan 2009 10:38:21 +0000 (10:38 +0000)]
- Remove incorrect and undocumented FsRtlNotifyReportChange declaration.
- Add FILE_NOTIFY_INFORMATION structure definition.

svn path=/trunk/; revision=38504

15 years ago- All FsRtlRemoveMcb functions return void.
Aleksey Bragin [Fri, 2 Jan 2009 10:09:55 +0000 (10:09 +0000)]
- All FsRtlRemoveMcb functions return void.

svn path=/trunk/; revision=38503

15 years agoFlush the gdi batch in NtGdiDeletObjectApp to make sure we don't try to do stuff...
Timo Kreuzer [Thu, 1 Jan 2009 22:13:07 +0000 (22:13 +0000)]
Flush the gdi batch in NtGdiDeletObjectApp to make sure we don't try to do stuff with deleted objects later. This fixes some problems with Firefox.

svn path=/trunk/; revision=38501

15 years ago- Only reserve APIC memory on x86
Stefan Ginsberg [Thu, 1 Jan 2009 17:00:38 +0000 (17:00 +0000)]
- Only reserve APIC memory on x86
- Don't reserve 32 pages for VGA registers -- deprecated since 11917, 4 years ago
- Use KeNumberProcessors instead of MAXIMUM_PROCESSORS when mapping the PCRs
- Remove MmInitMemoryAreas, a nop since revision 1093, 8 years ago
- Remove unused KeMemoryMapRangeCount/KeMemoryMap

svn path=/trunk/; revision=38500

15 years ago- Fix an always true comparison in IoCheckEaBufferValidity.
Aleksey Bragin [Thu, 1 Jan 2009 15:19:15 +0000 (15:19 +0000)]
- Fix an always true comparison in IoCheckEaBufferValidity.

svn path=/trunk/; revision=38499

15 years agoHappy new year everybody!
Colin Finck [Thu, 1 Jan 2009 13:33:06 +0000 (13:33 +0000)]
Happy new year everybody!

svn path=/trunk/; revision=38497

15 years ago- Deference pProcess not Process.
Michael Martin [Thu, 1 Jan 2009 10:09:57 +0000 (10:09 +0000)]
- Deference pProcess not Process.

svn path=/trunk/; revision=38495

15 years ago- Implement SetupDiSetDeviceInstallParamsA.
Michael Martin [Wed, 31 Dec 2008 22:01:58 +0000 (22:01 +0000)]
- Implement SetupDiSetDeviceInstallParamsA.

svn path=/trunk/; revision=38494

15 years agoupdate XMLStorage: preserve CDATA formating of processed XML documents
Martin Fuchs [Wed, 31 Dec 2008 15:59:36 +0000 (15:59 +0000)]
update XMLStorage: preserve CDATA formating of processed XML documents

svn path=/trunk/; revision=38492

15 years ago- Set a dummy revision number. This value should be dynamically set prior to running...
Ged Murphy [Wed, 31 Dec 2008 15:38:28 +0000 (15:38 +0000)]
- Set a dummy revision number. This value should be dynamically set prior to running doxygen.
- Inline the source in the docs. Although it makes the docs rather long, it's much more useful this way at the moment.
- Use case sensitive names as this will run on a unix server.

svn path=/trunk/; revision=38491

15 years ago- Fix attributes
Dmitry Chapyshev [Wed, 31 Dec 2008 15:09:28 +0000 (15:09 +0000)]
- Fix attributes

svn path=/trunk/; revision=38490

15 years ago- Add a new API to Freeldr's memory manager, which allows to override type of an...
Aleksey Bragin [Wed, 31 Dec 2008 12:21:36 +0000 (12:21 +0000)]
- Add a new API to Freeldr's memory manager, which allows to override type of an already allocated memory.
- WINLDR: Fix page tables buffer memory allocation so that it doesn't rely on luck anymore and always allocates a contiguous area of memory. Fixes spontaneous case of booting problem (immediate black screen after loading drivers, reboot of real hardware, halt of cpu in a virtual machine).
- WINLDR: Fix some debug print.

svn path=/trunk/; revision=38487

15 years ago- Fix ReadDirectoryChangesW
Dmitry Chapyshev [Wed, 31 Dec 2008 11:54:30 +0000 (11:54 +0000)]
- Fix ReadDirectoryChangesW
- FindFirstChangeNotificationW
+17 passed winetests

svn path=/trunk/; revision=38486

15 years agofix build
Christoph von Wittich [Wed, 31 Dec 2008 11:53:35 +0000 (11:53 +0000)]
fix build

svn path=/trunk/; revision=38485

15 years agosync wintrust and cryptui to wine 1.1.11
Christoph von Wittich [Wed, 31 Dec 2008 09:26:01 +0000 (09:26 +0000)]
sync wintrust and cryptui to wine 1.1.11

svn path=/trunk/; revision=38484

15 years ago- Add check of params
Dmitry Chapyshev [Wed, 31 Dec 2008 08:11:43 +0000 (08:11 +0000)]
- Add check of params

svn path=/trunk/; revision=38483

15 years agoadd dwmapi from wine 1.1.11
Christoph von Wittich [Wed, 31 Dec 2008 08:02:56 +0000 (08:02 +0000)]
add dwmapi from wine 1.1.11

svn path=/trunk/; revision=38482

15 years agoMake IF /? work again
Jeffrey Morlan [Tue, 30 Dec 2008 23:55:50 +0000 (23:55 +0000)]
Make IF /? work again

svn path=/trunk/; revision=38481

15 years agomodified include/reactos/libs/pseh/pseh2.h
KJK::Hyperion [Tue, 30 Dec 2008 21:05:36 +0000 (21:05 +0000)]
modified   include/reactos/libs/pseh/pseh2.h
modified   lib/pseh/framebased-gcchack.c
   Call _SEH2EnterFrame before any goto. Gotos confuse GCC's flow control analysis making it disregard the returns_twice attribute on _SEH2EnterFrame. We avoid redundant inline code (NULL-initializing the top trylevel pointer) by modifying the library accordingly

svn path=/trunk/; revision=38480

15 years agoupdate doxygen config to doxygen 1.5.8
Ged Murphy [Tue, 30 Dec 2008 20:52:17 +0000 (20:52 +0000)]
update doxygen config to doxygen 1.5.8
Incorporates various changes to the existing config and introduces some new features.

svn path=/trunk/; revision=38479

15 years agomodified include/reactos/libs/pseh/pseh2.h
KJK::Hyperion [Tue, 30 Dec 2008 20:02:03 +0000 (20:02 +0000)]
modified   include/reactos/libs/pseh/pseh2.h
   Did you know gcc doesn't let PSEH deter it from inlining a function? Allocate the frame with __builtin_alloca so that this doesn't cause issues

svn path=/trunk/; revision=38476

15 years agofix some more security winetests
Christoph von Wittich [Tue, 30 Dec 2008 17:10:40 +0000 (17:10 +0000)]
fix some more security winetests

svn path=/trunk/; revision=38475

15 years agofix some more security winetests
Christoph von Wittich [Tue, 30 Dec 2008 16:01:13 +0000 (16:01 +0000)]
fix some more security winetests

svn path=/trunk/; revision=38474

15 years agofix some security winetests
Christoph von Wittich [Tue, 30 Dec 2008 15:12:17 +0000 (15:12 +0000)]
fix some security winetests

svn path=/trunk/; revision=38472

15 years agoget icmp.dll to work
Christoph von Wittich [Tue, 30 Dec 2008 13:55:52 +0000 (13:55 +0000)]
get icmp.dll to work

svn path=/trunk/; revision=38471

15 years agofix a winetest failure
Christoph von Wittich [Tue, 30 Dec 2008 13:37:31 +0000 (13:37 +0000)]
fix a winetest failure

svn path=/trunk/; revision=38470

15 years agofix iphlpapi winetests
Christoph von Wittich [Tue, 30 Dec 2008 12:04:47 +0000 (12:04 +0000)]
fix iphlpapi winetests

svn path=/trunk/; revision=38469

15 years ago- Silence debug output.
Aleksey Bragin [Tue, 30 Dec 2008 10:32:23 +0000 (10:32 +0000)]
- Silence debug output.

svn path=/trunk/; revision=38468

15 years agoadd iphlpapi_winetest to bootcd
Christoph von Wittich [Tue, 30 Dec 2008 09:11:13 +0000 (09:11 +0000)]
add iphlpapi_winetest to bootcd

svn path=/trunk/; revision=38467

15 years agoadd func_iphlpapi winetest from wine 1.1.11
Christoph von Wittich [Tue, 30 Dec 2008 09:10:17 +0000 (09:10 +0000)]
add func_iphlpapi winetest from wine 1.1.11

svn path=/trunk/; revision=38466

15 years agoadd ws2_32_winetest to bootcd
Christoph von Wittich [Tue, 30 Dec 2008 09:04:34 +0000 (09:04 +0000)]
add ws2_32_winetest to bootcd

svn path=/trunk/; revision=38465

15 years agoadd ws2_32 winetest from wine 1.1.11
Christoph von Wittich [Tue, 30 Dec 2008 09:04:22 +0000 (09:04 +0000)]
add ws2_32 winetest from wine 1.1.11

svn path=/trunk/; revision=38464

15 years ago- Implement FreeContextBuffer
Dmitry Chapyshev [Tue, 30 Dec 2008 08:29:46 +0000 (08:29 +0000)]
- Implement FreeContextBuffer

svn path=/trunk/; revision=38463

15 years ago- Implement InitSecurityInterfaceA/W
Dmitry Chapyshev [Tue, 30 Dec 2008 08:06:39 +0000 (08:06 +0000)]
- Implement InitSecurityInterfaceA/W

svn path=/trunk/; revision=38462

15 years agomodified tests/pseh2/psehtest.c
KJK::Hyperion [Tue, 30 Dec 2008 04:04:51 +0000 (04:04 +0000)]
modified   tests/pseh2/psehtest.c
   finally_13 test re-enabled, as it doesn't crash anymore
   finally_14 test fixed. Now we know how exceptions thrown in a __finally are supposed to be handled
   PSEH test suite now has 91 tests and passes all of them with both GCC and Visual C++

svn path=/trunk/; revision=38461

15 years agomodified lib/pseh/framebased-gcchack.c
KJK::Hyperion [Tue, 30 Dec 2008 04:00:45 +0000 (04:00 +0000)]
modified   lib/pseh/framebased-gcchack.c
modified   lib/pseh/i386/framebased-gcchack.S
   Correctly handle exceptions thrown during unwinding
   Renamed some internal routines to more appropriate names

svn path=/trunk/; revision=38460

15 years agoFix UTF-8 -> Wide Char conversion bug #3990.
Dmitry Gorbachev [Mon, 29 Dec 2008 20:16:22 +0000 (20:16 +0000)]
Fix UTF-8 -> Wide Char conversion bug #3990.

svn path=/trunk/; revision=38459

15 years ago- Remove lpAddress check, this is broken trunk
Dmitry Chapyshev [Mon, 29 Dec 2008 17:14:17 +0000 (17:14 +0000)]
- Remove lpAddress check, this is broken trunk

svn path=/trunk/; revision=38458

15 years agoFix translations. Patch by Mario Kacmar. Bug #3955.
Dmitry Gorbachev [Mon, 29 Dec 2008 14:26:01 +0000 (14:26 +0000)]
Fix translations. Patch by Mario Kacmar. Bug #3955.

svn path=/trunk/; revision=38457

15 years ago- Fix more ICU warnings
Dmitry Gorbachev [Mon, 29 Dec 2008 13:10:33 +0000 (13:10 +0000)]
- Fix more ICU warnings

svn path=/trunk/; revision=38456

15 years ago- Fix indentation.
Dmitry Gorbachev [Mon, 29 Dec 2008 11:50:09 +0000 (11:50 +0000)]
- Fix indentation.
- Fix bug #3920 (at line 736).

svn path=/trunk/; revision=38455

15 years ago- Fix ICU warnings
Stefan Ginsberg [Mon, 29 Dec 2008 11:05:00 +0000 (11:05 +0000)]
- Fix ICU warnings

svn path=/trunk/; revision=38454

15 years ago- Silence riched20 format warnings
Stefan Ginsberg [Mon, 29 Dec 2008 11:04:13 +0000 (11:04 +0000)]
- Silence riched20 format warnings

svn path=/trunk/; revision=38453

15 years ago- Silence Uniata warnings, add a .diff and remove allowwarnings=true
Stefan Ginsberg [Mon, 29 Dec 2008 11:03:54 +0000 (11:03 +0000)]
- Silence Uniata warnings, add a .diff and remove allowwarnings=true

svn path=/trunk/; revision=38452

15 years agofix copy and paste error
Christoph von Wittich [Mon, 29 Dec 2008 10:30:50 +0000 (10:30 +0000)]
fix copy and paste error

svn path=/trunk/; revision=38451

15 years agoadd crypt32_winetest to bootcd
Christoph von Wittich [Mon, 29 Dec 2008 10:11:32 +0000 (10:11 +0000)]
add crypt32_winetest to bootcd

svn path=/trunk/; revision=38450

15 years agoadd crypt32 winetest from wine 1.1.11
Christoph von Wittich [Mon, 29 Dec 2008 10:10:25 +0000 (10:10 +0000)]
add crypt32 winetest from wine 1.1.11

svn path=/trunk/; revision=38449

15 years agoadd wintrust_winetest to bootcd
Christoph von Wittich [Mon, 29 Dec 2008 09:58:56 +0000 (09:58 +0000)]
add wintrust_winetest to bootcd

svn path=/trunk/; revision=38448

15 years agoadd wintrust winetest from wine 1.1.11
Christoph von Wittich [Mon, 29 Dec 2008 09:53:21 +0000 (09:53 +0000)]
add wintrust winetest from wine 1.1.11

svn path=/trunk/; revision=38447

15 years agoadd jscript_winetest to bootcd
Christoph von Wittich [Mon, 29 Dec 2008 09:44:03 +0000 (09:44 +0000)]
add jscript_winetest to bootcd

svn path=/trunk/; revision=38446

15 years agoadd jscript winetest from wine 1.1.11
Christoph von Wittich [Mon, 29 Dec 2008 09:41:56 +0000 (09:41 +0000)]
add jscript winetest from wine 1.1.11

svn path=/trunk/; revision=38445

15 years ago- Add IIrpTarget, IKsWorkSink, IKsShellTransport, IIrpStream, IIrpStreamVirtual IIrpS...
Johannes Anderwald [Mon, 29 Dec 2008 08:55:12 +0000 (08:55 +0000)]
- Add IIrpTarget, IKsWorkSink, IKsShellTransport, IIrpStream, IIrpStreamVirtual IIrpStreamPhysical, IPortFilterWaveCyclic, IPortPinWaveCyclic

svn path=/trunk/; revision=38444

15 years agosync urlmon winetest to wine 1.1.11
Christoph von Wittich [Mon, 29 Dec 2008 08:42:01 +0000 (08:42 +0000)]
sync urlmon winetest to wine 1.1.11

svn path=/trunk/; revision=38443

15 years agosync urlmon.idl to wine 1.1.11
Christoph von Wittich [Mon, 29 Dec 2008 08:35:12 +0000 (08:35 +0000)]
sync urlmon.idl to wine 1.1.11

svn path=/trunk/; revision=38442

15 years agosync riched20 winetest to wine 1.1.11
Christoph von Wittich [Mon, 29 Dec 2008 08:27:52 +0000 (08:27 +0000)]
sync riched20 winetest to wine 1.1.11

svn path=/trunk/; revision=38441

15 years agofix "Primary mouse button changes prematurely."
Christoph von Wittich [Mon, 29 Dec 2008 07:14:35 +0000 (07:14 +0000)]
fix "Primary mouse button changes prematurely."
See issue #3949 for more details.

svn path=/trunk/; revision=38440

15 years agofix doxygen @name for ExpSystemErrorHandler patch by <aspotashev at gmail.com>
Christoph von Wittich [Mon, 29 Dec 2008 06:24:46 +0000 (06:24 +0000)]
fix doxygen @name for ExpSystemErrorHandler patch by <aspotashev at gmail.com>
See issue #3963 for more details.

svn path=/trunk/; revision=38439

15 years agoAdd Slovak koruna to Calculator, update Korean file.
Dmitry Gorbachev [Mon, 29 Dec 2008 03:53:13 +0000 (03:53 +0000)]
Add Slovak koruna to Calculator, update Korean file.
Patch by Mario Kacmar, with some modifications.
Bug #3867.

svn path=/trunk/; revision=38438

15 years ago- Support MOVEFILE_WRITE_THROUGH flag.
James Tabor [Mon, 29 Dec 2008 02:30:09 +0000 (02:30 +0000)]
- Support MOVEFILE_WRITE_THROUGH flag.

svn path=/trunk/; revision=38437

15 years ago- Add IPowerNotify interface
Johannes Anderwald [Sun, 28 Dec 2008 21:30:58 +0000 (21:30 +0000)]
- Add IPowerNotify interface

svn path=/trunk/; revision=38435

15 years ago- Add IPinCount interface
Johannes Anderwald [Sun, 28 Dec 2008 17:51:57 +0000 (17:51 +0000)]
- Add IPinCount interface

svn path=/trunk/; revision=38431

15 years ago- Add ISubdevice interface
Johannes Anderwald [Sun, 28 Dec 2008 17:28:23 +0000 (17:28 +0000)]
- Add ISubdevice interface
- This interface is used as the generic interface for all IPort drivers when connecting with ks.sys

svn path=/trunk/; revision=38430

15 years ago- Acquire lock before deleting
Johannes Anderwald [Sun, 28 Dec 2008 17:19:18 +0000 (17:19 +0000)]
- Acquire lock before deleting

svn path=/trunk/; revision=38429

15 years ago- Fix GetLogicalDriveStringsA/W. +5 passed tests
Dmitry Chapyshev [Sun, 28 Dec 2008 15:38:17 +0000 (15:38 +0000)]
- Fix GetLogicalDriveStringsA/W. +5 passed tests
- Add params check for GetVolumeNameForVolumeMountPointW

svn path=/trunk/; revision=38428

15 years ago- Fix build ;)
Dmitry Chapyshev [Sun, 28 Dec 2008 13:48:52 +0000 (13:48 +0000)]
- Fix build ;)

svn path=/trunk/; revision=38422

15 years ago- Add check of params for VirtualAllocEx and VirtualFreeEx
Dmitry Chapyshev [Sun, 28 Dec 2008 13:03:05 +0000 (13:03 +0000)]
- Add check of params for VirtualAllocEx and VirtualFreeEx
- Implement GetWriteWatch (based on Wine)
- Fix VirtualQueryEx

svn path=/trunk/; revision=38421

15 years agoFix bug #3984.
Dmitry Gorbachev [Sun, 28 Dec 2008 12:53:08 +0000 (12:53 +0000)]
Fix bug #3984.

svn path=/trunk/; revision=38419

15 years agoFix bug #3975.
Dmitry Gorbachev [Sun, 28 Dec 2008 12:32:20 +0000 (12:32 +0000)]
Fix bug #3975.

svn path=/trunk/; revision=38418

15 years agosync browseui winetest to wine 1.1.11
Christoph von Wittich [Sun, 28 Dec 2008 11:31:26 +0000 (11:31 +0000)]
sync browseui winetest to wine 1.1.11

svn path=/trunk/; revision=38417

15 years agosync usp10 winetest to wine 1.1.11
Christoph von Wittich [Sun, 28 Dec 2008 11:28:48 +0000 (11:28 +0000)]
sync usp10 winetest to wine 1.1.11

svn path=/trunk/; revision=38416

15 years agosync version winetest to wine 1.1.11
Christoph von Wittich [Sun, 28 Dec 2008 11:27:26 +0000 (11:27 +0000)]
sync version winetest to wine 1.1.11

svn path=/trunk/; revision=38415

15 years agosync lz32 winetest to wine 1.1.11
Christoph von Wittich [Sun, 28 Dec 2008 11:24:41 +0000 (11:24 +0000)]
sync lz32 winetest to wine 1.1.11

svn path=/trunk/; revision=38414

15 years agosync mstask winetest to wine 1.1.11
Christoph von Wittich [Sun, 28 Dec 2008 11:22:23 +0000 (11:22 +0000)]
sync mstask winetest to wine 1.1.11

svn path=/trunk/; revision=38413

15 years agosync comdlg32 winetest to wine 1.1.11
Christoph von Wittich [Sun, 28 Dec 2008 10:42:08 +0000 (10:42 +0000)]
sync comdlg32 winetest to wine 1.1.11

svn path=/trunk/; revision=38411

15 years agoadd some missing GUIDs
Christoph von Wittich [Sun, 28 Dec 2008 10:41:07 +0000 (10:41 +0000)]
add some missing GUIDs

svn path=/trunk/; revision=38410

15 years agosync advpack winetest to wine 1.1.11
Christoph von Wittich [Sun, 28 Dec 2008 10:36:50 +0000 (10:36 +0000)]
sync advpack winetest to wine 1.1.11

svn path=/trunk/; revision=38409

15 years agosync comcat winetest to wine 1.1.11
Christoph von Wittich [Sun, 28 Dec 2008 10:35:04 +0000 (10:35 +0000)]
sync comcat winetest to wine 1.1.11

svn path=/trunk/; revision=38408

15 years agosync cabinet winetest to wine 1.1.11
Christoph von Wittich [Sun, 28 Dec 2008 10:32:41 +0000 (10:32 +0000)]
sync cabinet winetest to wine 1.1.11

svn path=/trunk/; revision=38407

15 years agosync msi winetest to wine 1.1.11
Christoph von Wittich [Sun, 28 Dec 2008 10:25:32 +0000 (10:25 +0000)]
sync msi winetest to wine 1.1.11

svn path=/trunk/; revision=38406

15 years agoupdate system restore header
Christoph von Wittich [Sun, 28 Dec 2008 10:23:32 +0000 (10:23 +0000)]
update system restore header

svn path=/trunk/; revision=38405

15 years agoDo not return garbage in cbSize field of CURSORINFO.
Dmitry Gorbachev [Sun, 28 Dec 2008 07:35:26 +0000 (07:35 +0000)]
Do not return garbage in cbSize field of CURSORINFO.

svn path=/trunk/; revision=38402

15 years ago- Change description of what OARCH option does.
Dmitry Gorbachev [Sun, 28 Dec 2008 05:12:45 +0000 (05:12 +0000)]
- Change description of what OARCH option does.
- Add a separate TUNE option.

svn path=/trunk/; revision=38401

15 years agoBug 3983: notepad update by Mario Kacmar
Daniel Reimer [Sun, 28 Dec 2008 02:41:35 +0000 (02:41 +0000)]
Bug 3983: notepad update by Mario Kacmar
+ Tab -> 4-Spaces
+ Applied to all other languages
+ cleaned up menu parts

svn path=/trunk/; revision=38400

15 years agoCtrl -> Strg
Daniel Reimer [Sun, 28 Dec 2008 00:57:53 +0000 (00:57 +0000)]
Ctrl -> Strg

svn path=/trunk/; revision=38399