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
Aleksey Bragin
0641e0eff8
- Unhack usb mouse driver after endpoint parsing code was corrected.
...
- Cleanup usb mouse driver source code, make its structure similar to the usb keyboard driver.
svn path=/trunk/; revision=39978
2009-03-12 11:29:09 +00:00
Daniel Reimer
70d2641a89
Bug 4255: ReactOS norwegian translate files by Lars Martin Hambro
...
svn path=/trunk/; revision=39977
2009-03-12 11:28:33 +00:00
Daniel Reimer
5d5f4e9b30
Bug 4260: slovak translation for mplay32 by Mario Kacmar
...
Bug 4261: Translate Patch, Dutch for mplay32 by Jan Roeloffzen
svn path=/trunk/; revision=39976
2009-03-12 10:52:00 +00:00
Aleksey Bragin
defbc44f67
Evgeniy Boltik <bstsoft@narod.ru>
...
- Use bitmap's DIB palette, if it exists. Fixes problems described in bug 4147.
See issue #4147 for more details.
svn path=/trunk/; revision=39975
2009-03-12 10:48:52 +00:00
Aleksey Bragin
044b06829d
- Load debug symbols if compiled with DBG, but don't load if booting with less than 96Mb of RAM.
...
svn path=/trunk/; revision=39974
2009-03-12 10:42:45 +00:00
Jeffrey Morlan
60d07a7af3
Instead of having DOSKEY print something when it successfully adds an alias, print an error message when it fails. Also implement some options that were missing.
...
svn path=/trunk/; revision=39973
2009-03-12 04:37:01 +00:00
Timo Kreuzer
1d680929bb
delete old freetype folder
...
svn path=/trunk/; revision=39972
2009-03-12 04:00:56 +00:00
Timo Kreuzer
fa1d468c66
fix library name
...
svn path=/trunk/; revision=39971
2009-03-12 03:44:48 +00:00
Timo Kreuzer
3f626046f1
ok next try ;-)
...
svn path=/trunk/; revision=39970
2009-03-12 03:38:57 +00:00
Timo Kreuzer
b56c0bfbea
fix build
...
svn path=/trunk/; revision=39969
2009-03-12 03:35:48 +00:00
Timo Kreuzer
608546a05e
Remove freetype dll from build, build ftfd instead, the freetype font driver that currently still exports the needed functions directly for win32k.
...
svn path=/trunk/; revision=39968
2009-03-12 03:26:23 +00:00
Timo Kreuzer
8045178f6f
Copy freetype to lib (will be converted to a static lib)
...
svn path=/trunk/; revision=39967
2009-03-12 03:16:15 +00:00
Timo Kreuzer
2a09b8d220
WIP 1/x: Move freetype font driver.
...
svn path=/trunk/; revision=39966
2009-03-12 03:00:51 +00:00
Dmitry Gorbachev
b1083de600
Swedish translation by Anton Adell (anton_hahaha *at* hotmail *dot* com). Bug #4245 .
...
svn path=/trunk/; revision=39965
2009-03-12 00:05:59 +00:00
Cameron Gutman
d37359e14f
- Merge aicom-network-fixes up to r39943
...
svn path=/trunk/; revision=39964
2009-03-11 22:15:12 +00:00
Matthias Kupfer
9a03c978ce
- minor German translation and dialog resource fixes
...
svn path=/trunk/; revision=39963
2009-03-11 22:00:12 +00:00
Cameron Gutman
1326452802
- Fix instructions (I should've read the howto more closely)
...
svn path=/trunk/; revision=39962
2009-03-11 21:24:50 +00:00
Sylvain Petreolle
da261865d5
-Add French translation
...
thanks to elhoir who saw that my eyes and english aren't perfect :)
svn path=/trunk/; revision=39961
2009-03-11 20:54:37 +00:00
Dmitry Gorbachev
5c38f590b4
Add Japanese font to USetup.
...
svn path=/trunk/; revision=39960
2009-03-11 20:35:23 +00:00
Dmitry Gorbachev
a8274cb5f7
Do not crash on Pentium.
...
svn path=/trunk/; revision=39959
2009-03-11 20:34:34 +00:00