Commit graph

41364 commits

Author SHA1 Message Date
Aleksey Bragin 69f20a953b [RTL]
- Fix Samuel's mistake of assuming that xmlstrs are zero-terminated by adding a xmlstr2unicode function, which returns a UNICODE_STRING representation of xmlstr suitable for printing. No debug log garbage now (disadvantage: more code changes compared to the original code).

svn path=/trunk/; revision=45845
2010-03-04 22:05:34 +00:00
Cameron Gutman 3a4617cfcb - Implement VideoPortIsNoVesa
svn path=/trunk/; revision=45844
2010-03-04 21:53:12 +00:00
Aleksey Bragin 78dce7419f [PSDK]
- Update RPC includes to Wine-1.1.39.

svn path=/trunk/; revision=45843
2010-03-04 21:16:09 +00:00
Christoph von Wittich 56ea0194bb [SHELL32_WINETEST]
sync shell32_winetest to wine 1.1.39

svn path=/trunk/; revision=45842
2010-03-04 20:55:58 +00:00
Christoph von Wittich f793b1390f [IPHLPAPI_WINETEST]
sync iphlpapi_winetest to wine 1.1.39

svn path=/trunk/; revision=45841
2010-03-04 20:55:41 +00:00
Christoph von Wittich a327cb39e8 [WINTRUST_WINETEST]
sync wintrust_winetest to wine 1.1.39

svn path=/trunk/; revision=45840
2010-03-04 20:46:06 +00:00
Christoph von Wittich 789a1e0a2b [WINDOWSCODECS]
sync windowscodecs to wine 1.1.39

svn path=/trunk/; revision=45839
2010-03-04 20:42:21 +00:00
Christoph von Wittich d873071376 [WINTRUST]
sync wintrust to wine 1.1.39

svn path=/trunk/; revision=45838
2010-03-04 20:39:41 +00:00
Sylvain Petreolle f7539495dc [URLMON]
Fix build.

svn path=/trunk/; revision=45837
2010-03-04 18:50:24 +00:00
Johannes Anderwald 57103f1233 [KSPROXY]
- Silence traces in IEnumPins interface
- Partly implement IKsObject interface for COutputPin
- Retrieve pin communication and pass it to constructor of CInputPin
- Implement IKsPinEx and IMemInputPin interface for CInputPin
- The DVBT network provider can now connect to the BDA Source Filter

svn path=/trunk/; revision=45836
2010-03-04 17:34:22 +00:00
Christoph von Wittich eb4f41f03b [ATL]
sync atl to wine 1.1.39

svn path=/trunk/; revision=45835
2010-03-04 15:28:42 +00:00
Christoph von Wittich 266a9a6369 [URLMON]
sync urlmon to wine 1.1.39

svn path=/trunk/; revision=45834
2010-03-04 15:24:17 +00:00
Aleksey Bragin 7473d1aab3 [WIDL]
- Sync to Wine-1.1.39

svn path=/trunk/; revision=45833
2010-03-04 13:46:14 +00:00
Christoph von Wittich 71c6a8c283 [RSAENH]
sync rsaenh to wine 1.1.39

svn path=/trunk/; revision=45832
2010-03-04 13:36:55 +00:00
Christoph von Wittich 93656a0095 [GDIPLUS]
sync gdiplus to wine 1.1.39

svn path=/trunk/; revision=45831
2010-03-04 13:34:05 +00:00
Christoph von Wittich efe0d1d255 [GDIPLUS_WINETEST]
sync gdiplus_winetest to wine 1.1.39

svn path=/trunk/; revision=45830
2010-03-04 13:32:28 +00:00
Christoph von Wittich d8bd52c185 [MSVCRT_WINETEST]
sync msvcrt_winetest to wine 1.1.39

svn path=/trunk/; revision=45829
2010-03-04 13:28:33 +00:00
Christoph von Wittich a9dc9cbcfb [BROWSEUI_WINETEST]
sync browseui_winetest to wine 1.1.39

svn path=/trunk/; revision=45828
2010-03-04 12:52:23 +00:00
Christoph von Wittich a3e5a3750d [SHELL32]
Fix length parameter for ZeroMemory
Paul Vriens <Paul dot Vriens dot Wine at gmail dot com>

svn path=/trunk/; revision=45827
2010-03-04 12:35:02 +00:00
Christoph von Wittich d15639dbe3 [MSCOREE]
sync mscoree to wine 1.1.39

svn path=/trunk/; revision=45826
2010-03-04 12:29:46 +00:00
Christoph von Wittich 4e6b09ae72 [NETAPI32]
sync netapi32 to wine 1.1.39

svn path=/trunk/; revision=45825
2010-03-04 12:28:24 +00:00
Christoph von Wittich 666d517053 [PDH]
sync pdh to wine 1.1.39

svn path=/trunk/; revision=45824
2010-03-04 12:21:55 +00:00
Hervé Poussineau 97f9d48ec3 Revert part of r45817 to try to fix build
svn path=/trunk/; revision=45823
2010-03-04 06:32:13 +00:00
Sir Richard 12d0dbfe9e Patch for better boot logo/progress bar, fixed /SOS (debug) boot screen/output, removal of "funny" shutdown messages, addition of shutdown logo/screen, and misc:
[NTOS]: Add missing InbvIndicateProgress routine to update the progress bar while drivers are loading. Make boot and system driver initialization call it for each new driver. This updates the progress bar in the 25-75% range which was defined prior to IoInitSystem.
[NTOS]: Fix InbvUpdateProgressBar code to correctly handle the floor and ceiling.
[NTOS]: Remove shutdown "funny messages", do correct shutdown (should fix the ACPI shutdown issues) procedure. Display the shutdown screen on systems without ACPI (just like Windows does).
[NTOS]: Add a resource header with IDB_ definitions for all the embedded bitmaps, instead of using magic numbers and guessing which is which.
[NTOS]: Fix the boot logo initialization code as it was all wrong. 5 is the logo to be used during shutdown, for example, not the full logo background (which is supposed to be in 1, with a special palette that's faded in). Also handle server vs workstation scenarios.
[NTOS]: Booting in the new WinNT mode now correctly displays the blue background screen when in debug (/SOS) mode, and the header/footer also has the correct color, as does the separator band.
[DDK]: Add missing SUITE_TYPE definitions.
[NTOS]: Remove logo files that are simply not needed for ReactOS (Compute Cluster Edition, Tablet PC, etc...)
[NTOS]: Fix logo files (mostly) to have correct palettes. Note that 1.bmp is still quite different from Windows (no fade).

svn path=/trunk/; revision=45822
2010-03-04 06:26:11 +00:00
Timo Kreuzer dc0ed8a742 A bit more cleanup and sorting
svn path=/branches/header-work/; revision=45818
2010-03-03 23:48:30 +00:00
Hervé Poussineau 8cbf93f23d [freeldr] Don't write twice the delay method and how to read the RTC. Use those in the HAL
svn path=/trunk/; revision=45817
2010-03-03 23:13:06 +00:00
Timo Kreuzer 38322160da - sort wdm.h a bit more
- add missing NTAPI
- move TIMER_TYPE to ntdef.h
- remove duplicate port and register functions
- add volatile keyword where appropriate to register access inline functions
- Use result variable in IoGetRemainingStackSize inline function to avoid a warning

svn path=/branches/header-work/; revision=45816
2010-03-03 23:02:02 +00:00
Hervé Poussineau e1e7f82deb [freeldr] Add some functions to read partition tables
Add some stubs, link to mini-HAL

svn path=/trunk/; revision=45815
2010-03-03 22:59:32 +00:00
Hervé Poussineau c1f8063dc7 [freeldr] Add KeBugCheckEx
svn path=/trunk/; revision=45814
2010-03-03 22:54:51 +00:00
Timo Kreuzer c621463e40 revert change to IoCreateFile
svn path=/branches/header-work/; revision=45813
2010-03-03 22:48:21 +00:00
Hervé Poussineau 4f1c346e27 [freeldr] Allow opening of the raw device
svn path=/trunk/; revision=45812
2010-03-03 22:39:32 +00:00
Hervé Poussineau 3ddda873f8 [freeldr] Add some more memory management functions
svn path=/trunk/; revision=45811
2010-03-03 22:35:10 +00:00
Hervé Poussineau 02f31de4d1 [hal] Add a mini-HAL static library
Mostly the same thing as the real one, except interrupts and DMA

svn path=/trunk/; revision=45809
2010-03-03 21:56:52 +00:00
Amine Khaldi a8a844c5e5 - Move more stuff to wdm.h
- Improve more Io* and Ke* definitions

svn path=/branches/header-work/; revision=45807
2010-03-03 21:06:23 +00:00
Christoph von Wittich ba539d0eb0 [XMLLITE]
sync xmllite to wine 1.1.39

svn path=/trunk/; revision=45806
2010-03-03 21:02:05 +00:00
Christoph von Wittich 424ee134e0 [PSDK]
add xmllite.idl from wine 1.1.39

svn path=/trunk/; revision=45805
2010-03-03 21:01:57 +00:00
Christoph von Wittich 97708b8409 [CRYPTNET]
sync cryptnet to wine 1.1.39

svn path=/trunk/; revision=45804
2010-03-03 20:55:41 +00:00
Christoph von Wittich 9373ee891d [CRYPTUI]
sync cryptui to wine 1.1.39

svn path=/trunk/; revision=45803
2010-03-03 20:55:29 +00:00
Christoph von Wittich 900f917844 [CRYPT32]
sync crypt32 to wine 1.1.39

svn path=/trunk/; revision=45802
2010-03-03 20:55:13 +00:00
Christoph von Wittich 37f36cd583 [CRYPTDLG]
sync cryptdlg to wine 1.1.39

svn path=/trunk/; revision=45801
2010-03-03 20:42:01 +00:00
Christoph von Wittich 072bfa4745 [CREDUI]
sync credui to wine 1.1.39

svn path=/trunk/; revision=45800
2010-03-03 20:37:28 +00:00
Christoph von Wittich 36d6872c29 [HLINK_WINETEST]
sync hlink_winetest to wine 1.1.39

svn path=/trunk/; revision=45799
2010-03-03 19:44:02 +00:00
Christoph von Wittich 63163950a1 [SHLWAPI_WINETEST]
sync shlwapi_winetest to wine 1.1.39

svn path=/trunk/; revision=45798
2010-03-03 19:40:55 +00:00
Christoph von Wittich 4e6908db0b [PSDK]
sync shlwapi.h to wine 1.1.39

svn path=/trunk/; revision=45797
2010-03-03 19:40:51 +00:00
Amine Khaldi 1f96c47edf - Move more stuff to wdm.h
- Improve more Io* definitions
- Convert IoSetCompletionRoutine, IoSetNextIrpStackLocation and IoSkipCurrentIrpStackLocation to inline functions

svn path=/branches/header-work/; revision=45796
2010-03-03 19:24:25 +00:00
Amine Khaldi 60f9f52f92 - Move more stuff to wdm.h
- Improve IoIs32bitProcess and more Io* definitions
- Convert IoMarkIrpPending to an inline function- Move more stuff to wdm.h

svn path=/branches/header-work/; revision=45795
2010-03-03 18:30:50 +00:00
Amine Khaldi 6c5abe74d3 - Move more stuff to wdm.h
- Improve more Io* definitions
- Fix KeInitializeDpc
- IoCreateFile and everywhere related : ExtraCreateParameters -> InternalParameters
- IoQueueWorkItem and everywhere related : Routine -> WorkerRoutine and pIoWorkItem -> IoWorkItem

svn path=/branches/header-work/; revision=45794
2010-03-03 18:01:23 +00:00
Amine Khaldi e4fb241c6b - Move more stuff to wdm.h
- Improve IoAcquireRemoveLock(EX) and several Io*
- Convert some macros to inline functions

svn path=/branches/header-work/; revision=45793
2010-03-03 16:55:25 +00:00
Timo Kreuzer ddf5c06d6f Revert r45774 until I know why qemu is broken
svn path=/trunk/; revision=45792
2010-03-03 16:30:56 +00:00
Christoph von Wittich 96b0a44c36 [SHLWAPI]
sync shlwapi to wine 1.1.39

svn path=/trunk/; revision=45791
2010-03-03 16:21:34 +00:00