reactos.git
15 years ago- code refactoring
Marc Piulachs [Wed, 7 May 2008 14:59:28 +0000 (14:59 +0000)]
- code refactoring
- made more and more easily extensible:
   * commands automatically loaded from plugins dlls
   * declarative and automatic command parameter parsing
   * common code moved to base classes
- other fixes

svn path=/trunk/; revision=33344

15 years agoUserCreateHeap: use SIZE_T for parameter, also use SIZE_T for MmMapViewOfSection
Timo Kreuzer [Wed, 7 May 2008 14:39:31 +0000 (14:39 +0000)]
UserCreateHeap: use SIZE_T for parameter, also use SIZE_T for MmMapViewOfSection

svn path=/trunk/; revision=33343

15 years agoremove unimplemented IntDrawCaret from caret.h
Timo Kreuzer [Wed, 7 May 2008 14:14:52 +0000 (14:14 +0000)]
remove unimplemented IntDrawCaret from caret.h

svn path=/trunk/; revision=33342

15 years ago(Nt)UserGetWindowDC returns a HDC, not a DWORD
Timo Kreuzer [Wed, 7 May 2008 14:11:01 +0000 (14:11 +0000)]
(Nt)UserGetWindowDC returns a HDC, not a DWORD

svn path=/trunk/; revision=33341

15 years ago- Fix uninitialized Callback var usage, spotted by Stefan Ginsberg. Probably fixes...
Aleksey Bragin [Wed, 7 May 2008 10:06:07 +0000 (10:06 +0000)]
- Fix uninitialized Callback var usage, spotted by Stefan Ginsberg. Probably fixes bug 3214.
See issue #3214 for more details.

svn path=/trunk/; revision=33340

15 years ago- Assign statements in ASSERTs is a bad idea. Fix that.
Aleksey Bragin [Wed, 7 May 2008 09:46:37 +0000 (09:46 +0000)]
- Assign statements in ASSERTs is a bad idea. Fix that.

svn path=/trunk/; revision=33339

15 years agontifs.h: fix prototypes of PsChargePoolQuota, PsChargeProcessPoolQuota, PsReturnPoolQ...
Timo Kreuzer [Wed, 7 May 2008 00:57:10 +0000 (00:57 +0000)]
ntifs.h: fix prototypes of PsChargePoolQuota, PsChargeProcessPoolQuota, PsReturnPoolQuota, ZwAllocateVirtualMemory and ZwFreeVirtualMemory

svn path=/trunk/; revision=33338

15 years agochange Amount param in all PsXxxPoolQuota functions to SIZE_T
Timo Kreuzer [Tue, 6 May 2008 23:19:22 +0000 (23:19 +0000)]
change Amount param in all PsXxxPoolQuota functions to SIZE_T

svn path=/trunk/; revision=33337

15 years agofix MmMapViewOfSection prototype
Timo Kreuzer [Tue, 6 May 2008 21:37:10 +0000 (21:37 +0000)]
fix MmMapViewOfSection prototype

svn path=/trunk/; revision=33336

15 years ago- fix changing time format garbles the clock output
Johannes Anderwald [Tue, 6 May 2008 20:51:07 +0000 (20:51 +0000)]
- fix changing time format garbles the clock output
- patch by Carlo Bramix and Alwyn Tar
- fix potential buffer overflows by me
- bug 2437

svn path=/trunk/; revision=33335

15 years agoremove PalIndexed from dc struct
Timo Kreuzer [Tue, 6 May 2008 20:50:53 +0000 (20:50 +0000)]
remove PalIndexed from dc struct

svn path=/trunk/; revision=33334

15 years ago- Fix regedit's import function. Now it works equally good in ReactOS and in a real...
Aleksey Bragin [Tue, 6 May 2008 20:44:35 +0000 (20:44 +0000)]
- Fix regedit's import function. Now it works equally good in ReactOS and in a real Windows (previously was broken in both OSes).
See issue #997 for more details.

svn path=/trunk/; revision=33333

15 years agoDC: use dc.DcLevel.hPal for the palette instead of using dc.PalIndexed and dc.w.hPalette
Timo Kreuzer [Tue, 6 May 2008 20:44:25 +0000 (20:44 +0000)]
DC: use dc.DcLevel.hPal for the palette instead of using dc.PalIndexed and dc.w.hPalette
NtUserSelectPalette: make code more readable

svn path=/trunk/; revision=33332

15 years ago- remove unused files :)
Johannes Anderwald [Tue, 6 May 2008 20:36:06 +0000 (20:36 +0000)]
- remove unused files :)

svn path=/trunk/; revision=33331

15 years agostarted cleanup object/dc.c
Magnus Olsen [Tue, 6 May 2008 20:20:56 +0000 (20:20 +0000)]
started cleanup object/dc.c
1. remove the static global value edd_directdraw_global I intrudues for dx.
   it is now for each driver.

svn path=/trunk/; revision=33330

15 years agorename 2nd parameter of NtUserGetClipboardData from Unknown1 to pBuffer. Use SEH...
Timo Kreuzer [Tue, 6 May 2008 20:09:34 +0000 (20:09 +0000)]
rename 2nd parameter of NtUserGetClipboardData from Unknown1 to pBuffer. Use SEH to copy data.

svn path=/trunk/; revision=33329

15 years ago- Fix a bug resulting in a write to an uninitialized address (coincidently located...
Aleksey Bragin [Tue, 6 May 2008 18:11:41 +0000 (18:11 +0000)]
- Fix a bug resulting in a write to an uninitialized address (coincidently located somewhere in the middle of another heap allocation) and later heapfreeing it. WaitNamedPipeA() was the affected function (results were visible when e.g. starting Office 2003 installer).

svn path=/trunk/; revision=33328

15 years agoNetherland translation for calc by Wouter Thierens. Congrats for the first one. May...
Daniel Reimer [Tue, 6 May 2008 17:54:08 +0000 (17:54 +0000)]
Netherland translation for calc by Wouter Thierens. Congrats for the first one. May follow many more!

svn path=/trunk/; revision=33327

15 years agoImplemented IDirect3DDevice9::GetDisplayMode()
Gregor Brunmar [Tue, 6 May 2008 16:15:33 +0000 (16:15 +0000)]
Implemented IDirect3DDevice9::GetDisplayMode()

svn path=/trunk/; revision=33326

15 years ago-fix build
Marc Piulachs [Tue, 6 May 2008 15:27:34 +0000 (15:27 +0000)]
-fix build

svn path=/trunk/; revision=33325

15 years ago-fix build
Marc Piulachs [Tue, 6 May 2008 14:52:46 +0000 (14:52 +0000)]
-fix build

svn path=/trunk/; revision=33324

15 years ago-Fix unnecessary msi builds (part 2/2)
Marc Piulachs [Tue, 6 May 2008 14:43:24 +0000 (14:43 +0000)]
-Fix unnecessary msi builds (part 2/2)

svn path=/trunk/; revision=33323

15 years ago-Fix unnecessary msi builds, this time for real! msi module was referencing the modul...
Marc Piulachs [Tue, 6 May 2008 14:42:49 +0000 (14:42 +0000)]
-Fix unnecessary msi builds, this time for real! msi module was referencing the module 'msi_msiserver_typelib' expecting (OUTPUT)msi_msiserver_typelib.tlb to be build inset of (INTERMEDIATE)msiserver.tlb (the actual generated file). As a result the file was never created and make was trying to recreate it on every build. mystery solved :) (part 1/2)

svn path=/trunk/; revision=33322

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