Commit graph

36776 commits

Author SHA1 Message Date
Pierre Schweitzer
7bdc8391f9 SVN maintenance
svn path=/trunk/; revision=40899
2009-05-12 14:15:48 +00:00
Benedikt Freisen
e53dfae7ea Added paint/paint.rbuild to applications.rbuild
svn path=/trunk/; revision=40898
2009-05-12 14:08:59 +00:00
Benedikt Freisen
1ef38b9a3c Added Paint for ReactOS source folder
svn path=/trunk/; revision=40897
2009-05-12 14:01:23 +00:00
Aleksey Bragin
e74bb0e059 - Fix WaitOnBusy, WaitOnBaseBusy and Wait[Short]ForDrq to wait and loop exactly the same as our existing atapi driver. This greatly enhances uniata's compatibility, especially on modern highspeed hardware where a controller usually didn't have enough time to change its state and was considered invalid.
svn path=/trunk/; revision=40896
2009-05-12 13:27:45 +00:00
Michael Martin
737dbd6105 - GlobalReAlloc: Pass Flags vice HandleEntry->Flags to RtlSetUserFlagsHeap. Fixes 1 kernel32_winetest alloc test.
svn path=/trunk/; revision=40895
2009-05-12 13:03:38 +00:00
Michael Martin
76c5505c5e - MmCreateSection: SectionPageProtection of PAGE_NOACCESS is valid in <=Win98, but not valid in the NT family. More kernel32_winetest fixes for virtual memory.
svn path=/trunk/; revision=40894
2009-05-12 09:00:06 +00:00
Michael Martin
f7a9c01b65 - CreateFileMapping: SetLastError to ERROR_ALREADY_EXISTS for sections that already exists.
SetLastError to ERROR_SUCCESS on success for all API's.
  More kernel32_winetest fixes for virtual.

svn path=/trunk/; revision=40893
2009-05-12 08:58:38 +00:00
James Tabor
3902e655f3 - Remove client thread information from w32 thread information.
svn path=/trunk/; revision=40892
2009-05-12 01:56:39 +00:00
James Tabor
85d4ab3b58 - Move update thread information hooks.
svn path=/trunk/; revision=40891
2009-05-12 01:31:07 +00:00
Johannes Anderwald
173cb6b1d0 - Use ExInterlockedList * functions for speed and stability
- Increment reference count on the correct miniport adapter from IPortDMus

svn path=/trunk/; revision=40886
2009-05-11 17:22:27 +00:00
Cameron Gutman
1635685bdf - Don't cast NDIS_SPIN_LOCK directly to KSPIN_LOCK
svn path=/trunk/; revision=40881
2009-05-10 23:55:45 +00:00
Cameron Gutman
5e4e012cf8 - Allocate space for the packet extension located at NdisPacketOobOffset + sizeof(NDIS_PACKET_OOB_DATA)
- Fixes more packet corruption

svn path=/trunk/; revision=40880
2009-05-10 21:43:55 +00:00
Johannes Anderwald
e88065b003 - Fix build
svn path=/trunk/; revision=40876
2009-05-10 01:10:00 +00:00
Johannes Anderwald
f88f6ac8f2 - Add IShellIconOverlayIdentifier interface
svn path=/trunk/; revision=40875
2009-05-09 20:03:53 +00:00
Johannes Anderwald
22220b79d8 - Implement loading IShellIconOverlayIdentifier
- Implement retrieving overlay icon

svn path=/trunk/; revision=40874
2009-05-09 20:03:08 +00:00
Michael Martin
bf49aa19f7 - NtAllocateVirtualMemory, NtProtectVirtualMemory: Page Protection cannot be any combination of Memory Protection Constants, see MSDN.
Add checks to handle non compatible combinations are fail. Fixes 6 more kernel32_winetest for virtual memory.

svn path=/trunk/; revision=40873
2009-05-09 17:00:18 +00:00
Dmitry Gorbachev
fc81096af5 Patch by Jérôme Gardou (jgardou-at-yahoo-dot-fr) from bug #4388,
should fix the "VirtualBox Guest Additions 2.2.2 mouse filter
driver is crashing during boot" (bug #4454).

svn path=/trunk/; revision=40872
2009-05-09 15:37:55 +00:00
Dmitry Gorbachev
70cb734337 Bulgarian translation of Mplay32 by CCTAHEB. Bug #4427.
svn path=/trunk/; revision=40871
2009-05-09 14:56:51 +00:00
Dmitry Chapyshev
794ebcc089 - Set error code if directory does not exist
- NtCreateFile -> NtOpenFile

svn path=/trunk/; revision=40867
2009-05-09 12:44:39 +00:00
Dmitry Chapyshev
619d40264f - Sync profile functions with Wine 1.1.20
svn path=/trunk/; revision=40866
2009-05-09 12:40:35 +00:00
Dmitry Chapyshev
80b7580343 - Convert some stuff to unicode
svn path=/trunk/; revision=40865
2009-05-09 12:37:16 +00:00
Dmitry Chapyshev
f99fbc6c02 - SetWindowLong -> SetWindowLongPtr, GetWindowLong -> GetWindowLongPtr (for 64-bit compatible, see note in MSDN)
Part 4/x

svn path=/trunk/; revision=40864
2009-05-09 12:27:40 +00:00
Dmitry Chapyshev
70d9d28b6e - SetWindowLong -> SetWindowLongPtr, GetWindowLong -> GetWindowLongPtr (for 64-bit compatible, see note in MSDN)
Part 3/x

svn path=/trunk/; revision=40863
2009-05-09 12:18:13 +00:00
Dmitry Gorbachev
bf4ccd4eb1 Add Romanian translations for Joy, Main, and PowerCfg CPLs. Petru Dimitriu. Bug #4482.
svn path=/trunk/; revision=40862
2009-05-09 12:08:59 +00:00
Dmitry Gorbachev
7c15f5acd2 Update Romanian translations. Petru Dimitriu, bug #4482.
svn path=/trunk/; revision=40860
2009-05-09 10:35:32 +00:00
Dmitry Chapyshev
37b46141ad - SetClassLong -> SetClassLongPtr, GetClassLong -> GetClassLongPtr (for 64-bit compatible, see note in MSDN)
Part 2/x

svn path=/trunk/; revision=40859
2009-05-09 10:11:04 +00:00
Dmitry Chapyshev
4aee7436a3 - SetClassLong -> SetClassLongPtr, GetClassLong -> GetClassLongPtr (for 64-bit compatible, see note in MSDN)
Part 1/x

svn path=/trunk/; revision=40858
2009-05-09 10:06:22 +00:00
Michael Martin
0b38772184 - MmProtectAnonMem: Search all Regions in Memory Area up to Length for MEM_COMMIT prior to altering memory protection.
Fixes 6 kernel32_winetest for virtual memory.

svn path=/trunk/; revision=40857
2009-05-09 09:54:50 +00:00
Dmitry Gorbachev
1ae6d98cff Fix bug #4483, introduced in r40826 by me.
svn path=/trunk/; revision=40856
2009-05-09 09:53:03 +00:00
Dmitry Chapyshev
2a6b07bc6b - Add some checks of parametres
svn path=/trunk/; revision=40854
2009-05-09 09:38:16 +00:00
Dmitry Chapyshev
a30b07b760 - Sync riched20 with Wine 1.1.21
svn path=/trunk/; revision=40853
2009-05-09 09:35:46 +00:00
Dmitry Chapyshev
36ff224481 - Sync wordpad and winhlp32 with Wine 1.1.21
svn path=/trunk/; revision=40852
2009-05-09 09:34:44 +00:00
Dmitry Chapyshev
182d8bb7f6 - Sync gdiplus with Wine 1.1.21
svn path=/trunk/; revision=40851
2009-05-09 09:26:16 +00:00
Dmitry Chapyshev
8a68f45533 - Sync msctf, mscoree, mciqtz32, localspl, inetmib1 with Wine 1.1.21
svn path=/trunk/; revision=40850
2009-05-09 09:24:59 +00:00
Dmitry Chapyshev
cc308abba4 - Sync ole32, oleacc, oleaut32 with Wine 1.1.21
svn path=/trunk/; revision=40849
2009-05-09 09:23:08 +00:00
Dmitry Chapyshev
0ef4ce7310 - Sync xinput1_3, pdh with Wine 1.1.21
svn path=/trunk/; revision=40848
2009-05-09 09:22:03 +00:00
Dmitry Chapyshev
9618348ab6 - Sync comctl32 (without listview.c), comdlg32 with Wine 1.1.21
svn path=/trunk/; revision=40847
2009-05-09 09:20:57 +00:00
Dmitry Chapyshev
edd881cea2 - Sync clusapi, credui, crypt32, cryptui with Wine 1.1.21
svn path=/trunk/; revision=40846
2009-05-09 09:18:43 +00:00
Dmitry Chapyshev
561d4473ff - Sync headers with Wine 1.1.21
svn path=/trunk/; revision=40845
2009-05-09 09:16:59 +00:00
Dmitry Chapyshev
69d975a9c8 - Sync Tahoma with Wine 1.1.21
svn path=/trunk/; revision=40844
2009-05-09 07:18:23 +00:00
Johannes Anderwald
b081f66b95 - Add IID_IAllocatorMXF guid
- Add undef macro (hint Stefan)
- Thanks Usurp for telling

svn path=/trunk/; revision=40839
2009-05-08 14:39:33 +00:00
Michael Martin
a63f5f16af - MmMapViewOfSection: Segment size must be a multiple of page size, so round ViewSize up to next page size.
OllyDbg now shows loaded dll's in memory and can step into dlls.

svn path=/trunk/; revision=40838
2009-05-08 14:12:12 +00:00
Johannes Anderwald
71c299cdfa - Partly implement IMasterClock
- Implement IAllocatorMXF for IPortPinDMus
- Implement rendering midi streams using IMXF object
- WIP, not tested yet

svn path=/trunk/; revision=40837
2009-05-08 13:02:08 +00:00
Hervé Poussineau
97126c89e0 Revert part of r40686
See issue #4471 for more details.

svn path=/trunk/; revision=40836
2009-05-08 10:29:31 +00:00
Johannes Anderwald
a5731d82f9 - Implement IPortMidi, IPortFilterDMus, IPortPinDMus
- Implement reading / writing midi stream data using IMiniportMidiStream interface
- Delete old IPortMidi implementation

svn path=/trunk/; revision=40835
2009-05-08 09:36:02 +00:00
Johannes Anderwald
0cddd07a48 - Fix interface definition for IMiniportMidi
- Add macros to avoid warnings

svn path=/trunk/; revision=40834
2009-05-08 09:28:20 +00:00
Michael Martin
c02e2cb416 - NtFreeVirtualMemory: Pass RegionListHead from SectionData vice VirtualMemoryData to MmAlterRegion
for MemoryArea->Type of Section view. Fixes MapViewOfFile tests for kernel32_winetests.
  More investigation is needed on whether this function should even succeed on FileMapping Objects.

svn path=/trunk/; revision=40833
2009-05-08 07:13:41 +00:00
Johannes Anderwald
8e4c1cabb7 - When acquiring a mapping check if the mapping hasn't already been used
- Set tag value to zero when releasing a mapping

svn path=/trunk/; revision=40832
2009-05-07 23:33:27 +00:00
Johannes Anderwald
94d54b18f9 - Load property sheet handlers also from * key
- Fixes displaying custom file property handlers like for TortoiseSVN

svn path=/trunk/; revision=40829
2009-05-07 18:21:53 +00:00
Johannes Anderwald
20f87008f7 - Pass IDataObject to the folder shell extension init function
- Fixes displaying property sheet handler extension for directories such as TortoiseSVN

svn path=/trunk/; revision=40828
2009-05-07 18:05:29 +00:00