Aleksey Bragin
9e388b6581
- Apply adapted patch by Damjan Jovanovic <damjan.jov@gmail.com> "Make RpcMgmtWaitServerListen wait for the server to stop listening, like it is supposed to". Rob Shearman commented that "it prevented the dispatching of simultaneous RPCs on an endpoint", however it's enough for ReactOS for now, until a better patch is made.
...
- Uncomment commented out error checks.
- Update rpcrt4_ros.diff accordingly.
svn path=/trunk/; revision=31715
2008-01-11 13:13:05 +00:00
Hervé Poussineau
fb3185bf85
Display hardware wizard only after user logged in.
...
It still needs improvement, to first try once to install without user intervention, and then, once an admin is logged on, ask it for still not installed devices.
svn path=/trunk/; revision=31714
2008-01-11 13:00:44 +00:00
Hervé Poussineau
8f6a9bb877
Add missing \n
...
svn path=/trunk/; revision=31713
2008-01-11 11:35:44 +00:00
Hervé Poussineau
93889a1f83
Use same UNIMPLEMENTED macro syntax as in other parts
...
svn path=/trunk/; revision=31712
2008-01-11 11:35:09 +00:00
Aleksey Bragin
bbca7c647c
Dmitry Philippov <shedon@mail.ru>
...
- Respect format of the returned string (unicode or ansi). This fixes the text inside csrss hard error message box.
- Unicode->ansi conversion is done especially.
svn path=/trunk/; revision=31711
2008-01-11 11:16:02 +00:00
Aleksey Bragin
f1df2b6693
- Import rpcrt4 tests from Wine-20080105.
...
- There is an ugly hack applied, which defines the relative path to the server_*.h files inside obj-i386 directory, thus being dependent on its name.
svn path=/trunk/; revision=31710
2008-01-11 10:57:59 +00:00
Hervé Poussineau
8f381d925f
Prevent creation 1500000 temporary objects by caching value of CompilationUnit::GetFilename().
...
Limit access to variables of CompilationUnit
svn path=/trunk/; revision=31709
2008-01-11 09:09:49 +00:00
Marc Piulachs
4a758fd9fb
- Spanish localization by Javier Remacha <remialdo at gmail dot com>
...
See issue #2956 for more details.
svn path=/trunk/; revision=31708
2008-01-10 23:34:04 +00:00
Aleksey Bragin
eefba1f4a6
- Add more defines from Wine.
...
svn path=/trunk/; revision=31706
2008-01-10 21:04:36 +00:00
Christoph von Wittich
b5e930a979
use plural in english version
...
svn path=/trunk/; revision=31705
2008-01-10 18:18:47 +00:00
Gregor Brunmar
ec77be9664
Added self to CREDITS :)
...
svn path=/trunk/; revision=31704
2008-01-10 17:16:49 +00:00
Timo Kreuzer
d6579437d3
Update German Translation of kernel32 errorcodes by Michael Fritscher (michael at fritscher dot net) and me.
...
svn path=/trunk/; revision=31703
2008-01-10 16:25:45 +00:00
Aleksey Bragin
83821cecc6
Christoph Brill <egore@gmx.de>
...
- Sync msvcrt20.c with Wine.
See issue #2947 for more details.
svn path=/trunk/; revision=31702
2008-01-10 13:50:32 +00:00
Aleksey Bragin
11cd25ed6f
Christoph Brill <egore@gmx.de>
...
- Sync msiexec to Wine-20080105.
See issue #2948 for more details.
svn path=/trunk/; revision=31701
2008-01-10 13:33:25 +00:00
Christoph von Wittich
ba8ac4fd2f
fix some text strings
...
svn path=/trunk/; revision=31699
2008-01-10 07:45:12 +00:00
James Tabor
f7c4eb1117
Removed Enhmeta code from win32k.
...
svn path=/trunk/; revision=31698
2008-01-10 07:42:32 +00:00
Christoph von Wittich
0edf0e7061
add cpu.inf
...
svn path=/trunk/; revision=31697
2008-01-10 07:37:55 +00:00
James Tabor
340f80454a
Add member items for meta clipping region and bounding rectangle support.
...
svn path=/trunk/; revision=31696
2008-01-10 07:21:02 +00:00
James Tabor
8592433357
See http://msdn2.microsoft.com/en-us/library/aa293810(VS.60).aspx for details.
...
svn path=/trunk/; revision=31694
2008-01-10 06:34:37 +00:00
Aleksey Bragin
faeef3e4d1
- Fix a typo, spotted by Johannes Anderwald.
...
svn path=/trunk/; revision=31692
2008-01-09 22:03:42 +00:00
Aleksey Bragin
bb5bf44217
- Make WaitNamedPipe (copied from the new implementation #ifdef USING_PROPER_NPFS_WAIT_SEMANTICS) and corresponding part in npfs.sys actually respect the timeout.
...
svn path=/trunk/; revision=31691
2008-01-09 20:38:52 +00:00
Colin Finck
5c1602ce91
If W32kGetDefaultKeyLayout() is called before a user logged on, fall back to the layout set in HKU\.DEFAULT instead of falling back to US English.
...
This enables the layout set in 1st stage setup also in 2nd stage setup and half-fixes bug 2952. (win32csr will only use the HKU\.DEFAULT setting as it's loaded before a user logged on. Currently, we don't change the keyboard layout for win32csr, when a user logs on).
svn path=/trunk/; revision=31690
2008-01-09 17:46:36 +00:00
Ged Murphy
cf111d5b8d
add a temp debug output whilst we're still walking on egg shells
...
svn path=/trunk/; revision=31689
2008-01-09 16:44:39 +00:00
Ged Murphy
4461c225f8
forgot to remove the assert
...
svn path=/trunk/; revision=31688
2008-01-09 16:07:48 +00:00
Ged Murphy
1300cdce17
- Fall back onto some of the previous win32k icon handling code, and fix user32 to suit.
...
- This fixes the handle problem we were seeing which was caused by a failing NtUserFindExistingCursorIcon call in user32. It was incompatible with the new code and thus, creating a new icon for all LR_SHARED resources.
- The new code is correct, and will be re-enabled once I've finished the cursoricon object rewrite (which will make it compatible with windows)
- You'll probably need to 'make win32k_clean' before building
svn path=/trunk/; revision=31687
2008-01-09 16:04:34 +00:00
Christoph von Wittich
092498cbd7
add Internet Explorer registry entries (now Visio 2003 installer doesn't complain about missing IE anymore)
...
svn path=/trunk/; revision=31686
2008-01-09 14:21:39 +00:00
Ged Murphy
e0ab1d2077
sorry, I deleted the wrong entry
...
svn path=/trunk/; revision=31685
2008-01-09 14:03:13 +00:00
Christoph von Wittich
d4bce29f60
add missing forwarders
...
svn path=/trunk/; revision=31684
2008-01-09 12:59:36 +00:00
Ged Murphy
ff357994a2
remove duplicate entry
...
svn path=/trunk/; revision=31683
2008-01-09 12:42:21 +00:00
Hervé Poussineau
c21f0dc69a
Add 'const' when needed
...
Remove a string copy (an a possible buffer overflow)
svn path=/trunk/; revision=31682
2008-01-09 09:40:47 +00:00
Dmitry Chapyshev
76b039af9f
- Update Russian translation
...
- Added some functionality
svn path=/trunk/; revision=31681
2008-01-09 08:34:47 +00:00
Daniel Reimer
87f32e202a
Bug 2944: Polish translation: part 4/4 - Dll by Olaf Siejka
...
svn path=/trunk/; revision=31680
2008-01-09 07:51:42 +00:00
James Tabor
025c424479
Update SetMetaRgn, UpdateColors, ResizePalette and add support for windows client info gdi.
...
svn path=/trunk/; revision=31679
2008-01-09 04:15:42 +00:00
Colin Finck
01761273fd
Remove the (already commented) BINRES icons as taskmgr is not synchronized with Wine and Wine also allows binary files in their repo nowadays.
...
Also remove another Wine-specific check, which was already useless.
svn path=/trunk/; revision=31678
2008-01-08 23:05:19 +00:00
Colin Finck
25bc1b3427
Get rid of much more duplicated code in taskmgr (patch by Carlo Bramini, carlo DOT bramix AT libero DOT it)
...
I also got rid of 6 other functions, which all just call the same function.
See issue #2941 for more details.
svn path=/trunk/; revision=31677
2008-01-08 22:52:56 +00:00
Colin Finck
2d23d947cf
Also create the temporary directory if it does not exist.
...
See issue #2518 for more details.
svn path=/trunk/; revision=31676
2008-01-08 21:22:27 +00:00
Colin Finck
211c9fad23
- Don't stop processing the keyboard layouts, when no "Keyboard Layouts\Substitudes" key exists (WinXP's input.dll behaves the same way).
...
Now input.dll already shows us the current selected keyboard layout under ROS :-)
- Make the dialogs a bit wider, so all captions (at least of the german dialog) are shown.
- Fix indentation
svn path=/trunk/; revision=31675
2008-01-08 21:17:24 +00:00
Hervé Poussineau
b578852e42
Update _ros.diff file after r31673
...
svn path=/trunk/; revision=31674
2008-01-08 17:25:01 +00:00
Christoph von Wittich
fe7958aa0b
fix downloader!
...
svn path=/trunk/; revision=31673
2008-01-08 17:16:51 +00:00
Daniel Reimer
ab7e8a8834
Revert Manifest Commits due to popular demand. They will be Autogenerated by RBuild in the Future.
...
svn path=/trunk/; revision=31672
2008-01-08 16:13:01 +00:00
Daniel Reimer
aa9fd8c419
Revert Manifest Commits due to popular demand. They will be Autogenerated by RBuild in the Future.
...
svn path=/trunk/; revision=31671
2008-01-08 16:12:49 +00:00
Daniel Reimer
4b9377aa40
Bug 2943: Ukrainian translation update
...
svn path=/trunk/; revision=31670
2008-01-08 15:11:33 +00:00
Daniel Reimer
51c114304f
Bug 2943: Ukrainian translation update
...
svn path=/trunk/; revision=31669
2008-01-08 15:11:29 +00:00
Hervé Poussineau
81ac40ae05
By default, display ERROR level debug output
...
Let KDBG change default output mask
svn path=/trunk/; revision=31668
2008-01-08 09:51:53 +00:00
Hervé Poussineau
24e8a63544
Fix debug message
...
svn path=/trunk/; revision=31667
2008-01-08 09:49:22 +00:00
Hervé Poussineau
8285f46476
No need to link to ntdll for such a simply functionality
...
svn path=/trunk/; revision=31666
2008-01-08 09:34:47 +00:00
Daniel Reimer
cf5631fac8
Bug 2942: Ukrainian translation update (temarez<AT>yandex<DOT>ru)
...
svn path=/trunk/; revision=31665
2008-01-08 08:06:08 +00:00
Daniel Reimer
cdf6136478
Bug 2942: Ukrainian translation update (temarez<AT>yandex<DOT>ru)
...
svn path=/trunk/; revision=31664
2008-01-08 08:06:08 +00:00
Hervé Poussineau
36598431fe
Add debug trace
...
svn path=/trunk/; revision=31663
2008-01-08 07:28:45 +00:00
James Tabor
f8150df959
Add layout support for CreateCompatibleDC.
...
svn path=/trunk/; revision=31662
2008-01-08 05:29:13 +00:00