reactos.git
15 years ago- store the next node in a separate variable so we won't loose it after freeing the...
Kamil Hornicek [Fri, 21 Nov 2008 13:20:22 +0000 (13:20 +0000)]
- store the next node in a separate variable so we won't loose it after freeing the current node (CID 1296)

svn path=/trunk/; revision=37510

15 years ago- reshuffle the code a bit
Kamil Hornicek [Fri, 21 Nov 2008 12:20:48 +0000 (12:20 +0000)]
- reshuffle the code a bit
- fix CID 521 run 2

svn path=/trunk/; revision=37508

15 years ago- don't leak resources, CID 609+610 run 2
Kamil Hornicek [Fri, 21 Nov 2008 10:31:18 +0000 (10:31 +0000)]
- don't leak resources, CID 609+610 run 2

svn path=/trunk/; revision=37506

15 years ago- Always uninit cache for a file object (official documentation requires this).
Aleksey Bragin [Fri, 21 Nov 2008 10:17:14 +0000 (10:17 +0000)]
- Always uninit cache for a file object (official documentation requires this).

svn path=/trunk/; revision=37504

15 years ago- fix freeing of resources, CID 1295 run 2
Kamil Hornicek [Fri, 21 Nov 2008 09:45:54 +0000 (09:45 +0000)]
- fix freeing of resources, CID 1295 run 2
- don't redefine _WIN32_WINNT

svn path=/trunk/; revision=37502

15 years ago- Convert Value of PATHEXT to lowercase
Johannes Anderwald [Fri, 21 Nov 2008 08:57:13 +0000 (08:57 +0000)]
- Convert Value of PATHEXT to lowercase
- see bug 3875

svn path=/trunk/; revision=37497

15 years ago- Update palette functions and small cleanup in bitmaps.
James Tabor [Fri, 21 Nov 2008 06:50:36 +0000 (06:50 +0000)]
- Update palette functions and small cleanup in bitmaps.

svn path=/trunk/; revision=37496

15 years agoSySync to wine-1.1.1 (Patch 6 of 10):
Eric Kohl [Thu, 20 Nov 2008 20:37:09 +0000 (20:37 +0000)]
SySync to wine-1.1.1 (Patch 6 of 10):

- Rob Shearman <robertshearman@gmail.com> Thu, 3 Jul 2008
widl: Consolidate top-level parameter conformance/variance expression writing into a separate function.

Descend through as many pointer types as necessary to find the
fundamental type and determine whether it needs a top-level parameter
conformance/variance expression to be written.

Add support for writing top-level parameter conformance/variance
expressions for non-encapsulated unions.

svn path=/trunk/; revision=37491

15 years ago- Upcase a search expression when calling RtlIsNameInExpression with case-insensitive...
Aleksey Bragin [Thu, 20 Nov 2008 20:24:10 +0000 (20:24 +0000)]
- Upcase a search expression when calling RtlIsNameInExpression with case-insensitive option (a merge of 37263 from Pierre's branch with changed comments).

svn path=/trunk/; revision=37490

15 years agoSySync to wine-1.1.1 (Patch 5 of 10):
Eric Kohl [Thu, 20 Nov 2008 20:21:33 +0000 (20:21 +0000)]
SySync to wine-1.1.1 (Patch 5 of 10):

- Dan Hipschman <dsh@linux.ucla.edu> Tue, 1 Jul 2008
widl: Factor a small part of the grammar.

svn path=/trunk/; revision=37489

15 years ago- Merge misaligned reads support (35998, 36834 by Art) from arty-newcc branch.
Aleksey Bragin [Thu, 20 Nov 2008 20:02:36 +0000 (20:02 +0000)]
- Merge misaligned reads support (35998, 36834 by Art) from arty-newcc branch.

svn path=/trunk/; revision=37488

15 years ago- Fix "missing newling" warning
Stefan Ginsberg [Thu, 20 Nov 2008 19:00:17 +0000 (19:00 +0000)]
- Fix "missing newling" warning

svn path=/trunk/; revision=37486

15 years ago- Remove more instances of system_header
Stefan Ginsberg [Thu, 20 Nov 2008 15:30:15 +0000 (15:30 +0000)]
- Remove more instances of system_header

svn path=/trunk/; revision=37485

15 years ago- Add Section support for CreateDIBSection. Section support was disabled from the...
James Tabor [Thu, 20 Nov 2008 15:11:43 +0000 (15:11 +0000)]
- Add Section support for CreateDIBSection. Section support was disabled from the first time it was committed at revision 1753.

svn path=/trunk/; revision=37484

15 years ago- Correct a header guard
Stefan Ginsberg [Thu, 20 Nov 2008 15:02:42 +0000 (15:02 +0000)]
- Correct a header guard

svn path=/trunk/; revision=37483

15 years ago- start with German translation (not finished yet)
Matthias Kupfer [Thu, 20 Nov 2008 10:21:17 +0000 (10:21 +0000)]
- start with German translation (not finished yet)
- prepare setup to change setup language at runtime
- fix resource files

svn path=/trunk/; revision=37480

15 years agoRevert 37476 because it breaks the build bot.
Eric Kohl [Wed, 19 Nov 2008 23:22:44 +0000 (23:22 +0000)]
Revert 37476 because it breaks the build bot.

svn path=/trunk/; revision=37477

15 years agoSync to wine-1.1.1 (Patch 4 of 10):
Eric Kohl [Wed, 19 Nov 2008 23:13:05 +0000 (23:13 +0000)]
Sync to wine-1.1.1 (Patch 4 of 10):

ATTENTION: You MUST run "clean" before building ReactOS, otherwise WIDL will crash when it is run.

- Dan Hipschman <dsh@linux.ucla.edu> Tue, 1 Jul 2008
widl: Implement type redefinition checks.

This allows widl to catch type redefinitions and report an error, like MIDL.
However, this does a better job than MIDL since it also reports the location
of the originial definition, like GCC.

svn path=/trunk/; revision=37476

15 years agoSync to wine-1.1.1 (Patch 3 of 10):
Eric Kohl [Wed, 19 Nov 2008 21:44:03 +0000 (21:44 +0000)]
Sync to wine-1.1.1 (Patch 3 of 10):
- Rob Shearman <robertshearman@gmail.com> Tue, 1 Jul 2008
widl: Check that the structure has been defined in check_remoting_args.

svn path=/trunk/; revision=37470

15 years ago- Rearrange "host/typedefs.h" to make it look more logical
Colin Finck [Wed, 19 Nov 2008 21:05:49 +0000 (21:05 +0000)]
- Rearrange "host/typedefs.h" to make it look more logical
- Fix wrong definition of INT_PTR and UINT_PTR in this file
- Revert a hack added to winebuild in r32609 and r37206, which was added to work around these previously buggy definitions

svn path=/trunk/; revision=37468

15 years agoSync to wine-1.1.1 (Patch 2 of 10):
Eric Kohl [Wed, 19 Nov 2008 21:01:47 +0000 (21:01 +0000)]
Sync to wine-1.1.1 (Patch 2 of 10):
- Rob Shearman <robertshearman@gmail.com> Tue, 1 Jul 2008
widl: Increment the buffer offset by 8 for embedded pointers inside varying arrays in varying structures.

The 8 bytes are for the variance and offset and are added just before
the array, as seen in the marshalling code in rpcrt4. No offset needs
to be added for non-varying structures since the buffer mark is set
after the conformance in marshalled or unmarshalled.

svn path=/trunk/; revision=37467

15 years agoSync to wine-1.1.1 (Patch 1 of 10):
Eric Kohl [Wed, 19 Nov 2008 20:33:58 +0000 (20:33 +0000)]
Sync to wine-1.1.1 (Patch 1 of 10):
- Alexandre Julliard <julliard@winehq.org> Tue, 1 Jul 2008
widl: Add some support for unencapsulated unions that need a conformance descriptor.

svn path=/trunk/; revision=37466

15 years agoDmitry Gorbachev
Colin Finck [Wed, 19 Nov 2008 19:59:54 +0000 (19:59 +0000)]
Dmitry Gorbachev
- Fix compiler warnings, treated as errors due to our settings, which are emitted when using GCC 4.3.2

See issue #3849 for more details.

svn path=/trunk/; revision=37465

15 years ago- Remove system_header from basetsd/typs.h, and add 4 missing types
Stefan Ginsberg [Wed, 19 Nov 2008 19:25:42 +0000 (19:25 +0000)]
- Remove system_header from basetsd/typs.h, and add 4 missing types

svn path=/trunk/; revision=37464

15 years ago- revert winioctl.h to previous version (for compatibility)
Matthias Kupfer [Wed, 19 Nov 2008 14:28:24 +0000 (14:28 +0000)]
- revert winioctl.h to previous version (for compatibility)
- add additional partition types to rosioctl.h
- adapt freeloader to rosioctl.h

svn path=/trunk/; revision=37458

15 years ago- add some linux partition types
Matthias Kupfer [Wed, 19 Nov 2008 13:24:43 +0000 (13:24 +0000)]
- add some linux partition types

svn path=/trunk/; revision=37456

15 years agorevert to revision 37390
Matthias Kupfer [Wed, 19 Nov 2008 12:00:23 +0000 (12:00 +0000)]
revert to revision 37390

svn path=/trunk/; revision=37454

15 years ago- Fixed a bug from revision 3514. Now we pass one more gdi bitmap test.
James Tabor [Tue, 18 Nov 2008 21:24:33 +0000 (21:24 +0000)]
- Fixed a bug from revision 3514. Now we pass one more gdi bitmap test.

svn path=/trunk/; revision=37451

15 years ago- Remove system_header from winsock headers
Stefan Ginsberg [Tue, 18 Nov 2008 20:06:57 +0000 (20:06 +0000)]
- Remove system_header from winsock headers

svn path=/trunk/; revision=37450

15 years ago- Fix a redefinition and remove system_header
Stefan Ginsberg [Tue, 18 Nov 2008 19:33:22 +0000 (19:33 +0000)]
- Fix a redefinition and remove system_header

svn path=/trunk/; revision=37449

15 years ago- Remove system_header from most of PSDK
Stefan Ginsberg [Tue, 18 Nov 2008 19:27:05 +0000 (19:27 +0000)]
- Remove system_header from most of PSDK

svn path=/trunk/; revision=37448

15 years agoRough code to start Winetests processes from the GUI, but with the console's stdout...
Ged Murphy [Tue, 18 Nov 2008 18:57:27 +0000 (18:57 +0000)]
Rough code to start Winetests processes from the GUI, but with the console's stdout redirected to a pipe controlled by the GUI.
We can now read the console text from the winetest processes in the GUI (although it's just usage info at the moment)

svn path=/trunk/; revision=37447

15 years agoRevert 37416 because it does not build on all machines.
Eric Kohl [Tue, 18 Nov 2008 18:51:13 +0000 (18:51 +0000)]
Revert 37416 because it does not build on all machines.

svn path=/trunk/; revision=37446

15 years agoOlaf Siejka
Colin Finck [Tue, 18 Nov 2008 18:41:00 +0000 (18:41 +0000)]
Olaf Siejka
- Remove "dosfsck" from packages.dff, removed from trunk by fireball in r37356

svn path=/trunk/; revision=37445

15 years ago- Add more header guards
Stefan Ginsberg [Tue, 18 Nov 2008 18:38:58 +0000 (18:38 +0000)]
- Add more header guards

svn path=/trunk/; revision=37444

15 years ago- Declare SECURITY_DESCRIPTOR_CONTROL conditionally
Stefan Ginsberg [Tue, 18 Nov 2008 17:05:49 +0000 (17:05 +0000)]
- Declare SECURITY_DESCRIPTOR_CONTROL conditionally

svn path=/trunk/; revision=37442

15 years ago- Remove system_header from gdiplus*.h
Stefan Ginsberg [Tue, 18 Nov 2008 16:56:22 +0000 (16:56 +0000)]
- Remove system_header from gdiplus*.h

svn path=/trunk/; revision=37441

15 years ago- Remove system_header from winbase.h, wingdi.h and winuser.h
Stefan Ginsberg [Tue, 18 Nov 2008 16:15:37 +0000 (16:15 +0000)]
- Remove system_header from winbase.h, wingdi.h and winuser.h
- Remove duplicate define from Wine's winuser.h

svn path=/trunk/; revision=37440

15 years ago- Make our version of SetDIBits safe as SetDIBitsToDevice.
James Tabor [Tue, 18 Nov 2008 16:07:54 +0000 (16:07 +0000)]
- Make our version of SetDIBits safe as SetDIBitsToDevice.

svn path=/trunk/; revision=37439

15 years ago- Fix bpp count in CreateDIBitmap.
James Tabor [Tue, 18 Nov 2008 14:51:14 +0000 (14:51 +0000)]
- Fix bpp count in CreateDIBitmap.

svn path=/trunk/; revision=37437

15 years ago- Fixes bug 3864. While I was at it I fixed most of the gdi max bit max info sizes...
James Tabor [Tue, 18 Nov 2008 05:36:19 +0000 (05:36 +0000)]
- Fixes bug 3864. While I was at it I fixed most of the gdi max bit max info sizes too.
- Added notes for the SEH abuse in win32k dibobj.c.
- Tested WinMerge 2.10.2, AbiWord 2.4.1, Firefox 1.5.0.3 and wine gdi32 bitmap cross test.
- When testing with gdi cross test in 24 and 32 bit display mode, we have a pixel conversion mismatch. Please fix it!

svn path=/trunk/; revision=37436

15 years ago- "byte" is defined by the Win32 headers, so define it conditionally
Stefan Ginsberg [Mon, 17 Nov 2008 22:01:19 +0000 (22:01 +0000)]
- "byte" is defined by the Win32 headers, so define it conditionally

svn path=/trunk/; revision=37423

15 years ago- MSTSC: Don't redefine BOOL
Stefan Ginsberg [Mon, 17 Nov 2008 21:52:55 +0000 (21:52 +0000)]
- MSTSC: Don't redefine BOOL
- Regedit: Don't include basetyps.h. Not needed and it just breaks things. Also don't include aclui.h as we...for some reason...implement the required parts of that API locally

svn path=/trunk/; revision=37422

15 years agoSync to wine-1.1.1:
Eric Kohl [Mon, 17 Nov 2008 19:07:03 +0000 (19:07 +0000)]
Sync to wine-1.1.1:

- Alexandre Julliard <julliard@winehq.org> Thu, 26 Jun 2008
widl: [default] is an allowed attribute for union fields.
(Note: This patch was already applied before in order not to break ReactOS.)

- Alexandre Julliard <julliard@winehq.org> Tue, 1 Jul 2008
widl: Add some support for unencapsulated unions that need a conformance descriptor.

- Rob Shearman <robertshearman@gmail.com> Tue, 1 Jul 2008
widl: Increment the buffer offset by 8 for embedded pointers inside varying arrays in varying structures.

The 8 bytes are for the variance and offset and are added just before the array, as seen in the marshalling code in rpcrt4. No offset needs to be added for non-varying structures since the buffer mark is set after the conformance in marshalled or unmarshalled.

- Rob Shearman <robertshearman@gmail.com> Tue, 1 Jul 2008
widl: Check that the structure has been defined in check_remoting_args.

- Dan Hipschman <dsh@linux.ucla.edu> Tue, 1 Jul 2008
widl: Implement type redefinition checks.

This allows widl to catch type redefinitions and report an error, like MIDL. However, this does a better job than MIDL since it also reports the location of the originial definition, like GCC.

- Dan Hipschman <dsh@linux.ucla.edu> Tue, 1 Jul 2008
widl: Factor a small part of the grammar.

- Rob Shearman <robertshearman@gmail.com> Thu, 3 Jul 2008
widl: Consolidate top-level parameter conformance/variance expression writing into a separate function.

Descend through as many pointer types as necessary to find the fundamental type and determine whether it needs a top-level parameter conformance/variance expression to be written. Add support for writing top-level parameter conformance/variance expressions for non-encapsulated unions.

- Rob Shearman <robertshearman@gmail.com> Fri, 4 Jul 2008
widl: Rename find_type_helper, find_type and find_type2 to find_type, find_type_error and find_type_error2 respectively.

- Rob Shearman <robertshearman@gmail.com> Fri, 4 Jul 2008
widl: Remove some unnecessary calls to duptype.

- Alexandre Julliard <julliard@winehq.org> Mon, 7 Jul 2008
widl: Fix a couple of uninitialized variable compiler warnings.

- Alexandre Julliard <julliard@winehq.org> Mon, 7 Jul 2008
Add noinput directive to all lex files to avoid a compiler warning.

Note: Two patches are missing because they implement code to generate MIDL-incompatible SEH support code. Unfortunately I think it is almost time to fork WIDL because later patches implement even more incompatibilities. :-(

svn path=/trunk/; revision=37416

15 years ago- fix a brace mistake
Matthias Kupfer [Mon, 17 Nov 2008 18:40:36 +0000 (18:40 +0000)]
- fix a brace mistake

svn path=/trunk/; revision=37415

15 years ago- add summary page to check settings before start installation
Matthias Kupfer [Mon, 17 Nov 2008 18:23:06 +0000 (18:23 +0000)]
- add summary page to check settings before start installation
- add disabled driver button for future use

svn path=/trunk/; revision=37414

15 years agoRemove old locations
Gregor Schneider [Mon, 17 Nov 2008 17:28:58 +0000 (17:28 +0000)]
Remove old locations

svn path=/trunk/; revision=37413

15 years ago- Restructure dib related tests, 2nd try.
Gregor Schneider [Mon, 17 Nov 2008 17:28:14 +0000 (17:28 +0000)]
- Restructure dib related tests, 2nd try.
- Change build files accordingly

svn path=/trunk/; revision=37412

15 years agoMoved dib tests remotely
Gregor Schneider [Mon, 17 Nov 2008 16:59:01 +0000 (16:59 +0000)]
Moved dib tests remotely

svn path=/trunk/; revision=37411

15 years ago- Target device to mount may not have VPB, the driver should get the VPB passed in...
Aleksey Bragin [Mon, 17 Nov 2008 16:09:31 +0000 (16:09 +0000)]
- Target device to mount may not have VPB, the driver should get the VPB passed in parameters.
- Set target device's VPB to this value. This should not really be done, however our driver heavily depends on target device having this VPB. I don't see any side effects.
- With these changes, Windows 2003 is able to boot up to desktop and cleanly shutdown using this driver.

svn path=/trunk/; revision=37409

15 years ago- Add new directory for some dib related test restructuring, including two new tests:
Gregor Schneider [Mon, 17 Nov 2008 15:05:02 +0000 (15:05 +0000)]
- Add new directory for some dib related test restructuring, including two new tests:
- bltrop test for well known BitBlt ROPs, highlighted bugs were processed in r37268, r37269, r37372
- vbltest for testing several blit and blend functions, highlighted bugs fixed in r37139, r37168 and some overlay issues still tbd

svn path=/trunk/; revision=37407

15 years ago- Move StretchDIBits out of stubs. Add more notes.
James Tabor [Mon, 17 Nov 2008 13:55:00 +0000 (13:55 +0000)]
- Move StretchDIBits out of stubs. Add more notes.

svn path=/trunk/; revision=37404

15 years ago- Add note for NtGdiCreateDIBitmapInternal, Should use System Bitmap DC hSystemBM...
James Tabor [Mon, 17 Nov 2008 13:51:43 +0000 (13:51 +0000)]
- Add note for NtGdiCreateDIBitmapInternal, Should use System Bitmap DC hSystemBM, with CreateCompatibleDC for this.

svn path=/trunk/; revision=37403

15 years ago- Start deprecating the overabused system_header gcc pragma extension
Stefan Ginsberg [Mon, 17 Nov 2008 13:49:52 +0000 (13:49 +0000)]
- Start deprecating the overabused system_header gcc pragma extension

svn path=/trunk/; revision=37402

15 years ago- disable non-working device selection code
Matthias Kupfer [Mon, 17 Nov 2008 13:35:59 +0000 (13:35 +0000)]
- disable non-working device selection code
- add a missing "break"

svn path=/trunk/; revision=37401

15 years ago- Remove hack around VFATFS (and CDFS) bugs which were fixed in r37393.
Aleksey Bragin [Mon, 17 Nov 2008 13:19:22 +0000 (13:19 +0000)]
- Remove hack around VFATFS (and CDFS) bugs which were fixed in r37393.

svn path=/trunk/; revision=37400

15 years ago- Cleanup 37394, 37396 and 37397:
Aleksey Bragin [Mon, 17 Nov 2008 13:16:07 +0000 (13:16 +0000)]
- Cleanup 37394, 37396 and 37397:
 * PRTL_OVERLAPPED_COMPLETION_ROUTINE is a Wine invention. We already have a type for that, since it's an APC routine, the type will be PIO_APC_ROUTINE.
 * Fix headers, actual stub, and usage in kernel32 respectively.
 * We don't use hungarian notation in RTL ("hFileHandle") .

svn path=/trunk/; revision=37399

15 years ago- Remove deprecated header cruft
Stefan Ginsberg [Mon, 17 Nov 2008 13:03:54 +0000 (13:03 +0000)]
- Remove deprecated header cruft

svn path=/trunk/; revision=37398

15 years ago- Fix build
Dmitry Chapyshev [Mon, 17 Nov 2008 12:13:28 +0000 (12:13 +0000)]
- Fix build

svn path=/trunk/; revision=37397

15 years ago- Implement BindIoCompletionCallback, ReadFileScatter, WriteFileGather (based on...
Dmitry Chapyshev [Mon, 17 Nov 2008 11:53:59 +0000 (11:53 +0000)]
- Implement BindIoCompletionCallback, ReadFileScatter, WriteFileGather (based on Wine)
- Move DnsHostnameToComputerNameA/W to computername.c

svn path=/trunk/; revision=37396

15 years ago- reference the correct data
Ged Murphy [Mon, 17 Nov 2008 11:51:33 +0000 (11:51 +0000)]
- reference the correct data
- set the response info before returning
See issue #2808 for more details.

svn path=/trunk/; revision=37395

15 years ago- Add stubs for RtlSetIoCompletionCallback
Dmitry Chapyshev [Mon, 17 Nov 2008 11:44:31 +0000 (11:44 +0000)]
- Add stubs for RtlSetIoCompletionCallback

svn path=/trunk/; revision=37394

15 years ago- FASTFAT: when querying file name information, fill in the whole buffer provided...
Aleksey Bragin [Mon, 17 Nov 2008 11:25:36 +0000 (11:25 +0000)]
- FASTFAT: when querying file name information, fill in the whole buffer provided by the caller, even if filename does not fully fit (driver by Microsoft(R) does the same). Also, return the actual amount of data written in IoSb.Information, even in case of buffer overflow result.
- CDFS: Fix a guaranteed buffer overwrite when zero-terminating a filename. Also apply the same fixes described above.

svn path=/trunk/; revision=37393

15 years agoDaniel Zimmerman
Aleksey Bragin [Sun, 16 Nov 2008 16:24:23 +0000 (16:24 +0000)]
Daniel Zimmerman
- Fix random widl crashes when compiling on Vista x86.

Patch from Wine bugzilla: http://bugs.winehq.org/show_bug.cgi?id=16084 .

See issue #3877 for more details.

svn path=/trunk/; revision=37390

15 years ago- STDCALL -> NTAPI
Stefan Ginsberg [Sun, 16 Nov 2008 13:42:56 +0000 (13:42 +0000)]
- STDCALL -> NTAPI

svn path=/trunk/; revision=37388

15 years ago- Implement GetCPInfo. Now this function passes all Wine tests
Dmitry Chapyshev [Sun, 16 Nov 2008 12:15:55 +0000 (12:15 +0000)]
- Implement GetCPInfo. Now this function passes all Wine tests

svn path=/trunk/; revision=37387

15 years ago- Fix AlphaBlend checks that pass wine bitmap gdi32 crosstests. Tested in 16 and...
James Tabor [Sun, 16 Nov 2008 02:19:43 +0000 (02:19 +0000)]
- Fix AlphaBlend checks that pass wine bitmap gdi32 crosstests. Tested in 16 and 24 bit mode Qemu and 32 bit mode hardware, with our AlphaBlend rendering demo program.

svn path=/trunk/; revision=37385

15 years ago- Sorry for the misunderstanding,,, fix typo, see bug report 3863.
James Tabor [Sun, 16 Nov 2008 01:49:23 +0000 (01:49 +0000)]
- Sorry for the misunderstanding,,, fix typo, see bug report 3863.

svn path=/trunk/; revision=37384

15 years ago- DIB_1BPP_BitBlt: Increment source coordinates properly, see bug #2372
Gregor Schneider [Sat, 15 Nov 2008 22:35:44 +0000 (22:35 +0000)]
- DIB_1BPP_BitBlt: Increment source coordinates properly, see bug #2372
- Remove old code
- Enable dprint for DIB_1BPP_StretchBlt

svn path=/trunk/; revision=37382

15 years agoSync to wine-1.1.0:
Eric Kohl [Sat, 15 Nov 2008 21:17:09 +0000 (21:17 +0000)]
Sync to wine-1.1.0:

- Simon Richter <Simon.Richter@hogyros.de> Tue, 17 Jun 2008
widl: Write string lengths in host endianness.
Type libraries are currently parsed in host endianness, so byte arrays that are going to be interpreted as integers need to be written in the appropriate byte order.

- Rob Shearman <robertshearman@gmail.com> Fri, 20 Jun 2008
widl: Fix generation of the type format string for conformant-varying structures.
The conformance needs to be added on to the offset in the buffer so set this before calling each the writer of each class of pointer description in write_pointer_description. Pass the passed in offsets to buffer and memory to write_pointer_description_offsets in write_varying_array_pointer_descriptions.

- Rob Shearman <robertshearman@gmail.com> Mon, 23 Jun 2008
widl: Replace code to round up values and calculate padding with macros to improve readability.

- Rob Shearman <robertshearman@gmail.com> Mon, 23 Jun 2008
widl: Fix the embedded pointer offsets in generated code when the containing structure has padding.
Do so by calculating the alignment of members when iterating through the structures and adding it onto the buffer and memory offsets. Only call type_memsize once elsewhere in the embedded pointer processing functions since the return value will be the same from the second call.

- Rob Shearman <robertshearman@gmail.com> Mon, 23 Jun 2008
widl: Factor out the finding of a registered type to reduce code duplication.

- Rob Shearman <robertshearman@gmail.com> Mon, 23 Jun 2008
widl: Set the type of the type_t node constructured for dispinterfaces to RPC_FC_IP, like we do for interfaces.

- Rob Shearman <robertshearman@gmail.com> Mon, 23 Jun 2008
widl: Fix crash in find_array_or_string_in_struct if the structure or union has no fields or cases.
(Aleksey already applied this patch in rev37378)

- Rob Shearman <robertshearman@gmail.com> Mon, 23 Jun 2008
widl: Fix the types of enums with the v1_enum attribute applied.

- Rob Shearman <robertshearman@gmail.com> Mon, 23 Jun 2008
widl: Fix type_memsize to follow aliases so that the correct size is calculated.

- Rob Shearman <robertshearman@gmail.com> Mon, 23 Jun 2008
widl: Fix check_remoting_fields to enumerate the correct list of fields.

svn path=/trunk/; revision=37381

15 years agoSync to wine-1.0-rc11:
Eric Kohl [Sat, 15 Nov 2008 20:18:16 +0000 (20:18 +0000)]
Sync to wine-1.0-rc11:

- Francois Gouget <fgouget@free.fr> Tue, 6 May 2008
Add a comment warning when a table must be kept sorted for later use with bsearch().

- Francois Gouget <fgouget@free.fr> Tue, 6 May 2008
Assorted spelling fixes.

- Marcus Meissner <marcus@jet.franken.de> Tue, 6 May 2008
widl: Mark non-returning functions as noreturn.

svn path=/trunk/; revision=37380

15 years ago- Remove duplicate, often conflicting, type definitions from IDL (spotted by new...
Aleksey Bragin [Sat, 15 Nov 2008 19:32:13 +0000 (19:32 +0000)]
- Remove duplicate, often conflicting, type definitions from IDL (spotted by new widl).

svn path=/trunk/; revision=37379

15 years agoRob Shearman <robertshearman@gmail.com> Mon, 23 Jun 2008 21:28:56 +0000 (22:28 +0100)
Aleksey Bragin [Sat, 15 Nov 2008 18:37:15 +0000 (18:37 +0000)]
Rob Shearman <robertshearman@gmail.com> Mon, 23 Jun 2008 21:28:56 +0000 (22:28 +0100)
widl: Fix crash in find_array_or_string_in_struct if the structure or union has no fields or cases.

http://source.winehq.org/git/wine.git/?a=commit;h=b3dde47ed760880e323222af9ec7ad30702dec7c

svn path=/trunk/; revision=37378

15 years ago- Fix newest Wine bitmap gdi32 crosstest.
James Tabor [Sat, 15 Nov 2008 15:20:14 +0000 (15:20 +0000)]
- Fix newest Wine bitmap gdi32 crosstest.

svn path=/trunk/; revision=37375

15 years ago- Remove duplicate type definitions.
Aleksey Bragin [Sat, 15 Nov 2008 14:04:18 +0000 (14:04 +0000)]
- Remove duplicate type definitions.

svn path=/trunk/; revision=37374

15 years agouse the dmSize we got from caller and fall back to SIZEOF_DEVMODEA_300 in case we...
Kamil Hornicek [Sat, 15 Nov 2008 13:54:17 +0000 (13:54 +0000)]
use the dmSize we got from caller and fall back to SIZEOF_DEVMODEA_300 in case we got some unexpected value as it's done in Windows

svn path=/trunk/; revision=37373

15 years ago- Fix dirty bit support for select brush and pen, see bug 3863.
James Tabor [Sat, 15 Nov 2008 13:37:26 +0000 (13:37 +0000)]
- Fix dirty bit support for select brush and pen, see bug 3863.
- Hack-plement part of NtGdiExtFloodFill. We need to fix our region and clip support so ReactOS drawing functions do not over write other displayed windows. Open AbiWord than type something and select another desktop, this is just one of them....
- Tested with Qemu and real hardware.

svn path=/trunk/; revision=37372

15 years ago- Fix another duplicate
Stefan Ginsberg [Fri, 14 Nov 2008 23:27:10 +0000 (23:27 +0000)]
- Fix another duplicate

svn path=/trunk/; revision=37369

15 years ago- Remove more duplicate definitions
Stefan Ginsberg [Fri, 14 Nov 2008 23:23:30 +0000 (23:23 +0000)]
- Remove more duplicate definitions
- Make definitions compatible when they are present in multiple headers

svn path=/trunk/; revision=37368

15 years ago- Remove duplicate definition
Stefan Ginsberg [Fri, 14 Nov 2008 23:05:40 +0000 (23:05 +0000)]
- Remove duplicate definition

svn path=/trunk/; revision=37367

15 years ago- Improve function stubs
Johannes Anderwald [Fri, 14 Nov 2008 21:03:48 +0000 (21:03 +0000)]
- Improve function stubs
- bug 3829

svn path=/trunk/; revision=37366

15 years ago- Make trash properties settings be unvolatile ;)
Johannes Anderwald [Fri, 14 Nov 2008 20:58:27 +0000 (20:58 +0000)]
- Make trash properties settings be unvolatile ;)
See issue #3786 for more details.

svn path=/trunk/; revision=37365

15 years ago- Display Provider and Version in driver details dialog
Johannes Anderwald [Fri, 14 Nov 2008 19:57:22 +0000 (19:57 +0000)]
- Display Provider and Version in driver details dialog

svn path=/trunk/; revision=37364

15 years ago- Create IDataObject from the selected pidl
Johannes Anderwald [Fri, 14 Nov 2008 19:48:46 +0000 (19:48 +0000)]
- Create IDataObject from the selected pidl
- Check if drop target is the desktop
- fixes bug 3763

svn path=/trunk/; revision=37363

15 years ago- Optimize DebugService -- patch from Alex
Stefan Ginsberg [Fri, 14 Nov 2008 19:14:00 +0000 (19:14 +0000)]
- Optimize DebugService -- patch from Alex

svn path=/trunk/; revision=37362

15 years ago- Pass the parent to PropertySheetW
Johannes Anderwald [Fri, 14 Nov 2008 19:08:29 +0000 (19:08 +0000)]
- Pass the parent to PropertySheetW

See issue #3597 for more details.

svn path=/trunk/; revision=37361

15 years ago- Implement IShellExecuteHookW
Johannes Anderwald [Fri, 14 Nov 2008 18:47:00 +0000 (18:47 +0000)]
- Implement IShellExecuteHookW
- Free NETCON_PROPERTIES on cleanup
- Show status dialog when clicking on startmenu->settings->network connections item
- Fixes bug 3782

See issue #3782 for more details.

svn path=/trunk/; revision=37360

15 years ago- PAGE_SIZE fix 2.0
Stefan Ginsberg [Fri, 14 Nov 2008 15:24:08 +0000 (15:24 +0000)]
- PAGE_SIZE fix 2.0

svn path=/trunk/; revision=37359

15 years ago- Don't define PAGE_SIZE in typedefs.h as -- "this value is target specific, host...
Stefan Ginsberg [Fri, 14 Nov 2008 14:49:11 +0000 (14:49 +0000)]
- Don't define PAGE_SIZE in typedefs.h as -- "this value is target specific, host tools MUST not use it and this line has to be removed". Instead, define it locally for cmlib.
- Also correct TRUE definition in this header

svn path=/trunk/; revision=37358

15 years ago2008-10-18 Reece Dunn include: Fixed the tom constant values.
Aleksey Bragin [Fri, 14 Nov 2008 10:13:08 +0000 (10:13 +0000)]
2008-10-18 Reece Dunn include: Fixed the tom constant values.

svn path=/trunk/; revision=37357

15 years ago- Time to say goodbye to dosfsck port, it's been fully integrated into vfatlib, and...
Aleksey Bragin [Fri, 14 Nov 2008 09:35:59 +0000 (09:35 +0000)]
- Time to say goodbye to dosfsck port, it's been fully integrated into vfatlib, and the need in a standalone version disappeared.

svn path=/trunk/; revision=37356

15 years agoJuan Sánchez Jurado <juan.s.jurado@gmail.com>
Aleksey Bragin [Fri, 14 Nov 2008 09:23:09 +0000 (09:23 +0000)]
Juan Sánchez Jurado <juan.s.jurado@gmail.com>
- UDF recognizer fixed so it doesn't perform partial sector reads. When trying to detect filesystem for a floppy without 0xaa55 signature UDF recognizer is called and it performed wrong partial sectors read because of a confusion between sectors and offset in bytes.
See issue #2287 for more details.

svn path=/trunk/; revision=37355

15 years ago- Remove duplicate define
Stefan Ginsberg [Thu, 13 Nov 2008 23:59:37 +0000 (23:59 +0000)]
- Remove duplicate define

svn path=/trunk/; revision=37347

15 years ago- Start the implementation and support for dc attribute dirty bits. See bug 3863.
James Tabor [Thu, 13 Nov 2008 23:12:42 +0000 (23:12 +0000)]
- Start the implementation and support for dc attribute dirty bits. See bug 3863.

svn path=/trunk/; revision=37346

15 years ago- Add path support for ExtTextOut.
James Tabor [Thu, 13 Nov 2008 22:38:16 +0000 (22:38 +0000)]
- Add path support for ExtTextOut.

svn path=/trunk/; revision=37345

15 years ago- stub out NdisReEnumerateProtocolBindings
Stefan Ginsberg [Thu, 13 Nov 2008 16:06:43 +0000 (16:06 +0000)]
- stub out NdisReEnumerateProtocolBindings

svn path=/trunk/; revision=37339

15 years ago- Set the right flags for Background and Text color.
James Tabor [Thu, 13 Nov 2008 15:01:01 +0000 (15:01 +0000)]
- Set the right flags for Background and Text color.

svn path=/trunk/; revision=37338

15 years agoUpdate 3rd party txt file
Daniel Reimer [Thu, 13 Nov 2008 08:26:51 +0000 (08:26 +0000)]
Update 3rd party txt file

svn path=/trunk/; revision=37335

15 years ago - Merge aicom-network-fixes up to r37326
Cameron Gutman [Thu, 13 Nov 2008 01:07:17 +0000 (01:07 +0000)]
 - Merge aicom-network-fixes up to r37326

svn path=/trunk/; revision=37328

15 years agomodified include/reactos/libs/pseh/pseh2.h
KJK::Hyperion [Thu, 13 Nov 2008 00:16:47 +0000 (00:16 +0000)]
modified   include/reactos/libs/pseh/pseh2.h
   Typo.

svn path=/trunk/; revision=37327