Commit graph

30114 commits

Author SHA1 Message Date
Aleksey Bragin ec3a4f8f54 - Fix paths to them for an installation cd.
svn path=/trunk/; revision=32965
2008-04-14 20:50:09 +00:00
Aleksey Bragin f7f8963f3a - Gather drivers in a special "drivers" subdirectory.
- Remove legacy _USE_W32API from those drivers.

svn path=/trunk/; revision=32964
2008-04-14 20:49:45 +00:00
Aleksey Bragin dcced82d09 - Update readme.txt.
svn path=/trunk/; revision=32963
2008-04-14 20:05:52 +00:00
Hervé Poussineau c3a384d895 Also search in DirectX generated headers directory
svn path=/trunk/; revision=32962
2008-04-14 19:36:42 +00:00
Magnus Olsen c9c9a1f281 add stub for dvdif.idl for now
svn path=/trunk/; revision=32961
2008-04-14 18:45:26 +00:00
Magnus Olsen d0e343f87f do not mix in wine header here the guids, CLSID is wrong for dx stuff in wine.
svn path=/trunk/; revision=32960
2008-04-14 16:21:11 +00:00
Dmitry Chapyshev ef21b8a6f9 - Synchronised with wine head
svn path=/trunk/; revision=32959
2008-04-14 14:20:49 +00:00
Dmitry Chapyshev 2578d49ba6 - Update more dll
svn path=/trunk/; revision=32958
2008-04-14 14:06:36 +00:00
Hervé Poussineau 5ac7532a68 mshtml has a DllMain() function
svn path=/trunk/; revision=32957
2008-04-14 13:58:57 +00:00
Dmitry Chapyshev 70ca938952 - Add compstui, printui and ntdsapi to bootcd
svn path=/trunk/; revision=32956
2008-04-14 13:12:11 +00:00
Dmitry Chapyshev b4bc690886 - Add compstui, printui and ntdsapi from Wine
svn path=/trunk/; revision=32955
2008-04-14 13:11:01 +00:00
Dmitry Chapyshev f724d129ff - Add baseaddress for compstui, printui, ntdsapi
- Fix baseaddress for shfolder

svn path=/trunk/; revision=32954
2008-04-14 13:08:28 +00:00
Dmitry Chapyshev a365346add - Add header
svn path=/trunk/; revision=32953
2008-04-14 13:06:15 +00:00
Dmitry Chapyshev cc742009b0 - Add Russian .mc file
svn path=/trunk/; revision=32952
2008-04-14 12:55:33 +00:00
Dmitry Chapyshev 433a79884e - Synchronised with wine head
svn path=/trunk/; revision=32951
2008-04-14 12:53:30 +00:00
Dmitry Chapyshev f1f7552a95 - Update headers
svn path=/trunk/; revision=32950
2008-04-14 12:51:59 +00:00
James Tabor 64d6a8dc59 Attach global server information to process information.
svn path=/trunk/; revision=32949
2008-04-14 10:51:53 +00:00
Hervé Poussineau b1d8d1dded Make plug-and-play RPC interface more compatible with MS Windows
svn path=/trunk/; revision=32948
2008-04-14 10:48:38 +00:00
James Tabor 4701861bd0 Add the start of server information structure.
svn path=/trunk/; revision=32947
2008-04-14 10:16:56 +00:00
Dmitry Chapyshev 512c0021fa - Update headers
svn path=/trunk/; revision=32946
2008-04-13 18:21:20 +00:00
Dmitry Chapyshev 73c8871a92 Implemented (from Wine): GetCalendarInfoA, GetCalendarInfoW, EnumDateFormatsW, EnumCalendarInfoA, EnumCalendarInfoW, EnumCalendarInfoExA, EnumCalendarInfoExW, FindFirstVolumeA, FindFirstVolumeW, FindNextVolumeA, FindNextVolumeW.
svn path=/trunk/; revision=32945
2008-04-13 18:20:21 +00:00
Magnus Olsen f87e400c88 adding test for param puNumHeaps and puvmList in NtGdiDdQueryDirectDrawObject test
only param puNumFourCC, puFourCC left to add test for. 

svn path=/trunk/; revision=32944
2008-04-13 17:02:33 +00:00
Magnus Olsen f49a642aad adding test for param puD3dTextureFormats in NtGdiDdQueryDirectDrawObject test
only param puNumHeaps, puvmList, puNumFourCC, puFourCC left to add test for. 

svn path=/trunk/; revision=32943
2008-04-13 15:38:23 +00:00
Magnus Olsen f858c31142 implement dump for all texture format our drv can create in windows nt and reactos
svn path=/trunk/; revision=32942
2008-04-13 14:50:23 +00:00
Magnus Olsen fdf22bd547 add more dump output for win3kdxtest
fixed crash for texture.

svn path=/trunk/; revision=32941
2008-04-13 11:47:04 +00:00
Magnus Olsen 6b84c8166a adding test for param puD3dBufferCallbacks in NtGdiDdQueryDirectDrawObject test
svn path=/trunk/; revision=32940
2008-04-13 11:00:52 +00:00
Magnus Olsen f484c4c16f adding test for param puD3dDriverData in NtGdiDdQueryDirectDrawObject test
svn path=/trunk/; revision=32939
2008-04-13 09:53:25 +00:00
Magnus Olsen 274c59186d update the dump output, so it list more flags with names.
it also let me found undocumented flags more easy. 

svn path=/trunk/; revision=32938
2008-04-13 08:50:20 +00:00
Magnus Olsen 27d138ae0f fixed so old name can be use also
like DDSVCAPS_ENIGMA ...

svn path=/trunk/; revision=32937
2008-04-13 08:48:05 +00:00
Daniel Reimer 1815b61e76 Polish Translation Update by Olaf Siejka
svn path=/trunk/; revision=32936
2008-04-13 08:47:00 +00:00
Timo Kreuzer 2fcc1cf78f PatchPatch by Stefan Ginsberg (stefan__100__ AT hotmail DOT com):
- remove NtUserGetWindowRect, use GetWindowRect instead
- remove NtUserGetClientOrigin and NtUserGetClientRect (unused)
- remove NtUserManualGuiCheck, use NtUserCallOneParam like other private CSRSS functions do

svn path=/trunk/; revision=32935
2008-04-12 23:22:58 +00:00
Timo Kreuzer 1533c2379d When drawing disabled buttons, use DrawText 2 times instead of using DrawState, which creates a mono bitmap first and that looks ugly with freetype. This makes the disabled buttons look as nice as the disabled menus.
svn path=/trunk/; revision=32934
2008-04-12 21:37:04 +00:00
Timo Kreuzer c7ae31aabf syscalldump: use debghelp function to get the address inside the file image. Hopefully it supports x64 now ;-)
svn path=/trunk/; revision=32933
2008-04-12 21:14:47 +00:00
James Tabor d70c55a8ce More hook removal and cleanup.
svn path=/trunk/; revision=32932
2008-04-12 21:07:40 +00:00
James Tabor d0884129e5 More hook implementations.
svn path=/trunk/; revision=32931
2008-04-12 20:53:08 +00:00
Magnus Olsen eda37fd967 fixed a spelling error for NtGdiSelectBitmap thx Caemyr notes it and testing on win2k3
svn path=/trunk/; revision=32930
2008-04-12 19:56:09 +00:00
Magnus Olsen 0d32aa149d adding flag translations for allot different value for D3DNTHAL_CALLBACKS
so human brain does not need doing binary calc to known which flag are set. 

svn path=/trunk/; revision=32929
2008-04-12 19:24:31 +00:00
James Tabor 764ba25e18 More work on hooks.
svn path=/trunk/; revision=32928
2008-04-12 19:19:30 +00:00
Magnus Olsen 72a3860fd7 remove RTEST(pHalInfo->vmiData.fpPrimary != 0 ); for this test was wrong for it is can be zero
cleanup some other part and adding few other as well

svn path=/trunk/; revision=32927
2008-04-12 18:21:41 +00:00
James Tabor 416aaa9cc6 Patch by Yury Sidorov, jusid <jura@cp-lab.com>. EnumThreadWindows should enumerate all nonchild windows associated with a thread according to MSDN docs. Currently it enumerates all windows.
svn path=/trunk/; revision=32926
2008-04-12 18:21:00 +00:00
James Tabor 199a56f8b2 Update prototypes for NtUserNotifyWinEvent and NtUserSetWinEventHook.
svn path=/trunk/; revision=32925
2008-04-12 18:17:18 +00:00
Magnus Olsen 6d29ef63e3 added more testcase for w32knapi
svn path=/trunk/; revision=32924
2008-04-12 13:56:23 +00:00
Magnus Olsen c84d32917f add one more dump data output to win32kdxtest
svn path=/trunk/; revision=32923
2008-04-12 13:54:48 +00:00
Magnus Olsen 0640f653d0 Bugfix : disable a testcase that does crash on xp but not on windows 2000.
svn path=/trunk/; revision=32922
2008-04-12 12:46:02 +00:00
Magnus Olsen 624117705d forget add ASSERT for pHalInfo->GetDriverInfo if the drv does not set this, the dx will not be activated.
svn path=/trunk/; revision=32921
2008-04-12 12:36:55 +00:00
Magnus Olsen 449827d222 fixed more test after my notes of old testkit I wrote for private use.
svn path=/trunk/; revision=32920
2008-04-12 12:32:32 +00:00
Magnus Olsen 6a80fdf161 correct some test, so they works with some bugi nivda drv
svn path=/trunk/; revision=32919
2008-04-12 12:23:13 +00:00
Magnus Olsen db575d112b Completed some testcase in w32knapi testkit for NtGdiDdQueryDirectDrawObject
svn path=/trunk/; revision=32918
2008-04-12 11:44:41 +00:00
Pierre Schweitzer 91020015c1 Updated French translation for Shell32.dll
svn path=/trunk/; revision=32917
2008-04-12 08:56:45 +00:00
Timo Kreuzer a4a451a389 fix a bug
svn path=/trunk/; revision=32916
2008-04-12 00:34:15 +00:00