Commit graph

30607 commits

Author SHA1 Message Date
Hervé Poussineau 61fe294be5 Remove some warnings
svn path=/trunk/; revision=33297
2008-05-05 14:50:43 +00:00
Hervé Poussineau 8ccb84366b Fix assert
svn path=/trunk/; revision=33296
2008-05-05 14:50:01 +00:00
Timo Kreuzer 6ea5c51737 add tests for GetCurrentObject
svn path=/trunk/; revision=33295
2008-05-05 13:33:42 +00:00
Daniel Reimer 486242012f ... And the last things I forgot....
Note to myself: ONLY accept .diff and .patch files and NOTHING ELSE.

svn path=/trunk/; revision=33294
2008-05-05 13:27:26 +00:00
Daniel Reimer e2bf80f216 Forgot to save a local fix before commit...
svn path=/trunk/; revision=33293
2008-05-05 13:22:09 +00:00
Daniel Reimer e3b240fa84 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
2008-05-05 13:09:49 +00:00
Daniel Reimer 41cf75aa19 Sync WineFile to Code frozen Wine.
Bug 3215: some updates and slovak translations by Mario Kacmar (kario@szm.sk)

svn path=/trunk/; revision=33291
2008-05-05 13:05:42 +00:00
Aleksey Bragin 63cc11fc79 - 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
2008-05-05 08:28:41 +00:00
Aleksey Bragin a293245d61 - Fix a few DxEng APIs without proper calling convention (spotted by Stefan).
svn path=/trunk/; revision=33289
2008-05-05 07:59:00 +00:00
James Tabor f9df01f16b Implement IntGdiReferencePdev and part of IntGdiUnreferencePdev.
svn path=/trunk/; revision=33288
2008-05-05 01:34:17 +00:00
Marc Piulachs d0093b0beb -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
2008-05-04 23:47:15 +00:00
Marc Piulachs 49d21151ac -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
2008-05-04 23:46:26 +00:00
Marc Piulachs b0dcd1e796 -replace the non defined ${MP} property by a constant boolean value for now. ${MP} was removed long time ago
svn path=/trunk/; revision=33285
2008-05-04 23:32:43 +00:00
James Tabor 9b3cb4f2aa Impement DxEngSetDCState, DxEngIsHdevLockedByCurrentThread and DxEngUn & ReferenceHdev.
svn path=/trunk/; revision=33284
2008-05-04 23:17:10 +00:00
Magnus Olsen 4c802c0a86 remove more of no working macro DXG_GET_INDEX_FUNCTION
svn path=/trunk/; revision=33283
2008-05-04 21:30:15 +00:00
Marc Piulachs 86331561cd - simple but colorful new GDI screensaver
svn path=/trunk/; revision=33282
2008-05-04 21:10:36 +00:00
Marc Piulachs 908bc24d72 - Add language name tooltip to kbswitch systray icon
svn path=/trunk/; revision=33281
2008-05-04 20:58:15 +00:00
Marc Piulachs 0b4fd5a09c - Fix logon screensaver preview
svn path=/trunk/; revision=33279
2008-05-04 20:10:26 +00:00
Magnus Olsen a811ab72f3 Fixed one test so it be more fair.
svn path=/trunk/; revision=33278
2008-05-04 19:58:33 +00:00
Dmitry Chapyshev 1a6f20f880 - Synchronize with wine head
svn path=/trunk/; revision=33277
2008-05-04 19:41:25 +00:00
Dmitry Chapyshev 0d8a3eb240 - Update header file
svn path=/trunk/; revision=33276
2008-05-04 19:40:09 +00:00
Magnus Olsen 8caedee1dd fixed some typo and stefan100 suggest to remove a #ifdef statement
svn path=/trunk/; revision=33275
2008-05-04 18:05:32 +00:00
Magnus Olsen 958edf5d4b 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
2008-05-04 17:58:43 +00:00
Dmitry Chapyshev 2260e9862a - Change icon
svn path=/trunk/; revision=33273
2008-05-04 16:03:40 +00:00
Dmitry Chapyshev 9751314b2e - Update and fix all translations
svn path=/trunk/; revision=33272
2008-05-04 15:24:43 +00:00
Gregor Brunmar abb783966b * Implemented IDirect3D9::GetNumberOfSwapChains()
svn path=/trunk/; revision=33271
2008-05-04 15:02:01 +00:00
Magnus Olsen 8ef0a1282d Speed optimize NtUserEnumDisplaySettings bit by remove
COPY_DEVMODE_VALUE_TO_CALLER macro and using SEH directly 

svn path=/trunk/; revision=33270
2008-05-04 14:31:20 +00:00
Johannes Anderwald 5e393b5c8d - 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
2008-05-04 13:58:45 +00:00
Johannes Anderwald ba45724f37 - add mmreg.h
svn path=/trunk/; revision=33268
2008-05-04 13:51:59 +00:00
Magnus Olsen 478e831a2b NtUserEnumDisplaySettings
remove two MmCopyFromCaller, never use MmCopyFromCaller for it make debuging pain in the ass

svn path=/trunk/; revision=33267
2008-05-04 13:23:19 +00:00
Gregor Brunmar 1bfda5563c * Updated faulty documentation about Adapter parameter for IDirect3D9 methods
* Implemented IDirect3DDevice9::GetSwapChain()

svn path=/trunk/; revision=33266
2008-05-04 12:47:57 +00:00
Magnus Olsen 18c4d33491 Bugfix : NtGdiDdDeleteDirectDrawObject thx irc : stefan100 to spotted the misake
svn path=/trunk/; revision=33265
2008-05-04 12:42:52 +00:00
Magnus Olsen 601309743b 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
2008-05-04 12:00:31 +00:00
Gregor Brunmar 9eb5b2b938 * 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
2008-05-04 11:48:06 +00:00
Colin Finck 8cfcdea5fa Move console.dll properly, Part 2/2. This commit will fix build again.
svn path=/trunk/; revision=33262
2008-05-04 09:04:14 +00:00
Colin Finck a9824091f9 Move console.dll properly, Part 1/2. This commit will break build.
svn path=/trunk/; revision=33261
2008-05-04 09:01:59 +00:00
Dmitry Chapyshev de35450565 - Update icons
svn path=/trunk/; revision=33260
2008-05-04 06:49:27 +00:00
James Tabor 3139c0bd7a Fix DxEngCreateMemoryDC, GetDesktopDC and DeleteDC.
svn path=/trunk/; revision=33259
2008-05-03 23:30:19 +00:00
Dmitry Chapyshev e3eb09236b - Update translations
svn path=/trunk/; revision=33258
2008-05-03 15:41:57 +00:00
Dmitry Chapyshev 2570e76254 - Add new layouts to bootcd
svn path=/trunk/; revision=33257
2008-05-03 15:30:11 +00:00
Dmitry Chapyshev 94c43e1921 Add keyboard layouts:
- Turkish Q
- Turkish F
- Ukrainian (Student)
- Uzbek (Cyrillic)
- Vietnamese

svn path=/trunk/; revision=33256
2008-05-03 15:29:25 +00:00
Magnus Olsen 0ab92a340f Bugfix : DRVFN gaEngFuncs one row was wrong thx irc : Pigglesworth for notice it.
start fixing prototype for DxEngDeleteDC

svn path=/trunk/; revision=33255
2008-05-03 11:46:34 +00:00
Magnus Olsen e54790f042 implemented partly DxEngGetDesktopDC
svn path=/trunk/; revision=33254
2008-05-03 10:23:14 +00:00
Dmitry Chapyshev f343627af2 - Fix build
svn path=/trunk/; revision=33251
2008-05-02 20:36:07 +00:00
Magnus Olsen 028236f96f 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
2008-05-02 20:16:03 +00:00
Magnus Olsen 21767c48f6 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
2008-05-02 19:42:38 +00:00
Magnus Olsen e116f0e2e4 fixed a small regress for 3 boot i did by mistake intrudes. sorry
svn path=/trunk/; revision=33244
2008-05-02 19:25:26 +00:00
Magnus Olsen ed0fe8ba5a 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
2008-05-02 18:31:21 +00:00
Magnus Olsen b08374c708 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
2008-05-02 17:47:46 +00:00
Dmitry Chapyshev c5e44a797e - Add more defines
svn path=/trunk/; revision=33240
2008-05-02 14:44:43 +00:00