reactos.git
11 years ago[MESA]
Jérôme Gardou [Wed, 22 Aug 2012 20:55:42 +0000 (20:55 +0000)]
[MESA]
- Add a small "how to upgrade" guide

svn path=/trunk/; revision=57139

11 years ago[WIN32K]
Jérôme Gardou [Wed, 22 Aug 2012 20:11:41 +0000 (20:11 +0000)]
[WIN32K]
- Use DC_vPrepareDCsForBlit in DIB transfer functions, as per Timo's remarks.

svn path=/trunk/; revision=57138

11 years ago[OPENGL32_WINETEST]
Jérôme Gardou [Wed, 22 Aug 2012 18:45:25 +0000 (18:45 +0000)]
[OPENGL32_WINETEST]
- Fix crash with gallium3d ICD.
Already sent to wine

svn path=/trunk/; revision=57137

11 years ago[INCLUDE/C++]
Jérôme Gardou [Wed, 22 Aug 2012 18:42:57 +0000 (18:42 +0000)]
[INCLUDE/C++]
- Add fake iostream headers to fix MSVC compilation
- hack numerical_limits<float>::infinity() implementation until we have a real C++ library
Oddly, empty headers seem to be enough for now

svn path=/trunk/; revision=57136

11 years ago[OPENGL]
Jérôme Gardou [Wed, 22 Aug 2012 18:39:07 +0000 (18:39 +0000)]
[OPENGL]
- Remove old libmesa code base

svn path=/trunk/; revision=57135

11 years ago[HIVESFT]
Jérôme Gardou [Wed, 22 Aug 2012 18:38:02 +0000 (18:38 +0000)]
[HIVESFT]
- Use right driver version for new mesa driver

svn path=/trunk/; revision=57134

11 years ago[[MESA]
Jérôme Gardou [Wed, 22 Aug 2012 18:36:12 +0000 (18:36 +0000)]
[[MESA]
- Fix compilation for case sensitive systems

svn path=/trunk/; revision=57133

11 years ago[MESA]
Jérôme Gardou [Wed, 22 Aug 2012 18:28:22 +0000 (18:28 +0000)]
[MESA]
- Try to fix weird buildbot failure

svn path=/trunk/; revision=57132

11 years ago[C++]
Jérôme Gardou [Wed, 22 Aug 2012 18:25:58 +0000 (18:25 +0000)]
[C++]
- don't include stlport headers, we don't even use it

svn path=/trunk/; revision=57131

11 years ago[OPENGL]
Jérôme Gardou [Wed, 22 Aug 2012 17:58:09 +0000 (17:58 +0000)]
[OPENGL]
- Import newest libMesa version, featuring functional gallium3D opengl ICD.
- Test app was Baldur's Gate (ddraw app, using wined3d)
- dll/opengl directory will contain more stuff later.

svn path=/trunk/; revision=57130

11 years ago[WIN32K]
Jérôme Gardou [Wed, 22 Aug 2012 16:45:49 +0000 (16:45 +0000)]
[WIN32K]
- Use the right surface for direct DCs in DIB transfer functions
It could have changed with a display settings change

svn path=/trunk/; revision=57129

11 years ago[RTL]
Thomas Faber [Wed, 22 Aug 2012 11:35:19 +0000 (11:35 +0000)]
[RTL]
- Check the correct return status in RtlCreateUserProcess (CID 715961)

svn path=/trunk/; revision=57128

11 years ago[DEVMGR] - Actually fail on error in AllocAndLoadStringsCat (CID 716793/716794)
Thomas Faber [Wed, 22 Aug 2012 09:39:57 +0000 (09:39 +0000)]
[DEVMGR] - Actually fail on error in AllocAndLoadStringsCat (CID 716793/716794)
[IPHLPAPI] - Fix a use after free in getNthInterfaceEntity (CID 716795 - partly reverts r53190). Fix a possible double free in getArpTable (CID 716796).

svn path=/trunk/; revision=57127

11 years ago[WIN32K]
Jérôme Gardou [Wed, 22 Aug 2012 08:33:27 +0000 (08:33 +0000)]
[WIN32K]
- Fix complation when using diblib

svn path=/trunk/; revision=57126

11 years ago- Fix DestroyCaret, thanks Thomas...
James Tabor [Tue, 21 Aug 2012 23:25:42 +0000 (23:25 +0000)]
- Fix DestroyCaret, thanks Thomas...

svn path=/trunk/; revision=57125

11 years ago[WINED3D]
Jérôme Gardou [Tue, 21 Aug 2012 13:38:02 +0000 (13:38 +0000)]
[WINED3D]
- MSVC needs INFINITY and NAN from wine/port.h.
It can't be included from a header
Will be sent upstream

svn path=/trunk/; revision=57124

11 years ago[INCLUDE/C++]
Jérôme Gardou [Tue, 21 Aug 2012 09:49:58 +0000 (09:49 +0000)]
[INCLUDE/C++]
- Add a draft version of <limits> header
- Fix "no return" attribute declaration of some functions

svn path=/trunk/; revision=57123

11 years ago[INCLUDES]
Jérôme Gardou [Tue, 21 Aug 2012 09:29:11 +0000 (09:29 +0000)]
[INCLUDES]
- Move NAN and INFINITY definition from wine/math.h to wine/port.h
- Delete wine/math.h
- Fix build

svn path=/trunk/; revision=57122

11 years ago[INCLUDE/CRT]
Jérôme Gardou [Tue, 21 Aug 2012 09:15:13 +0000 (09:15 +0000)]
[INCLUDE/CRT]
- Update mingw_math.h and make use of it

svn path=/trunk/; revision=57121

11 years ago* Fix build.
Amine Khaldi [Mon, 20 Aug 2012 17:53:44 +0000 (17:53 +0000)]
* Fix build.

svn path=/trunk/; revision=57120

11 years ago[CRT]
Aleksey Bragin [Mon, 20 Aug 2012 17:20:48 +0000 (17:20 +0000)]
[CRT]
- Use wine's wctype table in CRT for iswctype() function. Previous implementation was returning incorrect information for non-Latin characters. Problem found and fixed by Sergey Shamanaev (seven_ro).
- Move wctype.c from libwine to lib/sdk/crt instead of making yet another copy of it (currently there is one more in tools/unicode). Suggested by Amine Khaldi.
See issue #5090 for more details.

svn path=/trunk/; revision=57119

11 years ago[LWIP]
Cameron Gutman [Mon, 20 Aug 2012 07:49:02 +0000 (07:49 +0000)]
[LWIP]
- Fix address reuse at the TCP layer

svn path=/trunk/; revision=57118

11 years ago[LWIP]
Cameron Gutman [Mon, 20 Aug 2012 07:29:40 +0000 (07:29 +0000)]
[LWIP]
- Route multicast packets properly with SO_REUSE set

svn path=/trunk/; revision=57117

11 years ago[TCPIP]
Cameron Gutman [Mon, 20 Aug 2012 07:26:12 +0000 (07:26 +0000)]
[TCPIP]
- Implement support for SO_REUSEADDR

svn path=/trunk/; revision=57116

11 years ago[MSAFD]
Cameron Gutman [Mon, 20 Aug 2012 05:48:52 +0000 (05:48 +0000)]
[MSAFD]
- Add support for getting and setting SO_EXCLUSIVEADDRUSE
- Add support for setting SO_REUSEADDR
[AFD]
- Implement proper TDI way of indicating a reusable address file
- More work remains in TCP/IP to support this

svn path=/trunk/; revision=57115

11 years ago[NtUser]
James Tabor [Mon, 20 Aug 2012 05:19:50 +0000 (05:19 +0000)]
[NtUser]
- Fix screensave access hangs but it was recoverable and did not crash. The new ATI points seem to kick in so disabling them for now and leaving error prints. See bug 7225, need to separate the message queue.

svn path=/trunk/; revision=57114

11 years ago[NtUser]
James Tabor [Mon, 20 Aug 2012 03:59:24 +0000 (03:59 +0000)]
[NtUser]
- Fix API SetActiveWindow test, get it back.

svn path=/trunk/; revision=57113

11 years ago- Fix build.
James Tabor [Mon, 20 Aug 2012 00:30:54 +0000 (00:30 +0000)]
- Fix build.

svn path=/trunk/; revision=57112

11 years ago[Win32SS]
James Tabor [Mon, 20 Aug 2012 00:26:08 +0000 (00:26 +0000)]
[Win32SS]
- Active, Focus and Foreground. Fixes many of the the wine tests and including the todos. Fix bug 7089.
- Get ATI support points in place, include code support for ptiSysLock which will be rewritten soon.
- Move Desktop Proc to Win32k. This will allow the access checks to work. Note: DesktopBG.c creates a Win32 thread every time a Desktop is created. Please keep the file and code intact for historical purposes.
- Get code close to wine.

References:
Focus test ROS passes: http://www.winehq.org/pipermail/wine-patches/2012-August/116887.html
Install acts and looks better: http://www.resmap.com/instructions/plug-ins/ERViewer7_0_RC.exe

svn path=/trunk/; revision=57111

11 years ago[NtUser]
James Tabor [Sun, 19 Aug 2012 23:16:39 +0000 (23:16 +0000)]
[NtUser]
- Fix last Win test_keyboard_input. No Focus use Active! Read MSDN WM_SYSKEYDOWN/UP.

svn path=/trunk/; revision=57110

11 years ago[User32]
James Tabor [Sun, 19 Aug 2012 23:07:29 +0000 (23:07 +0000)]
[User32]
- Attempt to fix Win test_mouse_input, properly set MA_ACTIVATE with right conditions when sending WM_LBUTTONDOWN.
- Get code close to wine.

svn path=/trunk/; revision=57109

11 years ago[SERVICES]
Eric Kohl [Sun, 19 Aug 2012 10:01:05 +0000 (10:01 +0000)]
[SERVICES]
Remove "size_t to DWORD/int..." conversion warnings in x64 build.
Patch by Hermes Belusca.

I replaced size_t by SIZE_T, as this is the proper Win32 type. And I also used the prefix 'cch' (count of characters) instead of the generic 'dw'.

See issue #7149 for more details.

svn path=/trunk/; revision=57108

11 years ago[WS2_32]
Cameron Gutman [Sun, 19 Aug 2012 07:32:47 +0000 (07:32 +0000)]
[WS2_32]
- Set last error inside getaddrinfo to properly mask some non-fatal errors generated by adns

svn path=/trunk/; revision=57107

11 years ago[ADNS]
Cameron Gutman [Sun, 19 Aug 2012 07:10:57 +0000 (07:10 +0000)]
[ADNS]
- Fix incorrect socket validity check that fails for unsigned types

svn path=/trunk/; revision=57106

11 years ago[Win32SS]
James Tabor [Sat, 18 Aug 2012 23:37:08 +0000 (23:37 +0000)]
[Win32SS]
- Move WM_SETREDRAW and WM_SYNCPAINT to Win32k.
- Patch by Alex Henrie: Minimize and maximize boxes can only appear when WS_SYSMENU is set.

svn path=/trunk/; revision=57105

11 years ago[NtUser]
James Tabor [Sat, 18 Aug 2012 23:01:55 +0000 (23:01 +0000)]
[NtUser]
- Patch based on Daniel Jelinski: search more aggressively for a window under a tooltip and better HTTRANSPARENT handling. When the test patch is applied, ReactOS passes the new tests.

References:
http://www.winehq.org/pipermail/wine-patches/2012-July/116429.html
http://www.winehq.org/pipermail/wine-patches/2012-August/116776.html
http://www.winehq.org/pipermail/wine-patches/2012-August/116777.html
http://www.winehq.org/pipermail/wine-devel/2012-August/096681.html

svn path=/trunk/; revision=57104

11 years ago[Win32k]
James Tabor [Sat, 18 Aug 2012 22:13:38 +0000 (22:13 +0000)]
[Win32k]
- AttachThreadInput, this should fix the crash. Original crash patch by Giannis Adamopoulos. See bug 7225.
- WARNING: This code should be turned off until the restructuring is finished. Please read bug 7225!

svn path=/trunk/; revision=57103

11 years ago[NtUser]
James Tabor [Sat, 18 Aug 2012 21:47:42 +0000 (21:47 +0000)]
[NtUser]
- Use thread information pointer instead if the message queue.

svn path=/trunk/; revision=57102

11 years ago[NtUser] - Stop spurious window handle errors and code fixes.
James Tabor [Sat, 18 Aug 2012 21:40:49 +0000 (21:40 +0000)]
[NtUser] - Stop spurious window handle errors and code fixes.

svn path=/trunk/; revision=57101

11 years ago[Win32SS]
James Tabor [Sat, 18 Aug 2012 21:35:35 +0000 (21:35 +0000)]
[Win32SS]
- Do not register classes in case of errors at startup.
- Fix desktop background.

svn path=/trunk/; revision=57100

11 years ago[NDK]
Timo Kreuzer [Sat, 18 Aug 2012 19:24:38 +0000 (19:24 +0000)]
[NDK]
Fix a typo

svn path=/trunk/; revision=57099

11 years ago[WIDL]
Eric Kohl [Sat, 18 Aug 2012 18:37:39 +0000 (18:37 +0000)]
[WIDL]
Sync WIDL to Wine 1.5.11. Part 2 of 2.

svn path=/trunk/; revision=57098

11 years ago[MSAFD]
Cameron Gutman [Sat, 18 Aug 2012 16:36:05 +0000 (16:36 +0000)]
[MSAFD]
- Fix a memory leak in the failure path of WSPGetSockName and WSPGetPeerName
- Fix a broken debug print in WSPGetPeerName

svn path=/trunk/; revision=57097

11 years ago[WIDL]
Eric Kohl [Sat, 18 Aug 2012 13:25:24 +0000 (13:25 +0000)]
[WIDL]
- Missed one old header guard.

svn path=/trunk/; revision=57096

11 years ago[WIDL]
Eric Kohl [Sat, 18 Aug 2012 13:11:56 +0000 (13:11 +0000)]
[WIDL]
- Sync WIDL to Wine 1.5.10. Part 1 of 2.
- Adjust files to use MIDL compatible header guards.
- Add support for nameless structs and unions.

svn path=/trunk/; revision=57095

11 years ago[MSAFD]
Cameron Gutman [Sat, 18 Aug 2012 09:57:27 +0000 (09:57 +0000)]
[MSAFD]
- Add more option support to WSPGetSockOpt and WSPSetSockOpt
- Return the correct error code for an unsupported option in WSPGetSockOpt
- Hack a SO_ERROR get handler together for apps that need it
- Add better unsupported protoopts debugging (particularly for getsockopt)
- SMPlayer can now stream media from the Internet :)

svn path=/trunk/; revision=57094

11 years ago[NTDLL:LDR]
Thomas Faber [Sat, 18 Aug 2012 08:19:48 +0000 (08:19 +0000)]
[NTDLL:LDR]
- Code cleanup in LdrpLoadDll

svn path=/trunk/; revision=57093

11 years ago[NTDLL:LDR]
Thomas Faber [Sat, 18 Aug 2012 07:56:45 +0000 (07:56 +0000)]
[NTDLL:LDR]
- Do not assume null termination of DllName and optimize extension search in LdrpLoadDll. Patch by Alexander Yastrebov (menone7 at gmail dot com).
See issue #7251 for more details.

svn path=/trunk/; revision=57092

11 years ago[Win32SS]
James Tabor [Sat, 18 Aug 2012 00:59:35 +0000 (00:59 +0000)]
[Win32SS]
- Fixed skip test regression in User32 Win wine test.
- Regressed one scroll control test. AbiWord scrolls and Explorer redraw issue still
the same.
- WIP: Rearranged code for standard structures prior to moving scroll code to Win32k. Proc support will remain in User32 (A2W etc) and redirected to Win32k. Drawing support will be added when this switch is made. Then ReactOS will have 100 percent wine scrolls plus our fixes in one file.

svn path=/trunk/; revision=57091

11 years ago[ADVAPI32]
Aleksey Bragin [Fri, 17 Aug 2012 12:47:29 +0000 (12:47 +0000)]
[ADVAPI32]
- Cleanup and update source code header.

svn path=/trunk/; revision=57090

11 years ago[ADVAPI32]
Aleksey Bragin [Thu, 16 Aug 2012 22:14:49 +0000 (22:14 +0000)]
[ADVAPI32]
Patch by milawynsrealm:
* Implemented the beginnings of InitiateShutdownA/W (nothing works yet, and it's not exported).
* Running InitiateSystemShutdownA/W invokes InitiateSystemShutdownExA/W while
using "Other (Planned)" as the reason code.
        - The "Other (Planned)" reason code seemed to be the best default
option so far.
        Let me know if you feel otherwise.
* Added the shutdown flags that are used for InitiateShutdownA/W inside of
winreg.h.
* Include the reason.h header inside the winreg.h header so that the reason
codes can be
properly called. This conforms to the VC2010 method of adding this support.
* Added the declarations for InitiateSystemShutdownExA/W and InitiateShutdownA/W inside of winreg.h.
* In winuser.h, change the definitions for EWX_* to conform to MSDN
documentation
        -
http://msdn.microsoft.com/en-us/library/windows/desktop/aa376868%28v=vs.85%29.aspx
* Added definition support for EWX_HYBRID_SHUTDOWN which is found in Windows 8.
* Calling InitiateSystemShutdownExA will convert strings to UNICODE and send it
over to InitiateSystemShutdownExW. The same is also for InitiateShutdownA.

See issue #7245 for more details.

svn path=/trunk/; revision=57089

11 years ago[User32]
James Tabor [Thu, 16 Aug 2012 21:59:50 +0000 (21:59 +0000)]
[User32]
- Patch by Alex Henrie : Correct dialog focus behavior. See wine bug http://bugs.winehq.org/show_bug.cgi?id=31386 and I hope someone noticed.

svn path=/trunk/; revision=57088

11 years ago[User32|WineTest] - Patch by Alex Henrie: Correct dialog focus behavior.
James Tabor [Thu, 16 Aug 2012 21:53:34 +0000 (21:53 +0000)]
[User32|WineTest] - Patch by Alex Henrie: Correct dialog focus behavior.

svn path=/trunk/; revision=57087

11 years ago[KERNEL32]
Amine Khaldi [Thu, 16 Aug 2012 15:39:40 +0000 (15:39 +0000)]
[KERNEL32]
* Fix a comment and a last error value. By Hermes Belusca.
See issue #7240 for more details.

svn path=/trunk/; revision=57086

11 years ago[user32_apitest]
Giannis Adamopoulos [Thu, 16 Aug 2012 08:43:43 +0000 (08:43 +0000)]
[user32_apitest]
- Deactivate Test_SimpleParameters in AttachThreadInput tests until it doesn't crash in win32k.
- Add some more tests in Test_SimpleParameters that should bring win32k to its limits

svn path=/trunk/; revision=57085

11 years ago[user32]
Giannis Adamopoulos [Thu, 16 Aug 2012 07:54:40 +0000 (07:54 +0000)]
[user32]
- change error messages in CallWindowProc to make it apparent that we caught an exception with SEH as requested by Caemyr

svn path=/trunk/; revision=57084

11 years ago[win32k]
Giannis Adamopoulos [Thu, 16 Aug 2012 07:32:49 +0000 (07:32 +0000)]
[win32k]
- Do not treat the release of the windows key as a hotkey if it was used as a modifier for another hotkey that was pressed
- Now if I press win+R only the Run window opens

svn path=/trunk/; revision=57083

11 years ago[NtUser] - Prevent a crash when Tcb.Win32Thread NULL.
James Tabor [Thu, 16 Aug 2012 02:11:11 +0000 (02:11 +0000)]
[NtUser] - Prevent a crash when Tcb.Win32Thread NULL.

svn path=/trunk/; revision=57082

11 years ago[NtUser] - Use window object instead of handle.
James Tabor [Wed, 15 Aug 2012 23:31:30 +0000 (23:31 +0000)]
[NtUser] - Use window object instead of handle.

svn path=/trunk/; revision=57081

11 years ago[NTOS]
Aleksey Bragin [Wed, 15 Aug 2012 22:29:11 +0000 (22:29 +0000)]
[NTOS]
- Hermes Belusca: Give pnp driver object a name.
See issue #7241 for more details.

svn path=/trunk/; revision=57080

11 years ago[user32_apitest]
Giannis Adamopoulos [Wed, 15 Aug 2012 19:37:29 +0000 (19:37 +0000)]
[user32_apitest]
- Hack around the fact that desktop handling in ros is awful. Now the child threads use the proper desktop.
- Convert all calls to SendMessage to SendMessageTimeout to make sure it won't hang (it doesn't hang in windows but who knows what can happen in ros)
- Add a few more tests

svn path=/trunk/; revision=57079

11 years ago[ROSAUTOTEST]
Colin Finck [Tue, 14 Aug 2012 20:33:54 +0000 (20:33 +0000)]
[ROSAUTOTEST]
Use FILE_FLAG_NO_BUFFERING and FILE_FLAG_WRITE_THROUGH in the hope that they prevent journal changes from getting lost.

svn path=/trunk/; revision=57077

11 years ago[ROSAUTOTEST]
Colin Finck [Tue, 14 Aug 2012 20:25:58 +0000 (20:25 +0000)]
[ROSAUTOTEST]
Use "advanced C++ features" like default parameters to reduce the complexity of StringOut calls and fix a warning in the MSVC build :-)

svn path=/trunk/; revision=57076

11 years ago[README.WINE]
Amine Khaldi [Mon, 13 Aug 2012 23:52:28 +0000 (23:52 +0000)]
[README.WINE]
* Remove some unused modules.
* Update some modules that didn't change between syncs.

svn path=/trunk/; revision=57075

11 years ago[user32_apitest]
Giannis Adamopoulos [Mon, 13 Aug 2012 18:04:04 +0000 (18:04 +0000)]
[user32_apitest]
- Add support for logging messages in different threads
- Add several tests for AttachThreadInput

svn path=/trunk/; revision=57074

11 years ago[MOUNTMGR]
Amine Khaldi [Mon, 13 Aug 2012 17:45:08 +0000 (17:45 +0000)]
[MOUNTMGR]
* Add a missing break.

svn path=/trunk/; revision=57073

11 years ago[UNIATA] [ATACTL]
Amine Khaldi [Mon, 13 Aug 2012 16:25:08 +0000 (16:25 +0000)]
[UNIATA] [ATACTL]
* Sync to 0.43a1.
See issue #7237 for more details.

svn path=/trunk/; revision=57072

11 years ago[MSI_WINETEST]
Amine Khaldi [Mon, 13 Aug 2012 16:18:14 +0000 (16:18 +0000)]
[MSI_WINETEST]
* Sync to Wine 1.5.10.

svn path=/trunk/; revision=57071

11 years ago[MSI]
Amine Khaldi [Mon, 13 Aug 2012 16:17:18 +0000 (16:17 +0000)]
[MSI]
* Sync to Wine 1.5.10

svn path=/trunk/; revision=57070

11 years ago[ADVAPI32]
Amine Khaldi [Mon, 13 Aug 2012 16:15:13 +0000 (16:15 +0000)]
[ADVAPI32]
* Implement and export RegDeleteKeyEx{A,W} (Thanks Alex).

svn path=/trunk/; revision=57069

11 years ago[NtUser]
James Tabor [Mon, 13 Aug 2012 07:16:01 +0000 (07:16 +0000)]
[NtUser]
- Fix bug 6751, 7228 and others, Validate link windows, not relink them per say.
- Stop spurious window handle errors. This fixes all of the DeferWinPos handle errors.

svn path=/trunk/; revision=57068

11 years ago[ACPI]
Cameron Gutman [Mon, 13 Aug 2012 07:00:32 +0000 (07:00 +0000)]
[ACPI]
- Increase the size of the ID buffers to fit certain non-standard IDs reported by Hyper-V on Windows 8. These should be allocated from pool, but this code really sucks and should be replaced anyway.
- Fixes buffer overflow causing a bug check during boot on Hyper-V

svn path=/trunk/; revision=57067

11 years ago[IP]
Cameron Gutman [Mon, 13 Aug 2012 02:54:13 +0000 (02:54 +0000)]
[IP]
- Favor routers that have responded to our ARP queries during route selection

svn path=/trunk/; revision=57066

11 years ago[NTOSKRNL]
Cameron Gutman [Mon, 13 Aug 2012 01:17:13 +0000 (01:17 +0000)]
[NTOSKRNL]
- Fix a critical bug in interrupt handling that could result in HAL returning the current processor to the wrong IRQL after an interrupt is handled that requires a raise to a synchronize IRQL.

svn path=/trunk/; revision=57065

11 years ago[SCSIPORT]
Cameron Gutman [Mon, 13 Aug 2012 00:31:27 +0000 (00:31 +0000)]
[SCSIPORT]
- Fix a critical bug in interrupt sharing between scsiport miniports and other drivers which caused scsiport to mask the interrupts from other devices sitting behind it
- This commit and r57063 fixes bug 7231

svn path=/trunk/; revision=57064

11 years ago[PORTCLS]
Cameron Gutman [Sun, 12 Aug 2012 23:50:51 +0000 (23:50 +0000)]
[PORTCLS]
- Properly handle interrupt sharing for InterruptSyncModeAll and InterruptSyncModeRepeat

svn path=/trunk/; revision=57063

11 years ago[WIDL]
Eric Kohl [Sun, 12 Aug 2012 16:19:13 +0000 (16:19 +0000)]
[WIDL]
Update widl to Wine-1.4

svn path=/trunk/; revision=57062

11 years ago[WIDL]
Timo Kreuzer [Sun, 12 Aug 2012 12:26:48 +0000 (12:26 +0000)]
[WIDL]
Fix MSVC warnings.
Could be sent to wine ;-)

svn path=/trunk/; revision=57060

11 years ago[ROSBE]
Aleksey Bragin [Sun, 12 Aug 2012 10:33:13 +0000 (10:33 +0000)]
[ROSBE]
- Support spaces in the source directory path on Windows.

svn path=/trunk/; revision=57059

11 years ago[VGA]
Timo Kreuzer [Sat, 11 Aug 2012 22:40:50 +0000 (22:40 +0000)]
[VGA]
Fix possible NULL pointer dereference.
Patch by numitus (domovoi94 at gmail dot com)

svn path=/trunk/; revision=57058

11 years ago[SAMLIB/SAMSRV]
Eric Kohl [Sat, 11 Aug 2012 19:41:17 +0000 (19:41 +0000)]
[SAMLIB/SAMSRV]
- Implement SamLookupIdsInDomain and SamrLookupIdsInDomain.

svn path=/trunk/; revision=57057

11 years ago[SHELL32_WINETEST]
Amine Khaldi [Sat, 11 Aug 2012 16:24:36 +0000 (16:24 +0000)]
[SHELL32_WINETEST]
* Skip tests that rely on DDE. See bug #7233 for more details.

svn path=/trunk/; revision=57056

11 years ago[NTOS/MM]
Aleksey Bragin [Thu, 9 Aug 2012 20:19:52 +0000 (20:19 +0000)]
[NTOS/MM]
- Hack away UsedPageTable referencing in MiProtectVirtualMemory for now to help testman.

svn path=/trunk/; revision=57055

11 years ago[SAMLIB/SAMSRV]
Eric Kohl [Wed, 8 Aug 2012 21:17:17 +0000 (21:17 +0000)]
[SAMLIB/SAMSRV]
Implement SamCreateUser2InDomain / SamrCreateUser2InDomain (untested) and SamLookupNamesInDomain / SamrLookupNamesInDomain.

svn path=/trunk/; revision=57054

11 years ago[UNIATA]
Amine Khaldi [Wed, 8 Aug 2012 01:17:53 +0000 (01:17 +0000)]
[UNIATA]
* Sync with v0.42i2.

svn path=/trunk/; revision=57053

11 years ago[CMAKE]
Amine Khaldi [Mon, 6 Aug 2012 20:29:38 +0000 (20:29 +0000)]
[CMAKE]
* Tackle the VS solutions case when handling importlibs.

svn path=/trunk/; revision=57052

11 years ago[UNIATA]
Amine Khaldi [Mon, 6 Aug 2012 14:35:59 +0000 (14:35 +0000)]
[UNIATA]
* Fix a typo. Already sent upstream.

svn path=/trunk/; revision=57051

11 years ago[UNIATA]
Amine Khaldi [Mon, 6 Aug 2012 13:26:40 +0000 (13:26 +0000)]
[UNIATA]
* Sync with v0.42h.

svn path=/trunk/; revision=57050

11 years ago[NtUser] - Fix note again.
James Tabor [Mon, 6 Aug 2012 06:20:06 +0000 (06:20 +0000)]
[NtUser] - Fix note again.

svn path=/trunk/; revision=57049

11 years ago[NtUser] - Fix note.
James Tabor [Mon, 6 Aug 2012 05:07:03 +0000 (05:07 +0000)]
[NtUser] - Fix note.

svn path=/trunk/; revision=57048

11 years ago[NtUser] - Fix empty list error and add a note.
James Tabor [Mon, 6 Aug 2012 05:04:15 +0000 (05:04 +0000)]
[NtUser] - Fix empty list error and add a note.

svn path=/trunk/; revision=57047

11 years ago[NtUser] - Stop spurious window handle errors.
James Tabor [Mon, 6 Aug 2012 03:25:29 +0000 (03:25 +0000)]
[NtUser] - Stop spurious window handle errors.

svn path=/trunk/; revision=57046

11 years ago[NtUser]
James Tabor [Mon, 6 Aug 2012 03:13:27 +0000 (03:13 +0000)]
[NtUser]
- Fixed crash, see bug 7226.
- AttachThreadInput is new to ReactOS, it passes the wine tests, help is needed, white papers are welcome.

svn path=/trunk/; revision=57045

11 years ago[LIBTIFF]
Thomas Faber [Sat, 4 Aug 2012 18:19:19 +0000 (18:19 +0000)]
[LIBTIFF]
- Fix a warning

svn path=/trunk/; revision=57044

11 years ago[NTOSKRNL]
Timo Kreuzer [Sat, 4 Aug 2012 17:38:56 +0000 (17:38 +0000)]
[NTOSKRNL]
Add a systemcall table for all x64 NT versions

svn path=/trunk/; revision=57043

11 years ago[LIBPNG]
Thomas Faber [Sat, 4 Aug 2012 13:07:05 +0000 (13:07 +0000)]
[LIBPNG]
- Sync to 1.5.12. Patch by Vincenzo Cotugno.
See issue #7202 for more details.

svn path=/trunk/; revision=57042

11 years ago[WINDOWSCODECS]
Thomas Faber [Sat, 4 Aug 2012 12:44:04 +0000 (12:44 +0000)]
[WINDOWSCODECS]
- Type safety for MSVC compat layer

svn path=/trunk/; revision=57041

11 years ago[WineTest|User32|Msg] - Sync wine 1.5.10.
James Tabor [Sat, 4 Aug 2012 02:05:59 +0000 (02:05 +0000)]
[WineTest|User32|Msg] - Sync wine 1.5.10.

svn path=/trunk/; revision=57040

11 years ago[User32] - Combo port sync wine 1.5.10.
James Tabor [Sat, 4 Aug 2012 02:05:01 +0000 (02:05 +0000)]
[User32] - Combo port sync wine 1.5.10.

svn path=/trunk/; revision=57039

11 years ago[UNIATA]
Amine Khaldi [Fri, 3 Aug 2012 23:08:55 +0000 (23:08 +0000)]
[UNIATA]
* Fix the debug build.

svn path=/trunk/; revision=57038