reactos.git
15 years ago-Add a new module type 'cabinet' to handle .cab files generation
Marc Piulachs [Tue, 6 May 2008 14:24:16 +0000 (14:24 +0000)]
-Add a new module type 'cabinet' to handle .cab files generation
-Remove harcoded vgafonts.cab instructions from rbuild and move them to its own rbuild file

svn path=/trunk/; revision=33321

15 years agoatl: Remove freeing of an invalid pointer.
Aleksey Bragin [Tue, 6 May 2008 12:51:08 +0000 (12:51 +0000)]
atl: Remove freeing of an invalid pointer.

http://www.winehq.org/pipermail/wine-patches/2008-May/054603.html

svn path=/trunk/; revision=33320

15 years ago- Fix a typo.
Aleksey Bragin [Tue, 6 May 2008 11:46:50 +0000 (11:46 +0000)]
- Fix a typo.
See issue #3190 for more details.

svn path=/trunk/; revision=33319

15 years ago- Add new dll's information
Dmitry Chapyshev [Tue, 6 May 2008 09:22:39 +0000 (09:22 +0000)]
- Add new dll's information

svn path=/trunk/; revision=33318

15 years ago- Add new dll's to bootcd
Dmitry Chapyshev [Tue, 6 May 2008 09:20:48 +0000 (09:20 +0000)]
- Add new dll's to bootcd

svn path=/trunk/; revision=33317

15 years ago- Add & update headers
Dmitry Chapyshev [Tue, 6 May 2008 09:20:08 +0000 (09:20 +0000)]
- Add & update headers

svn path=/trunk/; revision=33316

15 years ago- Add baseaddress for inetcomm.dll and nddeapi.dll
Dmitry Chapyshev [Tue, 6 May 2008 09:17:31 +0000 (09:17 +0000)]
- Add baseaddress for inetcomm.dll and nddeapi.dll

svn path=/trunk/; revision=33315

15 years ago- advapi32: Small implementation RegConnectRegistryW (from wine)
Dmitry Chapyshev [Tue, 6 May 2008 09:16:21 +0000 (09:16 +0000)]
- advapi32: Small implementation RegConnectRegistryW (from wine)
- Add inetcomm.dll from wine
- Add nddeapi.dll from wine
- Sync imm32 with wine

svn path=/trunk/; revision=33314

15 years ago- check for WHQL for display adapters (using d3d9)
Johannes Anderwald [Tue, 6 May 2008 07:46:58 +0000 (07:46 +0000)]
- check for WHQL for display adapters (using d3d9)
- destroy all dialogs on exit
- fix a bug in destroying the dialogs
- halfplement checking WHQL for audio drivers

svn path=/trunk/; revision=33313

15 years ago- define LPD3DVECTOR_DEFINED when d3d9 and dsound header is used
Johannes Anderwald [Tue, 6 May 2008 07:18:38 +0000 (07:18 +0000)]
- define LPD3DVECTOR_DEFINED when d3d9 and dsound header is used
- sync mscat.h from wine and add a few required definitions

svn path=/trunk/; revision=33312

15 years agoFix indentation
Hervé Poussineau [Tue, 6 May 2008 06:57:05 +0000 (06:57 +0000)]
Fix indentation

svn path=/trunk/; revision=33311

15 years agoQuick implementation of DxEngCreateMemoryDC and DxEngCleanDC. It compiles. 8^D
James Tabor [Tue, 6 May 2008 04:22:49 +0000 (04:22 +0000)]
Quick implementation of DxEngCreateMemoryDC and DxEngCleanDC. It compiles. 8^D

svn path=/trunk/; revision=33310

15 years agoWin32k:
James Tabor [Tue, 6 May 2008 03:40:38 +0000 (03:40 +0000)]
Win32k:
- Rewrite EngAcquire/ReleaseSemaphore.
- Add internal fastcalls for them and tag.
- Fix DxEngUn/LockShareSem.
- Tested with Qemu. Needs Dx testing.

svn path=/trunk/; revision=33309

15 years ago-solve msi circular dependency warning and avoid unnecessary msi.dll rebuilds
Marc Piulachs [Mon, 5 May 2008 23:19:38 +0000 (23:19 +0000)]
-solve msi circular dependency warning and avoid unnecessary msi.dll rebuilds
See issue #3131 for more details.

svn path=/trunk/; revision=33308

15 years ago- Buffer size is in bytes, not in pages. Fixes boot breakage.
Aleksey Bragin [Mon, 5 May 2008 21:07:32 +0000 (21:07 +0000)]
- Buffer size is in bytes, not in pages. Fixes boot breakage.

svn path=/trunk/; revision=33307

15 years agoInitialize size field of the OLEINPLACEFRAMEINFO structure.
Hervé Poussineau [Mon, 5 May 2008 20:16:34 +0000 (20:16 +0000)]
Initialize size field of the OLEINPLACEFRAMEINFO structure.
This should prevent Explorer to disappear when user doesn't want to download the Mozilla ActiveX control.
See issue #3126 for more details.

svn path=/trunk/; revision=33306

15 years agobye bye DXG_GET_INDEX_FUNCTION
Magnus Olsen [Mon, 5 May 2008 19:42:23 +0000 (19:42 +0000)]
bye bye DXG_GET_INDEX_FUNCTION
patch from Stefan Ginsberg stefan__100__at hotmail dot com
it remove the bad macro DXG_GET_INDEX_FUNCTION that never worked as it should.

svn path=/trunk/; revision=33305

15 years agoMade IDirect3DDevice9::GetAvailableTextureMem() less error prone, based on feedback...
Gregor Brunmar [Mon, 5 May 2008 19:32:41 +0000 (19:32 +0000)]
Made IDirect3DDevice9::GetAvailableTextureMem() less error prone, based on feedback from GreatLord

svn path=/trunk/; revision=33304

15 years agoChanged struct in IDirect3DDevice9::GetAvailableTextureMem() based on feedback from...
Gregor Brunmar [Mon, 5 May 2008 19:15:26 +0000 (19:15 +0000)]
Changed struct in IDirect3DDevice9::GetAvailableTextureMem() based on feedback from GreatLord

svn path=/trunk/; revision=33303

15 years agopatch from Stefan Ginsberg stefan__100__at hotmail dot com
Magnus Olsen [Mon, 5 May 2008 18:30:14 +0000 (18:30 +0000)]
patch from Stefan Ginsberg stefan__100__at hotmail dot com
it remove the bad macro DXG_GET_INDEX_FUNCTION that never worked as it should.

svn path=/trunk/; revision=33302

15 years ago- Fix two typos in the buffer size calculation code, spotted by Stefan Ginsberg.
Aleksey Bragin [Mon, 5 May 2008 18:23:55 +0000 (18:23 +0000)]
- Fix two typos in the buffer size calculation code, spotted by Stefan Ginsberg.

svn path=/trunk/; revision=33301

15 years agoImplement XxxRedrawDesktop for Dx, needs testing.
James Tabor [Mon, 5 May 2008 17:45:20 +0000 (17:45 +0000)]
Implement XxxRedrawDesktop for Dx, needs testing.

svn path=/trunk/; revision=33300

15 years agoImplemented IDirect3DDevice9::GetAvailableTextureMem()
Gregor Brunmar [Mon, 5 May 2008 16:49:13 +0000 (16:49 +0000)]
Implemented IDirect3DDevice9::GetAvailableTextureMem()

svn path=/trunk/; revision=33299

15 years ago* Implemented IDirect3DDevice9::GetDirect3D() and GetDeviceCaps()
Gregor Brunmar [Mon, 5 May 2008 15:58:23 +0000 (15:58 +0000)]
* Implemented IDirect3DDevice9::GetDirect3D() and GetDeviceCaps()
* Added a DevCaps filter when retrieving D3DCAPS9 from device caps

svn path=/trunk/; revision=33298

15 years agoRemove some warnings
Hervé Poussineau [Mon, 5 May 2008 14:50:43 +0000 (14:50 +0000)]
Remove some warnings

svn path=/trunk/; revision=33297

15 years agoFix assert
Hervé Poussineau [Mon, 5 May 2008 14:50:01 +0000 (14:50 +0000)]
Fix assert

svn path=/trunk/; revision=33296

15 years agoadd tests for GetCurrentObject
Timo Kreuzer [Mon, 5 May 2008 13:33:42 +0000 (13:33 +0000)]
add tests for GetCurrentObject

svn path=/trunk/; revision=33295

15 years ago... And the last things I forgot....
Daniel Reimer [Mon, 5 May 2008 13:27:26 +0000 (13:27 +0000)]
... And the last things I forgot....
Note to myself: ONLY accept .diff and .patch files and NOTHING ELSE.

svn path=/trunk/; revision=33294

15 years agoForgot to save a local fix before commit...
Daniel Reimer [Mon, 5 May 2008 13:22:09 +0000 (13:22 +0000)]
Forgot to save a local fix before commit...

svn path=/trunk/; revision=33293

15 years agoBug 3215: some updates and slovak translations by Mario Kacmar (kario@szm.sk)
Daniel Reimer [Mon, 5 May 2008 13:09:49 +0000 (13:09 +0000)]
Bug 3215: some updates and slovak translations by Mario Kacmar (kario@szm.sk)
Bug 3204: Bulgarian translations for ReactOS by Станев (sstpr@narod.ru)
Bug 3210: Fix italian mistakes into CPL by Carlo Bramini (carlo.bramix@libero.it)
Small fixes By Olaf Siejka.
Sync Winhelp and Wordpad to Code frozen Wine.

svn path=/trunk/; revision=33292

15 years agoSync WineFile to Code frozen Wine.
Daniel Reimer [Mon, 5 May 2008 13:05:42 +0000 (13:05 +0000)]
Sync WineFile to Code frozen Wine.
Bug 3215: some updates and slovak translations by Mario Kacmar (kario@szm.sk)

svn path=/trunk/; revision=33291

15 years ago- Revert 33274, except the change in GetDisplayNumberFromDeviceName(), where a zero...
Aleksey Bragin [Mon, 5 May 2008 08:28:41 +0000 (08:28 +0000)]
- Revert 33274, except the change in GetDisplayNumberFromDeviceName(), where a zero-length string should be actually accepted.
- As for other changes in 33274: removed accidentally committed DPRINT1s by Magnus, removed unneeded DisplayNumber zero-init, because it's always initialized by a call to GetDisplayNumberFromDeviceName().

svn path=/trunk/; revision=33290

15 years ago- Fix a few DxEng APIs without proper calling convention (spotted by Stefan).
Aleksey Bragin [Mon, 5 May 2008 07:59:00 +0000 (07:59 +0000)]
- Fix a few DxEng APIs without proper calling convention (spotted by Stefan).

svn path=/trunk/; revision=33289

15 years agoImplement IntGdiReferencePdev and part of IntGdiUnreferencePdev.
James Tabor [Mon, 5 May 2008 01:34:17 +0000 (01:34 +0000)]
Implement IntGdiReferencePdev and part of IntGdiUnreferencePdev.

svn path=/trunk/; revision=33288

15 years ago-Move shellext folder to a more appropriate location. shell extensions are COM object...
Marc Piulachs [Sun, 4 May 2008 23:47:15 +0000 (23:47 +0000)]
-Move shellext folder to a more appropriate location. shell extensions are COM objects which extends the abilities of MS Windows explorer and not regular Win32 Dlls as they don't export APIs (part 2/2)

svn path=/trunk/; revision=33287

15 years ago-Move shellext folder to a more appropriate location. shell extensions are COM object...
Marc Piulachs [Sun, 4 May 2008 23:46:26 +0000 (23:46 +0000)]
-Move shellext folder to a more appropriate location. shell extensions are COM objects which extends the abilities of MS Windows explorer and not regular Win32 Dlls as they don't export APIs (part 1/2)

svn path=/trunk/; revision=33286

15 years ago-replace the non defined ${MP} property by a constant boolean value for now. ${MP...
Marc Piulachs [Sun, 4 May 2008 23:32:43 +0000 (23:32 +0000)]
-replace the non defined ${MP} property by a constant boolean value for now. ${MP} was removed long time ago

svn path=/trunk/; revision=33285

15 years agoImpement DxEngSetDCState, DxEngIsHdevLockedByCurrentThread and DxEngUn & ReferenceHdev.
James Tabor [Sun, 4 May 2008 23:17:10 +0000 (23:17 +0000)]
Impement DxEngSetDCState, DxEngIsHdevLockedByCurrentThread and DxEngUn & ReferenceHdev.

svn path=/trunk/; revision=33284

15 years agoremove more of no working macro DXG_GET_INDEX_FUNCTION
Magnus Olsen [Sun, 4 May 2008 21:30:15 +0000 (21:30 +0000)]
remove more of no working macro DXG_GET_INDEX_FUNCTION

svn path=/trunk/; revision=33283

15 years ago- simple but colorful new GDI screensaver
Marc Piulachs [Sun, 4 May 2008 21:10:36 +0000 (21:10 +0000)]
- simple but colorful new GDI screensaver

svn path=/trunk/; revision=33282

15 years ago- Add language name tooltip to kbswitch systray icon
Marc Piulachs [Sun, 4 May 2008 20:58:15 +0000 (20:58 +0000)]
- Add language name tooltip to kbswitch systray icon

svn path=/trunk/; revision=33281

15 years ago- Fix logon screensaver preview
Marc Piulachs [Sun, 4 May 2008 20:10:26 +0000 (20:10 +0000)]
- Fix logon screensaver preview

svn path=/trunk/; revision=33279

15 years agoFixed one test so it be more fair.
Magnus Olsen [Sun, 4 May 2008 19:58:33 +0000 (19:58 +0000)]
Fixed one test so it be more fair.

svn path=/trunk/; revision=33278

15 years ago- Synchronize with wine head
Dmitry Chapyshev [Sun, 4 May 2008 19:41:25 +0000 (19:41 +0000)]
- Synchronize with wine head

svn path=/trunk/; revision=33277

15 years ago- Update header file
Dmitry Chapyshev [Sun, 4 May 2008 19:40:09 +0000 (19:40 +0000)]
- Update header file

svn path=/trunk/; revision=33276

15 years agofixed some typo and stefan100 suggest to remove a #ifdef statement
Magnus Olsen [Sun, 4 May 2008 18:05:32 +0000 (18:05 +0000)]
fixed some typo and stefan100 suggest to remove a #ifdef statement

svn path=/trunk/; revision=33275

15 years agofixed NtUserEnumDisplaySettings bug inside IntEnumDisplaySettings DWORD DisplayNumbe...
Magnus Olsen [Sun, 4 May 2008 17:58:43 +0000 (17:58 +0000)]
fixed NtUserEnumDisplaySettings bug inside IntEnumDisplaySettings  DWORD DisplayNumber was not init before it was use.
GetDisplayNumberFromDeviceName did not allown pdevice with NULL value or string lenght is 0 thuse have been fixed.

svn path=/trunk/; revision=33274

15 years ago- Change icon
Dmitry Chapyshev [Sun, 4 May 2008 16:03:40 +0000 (16:03 +0000)]
- Change icon

svn path=/trunk/; revision=33273

15 years ago- Update and fix all translations
Dmitry Chapyshev [Sun, 4 May 2008 15:24:43 +0000 (15:24 +0000)]
- Update and fix all translations

svn path=/trunk/; revision=33272

15 years ago* Implemented IDirect3D9::GetNumberOfSwapChains()
Gregor Brunmar [Sun, 4 May 2008 15:02:01 +0000 (15:02 +0000)]
* Implemented IDirect3D9::GetNumberOfSwapChains()

svn path=/trunk/; revision=33271

15 years agoSpeed optimize NtUserEnumDisplaySettings bit by remove
Magnus Olsen [Sun, 4 May 2008 14:31:20 +0000 (14:31 +0000)]
Speed optimize NtUserEnumDisplaySettings bit by remove
COPY_DEVMODE_VALUE_TO_CALLER macro and using SEH directly

svn path=/trunk/; revision=33270

15 years ago- retrieve more information for DirectSound adapters
Johannes Anderwald [Sun, 4 May 2008 13:58:45 +0000 (13:58 +0000)]
- retrieve more information for DirectSound adapters
- use dxdiag parent window for dialogs which have pushbuttons
- restore window size after finishing DirectDraw tests
- use wsprintfW over swprintf- cut off build info from version string

svn path=/trunk/; revision=33269

15 years ago- add mmreg.h
Johannes Anderwald [Sun, 4 May 2008 13:51:59 +0000 (13:51 +0000)]
- add mmreg.h

svn path=/trunk/; revision=33268

15 years agoNtUserEnumDisplaySettings
Magnus Olsen [Sun, 4 May 2008 13:23:19 +0000 (13:23 +0000)]
NtUserEnumDisplaySettings
remove two MmCopyFromCaller, never use MmCopyFromCaller for it make debuging pain in the ass

svn path=/trunk/; revision=33267

15 years ago* Updated faulty documentation about Adapter parameter for IDirect3D9 methods
Gregor Brunmar [Sun, 4 May 2008 12:47:57 +0000 (12:47 +0000)]
* Updated faulty documentation about Adapter parameter for IDirect3D9 methods
* Implemented IDirect3DDevice9::GetSwapChain()

svn path=/trunk/; revision=33266

15 years agoBugfix : NtGdiDdDeleteDirectDrawObject thx irc : stefan100 to spotted the misake
Magnus Olsen [Sun, 4 May 2008 12:42:52 +0000 (12:42 +0000)]
Bugfix : NtGdiDdDeleteDirectDrawObject thx irc : stefan100 to spotted the misake

svn path=/trunk/; revision=33265

15 years agoFixed a stupied bug inside intEnableReactXDriver, we only allown create dx context...
Magnus Olsen [Sun, 4 May 2008 12:00:31 +0000 (12:00 +0000)]
Fixed a stupied bug inside intEnableReactXDriver, we only allown create dx context handler one time, second time it fail. note directdraw/dxg.sys have own handler table that work exacly same as gdi handler table and have same limit.

svn path=/trunk/; revision=33264

15 years ago* Added stubs for IDirect3DDevice9
Gregor Brunmar [Sun, 4 May 2008 11:48:06 +0000 (11:48 +0000)]
* Added stubs for IDirect3DDevice9
* Moved IDirect3D9 specific helper functions from generic helpers to implementation file
* Renamed a couple of internal D3D9 structs

svn path=/trunk/; revision=33263

15 years agoMove console.dll properly, Part 2/2. This commit will fix build again.
Colin Finck [Sun, 4 May 2008 09:04:14 +0000 (09:04 +0000)]
Move console.dll properly, Part 2/2. This commit will fix build again.

svn path=/trunk/; revision=33262

15 years agoMove console.dll properly, Part 1/2. This commit will break build.
Colin Finck [Sun, 4 May 2008 09:01:59 +0000 (09:01 +0000)]
Move console.dll properly, Part 1/2. This commit will break build.

svn path=/trunk/; revision=33261

15 years ago- Update icons
Dmitry Chapyshev [Sun, 4 May 2008 06:49:27 +0000 (06:49 +0000)]
- Update icons

svn path=/trunk/; revision=33260

15 years agoFix DxEngCreateMemoryDC, GetDesktopDC and DeleteDC.
James Tabor [Sat, 3 May 2008 23:30:19 +0000 (23:30 +0000)]
Fix DxEngCreateMemoryDC, GetDesktopDC and DeleteDC.

svn path=/trunk/; revision=33259

15 years ago- Update translations
Dmitry Chapyshev [Sat, 3 May 2008 15:41:57 +0000 (15:41 +0000)]
- Update translations

svn path=/trunk/; revision=33258

15 years ago- Add new layouts to bootcd
Dmitry Chapyshev [Sat, 3 May 2008 15:30:11 +0000 (15:30 +0000)]
- Add new layouts to bootcd

svn path=/trunk/; revision=33257

15 years agoAdd keyboard layouts:
Dmitry Chapyshev [Sat, 3 May 2008 15:29:25 +0000 (15:29 +0000)]
Add keyboard layouts:
- Turkish Q
- Turkish F
- Ukrainian (Student)
- Uzbek (Cyrillic)
- Vietnamese

svn path=/trunk/; revision=33256

15 years agoBugfix : DRVFN gaEngFuncs one row was wrong thx irc : Pigglesworth for notice it.
Magnus Olsen [Sat, 3 May 2008 11:46:34 +0000 (11:46 +0000)]
Bugfix : DRVFN gaEngFuncs one row was wrong thx irc : Pigglesworth for notice it.
start fixing prototype for DxEngDeleteDC

svn path=/trunk/; revision=33255

15 years agoimplemented partly DxEngGetDesktopDC
Magnus Olsen [Sat, 3 May 2008 10:23:14 +0000 (10:23 +0000)]
implemented partly DxEngGetDesktopDC

svn path=/trunk/; revision=33254

15 years ago- Fix build
Dmitry Chapyshev [Fri, 2 May 2008 20:36:07 +0000 (20:36 +0000)]
- Fix build

svn path=/trunk/; revision=33251

15 years agoFixed the last regress I intdues for loading ms dxg.sys now it works loading again...
Magnus Olsen [Fri, 2 May 2008 20:16:03 +0000 (20:16 +0000)]
Fixed the last regress I intdues for loading ms dxg.sys now it works loading again and we come allot futuer with our ddraw.dll.
without using hacks.

svn path=/trunk/; revision=33249

15 years agore adding a small hack for edd_directdraw_globalk getting clear out some where in...
Magnus Olsen [Fri, 2 May 2008 19:42:38 +0000 (19:42 +0000)]
re adding a small hack for edd_directdraw_globalk getting clear out some where in win32k. we need track down this bug.

svn path=/trunk/; revision=33245

15 years agofixed a small regress for 3 boot i did by mistake intrudes. sorry
Magnus Olsen [Fri, 2 May 2008 19:25:26 +0000 (19:25 +0000)]
fixed a small regress for 3 boot i did by mistake intrudes. sorry

svn path=/trunk/; revision=33244

15 years agocleanup the startup process allot
Magnus Olsen [Fri, 2 May 2008 18:31:21 +0000 (18:31 +0000)]
cleanup the startup process allot
1. Remove the hack in ddraw.c that only allown one edd_directdraw_global it been move to dc.c for it is each drv that need alloc this space.
2. Remove we do not trying loading dxg.sys twice.
3. Remove we do not try enable the dx interface when it is already enable, better check for it is need it later.

svn path=/trunk/; revision=33242

15 years agofix a typo in function DxEngGetHdevData the sub function DxEGShDevData_OpenRefs ...
Magnus Olsen [Fri, 2 May 2008 17:47:46 +0000 (17:47 +0000)]
fix a typo in function DxEngGetHdevData the sub function DxEGShDevData_OpenRefs  did validate data bit wrong
it should send back 0 for no openrefs and 1 for openrefs.
thx Pigglesworth debuglog to found it.

svn path=/trunk/; revision=33241

15 years ago- Add more defines
Dmitry Chapyshev [Fri, 2 May 2008 14:44:43 +0000 (14:44 +0000)]
- Add more defines

svn path=/trunk/; revision=33240

15 years ago- Change icons to Tango icons
Dmitry Chapyshev [Fri, 2 May 2008 14:35:45 +0000 (14:35 +0000)]
- Change icons to Tango icons

svn path=/trunk/; revision=33239

15 years ago- Add InstallNewDevice exported function
Dmitry Chapyshev [Fri, 2 May 2008 14:15:04 +0000 (14:15 +0000)]
- Add InstallNewDevice exported function

svn path=/trunk/; revision=33238

15 years ago- Move console.dll to cpl folder
Dmitry Chapyshev [Fri, 2 May 2008 14:08:25 +0000 (14:08 +0000)]
- Move console.dll to cpl folder

svn path=/trunk/; revision=33237

15 years agofix build
Ged Murphy [Fri, 2 May 2008 13:25:58 +0000 (13:25 +0000)]
fix build

svn path=/trunk/; revision=33235

15 years ago- Remove CLSID_RebarBandSite from uuid, and contain it within explorer as it's an...
Ged Murphy [Fri, 2 May 2008 12:09:39 +0000 (12:09 +0000)]
- Remove CLSID_RebarBandSite from uuid, and contain it within explorer as it's an undoc GUID
- Load SHInvokeDefaultCommand when required to avoid msvc linker dependencies
- explorer_new now builds and links with msvc9, although it'll crash if you try to run it at the moment. Investigation needed.

svn path=/trunk/; revision=33234

15 years agoFix build due to recent header changes
Ged Murphy [Fri, 2 May 2008 08:43:47 +0000 (08:43 +0000)]
Fix build due to recent header changes

svn path=/trunk/; revision=33233

15 years ago- Get the locations of DrawCaptionTemp and RegisterShellHook when required instead...
Ged Murphy [Fri, 2 May 2008 08:22:09 +0000 (08:22 +0000)]
- Get the locations of DrawCaptionTemp and RegisterShellHook when required instead of at link time. This allows building with msvc due to missing .lib stuff
- Remove SHGetViewStatePropertyBag test code
- Move more stuff to appropiate headers
- Remove unneeded linker libs

svn path=/trunk/; revision=33232

15 years ago- The division of right and the left menu
Dmitry Chapyshev [Fri, 2 May 2008 07:58:03 +0000 (07:58 +0000)]
- The division of right and the left menu
- Fix formatting in translations

svn path=/trunk/; revision=33231

15 years ago- Adding indexes to getting localized layouts names
Dmitry Chapyshev [Fri, 2 May 2008 06:45:46 +0000 (06:45 +0000)]
- Adding indexes to getting localized layouts names

svn path=/trunk/; revision=33230

15 years ago- Getting a localized layout names from input.dll
Dmitry Chapyshev [Fri, 2 May 2008 06:42:45 +0000 (06:42 +0000)]
- Getting a localized layout names from input.dll

svn path=/trunk/; revision=33229

15 years ago- Getting a localized layout names from input.dll
Dmitry Chapyshev [Fri, 2 May 2008 06:41:59 +0000 (06:41 +0000)]
- Getting a localized layout names from input.dll
- Add some layouts to resources

svn path=/trunk/; revision=33228

15 years agoFixed some struct member positions in EDD_DIRECTDRAW_GLOBAL
Magnus Olsen [Fri, 2 May 2008 05:45:29 +0000 (05:45 +0000)]
Fixed some struct member positions in EDD_DIRECTDRAW_GLOBAL

svn path=/trunk/; revision=33227

15 years agoupdate to XMLStorage version 1.3
Martin Fuchs [Thu, 1 May 2008 21:17:35 +0000 (21:17 +0000)]
update to XMLStorage version 1.3

svn path=/trunk/; revision=33226

15 years agoThx fireball to found the real issue with dxg.sys why the hell it did send down NULL
Magnus Olsen [Thu, 1 May 2008 21:00:54 +0000 (21:00 +0000)]
Thx fireball to found the real issue with dxg.sys why the hell it did send down NULL
we need the graphic drv DeviceObject be sent in, it is known as PDev->hSpooler in windows
reactos win32k does not set it up yet so we using reactos version of it
it call PDev->VideoFileObject->DeviceObject.

svn path=/trunk/; revision=33225

15 years agoMatthias Kupfer (matthias DOT kupfer AT informatik DOT tu-chemnitz DOT de):
Colin Finck [Thu, 1 May 2008 20:12:53 +0000 (20:12 +0000)]
Matthias Kupfer (matthias DOT kupfer AT informatik DOT tu-chemnitz DOT de):
- Fix some minor translation errors in the german translation and adjust the size of the elements of some control panel applets.

See issue #3211 for more details.

svn path=/trunk/; revision=33224

15 years ago- Remove incorrect check introduced in r33221 since Windows does not do it (try to...
Aleksey Bragin [Thu, 1 May 2008 19:44:30 +0000 (19:44 +0000)]
- Remove incorrect check introduced in r33221 since Windows does not do it (try to call it on your Windows 2003 installation, and see results).

svn path=/trunk/; revision=33223

15 years agoremove some debug data that was double. it is not longer need it
Magnus Olsen [Thu, 1 May 2008 19:33:18 +0000 (19:33 +0000)]
remove some debug data that was double. it is not longer need it

svn path=/trunk/; revision=33222

15 years agoBugfix ntoskrnl : IoBuildAsynchronousFsdRequest the param DeviceObject, can be NULL...
Magnus Olsen [Thu, 1 May 2008 19:20:10 +0000 (19:20 +0000)]
Bugfix ntoskrnl : IoBuildAsynchronousFsdRequest the param DeviceObject, can be NULL when it comes from dxg.sys for dxg will set it only for AGP graphic card or newer.
Cleanup : intEnableReactXDriver it contain less code now. for most of the work are done by dxg.sys.
now ms dxg.sys fill the edd_directdraw_gloabl struct by it self.

svn path=/trunk/; revision=33221

15 years agoAdded French translation for kbswitch.exe
Pierre Schweitzer [Thu, 1 May 2008 17:19:38 +0000 (17:19 +0000)]
Added French translation for kbswitch.exe

svn path=/trunk/; revision=33220

15 years agoFixed DRIVER_FUNCTIONS this struct are being passdown to ms dxg.sys and it access...
Magnus Olsen [Thu, 1 May 2008 16:36:42 +0000 (16:36 +0000)]
Fixed DRIVER_FUNCTIONS this struct are being passdown to ms dxg.sys and it access it direcly so we need it match eacly windows xp/2003 layout
Fixed DRIVER_BuildDDIFunctions it now setup all api from the drv to DRIVER_FUNCTIONS struct. it is update to windows 2003, we can now use all hw acc api that exists in the drv.
we do not doing that yet.

svn path=/trunk/; revision=33217

15 years ago- Implement layouts indicator
Dmitry Chapyshev [Thu, 1 May 2008 16:00:51 +0000 (16:00 +0000)]
- Implement layouts indicator

svn path=/trunk/; revision=33216

15 years ago- Implement deleting layouts
Dmitry Chapyshev [Thu, 1 May 2008 15:25:12 +0000 (15:25 +0000)]
- Implement deleting layouts

svn path=/trunk/; revision=33215

15 years agoDECLSPEC_NOVTABLE isn't supported by gcc
Ged Murphy [Thu, 1 May 2008 14:56:54 +0000 (14:56 +0000)]
DECLSPEC_NOVTABLE isn't supported by gcc

svn path=/trunk/; revision=33214

15 years ago- Change the ... gcc specific statement
Ged Murphy [Thu, 1 May 2008 14:52:11 +0000 (14:52 +0000)]
- Change the ... gcc specific statement
- Seperators with MENUEX now need the full definition (although the docs don't say this yet)
- explorer_new now builds with msvc9. Doesn't link yet though...

svn path=/trunk/; revision=33213

15 years agoPolish Translation Update by Olaf Siejka
Daniel Reimer [Thu, 1 May 2008 13:07:58 +0000 (13:07 +0000)]
Polish Translation Update by Olaf Siejka
Updated German USETUP Translation.
To Translators: kbswitch is open for translations now in my eyes. DXDiag maybe too. Ask Johannes Anderwald about it

svn path=/trunk/; revision=33211

15 years agoadd regkey HKLM\SYSTEM\CurrentControlSet\Control\GraphicsDrivers\DCI\Timeout for...
Magnus Olsen [Thu, 1 May 2008 12:08:02 +0000 (12:08 +0000)]
add regkey HKLM\SYSTEM\CurrentControlSet\Control\GraphicsDrivers\DCI\Timeout for dxg.sys it is the second timeout value for a surface lock see url for more informations   microsoft.com/technet/prodtechnol/windows2000serv/reskit/regentry/28237.mspx?mfr=true thx irc:stefan100 for the url
remove one hack in intEnableReactXDriver thx to this info.

svn path=/trunk/; revision=33210