reactos.git
15 years agoFix a typo
Jeffrey Morlan [Tue, 17 Mar 2009 22:53:13 +0000 (22:53 +0000)]
Fix a typo

svn path=/trunk/; revision=40083

15 years ago- Implement MKLINK command.
Jeffrey Morlan [Tue, 17 Mar 2009 22:27:33 +0000 (22:27 +0000)]
- Implement MKLINK command.
- Remove unused library shell32 from cmd.rbuild.

svn path=/trunk/; revision=40082

15 years ago- Rename gdi entry flag.
James Tabor [Tue, 17 Mar 2009 21:50:47 +0000 (21:50 +0000)]
- Rename gdi entry flag.

svn path=/trunk/; revision=40081

15 years ago"same thing in BmfdUnloadFontFile btw :p"
Timo Kreuzer [Tue, 17 Mar 2009 21:39:17 +0000 (21:39 +0000)]
"same thing in BmfdUnloadFontFile btw :p"
Thanks Stefam again.

svn path=/trunk/; revision=40080

15 years agoDon't access the font structure after it was freed. Spotted by Stefan.
Timo Kreuzer [Tue, 17 Mar 2009 21:29:17 +0000 (21:29 +0000)]
Don't access the font structure after it was freed. Spotted by Stefan.

svn path=/trunk/; revision=40079

15 years agoC++ comment style -> C comment style
Timo Kreuzer [Tue, 17 Mar 2009 20:30:16 +0000 (20:30 +0000)]
C++ comment style -> C comment style
See issue #4284 for more details.

svn path=/trunk/; revision=40078

15 years agoSync CRT initialization code with mingw-w64 r690
Colin Finck [Tue, 17 Mar 2009 20:17:02 +0000 (20:17 +0000)]
Sync CRT initialization code with mingw-w64 r690
- Fixed initialization for Console apps with Unicode entry point. Now stuff like "cout" in <iostream> doesn't lead to instant crashes.
- Unified the name of the entry point for ANSI and Unicode. The difference is just in the library now ("mingw_main" vs. "mingw_wmain")
  RBuild was changed appropriately to support this
- No more ReactOS-specific changes inside the initialization code

svn path=/trunk/; revision=40077

15 years agoDon't use C++ comment style in C headers.
Timo Kreuzer [Tue, 17 Mar 2009 20:08:53 +0000 (20:08 +0000)]
Don't use C++ comment style in C headers.
See issue #4284 for more details.

svn path=/trunk/; revision=40076

15 years ago- Added one more gdi entry flag with notes.
James Tabor [Tue, 17 Mar 2009 18:18:20 +0000 (18:18 +0000)]
- Added one more gdi entry flag with notes.

svn path=/trunk/; revision=40075

15 years agoEvgeniy Boltik <bstsoft@narod.ru>
Aleksey Bragin [Tue, 17 Mar 2009 18:00:28 +0000 (18:00 +0000)]
Evgeniy Boltik <bstsoft@narod.ru>
- Rework 16bit DIB alphablend to do alpha operations in source's palette (32bpp) to obtain much better output quality without data loss.
See issue #3708 for more details.

svn path=/trunk/; revision=40074

15 years ago[FORMATTING]
Timo Kreuzer [Tue, 17 Mar 2009 06:34:09 +0000 (06:34 +0000)]
[FORMATTING]
- apply ansi style formatting with an indentation of 4 spaces
- Add 2 FIXME comments, regarding MmSecureVirtualmemory
- no code change

svn path=/trunk/; revision=40073

15 years agoRemove unused DriverFunction and GDIBdyToHdr
Timo Kreuzer [Tue, 17 Mar 2009 04:28:03 +0000 (04:28 +0000)]
Remove unused DriverFunction and GDIBdyToHdr

svn path=/trunk/; revision=40072

15 years ago- Move contents of eng/misc.h into include/misc.h, get rid of eng/misc.h
Timo Kreuzer [Tue, 17 Mar 2009 01:41:33 +0000 (01:41 +0000)]
- Move contents of eng/misc.h into include/misc.h, get rid of eng/misc.h
- Move eng/objects.h -> include/engobjects.h

svn path=/trunk/; revision=40071

15 years ago[FORMATTING]
Timo Kreuzer [Tue, 17 Mar 2009 01:15:26 +0000 (01:15 +0000)]
[FORMATTING]
- Change indentation to 4 spaces
- remove dditional header and $Id field
- no code change

svn path=/trunk/; revision=40070

15 years ago- Inline GDIOBJ_UnlockObjByPtr, ASSERT that we don't unlock an already unlocked objec...
Timo Kreuzer [Tue, 17 Mar 2009 01:06:34 +0000 (01:06 +0000)]
- Inline GDIOBJ_UnlockObjByPtr, ASSERT that we don't unlock an already unlocked object, return how many locks are left.
- Don't access the objects cExclsiveLock field after unlocking it, instead use new return value of GDIOBJ_UnlockObjByPtr

svn path=/trunk/; revision=40069

15 years agoRewrite DRIVEROBJ api, giving the object a handle, belonging to the current process...
Timo Kreuzer [Tue, 17 Mar 2009 00:30:15 +0000 (00:30 +0000)]
Rewrite DRIVEROBJ api, giving the object a handle, belonging to the current process. Let the gdi obj cleanup take care for calling the callback function.
Allow deleting of objects that are exclusively locked by the current thread.

svn path=/trunk/; revision=40068

15 years agoFix some issues with peer names being reported. There may be other problems
Art Yerkes [Mon, 16 Mar 2009 20:59:05 +0000 (20:59 +0000)]
Fix some issues with peer names being reported.  There may be other problems
too.
My read of MSDN is that queries that return addresses in queries other than
TDI_QUERY_ADDRESS_INFO return a TRANSPORT_ADDRESS, so we plumb that through
for GetPeerName.  Note that this isn't user-facing functionality, so it's
unlikely, though not impossible, that we've got it wrong and it'll affect
something.  Likely, this is an improvement.

svn path=/trunk/; revision=40067

15 years ago- Implement boot drivers loading.
Aleksey Bragin [Mon, 16 Mar 2009 20:56:07 +0000 (20:56 +0000)]
- Implement boot drivers loading.

svn path=/trunk/; revision=40066

15 years ago - Don't access an index outside the array bounds
Cameron Gutman [Mon, 16 Mar 2009 19:26:38 +0000 (19:26 +0000)]
 - Don't access an index outside the array bounds
 - Fixes memory corruption when calling AfdGetSockName and AfdGetPeerName
 - This caused a high-side redzone overwrite when accessing some web sites

svn path=/trunk/; revision=40065

15 years agoUpdate German Translation
Daniel Reimer [Mon, 16 Mar 2009 18:30:15 +0000 (18:30 +0000)]
Update German Translation

svn path=/trunk/; revision=40064

15 years ago- Support loading drivers which have no subdirectory in their image path.
Aleksey Bragin [Mon, 16 Mar 2009 18:26:02 +0000 (18:26 +0000)]
- Support loading drivers which have no subdirectory in their image path.

svn path=/trunk/; revision=40063

15 years agoImplement ASSOC command (Bug 4275). Patch by Lee C. Baker <lee at leecbaker.com>.
Jeffrey Morlan [Mon, 16 Mar 2009 18:18:26 +0000 (18:18 +0000)]
Implement ASSOC command (Bug 4275). Patch by Lee C. Baker <lee at leecbaker.com>.

svn path=/trunk/; revision=40062

15 years agoUpdate Slovak translation, fix formatting. Mario Kacmar. Bug #4281.
Dmitry Gorbachev [Mon, 16 Mar 2009 14:10:15 +0000 (14:10 +0000)]
Update Slovak translation, fix formatting. Mario Kacmar. Bug #4281.

svn path=/trunk/; revision=40061

15 years ago-add wlan service to registry
Christoph von Wittich [Mon, 16 Mar 2009 13:40:25 +0000 (13:40 +0000)]
-add wlan service to registry
-add wlansvc and wlapapi_winetest to bootcd
-add some parameter checks to WlanCloseHandle
-halfplement WlanOpenHandle

svn path=/trunk/; revision=40060

15 years agomore precise error descriptions
Christoph von Wittich [Mon, 16 Mar 2009 13:39:03 +0000 (13:39 +0000)]
more precise error descriptions

svn path=/trunk/; revision=40059

15 years ago- Fix memory leak
Johannes Anderwald [Mon, 16 Mar 2009 13:12:14 +0000 (13:12 +0000)]
- Fix memory leak
- Fix memory corruptions
- Does not fix es1370mp / es1371mp driver (qemu / vmware)

svn path=/trunk/; revision=40058

15 years agoadd some wlanapi tests
Christoph von Wittich [Mon, 16 Mar 2009 12:15:02 +0000 (12:15 +0000)]
add some wlanapi tests

svn path=/trunk/; revision=40057

15 years agoadd missing types
Christoph von Wittich [Mon, 16 Mar 2009 09:50:56 +0000 (09:50 +0000)]
add missing types

svn path=/trunk/; revision=40056

15 years ago-implement WlanScan and WlanEnumInterfaces
Christoph von Wittich [Mon, 16 Mar 2009 09:22:25 +0000 (09:22 +0000)]
-implement WlanScan and WlanEnumInterfaces
-add some more NDIS definitions

svn path=/trunk/; revision=40055

15 years agoimplement WlanCloseHandle
Christoph von Wittich [Mon, 16 Mar 2009 08:23:58 +0000 (08:23 +0000)]
implement WlanCloseHandle

svn path=/trunk/; revision=40054

15 years agostub wlan rpcserver
Christoph von Wittich [Mon, 16 Mar 2009 08:08:03 +0000 (08:08 +0000)]
stub wlan rpcserver

svn path=/trunk/; revision=40053

15 years agomove some structs to the idl
Christoph von Wittich [Mon, 16 Mar 2009 07:50:27 +0000 (07:50 +0000)]
move some structs to the idl

svn path=/trunk/; revision=40052

15 years ago- Patch by Evgeniy Boltik: Fix Rectangle, Ellipse, RoundRect and Polygon.
James Tabor [Mon, 16 Mar 2009 03:21:00 +0000 (03:21 +0000)]
- Patch by Evgeniy Boltik: Fix Rectangle, Ellipse, RoundRect and Polygon.

svn path=/trunk/; revision=40051

15 years agoFixed output of various date/time stuff ($D and $T in prompt, %DATE% and %TIME% varia...
Jeffrey Morlan [Mon, 16 Mar 2009 00:44:08 +0000 (00:44 +0000)]
Fixed output of various date/time stuff ($D and $T in prompt, %DATE% and %TIME% variables, DATE /T and TIME /T commands) to be more compatible with Windows.

svn path=/trunk/; revision=40050

15 years agounbreak wlananpi build by #ifdef'ing struct_C, struct_D and struct_E
Sylvain Petreolle [Sun, 15 Mar 2009 21:25:18 +0000 (21:25 +0000)]
unbreak wlananpi build by #ifdef'ing struct_C, struct_D and struct_E

svn path=/trunk/; revision=40049

15 years agoEvgeniy Boltik <bstsoft@narod.ru>
Aleksey Bragin [Sun, 15 Mar 2009 20:13:10 +0000 (20:13 +0000)]
Evgeniy Boltik <bstsoft@narod.ru>
- Move clipping from StretchBlt to Eng.
- Add ROP support to StretchBlt.
- Fix alphablend support (alphablend.exe produces same result as tested on Windows XP).

See issue #4156 for more details.

svn path=/trunk/; revision=40048

15 years ago-add some more WLAN types
Christoph von Wittich [Sun, 15 Mar 2009 19:48:56 +0000 (19:48 +0000)]
-add some more WLAN types
-add wlansvc.idl

svn path=/trunk/; revision=40047

15 years ago- Add some defines
Dmitry Chapyshev [Sun, 15 Mar 2009 19:06:48 +0000 (19:06 +0000)]
- Add some defines

svn path=/trunk/; revision=40046

15 years ago- Sync quartz with Wine head
Dmitry Chapyshev [Sun, 15 Mar 2009 19:03:42 +0000 (19:03 +0000)]
- Sync quartz with Wine head

svn path=/trunk/; revision=40045

15 years ago- Change font to Tahoma
Dmitry Chapyshev [Sun, 15 Mar 2009 18:59:09 +0000 (18:59 +0000)]
- Change font to Tahoma

svn path=/trunk/; revision=40044

15 years agoadd wlantypes.h and move some definitions to the correct place
Christoph von Wittich [Sun, 15 Mar 2009 18:55:51 +0000 (18:55 +0000)]
add wlantypes.h and move some definitions to the correct place

svn path=/trunk/; revision=40043

15 years agoadd ntddndis.h and windot11.h
Christoph von Wittich [Sun, 15 Mar 2009 17:19:02 +0000 (17:19 +0000)]
add ntddndis.h and windot11.h

svn path=/trunk/; revision=40042

15 years agoEvgeniy Boltik <bstsoft@narod.ru>
Aleksey Bragin [Sun, 15 Mar 2009 17:04:46 +0000 (17:04 +0000)]
Evgeniy Boltik <bstsoft@narod.ru>
- EngStretchBltROP expects a ROP4 code, but SRCCOPY is ROP3. Convert it accordingly.

See issue #4156 for more details.

svn path=/trunk/; revision=40041

15 years agoEvgeniy Boltik <bstsoft@narod.ru>
Aleksey Bragin [Sun, 15 Mar 2009 17:00:13 +0000 (17:00 +0000)]
Evgeniy Boltik <bstsoft@narod.ru>
- Brush's origin is always (0,0) of a window, not a screen. Offset it accordingly in NtGdiStretchBlt.
See issue #4147 for more details.

svn path=/trunk/; revision=40040

15 years ago- Add mp3 codec from Wine
Dmitry Chapyshev [Sun, 15 Mar 2009 15:54:15 +0000 (15:54 +0000)]
- Add mp3 codec from Wine

svn path=/trunk/; revision=40039

15 years ago- Allow running a batch file from inside a FOR
Jeffrey Morlan [Sun, 15 Mar 2009 15:45:17 +0000 (15:45 +0000)]
- Allow running a batch file from inside a FOR
- A little cleanup

svn path=/trunk/; revision=40038

15 years ago- Fix build
Dmitry Chapyshev [Sun, 15 Mar 2009 15:37:05 +0000 (15:37 +0000)]
- Fix build

svn path=/trunk/; revision=40037

15 years ago- Add httpapi, initpki, itircl, msisys.ocx, msnet32, pidgen, resutils, sccbase, slbcs...
Dmitry Chapyshev [Sun, 15 Mar 2009 15:20:51 +0000 (15:20 +0000)]
- Add httpapi, initpki, itircl, msisys.ocx, msnet32, pidgen, resutils, sccbase, slbcsp, softpub, traffic from Wine

svn path=/trunk/; revision=40036

15 years agoUpdate Spanish translations. Javier Remacha, bug #4278. (2/2)
Dmitry Gorbachev [Sun, 15 Mar 2009 14:13:46 +0000 (14:13 +0000)]
Update Spanish translations. Javier Remacha, bug #4278. (2/2)

svn path=/trunk/; revision=40035

15 years agoUpdate Spanish translations. Javier Remacha, bug #4278. (1/2)
Dmitry Gorbachev [Sun, 15 Mar 2009 14:13:41 +0000 (14:13 +0000)]
Update Spanish translations. Javier Remacha, bug #4278. (1/2)

svn path=/trunk/; revision=40034

15 years agoadd a dummy wlansvc
Christoph von Wittich [Sun, 15 Mar 2009 13:55:41 +0000 (13:55 +0000)]
add a dummy wlansvc

svn path=/trunk/; revision=40033

15 years ago- Give winldr's PE loader its own debug mask.
Aleksey Bragin [Sun, 15 Mar 2009 13:29:13 +0000 (13:29 +0000)]
- Give winldr's PE loader its own debug mask.

svn path=/trunk/; revision=40032

15 years ago- Add mssign32, msisip, query, updspapi, wintab32 from Wine
Dmitry Chapyshev [Sun, 15 Mar 2009 11:22:15 +0000 (11:22 +0000)]
- Add mssign32, msisip, query, updspapi, wintab32 from Wine

svn path=/trunk/; revision=40031

15 years ago- Implement NLS data loading.
Aleksey Bragin [Sun, 15 Mar 2009 11:10:52 +0000 (11:10 +0000)]
- Implement NLS data loading.

svn path=/trunk/; revision=40030

15 years ago- Add shortcut for dxdiag
Dmitry Chapyshev [Sun, 15 Mar 2009 10:57:55 +0000 (10:57 +0000)]
- Add shortcut for dxdiag

svn path=/trunk/; revision=40029

15 years ago- Implement first part of setupldr:
Aleksey Bragin [Sun, 15 Mar 2009 10:46:41 +0000 (10:46 +0000)]
- Implement first part of setupldr:
 * Constructing boot / system paths
 * Opening boot device
 * Getting options string
 * Loading kernel, hal and kdcom.dll, and their dependencies

svn path=/trunk/; revision=40028

15 years ago- Create Entertainment folder
Dmitry Chapyshev [Sun, 15 Mar 2009 10:25:32 +0000 (10:25 +0000)]
- Create Entertainment folder
- Add shortcut for sndvol32

svn path=/trunk/; revision=40027

15 years ago- Fix typo
Dmitry Chapyshev [Sun, 15 Mar 2009 09:41:13 +0000 (09:41 +0000)]
- Fix typo

svn path=/trunk/; revision=40026

15 years ago- Remove win16 stuff
Dmitry Chapyshev [Sun, 15 Mar 2009 08:09:25 +0000 (08:09 +0000)]
- Remove win16 stuff

svn path=/trunk/; revision=40025

15 years agoReplace a couple hacks supporting specific cases of enhanced variable substitution...
Jeffrey Morlan [Sun, 15 Mar 2009 04:54:41 +0000 (04:54 +0000)]
Replace a couple hacks supporting specific cases of enhanced variable substitution (%~var) with a more general implementation. All tests in rostests/win32/cmd/script_testsuite can now be passed using ReactOS cmd in Windows, though still not yet in ReactOS itself.

svn path=/trunk/; revision=40024

15 years ago- Add Font attribute support for NtGdiHfontCreate.
James Tabor [Sun, 15 Mar 2009 04:42:45 +0000 (04:42 +0000)]
- Add Font attribute support for NtGdiHfontCreate.

svn path=/trunk/; revision=40023

15 years agoAdd multimedia player to syssetup. Mario Kacmar, bug #4274. Fix formatting.
Dmitry Gorbachev [Sun, 15 Mar 2009 02:37:06 +0000 (02:37 +0000)]
Add multimedia player to syssetup. Mario Kacmar, bug #4274. Fix formatting.

svn path=/trunk/; revision=40022

15 years agoUncomment locks, remove unnecessary stuff.
Dmitry Gorbachev [Sun, 15 Mar 2009 02:05:40 +0000 (02:05 +0000)]
Uncomment locks, remove unnecessary stuff.

svn path=/trunk/; revision=40021

15 years agoTrying to use r39938 variant again...
Dmitry Gorbachev [Sun, 15 Mar 2009 01:23:47 +0000 (01:23 +0000)]
Trying to use r39938 variant again...

svn path=/trunk/; revision=40020

15 years agoDisable locks for now.
Dmitry Gorbachev [Sun, 15 Mar 2009 00:27:59 +0000 (00:27 +0000)]
Disable locks for now.

svn path=/trunk/; revision=40019

15 years ago- Use MmCreateHyperspaceMapping() again.
Dmitry Gorbachev [Sat, 14 Mar 2009 21:29:37 +0000 (21:29 +0000)]
- Use MmCreateHyperspaceMapping() again.
- Delete hyperspace mapping before releasing cache segment (bug #4249).

svn path=/trunk/; revision=40018

15 years ago- Fix few more wine tests for services; return correct param values for GetServiceDis...
Michael Martin [Sat, 14 Mar 2009 19:35:34 +0000 (19:35 +0000)]
- Fix few more wine tests for services; return correct param values for GetServiceDisplayNameW and GetServiceKeyNameW when service name is not found.

svn path=/trunk/; revision=40017

15 years ago[20:33] Stefan100: the code inside an ASSERT won't be executed on release
Johannes Anderwald [Sat, 14 Mar 2009 19:34:25 +0000 (19:34 +0000)]
[20:33] Stefan100: the code inside an ASSERT won't be executed on release

svn path=/trunk/; revision=40016

15 years ago- Silence a few debug prints
Johannes Anderwald [Sat, 14 Mar 2009 18:57:51 +0000 (18:57 +0000)]
- Silence a few debug prints
- Add a tag for each queued irp which will be used by the future IPortPinWavePci object
- Add support for basic support for capture devices
- Implement IPortWavePciStream object

svn path=/trunk/; revision=40015

15 years agoTrying to fix boot breakage.
Dmitry Gorbachev [Sat, 14 Mar 2009 18:13:32 +0000 (18:13 +0000)]
Trying to fix boot breakage.

svn path=/trunk/; revision=40014

15 years agostub wlanapi
Christoph von Wittich [Sat, 14 Mar 2009 14:32:48 +0000 (14:32 +0000)]
stub wlanapi

svn path=/trunk/; revision=40013

15 years agoFix build. Sorry.
Dmitry Gorbachev [Sat, 14 Mar 2009 14:29:25 +0000 (14:29 +0000)]
Fix build. Sorry.

svn path=/trunk/; revision=40012

15 years ago- Alphabetically re-order README.WINE. Patch by Kario
Dmitry Chapyshev [Sat, 14 Mar 2009 14:21:49 +0000 (14:21 +0000)]
- Alphabetically re-order README.WINE. Patch by Kario
See issue #4239 for more details.

svn path=/trunk/; revision=40011

15 years agoFix bug #4273 (Slovak part for r39980, Mario Kacmar) and a few other translations.
Dmitry Gorbachev [Sat, 14 Mar 2009 14:15:41 +0000 (14:15 +0000)]
Fix bug #4273 (Slovak part for r39980, Mario Kacmar) and a few other translations.

svn path=/trunk/; revision=40010

15 years agoItalian translation of MPlay32 by Carlo Bramini. Bug #4270.
Dmitry Gorbachev [Sat, 14 Mar 2009 02:17:16 +0000 (02:17 +0000)]
Italian translation of MPlay32 by Carlo Bramini. Bug #4270.

svn path=/trunk/; revision=40009

15 years agoReturn to an old idea of MiMapPageToZeroInHyperSpace(), "fix" bug #4267.
Dmitry Gorbachev [Sat, 14 Mar 2009 01:20:18 +0000 (01:20 +0000)]
Return to an old idea of MiMapPageToZeroInHyperSpace(), "fix" bug #4267.

svn path=/trunk/; revision=40008

15 years agoImport a part of mingw-w64's "ctype.h" into our "ctype.h"
Colin Finck [Sat, 14 Mar 2009 01:13:03 +0000 (01:13 +0000)]
Import a part of mingw-w64's "ctype.h" into our "ctype.h"
This way we can already remove one modification I did to the original mingw-w64 CRT initialization code

Thanks to Timo for the hint

svn path=/trunk/; revision=40007

15 years ago- Sync the common mingw stuff with mingw-w64 HEAD
Colin Finck [Sat, 14 Mar 2009 00:50:23 +0000 (00:50 +0000)]
- Sync the common mingw stuff with mingw-w64 HEAD
  Only few modifications were necessary to get it to work flawlessy with our tree:
    -> getopt.c, which should rather be a part of "mingwex" (if we need the two Unix apps using it at all..)
    -> Adding an 'extern int __globallocalestatus;' to the "internal.h"
    -> Disabling the custom __mingw_get_crt_info, which depends on defines inside the mingw-w64 tree
    -> Small warning fixes, which will be submitted to mingw-w64
- Add an include directory "include/reactos/mingw-w64" for their header stuff to make synchronizations easier.
- Remove remainders of our previous initialization routines, which still co-existed beside the new ones
- Remove misleading and unnecessary files (i.e. "binmode.c")

svn path=/trunk/; revision=40006

15 years agofix definition of _STATIC_ASSERT
Timo Kreuzer [Fri, 13 Mar 2009 23:41:12 +0000 (23:41 +0000)]
fix definition of _STATIC_ASSERT

svn path=/trunk/; revision=40005

15 years ago - Merge aicom-network-fixes up to r39995
Cameron Gutman [Fri, 13 Mar 2009 17:25:48 +0000 (17:25 +0000)]
 - Merge aicom-network-fixes up to r39995

svn path=/trunk/; revision=40004

15 years agoSpanish part for r39980:
Sylvain Petreolle [Fri, 13 Mar 2009 15:57:20 +0000 (15:57 +0000)]
Spanish part for r39980:

- use symbolic names instead of numeric values (made for English and German, other languages needs to change)

svn path=/trunk/; revision=40003

15 years agoFrench part for r39980:
Sylvain Petreolle [Fri, 13 Mar 2009 14:47:19 +0000 (14:47 +0000)]
French part for r39980:

- use symbolic names instead of numeric values (made for English and German, other languages needs to change)

svn path=/trunk/; revision=40002

15 years ago- Remove hack in IDmaChannel::PhysicalAddress as it will hide the bug and not prevent...
Johannes Anderwald [Fri, 13 Mar 2009 14:07:03 +0000 (14:07 +0000)]
- Remove hack in IDmaChannel::PhysicalAddress as it will hide the bug and not prevent es1370mp from crashing
- Fix a horrible where the Mdl was not created for the common buffer
- Might fix other audio related crashes
- Forward IRP_MN_QUERY_INTERFACE to next lower device object
- Fix & enable PcForwardIrpSynchronous implementation
- Add debug print to IServiceGroup when a unknown IID is requested

svn path=/trunk/; revision=40001

15 years ago- Sync ole32, oleaut32, olesvr32 with Wine head
Dmitry Chapyshev [Fri, 13 Mar 2009 13:40:31 +0000 (13:40 +0000)]
- Sync ole32, oleaut32, olesvr32 with Wine head

svn path=/trunk/; revision=40000

15 years ago- Update Ukrainian translation by Sakara Yevhen
Dmitry Chapyshev [Fri, 13 Mar 2009 13:40:25 +0000 (13:40 +0000)]
- Update Ukrainian translation by Sakara Yevhen

svn path=/trunk/; revision=39999

15 years agoIn a 'Bad command or filename' error, print the name of the non-existent program...
Jeffrey Morlan [Fri, 13 Mar 2009 01:26:08 +0000 (01:26 +0000)]
In a 'Bad command or filename' error, print the name of the non-existent program, so getting the error from a batch file isn't so mysterious.

svn path=/trunk/; revision=39998

15 years ago- Add a hackfix comment for issue #4243 due to several requests.
Matthias Kupfer [Fri, 13 Mar 2009 00:20:48 +0000 (00:20 +0000)]
- Add a hackfix comment for issue #4243 due to several requests.

svn path=/trunk/; revision=39997

15 years agoReenable the Solitaire Unicode build. Works well now :-)
Colin Finck [Thu, 12 Mar 2009 23:43:26 +0000 (23:43 +0000)]
Reenable the Solitaire Unicode build. Works well now :-)

svn path=/trunk/; revision=39996

15 years agoCleanup freetypee lib
Timo Kreuzer [Thu, 12 Mar 2009 23:08:01 +0000 (23:08 +0000)]
Cleanup freetypee lib

svn path=/trunk/; revision=39993

15 years ago- Disable some debug prints
Johannes Anderwald [Thu, 12 Mar 2009 22:11:53 +0000 (22:11 +0000)]
- Disable some debug prints
- Close the real pin on exit / when a new wave stream is played. This should fix stuttering when changing the sample rate
- Always create the mixer pin

svn path=/trunk/; revision=39992

15 years agoIn a pipeline ("prog1 | prog2") run all programs simultaneously, using a real pipe...
Jeffrey Morlan [Thu, 12 Mar 2009 22:04:59 +0000 (22:04 +0000)]
In a pipeline ("prog1 | prog2") run all programs simultaneously, using a real pipe instead of a temporary file. Output from RosBE "make" is now visible immediately instead of having to wait for it to complete.

svn path=/trunk/; revision=39991

15 years agoEvgeniy Boltik <bstsoft AT narod DOT ru>
Matthias Kupfer [Thu, 12 Mar 2009 21:25:49 +0000 (21:25 +0000)]
Evgeniy Boltik <bstsoft AT narod DOT ru>
- Fix draw icon with alpha in 32 bit.
- See issue #4243 for details.

svn path=/trunk/; revision=39989

15 years agoLoadBitmapImage: - add space for 3 RGBQUADs to BITMAPINFO when biCompression is BI_BI...
Timo Kreuzer [Thu, 12 Mar 2009 20:55:34 +0000 (20:55 +0000)]
LoadBitmapImage: - add space for 3 RGBQUADs to BITMAPINFO when biCompression is BI_BITFIELDS. Based on patch by Evgeniy Boltik <bstsoft at narod dot ru>, modified by me.
- Take into account BITMAPV4/V5HEADER sizes.
See issue #3708 for more details.

svn path=/trunk/; revision=39987

15 years agoNtSetInformationObject: OBJECT_HANDLE_ATTRIBUTE_INFORMATION is just made of BOOLEANs...
Jeffrey Morlan [Thu, 12 Mar 2009 20:29:32 +0000 (20:29 +0000)]
NtSetInformationObject: OBJECT_HANDLE_ATTRIBUTE_INFORMATION is just made of BOOLEANs, so it doesn't need ULONG alignment.

svn path=/trunk/; revision=39986

15 years agoNtSetSystemInformation: - Don't leak the copied string when being called from user...
Timo Kreuzer [Thu, 12 Mar 2009 18:29:11 +0000 (18:29 +0000)]
NtSetSystemInformation: - Don't leak the copied string when being called from user mode. - Don't recursively call ZwSetSystemInformation, instead continue the normal path.

svn path=/trunk/; revision=39985

15 years ago- Fix KSDATAFORMAT_WAVEFORMATEX & KSDATAFORMAT_DSOUND alignment
Johannes Anderwald [Thu, 12 Mar 2009 17:51:28 +0000 (17:51 +0000)]
- Fix KSDATAFORMAT_WAVEFORMATEX & KSDATAFORMAT_DSOUND alignment

svn path=/trunk/; revision=39984

15 years ago- Remove two unnecessary boot types (Windows2000 and WindowsXP), and add ReactOSSetup...
Aleksey Bragin [Thu, 12 Mar 2009 14:42:02 +0000 (14:42 +0000)]
- Remove two unnecessary boot types (Windows2000 and WindowsXP), and add ReactOSSetup2 type for WinLdr-style setup loader.
- Add a stub for LoadReactOSSetup2().

svn path=/trunk/; revision=39983

15 years ago- Don't use a tag if there is none assigned
Johannes Anderwald [Thu, 12 Mar 2009 14:01:56 +0000 (14:01 +0000)]
- Don't use a tag if there is none assigned
- Fixes a crash in es1370mp driver

svn path=/trunk/; revision=39982

15 years ago- fix some German dialog ressources (2nd attempt)
Matthias Kupfer [Thu, 12 Mar 2009 13:43:33 +0000 (13:43 +0000)]
- fix some German dialog ressources (2nd attempt)

svn path=/trunk/; revision=39981

15 years ago- use symbolic names instead of numeric values (made for English and German, other...
Matthias Kupfer [Thu, 12 Mar 2009 13:27:26 +0000 (13:27 +0000)]
- use symbolic names instead of numeric values (made for English and German, other languages needs to change)

svn path=/trunk/; revision=39980