Commit graph

28869 commits

Author SHA1 Message Date
James Tabor a3acf40d6f Implement GetETM.
svn path=/trunk/; revision=31480
2007-12-28 20:06:09 +00:00
James Tabor 1d95f6ebc0 Move GetKerningPairs from stubs to font.c. Ported GetKerningPairsA from Wine.
svn path=/trunk/; revision=31479
2007-12-28 19:36:31 +00:00
Daniel Reimer ffce1d4abf Bug 2920: various spanish localizations. (remialdo<AT>gmail<DOT>com) (I Fixed a typo in servman RC file)
svn path=/trunk/; revision=31478
2007-12-28 15:05:35 +00:00
Hervé Poussineau 5b799176ba Use kernel facilities to change debug level at runtime
svn path=/trunk/; revision=31477
2007-12-28 14:47:03 +00:00
Hervé Poussineau 7ac6443e27 Export vDbgPrintEx/vDbgPrintExWithPrefix
svn path=/trunk/; revision=31476
2007-12-28 14:39:43 +00:00
Hervé Poussineau 8ecfeb0f84 Add vDbgPrintEx/vDbgPrintExWithPrefix prototypes
svn path=/trunk/; revision=31475
2007-12-28 14:39:05 +00:00
Daniel Reimer c73c3e4279 Bug 2923: Ukrainian translation update.
Updated German RC File, too.

svn path=/trunk/; revision=31474
2007-12-28 14:35:44 +00:00
Daniel Reimer 876d2040fd Bug 2923: Ukrainian translation update.
Bug 2919: slovak translation for shell32.

svn path=/trunk/; revision=31473
2007-12-28 14:35:40 +00:00
Magnus Olsen 30eb26e6fb Add #define VIDMEM_* * to make some older drv code happy
svn path=/trunk/; revision=31472
2007-12-28 13:56:03 +00:00
Hervé Poussineau 3875bcd631 Use the captured string instead of the original one
Fix little bugs introduced in r31467

svn path=/trunk/; revision=31471
2007-12-27 21:21:36 +00:00
Hervé Poussineau 707c10cf78 Add traces
svn path=/trunk/; revision=31470
2007-12-27 20:51:53 +00:00
Magnus Olsen 9781b2b0d9 documented : EngLockDirectDrawSurface
small optimize of EngLockDirectDrawSurface, EngDxIoctl, 

svn path=/trunk/; revision=31469
2007-12-27 19:24:22 +00:00
Magnus Olsen 1f954bbfe6 documented : EngUnlockDirectDrawSurface
svn path=/trunk/; revision=31468
2007-12-27 19:11:56 +00:00
Hervé Poussineau 0edb8fe2f9 Use UNICODE_STRING and Rtl functions instead of LPWSTR variables (can prevent some buffer overflows)
Remove assumption that UNICODE_STRING buffers are always NULL terminated
Remove some intermediate buffers
Do not define multiple times PnP parent key

svn path=/trunk/; revision=31467
2007-12-27 19:02:32 +00:00
Hervé Poussineau fe052d8d46 NULL terminate string before sending it
svn path=/trunk/; revision=31466
2007-12-27 18:53:24 +00:00
Magnus Olsen 8dd1e30e97 implement DxEngGetDeviceGammaRamp
implement DxEngSetDeviceGammaRamp

svn path=/trunk/; revision=31465
2007-12-27 18:51:27 +00:00
Magnus Olsen 290a73238b TAG video buffer memory at alloc
svn path=/trunk/; revision=31464
2007-12-27 18:30:36 +00:00
James Tabor 88eea4a9ce Support NtGdiGetDhpdev.
svn path=/trunk/; revision=31463
2007-12-27 17:56:31 +00:00
Pierre Schweitzer 5778b4df0d If download if canceled, delete temporary file
svn path=/trunk/; revision=31462
2007-12-27 17:06:30 +00:00
Pierre Schweitzer 3dce2f69c7 [FORMATTING] Fix indentation
svn path=/trunk/; revision=31461
2007-12-27 16:52:25 +00:00
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