Commit graph

28699 commits

Author SHA1 Message Date
Pierre Schweitzer 5f52a2893f Added help tooltips to header buttons
svn path=/trunk/; revision=31460
2007-12-27 14:40:02 +00:00
James Tabor 76133b4c4c Fix a typo in text.h. Implemente NtGdiGetDhpdev.
svn path=/trunk/; revision=31458
2007-12-27 08:41:38 +00:00
Timo Kreuzer b7761adada w32kdll for vista
svn path=/trunk/; revision=31457
2007-12-27 03:48:36 +00:00
Timo Kreuzer 68dbbc3eaf - enumerate symbols instead of simple lookup, this makes the program slow, but you can now see if an adress has more than one name
svn path=/trunk/; revision=31456
2007-12-27 03:42:56 +00:00
Timo Kreuzer dd3cdddf47 dbghelp.dll:
- use own .def file instead of wine's spec
- add stubs.c
- move ntdll up to make it load again on ros

svn path=/trunk/; revision=31455
2007-12-27 03:36:57 +00:00
Timo Kreuzer 9365fd9e4d - fix definition of SymGetFileLineOffsets64
- add definitions for PSYM_ENUMPROCESSES_CALLBACK and SymEnumProcesses

svn path=/trunk/; revision=31454
2007-12-27 03:07:34 +00:00
Timo Kreuzer 2405f9f737 add PDBGHELP_CREATE_USER_DUMP_CALLBACK, DbgHelpCreateUserDump, DbgHelpCreateUserDumpW to dbghelp.h
svn path=/trunk/; revision=31453
2007-12-27 01:01:34 +00:00
Timo Kreuzer c8b1130216 fix definition of FindFileInPath
svn path=/trunk/; revision=31452
2007-12-27 00:47:39 +00:00
Aleksey Bragin f711c1af2c - Silence debug messages.
svn path=/trunk/; revision=31451
2007-12-26 18:09:37 +00:00
Timo Kreuzer f9840d8e29 - fix section pointer calculation
- print parameter byte count from W32pArgumentTable
- use value of W32pServiceLimit for the loop

svn path=/trunk/; revision=31450
2007-12-26 17:57:53 +00:00
Hervé Poussineau 8003f935df Add support for REG_EXPAND_SZ variables
Display the string value only if it is a string

svn path=/trunk/; revision=31449
2007-12-26 16:18:15 +00:00
Hervé Poussineau 361a5b6d9f [FORMATTING] Fix tabs/spaces mess
svn path=/trunk/; revision=31448
2007-12-26 16:16:45 +00:00
Hervé Poussineau 0f74061681 In filter command, use component names instead of components ids
svn path=/trunk/; revision=31446
2007-12-26 13:58:41 +00:00
Daniel Reimer 96d7ea9ee5 Fixed two more lines which are too long and look a bit crappy in USetup.
svn path=/trunk/; revision=31445
2007-12-26 13:25:13 +00:00
Hervé Poussineau 9fbf6521e5 Add more DPFLTR_*_ID constants
svn path=/trunk/; revision=31444
2007-12-26 11:08:41 +00:00
Hervé Poussineau 58212876b4 Remove hack, as we can use 'filter' command in kdbg instead
Fix debug level definitions

svn path=/trunk/; revision=31443
2007-12-26 10:24:31 +00:00
Hervé Poussineau 65987f47f6 Remove hack, as we can use 'filter' command in kdbg instead
svn path=/trunk/; revision=31442
2007-12-26 10:21:35 +00:00
Pierre Schweitzer 6dbe67f869 Updated Slovak translation of Explorer by Mario Kacmar (kario@szm.sk)
See issue #2551 for more details.

svn path=/trunk/; revision=31441
2007-12-26 08:41:30 +00:00
Hervé Poussineau ea47043b29 Try to fix INFO_, TRACE_, WARN_ ERROR_ macros
svn path=/trunk/; revision=31440
2007-12-25 21:34:07 +00:00
Marc Piulachs f46f2984da - fix typo
svn path=/trunk/; revision=31439
2007-12-25 20:44:46 +00:00
Marc Piulachs 08533b6459 update the spanish localization
svn path=/trunk/; revision=31438
2007-12-25 20:41:39 +00:00
Marc Piulachs efe106fcd9 - Allow LANGUAGE_PAGE localization
- Use DefaultLanguage setting to set the user interface language even for the language selection itself
- Add missing language page entries to current localizations, translators get to work!

svn path=/trunk/; revision=31437
2007-12-25 20:24:19 +00:00
James Tabor 55888d315a Move string object function to eng/string.c.
svn path=/trunk/; revision=31436
2007-12-25 19:52:42 +00:00
Aleksey Bragin c9c1def2a8 - Move preferred stack boundary = 2^2 out of the OPTIMIZE switch, because it's always defined.
- Remove assumption that GDB=1 automatically means -O0. This is wrong, optimization and debugger should be controlled independently.
- Cleanup blah-blah from config.template.rbuild.

svn path=/trunk/; revision=31435
2007-12-25 16:22:20 +00:00
Eric Kohl 36e97b472a Fix function prototypes and two typos.
svn path=/trunk/; revision=31434
2007-12-25 15:45:53 +00:00
Eric Kohl 046826a03e Query and set the display string using data length counted in bytes.
svn path=/trunk/; revision=31433
2007-12-25 13:59:57 +00:00
Aleksey Bragin 2caea04e87 - Initialize FlusherLock as a pushlock, not as an Ex-resource (it's used as a pushlock in the code now).
svn path=/trunk/; revision=31432
2007-12-25 13:15:52 +00:00
Aleksey Bragin aebd438db0 I wonder, if Eric actually compiles before committing (AKA "merry christmas" commit :) ).
svn path=/trunk/; revision=31431
2007-12-25 12:56:11 +00:00
Aleksey Bragin 13db85781b - Do CmpShutdownWorkers only when the registry was actually initialized.
- Guard HvSyncHive with a flusher lock in CmpDoFlushAll.
- Misc typo fixes / spaces cleanup in cmlazy.c.

svn path=/trunk/; revision=31430
2007-12-25 12:35:15 +00:00
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