reactos.git
16 years ago- Show localized error messages
Marc Piulachs [Wed, 2 Jan 2008 14:34:51 +0000 (14:34 +0000)]
- Show localized error messages

svn path=/trunk/; revision=31563

16 years agoRelease memory when not needed anymore
Hervé Poussineau [Wed, 2 Jan 2008 14:04:35 +0000 (14:04 +0000)]
Release memory when not needed anymore
Do not display errors when checking for binutils
Cleanup PCH handling

svn path=/trunk/; revision=31562

16 years ago- Fix typo
Marc Piulachs [Wed, 2 Jan 2008 13:50:37 +0000 (13:50 +0000)]
- Fix typo

svn path=/trunk/; revision=31561

16 years ago- Use IopOpenRegistryKeyEx() to reduce code size and improve readability.
Aleksey Bragin [Wed, 2 Jan 2008 13:33:40 +0000 (13:33 +0000)]
- Use IopOpenRegistryKeyEx() to reduce code size and improve readability.

svn path=/trunk/; revision=31560

16 years ago[FORMATTING] Fix indentation
Pierre Schweitzer [Wed, 2 Jan 2008 11:04:48 +0000 (11:04 +0000)]
[FORMATTING] Fix indentation

svn path=/trunk/; revision=31559

16 years agoimplement DxEngIncDispUniq
Magnus Olsen [Wed, 2 Jan 2008 10:19:56 +0000 (10:19 +0000)]
implement DxEngIncDispUniq

svn path=/trunk/; revision=31558

16 years agosorry a file been accent committed.
Magnus Olsen [Wed, 2 Jan 2008 09:58:51 +0000 (09:58 +0000)]
sorry a file been accent committed.

svn path=/trunk/; revision=31557

16 years agopartly implement DxEngSetHdevData
Magnus Olsen [Wed, 2 Jan 2008 09:37:05 +0000 (09:37 +0000)]
partly implement DxEngSetHdevData
fixed DxEngGetHdevData protoype as well

svn path=/trunk/; revision=31556

16 years agofixed DxEngCleanDC protoype
Magnus Olsen [Wed, 2 Jan 2008 09:13:51 +0000 (09:13 +0000)]
fixed DxEngCleanDC protoype

svn path=/trunk/; revision=31555

16 years agoimplement DxEngLockShareSem
Magnus Olsen [Wed, 2 Jan 2008 08:47:46 +0000 (08:47 +0000)]
implement DxEngLockShareSem
implement DxEngUnlockShareSem

svn path=/trunk/; revision=31554

16 years agoCompletion of editing current documentation in dxg
Ziliang Guo [Wed, 2 Jan 2008 05:44:59 +0000 (05:44 +0000)]
Completion of editing current documentation in dxg

svn path=/trunk/; revision=31553

16 years agoFinish editing all the documentation in ntddraw.
Ziliang Guo [Wed, 2 Jan 2008 05:26:00 +0000 (05:26 +0000)]
Finish editing all the documentation in ntddraw.

svn path=/trunk/; revision=31552

16 years agoGrammar and spelling corrections for the documentation and comments.
Ziliang Guo [Wed, 2 Jan 2008 01:28:58 +0000 (01:28 +0000)]
Grammar and spelling corrections for the documentation and comments.

svn path=/trunk/; revision=31551

16 years ago- fix button control size for german language
Johannes Anderwald [Tue, 1 Jan 2008 23:57:59 +0000 (23:57 +0000)]
- fix button control size for german language

svn path=/trunk/; revision=31549

16 years ago- revert changes which shouldnt be in (yet)
Johannes Anderwald [Tue, 1 Jan 2008 23:42:01 +0000 (23:42 +0000)]
- revert changes which shouldnt be in (yet)

svn path=/trunk/; revision=31548

16 years ago- scan HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\HideDesk...
Johannes Anderwald [Tue, 1 Jan 2008 23:34:28 +0000 (23:34 +0000)]
- scan HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\ClassicStartMenu key if a shellfolder should be hidden
- also add items which should should not be hidden
- network location shell folder now appears but isnt working

svn path=/trunk/; revision=31547

16 years ago- register the network folder location shell folder
Johannes Anderwald [Tue, 1 Jan 2008 23:30:18 +0000 (23:30 +0000)]
- register the network folder location shell folder

svn path=/trunk/; revision=31545

16 years ago- Rotate the text around its center.
Eric Kohl [Tue, 1 Jan 2008 22:59:06 +0000 (22:59 +0000)]
- Rotate the text around its center.

svn path=/trunk/; revision=31544

16 years ago[FORMATTING] Fix indentation and move comments
Eric Kohl [Tue, 1 Jan 2008 22:15:10 +0000 (22:15 +0000)]
[FORMATTING] Fix indentation and move comments

svn path=/trunk/; revision=31542

16 years ago- Implement a helper registry key opening function to reduce code size.
Aleksey Bragin [Tue, 1 Jan 2008 21:01:28 +0000 (21:01 +0000)]
- Implement a helper registry key opening function to reduce code size.
- http://www.tech-archive.net/Archive/Development/microsoft.public.development.device.drivers/2004-10/1623.html

svn path=/trunk/; revision=31540

16 years ago- Move ENUM_ROOT to internal/io.h, so that io/driver.c can use it too.
Aleksey Bragin [Tue, 1 Jan 2008 20:44:09 +0000 (20:44 +0000)]
- Move ENUM_ROOT to internal/io.h, so that io/driver.c can use it too.
- Rewrite IopAttachFilterDrivers() to get rid of dangerous strings operations.

svn path=/trunk/; revision=31539

16 years agoUpdated NTFS header :
Pierre Schweitzer [Tue, 1 Jan 2008 19:26:26 +0000 (19:26 +0000)]
Updated NTFS header :
- Separate a field into two distinct fields. One will be used when mounting volume
- Added comment to unusedX fields that are used anyway when mounting volume

svn path=/trunk/; revision=31538

16 years agoadding documentations for DxEngGetDCState
Magnus Olsen [Tue, 1 Jan 2008 19:15:22 +0000 (19:15 +0000)]
adding documentations for DxEngGetDCState

svn path=/trunk/; revision=31537

16 years ago[FORMATTING] Fix indentation
Pierre Schweitzer [Tue, 1 Jan 2008 18:55:52 +0000 (18:55 +0000)]
[FORMATTING] Fix indentation

svn path=/trunk/; revision=31536

16 years agoUpdate DxEngGetDCState and fix retun val for HDEV.
James Tabor [Tue, 1 Jan 2008 18:50:42 +0000 (18:50 +0000)]
Update DxEngGetDCState and fix retun val for HDEV.

svn path=/trunk/; revision=31535

16 years agoBugcheck if no miniport driver is available
Hervé Poussineau [Tue, 1 Jan 2008 16:35:21 +0000 (16:35 +0000)]
Bugcheck if no miniport driver is available
See issue #2899 for more details.

svn path=/trunk/; revision=31534

16 years agoFix typos in cmd. thx to amine for spotting.
Daniel Reimer [Tue, 1 Jan 2008 12:29:19 +0000 (12:29 +0000)]
Fix typos in cmd. thx to amine for spotting.

svn path=/trunk/; revision=31533

16 years agoGetting closer to what I would call Default Dialogs. Sad but true. It still does...
Daniel Reimer [Tue, 1 Jan 2008 12:07:06 +0000 (12:07 +0000)]
Getting closer to what I would call Default Dialogs. Sad but true. It still does not activate skinning.

svn path=/trunk/; revision=31532

16 years agoMerry New Year post!
James Tabor [Tue, 1 Jan 2008 05:53:10 +0000 (05:53 +0000)]
Merry New Year post!

svn path=/trunk/; revision=31531

16 years agorename Pdev to hPDev in GDIDEVICE struct
Magnus Olsen [Tue, 1 Jan 2008 01:08:07 +0000 (01:08 +0000)]
rename Pdev to hPDev in GDIDEVICE struct
fixed bug in DxEngGetDCState

svn path=/trunk/; revision=31530

16 years ago- use default CLSID for ControlPanel extension
Johannes Anderwald [Mon, 31 Dec 2007 19:13:36 +0000 (19:13 +0000)]
- use default CLSID for ControlPanel extension
- add network hood shellfolder byMike McCormack (wine sync)
- happy new year!

svn path=/trunk/; revision=31529

16 years agoHappy New Year! ;)
Dmitry Chapyshev [Mon, 31 Dec 2007 18:55:37 +0000 (18:55 +0000)]
Happy New Year! ;)

svn path=/trunk/; revision=31528

16 years agoAdd documented gdi object types enum.
James Tabor [Mon, 31 Dec 2007 18:54:41 +0000 (18:54 +0000)]
Add documented gdi object types enum.

svn path=/trunk/; revision=31527

16 years agousetup: translate error codes, fix a typo
Sylvain Petreolle [Mon, 31 Dec 2007 18:29:49 +0000 (18:29 +0000)]
usetup: translate error codes, fix a typo

svn path=/trunk/; revision=31526

16 years agoAdd missing error entries for Russian and Swedish
Marc Piulachs [Mon, 31 Dec 2007 18:22:25 +0000 (18:22 +0000)]
Add missing error entries for Russian and Swedish

svn path=/trunk/; revision=31525

16 years agoAllow usetup page title localization
Marc Piulachs [Mon, 31 Dec 2007 17:56:13 +0000 (17:56 +0000)]
Allow usetup page title localization

svn path=/trunk/; revision=31524

16 years agoImplement gdi ScaleViewport/WindowExtEx and mirror region support. Mirroring is not...
James Tabor [Mon, 31 Dec 2007 17:26:57 +0000 (17:26 +0000)]
Implement gdi ScaleViewport/WindowExtEx and mirror region support. Mirroring is not finished and is unplugged.

svn path=/trunk/; revision=31523

16 years agoupdate french translation for usetup
Sylvain Petreolle [Mon, 31 Dec 2007 16:23:00 +0000 (16:23 +0000)]
update french translation for usetup

svn path=/trunk/; revision=31522

16 years agofix typo
Sylvain Petreolle [Mon, 31 Dec 2007 16:15:59 +0000 (16:15 +0000)]
fix typo

svn path=/trunk/; revision=31521

16 years agoBug 2928: spanish translation for roscalc (remialdo<AT>gmail<DOT>com)
Daniel Reimer [Mon, 31 Dec 2007 15:57:12 +0000 (15:57 +0000)]
Bug 2928: spanish translation for roscalc (remialdo<AT>gmail<DOT>com)
Added German RC File which I made.
Added manifrest.xml

svn path=/trunk/; revision=31520

16 years agoBug 2927: Update/add greek resource files (johnyadams<AT>hotmail<DOT>com)
Daniel Reimer [Mon, 31 Dec 2007 15:54:36 +0000 (15:54 +0000)]
Bug 2927: Update/add greek resource files (johnyadams<AT>hotmail<DOT>com)

svn path=/trunk/; revision=31519

16 years agoDisplay ReactOS logo when not booted in debug mode
Hervé Poussineau [Mon, 31 Dec 2007 15:52:48 +0000 (15:52 +0000)]
Display ReactOS logo when not booted in debug mode

svn path=/trunk/; revision=31518

16 years agocleanup ntgdibad from api that have been remove.
Magnus Olsen [Mon, 31 Dec 2007 14:34:23 +0000 (14:34 +0000)]
cleanup ntgdibad from api that have been remove.

svn path=/trunk/; revision=31517

16 years agoDocumented ddmg api that been implement
Magnus Olsen [Mon, 31 Dec 2007 14:31:06 +0000 (14:31 +0000)]
Documented ddmg api that been implement

svn path=/trunk/; revision=31516

16 years ago- Reapply fixed IoGetDeviceProperty() patch from 31467.
Aleksey Bragin [Mon, 31 Dec 2007 13:22:52 +0000 (13:22 +0000)]
- Reapply fixed IoGetDeviceProperty() patch from 31467.
- Reformat the code.

svn path=/trunk/; revision=31515

16 years ago- Turn on libxml2 support in msxml3.dll.
Aleksey Bragin [Mon, 31 Dec 2007 10:48:43 +0000 (10:48 +0000)]
- Turn on libxml2 support in msxml3.dll.
- Move libxml2 includes to include/reactos/libs/libxml.
- Add one reactos-specific hack into libxml2/trionan.c (fpclassify-related).
- With a number of glitches in msi, ole32 and rpcrt4, I was able to half-complete the Office 2003 setup.

svn path=/trunk/; revision=31514

16 years agoMerge DD structure info into gdi structures.
James Tabor [Mon, 31 Dec 2007 06:09:05 +0000 (06:09 +0000)]
Merge DD structure info into gdi structures.

svn path=/trunk/; revision=31513

16 years agoNew version of calc written by Carlo Bramini (carlo(dot)bramix AT libero.it)
Timo Kreuzer [Mon, 31 Dec 2007 05:51:52 +0000 (05:51 +0000)]
New version of calc written by Carlo Bramini (carlo(dot)bramix AT libero.it)
Better than the one we currently have. For now in rosapps, so we can test it, if it's all working fine, we should replace the wine one.
Changes by me: use pow() instead of cbrt(), as cbrt doesn't work in our tree.
I imported the whole codebase, although the mpfr files are not used.
I moved the localizations to "lang" and the icons to "res" subfolder.

svn path=/trunk/; revision=31512

16 years agoremve EDD_SURFACE_LOCAL after reexaime it.
Magnus Olsen [Mon, 31 Dec 2007 03:17:42 +0000 (03:17 +0000)]
remve EDD_SURFACE_LOCAL after reexaime it.
Use EDD_SURFACE instead
move _DD_BASEOBJECT struct to correct header file
make sure right unlock and lock using EDD_SURFACE

svn path=/trunk/; revision=31511

16 years agoAdd new struct call EDD_SURFACE_LOCAL it is base on DD_SURFACE_LOCAL
Magnus Olsen [Mon, 31 Dec 2007 02:54:23 +0000 (02:54 +0000)]
Add new struct call EDD_SURFACE_LOCAL it is base on DD_SURFACE_LOCAL
Change DxLocksurface using this new struct

svn path=/trunk/; revision=31510

16 years agoImplement DxDdUnlockDirectDrawSurface
Magnus Olsen [Sun, 30 Dec 2007 23:12:59 +0000 (23:12 +0000)]
Implement DxDdUnlockDirectDrawSurface
Fixed smaller typo in DxDdLockDirectDrawSurface sorry

svn path=/trunk/; revision=31509

16 years agoimplement DxDdLockDirectDrawSurface in dxg
Magnus Olsen [Sun, 30 Dec 2007 22:41:31 +0000 (22:41 +0000)]
implement DxDdLockDirectDrawSurface in dxg

svn path=/trunk/; revision=31508

16 years ago- prevent buffer overflow
Johannes Anderwald [Sun, 30 Dec 2007 22:14:04 +0000 (22:14 +0000)]
- prevent buffer overflow
- zero initialize value to prevent random values being returned from unimplemented GetCalendarInfoA|W
- fixes bug 2918
See issue #2918 for more details.

svn path=/trunk/; revision=31507

16 years ago[FORMATTING] Fix indentation
Pierre Schweitzer [Sun, 30 Dec 2007 21:20:54 +0000 (21:20 +0000)]
[FORMATTING] Fix indentation

svn path=/trunk/; revision=31506

16 years agoAdd : struct _DD_BASEOBJECT base on alex and own and jim informations
Magnus Olsen [Sun, 30 Dec 2007 21:14:20 +0000 (21:14 +0000)]
Add : struct _DD_BASEOBJECT base on alex and own and jim informations
Add : struct _DD_ENTRY base on alex info
change : gpentDdHmgr and gpentDdHmgrLast to PDD_ENTRY pointer
change : move all DdHmg releated api to own file
Implement : DdHmgLock not yet use
Implement : VerifyObjectOwner it verify how own the DD_ENTRY

svn path=/trunk/; revision=31505

16 years agoSilence warning
Thomas Bluemel [Sun, 30 Dec 2007 20:56:04 +0000 (20:56 +0000)]
Silence warning

svn path=/trunk/; revision=31504

16 years agoAdd a function table to access filesystems
Hervé Poussineau [Sun, 30 Dec 2007 20:06:13 +0000 (20:06 +0000)]
Add a function table to access filesystems

svn path=/trunk/; revision=31503

16 years agoBug 2926: Polish translation update part 1/x (olaf_siejka<AT>o2<DOT>pl)
Daniel Reimer [Sun, 30 Dec 2007 17:02:14 +0000 (17:02 +0000)]
Bug 2926: Polish translation update part 1/x (olaf_siejka<AT>o2<DOT>pl)

svn path=/trunk/; revision=31502

16 years agoBug 2925: Last Greek resource files updates for 2oo7 (djapal<AT>gmail<DOT>com)
Daniel Reimer [Sun, 30 Dec 2007 15:25:09 +0000 (15:25 +0000)]
Bug 2925: Last Greek resource files updates for 2oo7 (djapal<AT>gmail<DOT>com)

svn path=/trunk/; revision=31501

16 years ago- Import and add to the bootcd msxml3.dll from Wine, but build it without libxml2...
Aleksey Bragin [Sun, 30 Dec 2007 10:49:17 +0000 (10:49 +0000)]
- Import and add to the bootcd msxml3.dll from Wine, but build it without libxml2 for now. It's not ready for autosyncing yet.

svn path=/trunk/; revision=31500

16 years ago- These will be needed soon.
Aleksey Bragin [Sun, 30 Dec 2007 10:23:01 +0000 (10:23 +0000)]
- These will be needed soon.

svn path=/trunk/; revision=31499

16 years ago- ReactOS Specific! WIDL in ReactOS is called with a header name including the relati...
Aleksey Bragin [Sun, 30 Dec 2007 10:21:51 +0000 (10:21 +0000)]
- ReactOS Specific! WIDL in ReactOS is called with a header name including the relative path to it. Thus, the generated #ifndef __WIDL directive also includes the tokenized path to the file, which doesn't conform to its usage in Wine (where it's just __WIDL_HEADERNAME_H). In order to solve this, a small piece of code was added, which omits the relative path from the string sent to the tokenizer.

The only drawback is that the headername passed to the WIDL must never mix different style path separators ('/' and '\\').

svn path=/trunk/; revision=31498

16 years agoFix redef of region attr. Add temp union for GDI_TABLE_ENTRY.
James Tabor [Sun, 30 Dec 2007 05:34:11 +0000 (05:34 +0000)]
Fix redef of region attr. Add temp union for GDI_TABLE_ENTRY.

svn path=/trunk/; revision=31497

16 years agoFix some handle leaks and warnings
Thomas Bluemel [Sat, 29 Dec 2007 21:40:31 +0000 (21:40 +0000)]
Fix some handle leaks and warnings

svn path=/trunk/; revision=31496

16 years ago- Partially revert 31467 to unbreak devices installation.
Aleksey Bragin [Sat, 29 Dec 2007 21:39:15 +0000 (21:39 +0000)]
- Partially revert 31467 to unbreak devices installation.

svn path=/trunk/; revision=31495

16 years agoAdd 8 bits and 16 bits icons
Dmitry Chapyshev [Sat, 29 Dec 2007 16:02:48 +0000 (16:02 +0000)]
Add 8 bits and 16 bits icons

svn path=/trunk/; revision=31494

16 years ago- Slightly reformat GetETM's code.
Aleksey Bragin [Sat, 29 Dec 2007 15:27:19 +0000 (15:27 +0000)]
- Slightly reformat GetETM's code.

svn path=/trunk/; revision=31493

16 years agoDisplay device enumeration in d3d9
Gregor Brunmar [Sat, 29 Dec 2007 15:19:13 +0000 (15:19 +0000)]
Display device enumeration in d3d9

svn path=/trunk/; revision=31492

16 years agoAdd strsafe library (Part 2/2)
Dmitry Chapyshev [Sat, 29 Dec 2007 15:16:35 +0000 (15:16 +0000)]
Add strsafe library (Part 2/2)

svn path=/trunk/; revision=31491

16 years agoHeader file for strsafe library (Part 1/2)
Dmitry Chapyshev [Sat, 29 Dec 2007 15:12:34 +0000 (15:12 +0000)]
Header file for strsafe library (Part 1/2)

svn path=/trunk/; revision=31490

16 years agoAdded missing display device state flags to wingdi.h
Gregor Brunmar [Sat, 29 Dec 2007 14:30:56 +0000 (14:30 +0000)]
Added missing display device state flags to wingdi.h

svn path=/trunk/; revision=31489

16 years agoupdate the docummactions of DxEngSetDeviceGammaRamp
Magnus Olsen [Sat, 29 Dec 2007 12:48:49 +0000 (12:48 +0000)]
update the docummactions of DxEngSetDeviceGammaRamp

svn path=/trunk/; revision=31488

16 years ago- Fix typo
Dmitry Chapyshev [Sat, 29 Dec 2007 12:33:35 +0000 (12:33 +0000)]
- Fix typo

svn path=/trunk/; revision=31487

16 years agoFix set device gamma ramp. Now we test the range of the ramp.
James Tabor [Sat, 29 Dec 2007 06:39:06 +0000 (06:39 +0000)]
Fix set device gamma ramp. Now we test the range of the ramp.

svn path=/trunk/; revision=31486

16 years agoAdd Get/SetLayout to psdk.
James Tabor [Sat, 29 Dec 2007 06:34:19 +0000 (06:34 +0000)]
Add Get/SetLayout to psdk.

svn path=/trunk/; revision=31485

16 years agoFix GetkerningPairsA, so it can handle null count and pointer. Fix export problem...
James Tabor [Sat, 29 Dec 2007 06:27:19 +0000 (06:27 +0000)]
Fix GetkerningPairsA, so it can handle null count and pointer. Fix export problem for user32.

svn path=/trunk/; revision=31484

16 years agoReorganized NTFS driver header :
Pierre Schweitzer [Fri, 28 Dec 2007 21:56:19 +0000 (21:56 +0000)]
Reorganized NTFS driver header :
- Renamed Magic (bad !) to jump, and OemName to OEMID
- Created structures for BPB and EBPB and used them in BOOT_SECTOR one
- Added a field to BOOY_SECTOR structure
This is based on Technet doc and Alex Ionescu doc

svn path=/trunk/; revision=31483

16 years agoUse kernel facilities to change debug level at runtime
Hervé Poussineau [Fri, 28 Dec 2007 21:10:07 +0000 (21:10 +0000)]
Use kernel facilities to change debug level at runtime

svn path=/trunk/; revision=31482

16 years agosmall bugfix in DxDdCleanupDxGraphics
Magnus Olsen [Fri, 28 Dec 2007 20:32:30 +0000 (20:32 +0000)]
small bugfix in DxDdCleanupDxGraphics
forget set ghsemDummyPage to 0 after it been free

svn path=/trunk/; revision=31481

16 years agoImplement GetETM.
James Tabor [Fri, 28 Dec 2007 20:06:09 +0000 (20:06 +0000)]
Implement GetETM.

svn path=/trunk/; revision=31480

16 years agoMove GetKerningPairs from stubs to font.c. Ported GetKerningPairsA from Wine.
James Tabor [Fri, 28 Dec 2007 19:36:31 +0000 (19:36 +0000)]
Move GetKerningPairs from stubs to font.c. Ported GetKerningPairsA from Wine.

svn path=/trunk/; revision=31479

16 years agoBug 2920: various spanish localizations. (remialdo<AT>gmail<DOT>com) (I Fixed a typo...
Daniel Reimer [Fri, 28 Dec 2007 15:05:35 +0000 (15:05 +0000)]
Bug 2920: various spanish localizations. (remialdo<AT>gmail<DOT>com) (I Fixed a typo in servman RC file)

svn path=/trunk/; revision=31478

16 years agoUse kernel facilities to change debug level at runtime
Hervé Poussineau [Fri, 28 Dec 2007 14:47:03 +0000 (14:47 +0000)]
Use kernel facilities to change debug level at runtime

svn path=/trunk/; revision=31477

16 years agoExport vDbgPrintEx/vDbgPrintExWithPrefix
Hervé Poussineau [Fri, 28 Dec 2007 14:39:43 +0000 (14:39 +0000)]
Export vDbgPrintEx/vDbgPrintExWithPrefix

svn path=/trunk/; revision=31476

16 years agoAdd vDbgPrintEx/vDbgPrintExWithPrefix prototypes
Hervé Poussineau [Fri, 28 Dec 2007 14:39:05 +0000 (14:39 +0000)]
Add vDbgPrintEx/vDbgPrintExWithPrefix prototypes

svn path=/trunk/; revision=31475

16 years agoBug 2923: Ukrainian translation update.
Daniel Reimer [Fri, 28 Dec 2007 14:35:44 +0000 (14:35 +0000)]
Bug 2923: Ukrainian translation update.
Updated German RC File, too.

svn path=/trunk/; revision=31474

16 years agoBug 2923: Ukrainian translation update.
Daniel Reimer [Fri, 28 Dec 2007 14:35:40 +0000 (14:35 +0000)]
Bug 2923: Ukrainian translation update.
Bug 2919: slovak translation for shell32.

svn path=/trunk/; revision=31473

16 years agoAdd #define VIDMEM_* * to make some older drv code happy
Magnus Olsen [Fri, 28 Dec 2007 13:56:03 +0000 (13:56 +0000)]
Add #define VIDMEM_* * to make some older drv code happy

svn path=/trunk/; revision=31472

16 years agoUse the captured string instead of the original one
Hervé Poussineau [Thu, 27 Dec 2007 21:21:36 +0000 (21:21 +0000)]
Use the captured string instead of the original one
Fix little bugs introduced in r31467

svn path=/trunk/; revision=31471

16 years agoAdd traces
Hervé Poussineau [Thu, 27 Dec 2007 20:51:53 +0000 (20:51 +0000)]
Add traces

svn path=/trunk/; revision=31470

16 years agodocumented : EngLockDirectDrawSurface
Magnus Olsen [Thu, 27 Dec 2007 19:24:22 +0000 (19:24 +0000)]
documented : EngLockDirectDrawSurface
small optimize of EngLockDirectDrawSurface, EngDxIoctl,

svn path=/trunk/; revision=31469

16 years agodocumented : EngUnlockDirectDrawSurface
Magnus Olsen [Thu, 27 Dec 2007 19:11:56 +0000 (19:11 +0000)]
documented : EngUnlockDirectDrawSurface

svn path=/trunk/; revision=31468

16 years agoUse UNICODE_STRING and Rtl functions instead of LPWSTR variables (can prevent some...
Hervé Poussineau [Thu, 27 Dec 2007 19:02:32 +0000 (19:02 +0000)]
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

16 years agoNULL terminate string before sending it
Hervé Poussineau [Thu, 27 Dec 2007 18:53:24 +0000 (18:53 +0000)]
NULL terminate string before sending it

svn path=/trunk/; revision=31466

16 years agoimplement DxEngGetDeviceGammaRamp
Magnus Olsen [Thu, 27 Dec 2007 18:51:27 +0000 (18:51 +0000)]
implement DxEngGetDeviceGammaRamp
implement DxEngSetDeviceGammaRamp

svn path=/trunk/; revision=31465

16 years agoTAG video buffer memory at alloc
Magnus Olsen [Thu, 27 Dec 2007 18:30:36 +0000 (18:30 +0000)]
TAG video buffer memory at alloc

svn path=/trunk/; revision=31464

16 years agoSupport NtGdiGetDhpdev.
James Tabor [Thu, 27 Dec 2007 17:56:31 +0000 (17:56 +0000)]
Support NtGdiGetDhpdev.

svn path=/trunk/; revision=31463

16 years agoIf download if canceled, delete temporary file
Pierre Schweitzer [Thu, 27 Dec 2007 17:06:30 +0000 (17:06 +0000)]
If download if canceled, delete temporary file

svn path=/trunk/; revision=31462

16 years ago[FORMATTING] Fix indentation
Pierre Schweitzer [Thu, 27 Dec 2007 16:52:25 +0000 (16:52 +0000)]
[FORMATTING] Fix indentation

svn path=/trunk/; revision=31461

16 years agoAdded help tooltips to header buttons
Pierre Schweitzer [Thu, 27 Dec 2007 14:40:02 +0000 (14:40 +0000)]
Added help tooltips to header buttons

svn path=/trunk/; revision=31460