Aleksey Bragin
0eec102951
- Give winldr's PE loader its own debug mask.
...
svn path=/trunk/; revision=40032
2009-03-15 13:29:13 +00:00
Dmitry Chapyshev
093a0db906
- Add mssign32, msisip, query, updspapi, wintab32 from Wine
...
svn path=/trunk/; revision=40031
2009-03-15 11:22:15 +00:00
Aleksey Bragin
12a0ddf46e
- Implement NLS data loading.
...
svn path=/trunk/; revision=40030
2009-03-15 11:10:52 +00:00
Dmitry Chapyshev
d77cb9ea17
- Add shortcut for dxdiag
...
svn path=/trunk/; revision=40029
2009-03-15 10:57:55 +00:00
Aleksey Bragin
ff79c83048
- 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
2009-03-15 10:46:41 +00:00
Dmitry Chapyshev
ae297f9f05
- Create Entertainment folder
...
- Add shortcut for sndvol32
svn path=/trunk/; revision=40027
2009-03-15 10:25:32 +00:00
Dmitry Chapyshev
cf2ecfe742
- Fix typo
...
svn path=/trunk/; revision=40026
2009-03-15 09:41:13 +00:00
Dmitry Chapyshev
56f1a1b8b9
- Remove win16 stuff
...
svn path=/trunk/; revision=40025
2009-03-15 08:09:25 +00:00
Jeffrey Morlan
a1eb1f6ba4
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
2009-03-15 04:54:41 +00:00
James Tabor
89e44e0c4a
- Add Font attribute support for NtGdiHfontCreate.
...
svn path=/trunk/; revision=40023
2009-03-15 04:42:45 +00:00
Dmitry Gorbachev
aa42f8869e
Add multimedia player to syssetup. Mario Kacmar, bug #4274 . Fix formatting.
...
svn path=/trunk/; revision=40022
2009-03-15 02:37:06 +00:00
Dmitry Gorbachev
8258a1ad0e
Uncomment locks, remove unnecessary stuff.
...
svn path=/trunk/; revision=40021
2009-03-15 02:05:40 +00:00
Dmitry Gorbachev
0f6f0fe19a
Trying to use r39938 variant again...
...
svn path=/trunk/; revision=40020
2009-03-15 01:23:47 +00:00
Dmitry Gorbachev
a49345f0c1
Disable locks for now.
...
svn path=/trunk/; revision=40019
2009-03-15 00:27:59 +00:00
Dmitry Gorbachev
aa365b7e33
- Use MmCreateHyperspaceMapping() again.
...
- Delete hyperspace mapping before releasing cache segment (bug #4249 ).
svn path=/trunk/; revision=40018
2009-03-14 21:29:37 +00:00
Michael Martin
a1fee90219
- 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
2009-03-14 19:35:34 +00:00
Johannes Anderwald
aa0f6ce8d5
[20:33] Stefan100: the code inside an ASSERT won't be executed on release
...
svn path=/trunk/; revision=40016
2009-03-14 19:34:25 +00:00
Johannes Anderwald
4a74095169
- 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
2009-03-14 18:57:51 +00:00
Dmitry Gorbachev
d74173888a
Trying to fix boot breakage.
...
svn path=/trunk/; revision=40014
2009-03-14 18:13:32 +00:00
Christoph von Wittich
b860e9cb67
stub wlanapi
...
svn path=/trunk/; revision=40013
2009-03-14 14:32:48 +00:00
Dmitry Gorbachev
fc574caf3c
Fix build. Sorry.
...
svn path=/trunk/; revision=40012
2009-03-14 14:29:25 +00:00
Dmitry Chapyshev
774eac41f1
- Alphabetically re-order README.WINE. Patch by Kario
...
See issue #4239 for more details.
svn path=/trunk/; revision=40011
2009-03-14 14:21:49 +00:00
Dmitry Gorbachev
f98a859ad2
Fix bug #4273 (Slovak part for r39980, Mario Kacmar) and a few other translations.
...
svn path=/trunk/; revision=40010
2009-03-14 14:15:41 +00:00
Dmitry Gorbachev
4db1751502
Italian translation of MPlay32 by Carlo Bramini. Bug #4270 .
...
svn path=/trunk/; revision=40009
2009-03-14 02:17:16 +00:00
Dmitry Gorbachev
c9901dd8b6
Return to an old idea of MiMapPageToZeroInHyperSpace(), "fix" bug #4267 .
...
svn path=/trunk/; revision=40008
2009-03-14 01:20:18 +00:00
Colin Finck
67d3295fc6
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
2009-03-14 01:13:03 +00:00
Colin Finck
8d291610ee
- 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
2009-03-14 00:50:23 +00:00
Timo Kreuzer
8b8a92d9da
fix definition of _STATIC_ASSERT
...
svn path=/trunk/; revision=40005
2009-03-13 23:41:12 +00:00
Cameron Gutman
3f46303c0e
- Merge aicom-network-fixes up to r39995
...
svn path=/trunk/; revision=40004
2009-03-13 17:25:48 +00:00
Sylvain Petreolle
8ae1a88a0b
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
2009-03-13 15:57:20 +00:00
Sylvain Petreolle
39e4f8fc38
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
2009-03-13 14:47:19 +00:00
Johannes Anderwald
360606f98b
- 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
2009-03-13 14:07:03 +00:00
Dmitry Chapyshev
d45772c95a
- Sync ole32, oleaut32, olesvr32 with Wine head
...
svn path=/trunk/; revision=40000
2009-03-13 13:40:31 +00:00
Dmitry Chapyshev
1b0fc53030
- Update Ukrainian translation by Sakara Yevhen
...
svn path=/trunk/; revision=39999
2009-03-13 13:40:25 +00:00
Jeffrey Morlan
4ef352817a
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
2009-03-13 01:26:08 +00:00
Matthias Kupfer
40329ba147
- Add a hackfix comment for issue #4243 due to several requests.
...
svn path=/trunk/; revision=39997
2009-03-13 00:20:48 +00:00
Colin Finck
17ed09b751
Reenable the Solitaire Unicode build. Works well now :-)
...
svn path=/trunk/; revision=39996
2009-03-12 23:43:26 +00:00
Timo Kreuzer
94c7a3392b
Cleanup freetypee lib
...
svn path=/trunk/; revision=39993
2009-03-12 23:08:01 +00:00
Johannes Anderwald
e5f6e4c0e8
- 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
2009-03-12 22:11:53 +00:00
Jeffrey Morlan
8c83602d51
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
2009-03-12 22:04:59 +00:00
Matthias Kupfer
f7a722ebda
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
2009-03-12 21:25:49 +00:00
Timo Kreuzer
004cc56ed5
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
2009-03-12 20:55:34 +00:00
Jeffrey Morlan
9c84f62cd4
NtSetInformationObject: OBJECT_HANDLE_ATTRIBUTE_INFORMATION is just made of BOOLEANs, so it doesn't need ULONG alignment.
...
svn path=/trunk/; revision=39986
2009-03-12 20:29:32 +00:00
Timo Kreuzer
36277461a1
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
2009-03-12 18:29:11 +00:00
Johannes Anderwald
53899ff4fa
- Fix KSDATAFORMAT_WAVEFORMATEX & KSDATAFORMAT_DSOUND alignment
...
svn path=/trunk/; revision=39984
2009-03-12 17:51:28 +00:00
Aleksey Bragin
edb32a04eb
- 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
2009-03-12 14:42:02 +00:00
Johannes Anderwald
b2f937d0fe
- Don't use a tag if there is none assigned
...
- Fixes a crash in es1370mp driver
svn path=/trunk/; revision=39982
2009-03-12 14:01:56 +00:00
Matthias Kupfer
372ea0433e
- fix some German dialog ressources (2nd attempt)
...
svn path=/trunk/; revision=39981
2009-03-12 13:43:33 +00:00
Matthias Kupfer
b3d2497aaa
- use symbolic names instead of numeric values (made for English and German, other languages needs to change)
...
svn path=/trunk/; revision=39980
2009-03-12 13:27:26 +00:00
Dmitry Gorbachev
e6e1b8bf6a
Dutch translation, Jan Roeloffzen, bug #4263 .
...
svn path=/trunk/; revision=39979
2009-03-12 12:35:27 +00:00