Commit graph

28670 commits

Author SHA1 Message Date
Eric Kohl c60950760b Create image lists for the groups and users list views and add images to the list view items.
svn path=/trunk/; revision=31429
2007-12-25 11:41:08 +00:00
Aleksey Bragin 73c4e223ec - Fix incorrect NtSetDebugFilter behavior (Level below 32 should be converted into a mask). Now DbgPrintEx works as expected.
svn path=/trunk/; revision=31428
2007-12-25 10:45:14 +00:00
Pierre Schweitzer 7cae9f8a8e en-US updated translation of intl.cpl
atylmo <fat_gamer_176@yahoo.com>
See issue #2917 for more details.

svn path=/trunk/; revision=31427
2007-12-25 00:40:32 +00:00
Daniel Reimer b63f853b94 Fixed a bunch of errors in German USetup Variation
svn path=/trunk/; revision=31426
2007-12-24 23:21:41 +00:00
Pierre Schweitzer 8dee32e2b0 Fixed a typo in usetup French translation
svn path=/trunk/; revision=31421
2007-12-24 17:54:36 +00:00
Pierre Schweitzer 74dc40c858 Removed an old hack that's not necessary any longer since r31418 (2nd stage localization).
svn path=/trunk/; revision=31420
2007-12-24 12:12:18 +00:00
Thomas Bluemel 9b9fb75e31 Remove obsolete debug output
svn path=/trunk/; revision=31419
2007-12-23 22:02:05 +00:00
Marc Piulachs 8d4251bd66 - Reorder the pages , the non graphical START_PAGE should be allways the first page to be loaded because it initializes txtsetup.sif
- Apply the selected language to the installed OS
- Get the list of languages from txtsetup.sif, it will allow us to not include explicitly excluded languages
- Various formatting fixes
- Add a default language setting to txtsetup.sif

svn path=/trunk/; revision=31418
2007-12-23 20:29:52 +00:00
Aleksey Bragin 2fa730f845 - Fix typos and debug messages.
svn path=/trunk/; revision=31417
2007-12-23 19:20:10 +00:00
Aleksey Bragin a6ca74e2cf Dmitry Philippov <shedon@mail.ru>
- The EngLoadImage and EngUnloadImage functions have been fixed to store handles of loaded drivers. EngLoadImage should not fail if a driver is already loaded, it should return a handle of the already loaded driver instead.
- The gpDxFuncs variable has been redefined. Earlier, memory was not allocated for this variable, thus resulting in memory corruption.

svn path=/trunk/; revision=31416
2007-12-23 19:13:05 +00:00
Hervé Poussineau 41e2d7b240 Add list of missing exported functions
svn path=/trunk/; revision=31415
2007-12-23 18:29:09 +00:00
Hervé Poussineau cfe3b0097e Fix debug message
svn path=/trunk/; revision=31414
2007-12-23 18:23:03 +00:00
Marc Piulachs e20421e167 - Remove hard-coded reference to cmdstart.bat and load it from registry (Software\Microsoft\Command Processor\Autorun)
- Show a simple version information when called without command line parameters like the ms's cmd.exe does.

svn path=/trunk/; revision=31413
2007-12-23 13:27:00 +00:00
Marc Piulachs 945a21ed67 Spanish localizations by Remialdo <remialdo at gmail dot com>
Updated:intl,mmsys,user32
New:mstsc,appwiz

See issue #2916 for more details.

svn path=/trunk/; revision=31412
2007-12-23 09:20:37 +00:00
James Tabor aa95d25bda Fix STRGDI structure and update it. Move it into text.h.
svn path=/trunk/; revision=31411
2007-12-23 06:38:08 +00:00
Marc Piulachs 14b8e0949e Move ntstatus.h/rc generation from Makefile to ntdll.rbuild
svn path=/trunk/; revision=31410
2007-12-23 00:55:02 +00:00
Pierre Schweitzer f4ea030be3 - Various fixes for French translations (control, sysdm, syssetup, usetup)
svn path=/trunk/; revision=31409
2007-12-23 00:01:41 +00:00
Marc Piulachs 1b7ac1d2db Add support for mc files and remove hardcoded WMC instructions from Makefile . Thanks to Amine and Colin for helping to test it
svn path=/trunk/; revision=31408
2007-12-22 23:41:57 +00:00
Timo Kreuzer 3cc5fbd970 set svn:eol-style = native
svn path=/trunk/; revision=31407
2007-12-22 22:29:48 +00:00
Timo Kreuzer 8d3fb2eb0d commit my first translated error messages for kernel32, unused atm, but we can translate it now. There are enough left for everyone ;-)
svn path=/trunk/; revision=31406
2007-12-22 22:27:58 +00:00
Magnus Olsen cd328cee64 DO not use magic number for debug version of d3d9d detections use DX_D3D9_DEBUG instead. the value are documented in ms dxsdk but ms have not set any name of it.
svn path=/trunk/; revision=31403
2007-12-22 20:57:02 +00:00
Magnus Olsen 6640969f1f Fixing smaller bugs in ddraw.dll
GetCaps
1. GetCaps should not call get avail memory for hel
2. add ddcaps size check 
3. add Enter/leave CriticalSection

GetDeviceIdentifier
1. add Enter/leave CriticalSection

svn path=/trunk/; revision=31402
2007-12-22 20:33:11 +00:00
Aleksey Bragin 0a73568c82 Dmitry Philippov
- Implement hard error message handler. Now whenever a hard error occurs (like an exception in the win32 application, or missing DLL import), a user will be presented with a nice message box saying about the problem.

svn path=/trunk/; revision=31400
2007-12-22 17:18:32 +00:00
Aleksey Bragin aa2093d7d9 - Add a status table for ntdll, which corresponds to Windows 2003 SP1 build. ntstatus.mc is done by Dmitry Philippov, with some additional editing by me. Now we have a real autogenerated ntstatus.h (the one in include/ddk still remains for now).
- Include autogenerated resources in ntdll.dll.

svn path=/trunk/; revision=31399
2007-12-22 16:56:29 +00:00
Sylvain Petreolle 6cc7a5cdb4 update french translation for usetup
remove accentuated characters for now

svn path=/trunk/; revision=31392
2007-12-22 13:10:44 +00:00
James Tabor 905d70862b Fix CHWIDTHINFO size.
svn path=/trunk/; revision=31391
2007-12-22 09:40:49 +00:00
Pierre Schweitzer 2f9efc5d9f Fixed some details in French translation for taskmgr
Thanks to amine48rz to notice them

svn path=/trunk/; revision=31390
2007-12-22 09:29:40 +00:00
Pierre Schweitzer 41c68f8bd0 Updated French translation for systeminfo
svn path=/trunk/; revision=31389
2007-12-22 09:20:32 +00:00
Marc Piulachs 51e1c701bb Translations I forgot to commit on r31387
See issue #2909 for more details.

svn path=/trunk/; revision=31388
2007-12-22 00:36:16 +00:00
Marc Piulachs 73339f7b34 More spanish localizations by Remialdo <remialdo at gmail dot com>
- Updated: eventvwr, usetup
- New: logoff, devmgmt, deskadp, deskmon

See issue #2909 for more details.

svn path=/trunk/; revision=31387
2007-12-21 23:42:26 +00:00
Marc Piulachs d41e4c53a2 use tango's terminal icon to have a more consistent look
svn path=/trunk/; revision=31385
2007-12-21 22:59:03 +00:00
Pierre Schweitzer 24475c2c98 Updated French translations for input and winemine
svn path=/trunk/; revision=31382
2007-12-21 22:07:25 +00:00
Marc Piulachs 3e167b24aa Butterflies OpenGL screensaver works now on ros, add it to bootcd (by CMan)
svn path=/trunk/; revision=31381
2007-12-21 22:05:12 +00:00
Marc Piulachs 88fbb3b5c5 - Update headers from wine (mostly formatting)
- Add new headers required to build msxml3

svn path=/trunk/; revision=31380
2007-12-21 22:01:15 +00:00
Marc Piulachs 0263a77674 - Give language picker listbox a consistent size
- Give the language selection page a meaningful description
TODO: add a language ID field to the MUI_LANGUAGE structure and store it's value on the registry ("HKEY_CURRENT_USER\Keyboard
Layout\Preload" and/or "HKEY_CURRENT_MACHINE\SYSTEM\CurrentControlSet\Control\NLS\Language")

svn path=/trunk/; revision=31379
2007-12-21 21:51:05 +00:00
Colin Finck b56a634cec Changes by Carlo Bramini (carlo.bramix@libero.it):
- Convert the app from ANSI to TCHAR and enable Unicode compilation in the .rbuild file
- Dialog procedures now return INT_PTR instead of BOOL
- IDS_NOBODY has been added to the resource files
- Fixed a bug in SetDifficulty(): If custom selection, then no changes are done if the user presses the CANCEL button.
- Show mines in the end board in all mine boxes, which you previously marked with the QUESTION state, when you lost the game
- Added an accelerator table
- Define the WineMine root registry key in just one place as a constant rather than a #define, point it to the Software\Microsoft\WinMine key
- Code simplifications

Changes by me:
- Make our registry settings compatible with the MS WinMine settings, since we write into the WinMine registry key now
- Remove the WINE_STRICT check, which was needed to avoid an ancient WINE bug, but doesn't affect our tree. I also replaced all NULL_HANDLE's by NULL.
- Remove the IDS_APPNAME string, we use "WineMine" as a static constant for the application name now
- Remove the unused "mb" variable from the BOARD structure
- Load all resources by ID, not by name
- Add a manifest for enabling Common Controls 6.0
- Use ShellAbout instead of a custom About dialog
- Use a consistent indentation and consistent variable namings and types

See issue #2815 for more details.

svn path=/trunk/; revision=31378
2007-12-21 21:29:57 +00:00
Aleksey Bragin f6c01b3703 - Remove ctype.h introduced in revision 1213 by David Welch. For quite a long time there is a proper version of ctype.h in ReactOS CRT.
svn path=/trunk/; revision=31377
2007-12-21 15:43:48 +00:00
Aleksey Bragin 550a5fa9ed - Isolate Hal* #defines, which are absent in WDK, they should not be used in kernel development.
svn path=/trunk/; revision=31376
2007-12-21 14:58:18 +00:00
Hervé Poussineau be15618a7f Rename ASMCODE to ROS_KERNEL_ENTRY_POINT
svn path=/trunk/; revision=31375
2007-12-21 14:57:31 +00:00
Hervé Poussineau 148fd39043 Add VIDEO_DRIVER_INIT_FAILURE
svn path=/trunk/; revision=31374
2007-12-21 14:56:52 +00:00
James Tabor 9b24164abd fix build
svn path=/trunk/; revision=31373
2007-12-21 14:02:37 +00:00
James Tabor eca1866f15 Correct size for universal font id.
svn path=/trunk/; revision=31372
2007-12-21 13:48:04 +00:00
Aleksey Bragin ad11e66d58 - Fix Alex's csrss compilation, however it won't link due to missing functionality in smss.
svn path=/trunk/; revision=31371
2007-12-21 13:40:20 +00:00
James Tabor 68075a2152 Add missing devivemode type.
svn path=/trunk/; revision=31370
2007-12-21 13:01:48 +00:00
Hervé Poussineau 4e7fc1bf52 No need to compile libxml2, as it is not used
svn path=/trunk/; revision=31369
2007-12-21 10:26:41 +00:00
Hervé Poussineau bee8c290a3 [FORMATTING] Fix indentation
svn path=/trunk/; revision=31368
2007-12-21 10:11:29 +00:00
Hervé Poussineau ab3c6601b7 Use TRACE/WARN/ERR/FIXME macros for debugging, so they can be enabled at runtime
svn path=/trunk/; revision=31367
2007-12-21 10:09:46 +00:00
Hervé Poussineau 0099292d68 [FORMATTING] Fix indentation
svn path=/trunk/; revision=31366
2007-12-21 10:06:46 +00:00
Hervé Poussineau e1c174281d Fix hazardous UNICODE_STRING buffer manipulations
svn path=/trunk/; revision=31365
2007-12-21 09:40:32 +00:00
Gregor Brunmar 181f62fec0 * Changed to aligned alloc of Direct3D9 object
* More fields in IDirect3D9 structure

svn path=/trunk/; revision=31364
2007-12-20 21:18:42 +00:00