reactos.git
16 years agofrench translation for devmgr
Sylvain Petreolle [Sun, 13 Jan 2008 20:41:28 +0000 (20:41 +0000)]
french translation for devmgr
thanks to amine48rz for dialogs

svn path=/trunk/; revision=31766

16 years ago- Change the comment about the build tag for releases in "version.h"
Colin Finck [Sun, 13 Jan 2008 19:45:24 +0000 (19:45 +0000)]
- Change the comment about the build tag for releases in "version.h"
- Update Thunderbird 1.5 to 1.5.0.14 in "downloader.xml"

svn path=/trunk/; revision=31765

16 years agoBetter arguments check
Hervé Poussineau [Sun, 13 Jan 2008 18:54:52 +0000 (18:54 +0000)]
Better arguments check
Do not prepend '-' if build tag is empty
Fix check to know if file needs to be rewritten
Support a custom buildtag with -t

svn path=/trunk/; revision=31764

16 years agodon't crash on thread detach - now Diablo 2 videotest isn't crashing anymore
Christoph von Wittich [Sun, 13 Jan 2008 15:42:23 +0000 (15:42 +0000)]
don't crash on thread detach - now Diablo 2 videotest isn't crashing anymore

svn path=/trunk/; revision=31763

16 years ago- Use new APIs MmHeapAlloc / MmHeapFree for small and discardable memory allocations...
Aleksey Bragin [Sun, 13 Jan 2008 15:17:54 +0000 (15:17 +0000)]
- Use new APIs MmHeapAlloc / MmHeapFree for small and discardable memory allocations (not everywhere yet). There is currently no difference, since they all point to the same old memory allocator.
- Include bget.h to freeldr.h.

svn path=/trunk/; revision=31762

16 years agoonly allocate a buffer in StartServiceA when dwNumServiceArgs > 0
Christoph von Wittich [Sun, 13 Jan 2008 14:22:55 +0000 (14:22 +0000)]
only allocate a buffer in StartServiceA when dwNumServiceArgs > 0
adjust the image path in services/rpcserver

svn path=/trunk/; revision=31761

16 years agodon't corrupt the image path
Christoph von Wittich [Sun, 13 Jan 2008 13:44:14 +0000 (13:44 +0000)]
don't corrupt the image path

svn path=/trunk/; revision=31760

16 years ago- Add more languages
Dmitry Chapyshev [Sun, 13 Jan 2008 13:39:36 +0000 (13:39 +0000)]
- Add more languages

svn path=/trunk/; revision=31759

16 years ago- Add more languages (not translated)
Dmitry Chapyshev [Sun, 13 Jan 2008 13:37:35 +0000 (13:37 +0000)]
- Add more languages (not translated)

svn path=/trunk/; revision=31758

16 years agofix a bug in CreateServiceA
Christoph von Wittich [Sun, 13 Jan 2008 13:33:28 +0000 (13:33 +0000)]
fix a bug in CreateServiceA

svn path=/trunk/; revision=31757

16 years ago- Add BGET (public domain heap implementation).
Aleksey Bragin [Sun, 13 Jan 2008 13:03:42 +0000 (13:03 +0000)]
- Add BGET (public domain heap implementation).

svn path=/trunk/; revision=31756

16 years ago- Sync up Mm interface with WinLdr branch (introduce the concept of a memory type...
Aleksey Bragin [Sun, 13 Jan 2008 12:53:49 +0000 (12:53 +0000)]
- Sync up Mm interface with WinLdr branch (introduce the concept of a memory type at every allocation, however in freeldr's implementation it's just ignored now).
- Copy winldr's files from the branch, with the only #ifdef WHEN_MERGE_COMPLETE hack.

svn path=/trunk/; revision=31755

16 years agoRefactored d3d9 a bit
Gregor Brunmar [Sun, 13 Jan 2008 11:45:31 +0000 (11:45 +0000)]
Refactored d3d9 a bit

svn path=/trunk/; revision=31754

16 years ago-use ExAllocatePoolWithTag instead of ExAllocatePool
Christoph von Wittich [Sun, 13 Jan 2008 11:36:54 +0000 (11:36 +0000)]
-use ExAllocatePoolWithTag instead of ExAllocatePool
-add missing critical region acquiring to the NtfsCreate routine.

svn path=/trunk/; revision=31753

16 years agobuildno.cpp depends of version.h
Hervé Poussineau [Sun, 13 Jan 2008 10:52:55 +0000 (10:52 +0000)]
buildno.cpp depends of version.h

svn path=/trunk/; revision=31752

16 years ago- Update Russian translation
Dmitry Chapyshev [Sun, 13 Jan 2008 06:25:16 +0000 (06:25 +0000)]
- Update Russian translation

svn path=/trunk/; revision=31750

16 years agoUpdate German RC File
Daniel Reimer [Sat, 12 Jan 2008 23:56:57 +0000 (23:56 +0000)]
Update German RC File

svn path=/trunk/; revision=31749

16 years agoMake "My Network Places" translatable and translate it into French
Pierre Schweitzer [Sat, 12 Jan 2008 22:38:48 +0000 (22:38 +0000)]
Make "My Network Places" translatable and translate it into French

svn path=/trunk/; revision=31748

16 years agoRewritten NTFS driver entry :
Pierre Schweitzer [Sat, 12 Jan 2008 20:54:41 +0000 (20:54 +0000)]
Rewritten NTFS driver entry :
- Use Hervé debug method (better), thanks to Hervé
- Use NTAPI instead of STDCALL to have MSVC compatibility, thanks to Hervé
- Moved IRP functions array to a new function, NtfsInitializeFunctionPointers
- Added more checks
- Initialize global and local data before acting with kernel
- Removeed the use of one var
That should be all....

svn path=/trunk/; revision=31747

16 years agoBug 2958: Ukrainian translation Update (temarez<AT>yandex<DOT>ru)
Daniel Reimer [Sat, 12 Jan 2008 18:06:46 +0000 (18:06 +0000)]
Bug 2958: Ukrainian translation Update (temarez<AT>yandex<DOT>ru)

svn path=/trunk/; revision=31746

16 years agoUpdate German RC File.
Daniel Reimer [Sat, 12 Jan 2008 18:01:41 +0000 (18:01 +0000)]
Update German RC File.

svn path=/trunk/; revision=31745

16 years ago[FORMATTING] Fix formatting
Hervé Poussineau [Sat, 12 Jan 2008 17:54:45 +0000 (17:54 +0000)]
[FORMATTING] Fix formatting

svn path=/trunk/; revision=31744

16 years ago- Activate all languages
Dmitry Chapyshev [Sat, 12 Jan 2008 17:41:59 +0000 (17:41 +0000)]
- Activate all languages

svn path=/trunk/; revision=31743

16 years ago- Add more languages (not translated)
Dmitry Chapyshev [Sat, 12 Jan 2008 17:40:38 +0000 (17:40 +0000)]
- Add more languages (not translated)

svn path=/trunk/; revision=31742

16 years agoFix creating a directory, deleting it and recreating it. Thanks to Aleksey and Hervé!
Colin Finck [Sat, 12 Jan 2008 17:29:26 +0000 (17:29 +0000)]
Fix creating a directory, deleting it and recreating it. Thanks to Aleksey and Hervé!
r25255 broke it, because the OpenHandleCount was decremented, but the check for the last handle was not updated.

svn path=/trunk/; revision=31741

16 years ago[FORMATTING] Fix indentation
Hervé Poussineau [Sat, 12 Jan 2008 17:20:11 +0000 (17:20 +0000)]
[FORMATTING] Fix indentation

svn path=/trunk/; revision=31740

16 years ago- Fix build.
Aleksey Bragin [Sat, 12 Jan 2008 15:38:35 +0000 (15:38 +0000)]
- Fix build.

svn path=/trunk/; revision=31738

16 years ago- Activate Bulgarian translation for usetup
Dmitry Chapyshev [Sat, 12 Jan 2008 15:26:57 +0000 (15:26 +0000)]
- Activate Bulgarian translation for usetup
- Fix formatting

svn path=/trunk/; revision=31737

16 years ago- Add missing critical region acquiring to the VfatShutdown routine.
Aleksey Bragin [Sat, 12 Jan 2008 15:20:22 +0000 (15:20 +0000)]
- Add missing critical region acquiring to the VfatShutdown routine.
- Remove that irql <= PASSIVE_LEVEL check, always entering the critical region. And for vfat calls with an unusual high irql leave a DPRINT.

svn path=/trunk/; revision=31736

16 years ago- Fix formatting
Dmitry Chapyshev [Sat, 12 Jan 2008 15:14:54 +0000 (15:14 +0000)]
- Fix formatting

svn path=/trunk/; revision=31735

16 years ago- Add "Computer Name Changes" and "DNS Suffix and NetBIOS Computer Name" dialogs
Dmitry Chapyshev [Sat, 12 Jan 2008 15:11:44 +0000 (15:11 +0000)]
- Add "Computer Name Changes" and "DNS Suffix and NetBIOS Computer Name" dialogs
- Add more strings
- Add more icons

svn path=/trunk/; revision=31734

16 years ago- Fix Russian translation
Dmitry Chapyshev [Sat, 12 Jan 2008 15:07:14 +0000 (15:07 +0000)]
- Fix Russian translation

svn path=/trunk/; revision=31733

16 years agoBug 2922: en-US updated shell translations (atylmo<AT>gmail<DOT>com)
Daniel Reimer [Sat, 12 Jan 2008 10:20:26 +0000 (10:20 +0000)]
Bug 2922: en-US updated shell translations (atylmo<AT>gmail<DOT>com)
Bug 2957: Bulgarian translation of ReactOS (sstpr<AT>narod<DOT>ru)

svn path=/trunk/; revision=31730

16 years agoPolish translation for rasdlg by Olaf Siejka (caemyr AT gmail DOT com)
Colin Finck [Fri, 11 Jan 2008 21:25:50 +0000 (21:25 +0000)]
Polish translation for rasdlg by Olaf Siejka (caemyr AT gmail DOT com)
See issue #2944 for more details.

svn path=/trunk/; revision=31729

16 years ago- Update ros diff according to recent Colin's changes.
Aleksey Bragin [Fri, 11 Jan 2008 16:32:28 +0000 (16:32 +0000)]
- Update ros diff according to recent Colin's changes.

svn path=/trunk/; revision=31726

16 years agoFix 2nd stage hang
Hervé Poussineau [Fri, 11 Jan 2008 15:37:43 +0000 (15:37 +0000)]
Fix 2nd stage hang

svn path=/trunk/; revision=31722

16 years ago- Merge leftovers.
Aleksey Bragin [Fri, 11 Jan 2008 15:28:28 +0000 (15:28 +0000)]
- Merge leftovers.

svn path=/trunk/; revision=31721

16 years ago- Update wine sync doc.
Aleksey Bragin [Fri, 11 Jan 2008 15:16:33 +0000 (15:16 +0000)]
- Update wine sync doc.
- Add rpcrt4_winetest to the install CD.

svn path=/trunk/; revision=31720

16 years ago- Correct fix for the obj-i386 dependent path hack, by hpoussin.
Aleksey Bragin [Fri, 11 Jan 2008 15:12:54 +0000 (15:12 +0000)]
- Correct fix for the obj-i386 dependent path hack, by hpoussin.

svn path=/trunk/; revision=31719

16 years agoTrying to fix the build on Unix hosts by only using host headers in widl
Colin Finck [Fri, 11 Jan 2008 14:46:27 +0000 (14:46 +0000)]
Trying to fix the build on Unix hosts by only using host headers in widl

svn path=/trunk/; revision=31718

16 years ago- Switch to the new widl and new rpcrt4.
Aleksey Bragin [Fri, 11 Jan 2008 13:46:33 +0000 (13:46 +0000)]
- Switch to the new widl and new rpcrt4.
- Old widl had some more patches applies, and old rpcrt4 had Saveliy Tretiakov's patches applied. They were not explicitly added into this update (some of them might be reworked and got accepted by Wine).

svn path=/trunk/; revision=31717

16 years ago- Add missing \n to the debug print.
Aleksey Bragin [Fri, 11 Jan 2008 13:15:53 +0000 (13:15 +0000)]
- Add missing \n to the debug print.

svn path=/trunk/; revision=31716

16 years ago- Apply adapted patch by Damjan Jovanovic <damjan.jov@gmail.com> "Make RpcMgmtWaitSer...
Aleksey Bragin [Fri, 11 Jan 2008 13:13:05 +0000 (13:13 +0000)]
- 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

16 years agoDisplay hardware wizard only after user logged in.
Hervé Poussineau [Fri, 11 Jan 2008 13:00:44 +0000 (13:00 +0000)]
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

16 years agoAdd missing \n
Hervé Poussineau [Fri, 11 Jan 2008 11:35:44 +0000 (11:35 +0000)]
Add missing \n

svn path=/trunk/; revision=31713

16 years agoUse same UNIMPLEMENTED macro syntax as in other parts
Hervé Poussineau [Fri, 11 Jan 2008 11:35:09 +0000 (11:35 +0000)]
Use same UNIMPLEMENTED macro syntax as in other parts

svn path=/trunk/; revision=31712

16 years agoDmitry Philippov <shedon@mail.ru>
Aleksey Bragin [Fri, 11 Jan 2008 11:16:02 +0000 (11:16 +0000)]
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

16 years ago- Import rpcrt4 tests from Wine-20080105.
Aleksey Bragin [Fri, 11 Jan 2008 10:57:59 +0000 (10:57 +0000)]
- 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

16 years agoPrevent creation 1500000 temporary objects by caching value of CompilationUnit::GetFi...
Hervé Poussineau [Fri, 11 Jan 2008 09:09:49 +0000 (09:09 +0000)]
Prevent creation 1500000 temporary objects by caching value of CompilationUnit::GetFilename().
Limit access to variables of CompilationUnit

svn path=/trunk/; revision=31709

16 years ago- Spanish localization by Javier Remacha <remialdo at gmail dot com>
Marc Piulachs [Thu, 10 Jan 2008 23:34:04 +0000 (23:34 +0000)]
- Spanish localization by Javier Remacha <remialdo at gmail dot com>
See issue #2956 for more details.

svn path=/trunk/; revision=31708

16 years ago- Add more defines from Wine.
Aleksey Bragin [Thu, 10 Jan 2008 21:04:36 +0000 (21:04 +0000)]
- Add more defines from Wine.

svn path=/trunk/; revision=31706

16 years agouse plural in english version
Christoph von Wittich [Thu, 10 Jan 2008 18:18:47 +0000 (18:18 +0000)]
use plural in english version

svn path=/trunk/; revision=31705

16 years agoAdded self to CREDITS :)
Gregor Brunmar [Thu, 10 Jan 2008 17:16:49 +0000 (17:16 +0000)]
Added self to CREDITS :)

svn path=/trunk/; revision=31704

16 years agoUpdate German Translation of kernel32 errorcodes by Michael Fritscher (michael at...
Timo Kreuzer [Thu, 10 Jan 2008 16:25:45 +0000 (16:25 +0000)]
Update German Translation of kernel32 errorcodes by Michael Fritscher (michael at fritscher dot net) and me.

svn path=/trunk/; revision=31703

16 years agoChristoph Brill <egore@gmx.de>
Aleksey Bragin [Thu, 10 Jan 2008 13:50:32 +0000 (13:50 +0000)]
Christoph Brill <egore@gmx.de>
- Sync msvcrt20.c with Wine.
See issue #2947 for more details.

svn path=/trunk/; revision=31702

16 years agoChristoph Brill <egore@gmx.de>
Aleksey Bragin [Thu, 10 Jan 2008 13:33:25 +0000 (13:33 +0000)]
Christoph Brill <egore@gmx.de>
- Sync msiexec to Wine-20080105.
See issue #2948 for more details.

svn path=/trunk/; revision=31701

16 years agofix some text strings
Christoph von Wittich [Thu, 10 Jan 2008 07:45:12 +0000 (07:45 +0000)]
fix some text strings

svn path=/trunk/; revision=31699

16 years agoRemoved Enhmeta code from win32k.
James Tabor [Thu, 10 Jan 2008 07:42:32 +0000 (07:42 +0000)]
Removed Enhmeta code from win32k.

svn path=/trunk/; revision=31698

16 years agoadd cpu.inf
Christoph von Wittich [Thu, 10 Jan 2008 07:37:55 +0000 (07:37 +0000)]
add cpu.inf

svn path=/trunk/; revision=31697

16 years agoAdd member items for meta clipping region and bounding rectangle support.
James Tabor [Thu, 10 Jan 2008 07:21:02 +0000 (07:21 +0000)]
Add member items for meta clipping region and bounding rectangle support.

svn path=/trunk/; revision=31696

16 years agoSee http://msdn2.microsoft.com/en-us/library/aa293810(VS.60).aspx for details.
James Tabor [Thu, 10 Jan 2008 06:34:37 +0000 (06:34 +0000)]
See msdn2.microsoft.com/en-us/library/aa293810(VS.60).aspx for details.

svn path=/trunk/; revision=31694

16 years ago- Fix a typo, spotted by Johannes Anderwald.
Aleksey Bragin [Wed, 9 Jan 2008 22:03:42 +0000 (22:03 +0000)]
- Fix a typo, spotted by Johannes Anderwald.

svn path=/trunk/; revision=31692

16 years ago- Make WaitNamedPipe (copied from the new implementation #ifdef USING_PROPER_NPFS_WAI...
Aleksey Bragin [Wed, 9 Jan 2008 20:38:52 +0000 (20:38 +0000)]
- 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

16 years agoIf W32kGetDefaultKeyLayout() is called before a user logged on, fall back to the...
Colin Finck [Wed, 9 Jan 2008 17:46:36 +0000 (17:46 +0000)]
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

16 years agoadd a temp debug output whilst we're still walking on egg shells
Ged Murphy [Wed, 9 Jan 2008 16:44:39 +0000 (16:44 +0000)]
add a temp debug output whilst we're still walking on egg shells

svn path=/trunk/; revision=31689

16 years agoforgot to remove the assert
Ged Murphy [Wed, 9 Jan 2008 16:07:48 +0000 (16:07 +0000)]
forgot to remove the assert

svn path=/trunk/; revision=31688

16 years ago- Fall back onto some of the previous win32k icon handling code, and fix user32 to...
Ged Murphy [Wed, 9 Jan 2008 16:04:34 +0000 (16:04 +0000)]
- 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

16 years agoadd Internet Explorer registry entries (now Visio 2003 installer doesn't complain...
Christoph von Wittich [Wed, 9 Jan 2008 14:21:39 +0000 (14:21 +0000)]
add Internet Explorer registry entries (now Visio 2003 installer doesn't complain about missing IE anymore)

svn path=/trunk/; revision=31686

16 years agosorry, I deleted the wrong entry
Ged Murphy [Wed, 9 Jan 2008 14:03:13 +0000 (14:03 +0000)]
sorry, I deleted the wrong entry

svn path=/trunk/; revision=31685

16 years agoadd missing forwarders
Christoph von Wittich [Wed, 9 Jan 2008 12:59:36 +0000 (12:59 +0000)]
add missing forwarders

svn path=/trunk/; revision=31684

16 years agoremove duplicate entry
Ged Murphy [Wed, 9 Jan 2008 12:42:21 +0000 (12:42 +0000)]
remove duplicate entry

svn path=/trunk/; revision=31683

16 years agoAdd 'const' when needed
Hervé Poussineau [Wed, 9 Jan 2008 09:40:47 +0000 (09:40 +0000)]
Add 'const' when needed
Remove a string copy (an a possible buffer overflow)

svn path=/trunk/; revision=31682

16 years ago- Update Russian translation
Dmitry Chapyshev [Wed, 9 Jan 2008 08:34:47 +0000 (08:34 +0000)]
- Update Russian translation
- Added some functionality

svn path=/trunk/; revision=31681

16 years agoBug 2944: Polish translation: part 4/4 - Dll by Olaf Siejka
Daniel Reimer [Wed, 9 Jan 2008 07:51:42 +0000 (07:51 +0000)]
Bug 2944: Polish translation: part 4/4 - Dll by Olaf Siejka

svn path=/trunk/; revision=31680

16 years agoUpdate SetMetaRgn, UpdateColors, ResizePalette and add support for windows client...
James Tabor [Wed, 9 Jan 2008 04:15:42 +0000 (04:15 +0000)]
Update SetMetaRgn, UpdateColors, ResizePalette and add support for windows client info gdi.

svn path=/trunk/; revision=31679

16 years agoRemove the (already commented) BINRES icons as taskmgr is not synchronized with Wine...
Colin Finck [Tue, 8 Jan 2008 23:05:19 +0000 (23:05 +0000)]
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

16 years agoGet rid of much more duplicated code in taskmgr (patch by Carlo Bramini, carlo DOT...
Colin Finck [Tue, 8 Jan 2008 22:52:56 +0000 (22:52 +0000)]
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

16 years agoAlso create the temporary directory if it does not exist.
Colin Finck [Tue, 8 Jan 2008 21:22:27 +0000 (21:22 +0000)]
Also create the temporary directory if it does not exist.
See issue #2518 for more details.

svn path=/trunk/; revision=31676

16 years ago- Don't stop processing the keyboard layouts, when no "Keyboard Layouts\Substitudes...
Colin Finck [Tue, 8 Jan 2008 21:17:24 +0000 (21:17 +0000)]
- 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

16 years agoUpdate _ros.diff file after r31673
Hervé Poussineau [Tue, 8 Jan 2008 17:25:01 +0000 (17:25 +0000)]
Update _ros.diff file after r31673

svn path=/trunk/; revision=31674

16 years agofix downloader!
Christoph von Wittich [Tue, 8 Jan 2008 17:16:51 +0000 (17:16 +0000)]
fix downloader!

svn path=/trunk/; revision=31673

16 years agoRevert Manifest Commits due to popular demand. They will be Autogenerated by RBuild...
Daniel Reimer [Tue, 8 Jan 2008 16:13:01 +0000 (16:13 +0000)]
Revert Manifest Commits due to popular demand. They will be Autogenerated by RBuild in the Future.

svn path=/trunk/; revision=31672

16 years agoRevert Manifest Commits due to popular demand. They will be Autogenerated by RBuild...
Daniel Reimer [Tue, 8 Jan 2008 16:12:49 +0000 (16:12 +0000)]
Revert Manifest Commits due to popular demand. They will be Autogenerated by RBuild in the Future.

svn path=/trunk/; revision=31671

16 years agoBug 2943: Ukrainian translation update
Daniel Reimer [Tue, 8 Jan 2008 15:11:33 +0000 (15:11 +0000)]
Bug 2943: Ukrainian translation update

svn path=/trunk/; revision=31670

16 years agoBug 2943: Ukrainian translation update
Daniel Reimer [Tue, 8 Jan 2008 15:11:29 +0000 (15:11 +0000)]
Bug 2943: Ukrainian translation update

svn path=/trunk/; revision=31669

16 years agoBy default, display ERROR level debug output
Hervé Poussineau [Tue, 8 Jan 2008 09:51:53 +0000 (09:51 +0000)]
By default, display ERROR level debug output
Let KDBG change default output mask

svn path=/trunk/; revision=31668

16 years agoFix debug message
Hervé Poussineau [Tue, 8 Jan 2008 09:49:22 +0000 (09:49 +0000)]
Fix debug message

svn path=/trunk/; revision=31667

16 years agoNo need to link to ntdll for such a simply functionality
Hervé Poussineau [Tue, 8 Jan 2008 09:34:47 +0000 (09:34 +0000)]
No need to link to ntdll for such a simply functionality

svn path=/trunk/; revision=31666

16 years agoBug 2942: Ukrainian translation update (temarez<AT>yandex<DOT>ru)
Daniel Reimer [Tue, 8 Jan 2008 08:06:08 +0000 (08:06 +0000)]
Bug 2942: Ukrainian translation update (temarez<AT>yandex<DOT>ru)

svn path=/trunk/; revision=31665

16 years agoBug 2942: Ukrainian translation update (temarez<AT>yandex<DOT>ru)
Daniel Reimer [Tue, 8 Jan 2008 08:06:08 +0000 (08:06 +0000)]
Bug 2942: Ukrainian translation update (temarez<AT>yandex<DOT>ru)

svn path=/trunk/; revision=31664

16 years agoAdd debug trace
Hervé Poussineau [Tue, 8 Jan 2008 07:28:45 +0000 (07:28 +0000)]
Add debug trace

svn path=/trunk/; revision=31663

16 years agoAdd layout support for CreateCompatibleDC.
James Tabor [Tue, 8 Jan 2008 05:29:13 +0000 (05:29 +0000)]
Add layout support for CreateCompatibleDC.

svn path=/trunk/; revision=31662

16 years agochange gdi object deleting mechanism to a windows compatible one.
Timo Kreuzer [Tue, 8 Jan 2008 05:04:52 +0000 (05:04 +0000)]
change gdi object deleting mechanism to a windows compatible one.

svn path=/trunk/; revision=31661

16 years agoRemove unused flags and start using new dc type ids.
James Tabor [Tue, 8 Jan 2008 03:48:08 +0000 (03:48 +0000)]
Remove unused flags and start using new dc type ids.

svn path=/trunk/; revision=31660

16 years agofix 2 names
Timo Kreuzer [Tue, 8 Jan 2008 02:49:09 +0000 (02:49 +0000)]
fix 2 names

svn path=/trunk/; revision=31659

16 years agoFix build
Hervé Poussineau [Mon, 7 Jan 2008 21:58:00 +0000 (21:58 +0000)]
Fix build

svn path=/trunk/; revision=31658

16 years agoLink to wine library, as we're using wine debug macros
Hervé Poussineau [Mon, 7 Jan 2008 21:50:21 +0000 (21:50 +0000)]
Link to wine library, as we're using wine debug macros

svn path=/trunk/; revision=31657

16 years agoAdd traces
Hervé Poussineau [Mon, 7 Jan 2008 21:42:59 +0000 (21:42 +0000)]
Add traces

svn path=/trunk/; revision=31656

16 years agoWin32k:
Colin Finck [Mon, 7 Jan 2008 21:34:56 +0000 (21:34 +0000)]
Win32k:
- Read from HKCU\Keyboard Layout\Preload for getting the keyboard layout ID to use instead of using the default locale.
  This finally makes it possible to set the keyboard layout and system locale independently.
- Change ReadRegistryValue from KEY_ALL_ACCESS to KEY_READ, we don't need more rights.

usetup:
- Rename "ProcessKeyboardLayoutRegistry" to "ProcessLocaleRegistry" as it doesn't set anything related to keyboard layouts.
- Add a new function "ProcessKeyboardLayoutRegistry", which sets the keyboard layout ID in the correct registry key.
- Add ERROR_UPDATE_LOCALE_SETTINGS
- Fix the indentation of some parts of the language headers and update the german one.

Known issues:
- Before input.dll is finished, we can only set the keyboard layout in usetup or by manually editing the registry.
- 1st stage and 2nd stage setup always use US English keyboard layout for now.

See issue #2635 for more details.

svn path=/trunk/; revision=31655

16 years ago- Apply patch from GedMurphy
Dmitry Chapyshev [Mon, 7 Jan 2008 21:08:02 +0000 (21:08 +0000)]
- Apply patch from GedMurphy

svn path=/trunk/; revision=31654