Commit graph

61676 commits

Author SHA1 Message Date
Aleksandar Andrejevic
e9b43f93b7 [NTVDM]
The DOS_MCB structure needs to be byte-aligned.


svn path=/trunk/; revision=67233
2015-04-17 21:59:41 +00:00
Thomas Faber
a80d5b8e9d [WINMM]
- Sync MCI_SysInfo with Wine.
CORE-8528 #resolve

svn path=/trunk/; revision=67232
2015-04-17 19:20:32 +00:00
Aleksandar Andrejevic
2dc91ac6c0 [NTVDM]
- The auxiliary PS/2 port IRQ is disabled by default.
- In the DOS mouse driver's IRQ handler, just reading the entire packet
is faster than waiting for one IRQ per byte. (real drivers can do that too,
using polling, which is slower on real hardware but faster in NTVDM).
- Increase the speed of the PS/2 IRQ scheduler so that mouse packets don't
fill up the queue completely. And consequently, increase the number of
CPU steps per cycle to avoid "stuck key" bugs.


svn path=/trunk/; revision=67231
2015-04-17 18:36:45 +00:00
Thomas Faber
22d1251dbc [LIBUSB]
- Make some compilers and static analyzers happy by removing a no-op condition. Patch by Samuel Serapion.
CORE-7214 #resolve

svn path=/trunk/; revision=67230
2015-04-17 18:27:16 +00:00
Thomas Faber
211986401c [NTOS:MM]
- Fix free condition in MiDereferenceImports. Based on a patch by Samuel Serapion.
CORE-7208 #resolve

svn path=/trunk/; revision=67229
2015-04-17 18:21:12 +00:00
Thomas Faber
87424486ea [WIN32K:NTUSER]
- Fix range check in NtUserSetWindowFNID. Patch by Samuel Serapion.
- Update comment on an old hack
CORE-7212 #resolve

svn path=/trunk/; revision=67228
2015-04-17 18:06:39 +00:00
Thomas Faber
d9c9bf096c [WIN32SS]
- Fix some scrollbar bugs as indicated by user32_apitest:SetScrollInfo
- Silence a trace
CORE-9553 #resolve

svn path=/trunk/; revision=67227
2015-04-17 18:02:09 +00:00
Thomas Faber
2829ed5afe [USER32_APITEST]
- Add a test for SetScrollInfo
CORE-9553

svn path=/trunk/; revision=67226
2015-04-17 17:22:07 +00:00
Christoph von Wittich
75e50ba8cd [RAPPS]
initialize CachedEntriesHead
CORE-9060

svn path=/trunk/; revision=67225
2015-04-17 13:06:33 +00:00
Christoph von Wittich
4745785f04 [RAPPS]
free cached entries and some other improvements
patch by Ismael Ferreras Morezuelas aka swyter
CORE-9060

svn path=/trunk/; revision=67224
2015-04-17 12:37:08 +00:00
Hermès Bélusca-Maïto
1e7977088b [NTVDM]: Fix VgaGetDoubleVisionState definition (it was already correctly used in hardware/mouse.c).
svn path=/trunk/; revision=67223
2015-04-17 12:13:49 +00:00
Thomas Faber
e69c4796da [KERNEL32_APITEST]
- Make GetDriveType test succeed if the current directory is the drive root. Spotted by Edijs.
- Use strsafe functions
ROSTESTS-160 #resolve

svn path=/trunk/; revision=67222
2015-04-17 08:09:30 +00:00
Thomas Faber
a239c99e56 [WIN32K:NTUSER]
- Correctly check for WS_EX_NOPARENTNOTIFY in IntSendParentNotify. Patch by Andreas Maier.
CORE-9538 #resolve

svn path=/trunk/; revision=67221
2015-04-17 07:03:37 +00:00
Aleksandar Andrejevic
a64a682051 [NTVDM]
Fix several mouse range-related issues.


svn path=/trunk/; revision=67220
2015-04-17 03:11:18 +00:00
Aleksandar Andrejevic
e4a1abcc2a [NTVDM]
- Completely rewrite the timing system. Replace hardcoded callbacks
with dynamic hardware timers.
- Finish implementing the PS/2 mouse.
- Fix the DOS mouse driver.
Inspired by a patch by Stefano Toncich (Tonix) (see CORE-9166).
CORE-9166 #comment A different fix was committed in r67219.


svn path=/trunk/; revision=67219
2015-04-17 00:20:39 +00:00
Hermès Bélusca-Maïto
33d8a4b74b [CONSRV]: Addendum to r63792: use a separate flag to filter the next-mouse-move event that MUST NOT appear before a button-up event (this appears to be somewhat VM-dependent). See code and CORE-8394 for more details.
svn path=/trunk/; revision=67218
2015-04-17 00:01:37 +00:00
Hermès Bélusca-Maïto
e00d2e49be [CONSRV]: GUI frontend: support the 3rd and 4th mouse button.
svn path=/trunk/; revision=67217
2015-04-16 23:08:19 +00:00
Amine Khaldi
3c22869668 [RPCRT4_WINETEST] Sync with Wine Staging 1.7.37. CORE-9246
svn path=/trunk/; revision=67216
2015-04-16 17:21:14 +00:00
Amine Khaldi
c4cc047656 [IEFRAME] Make ieframe translatable. Thanks to Jared Smudde, Radek Liska and all the other translators mentioned in CORE-9544
svn path=/trunk/; revision=67215
2015-04-16 17:18:48 +00:00
Amine Khaldi
28559e040b [WER] Zap this module. I don't see it in my XP and 2K3 systems. It wasn't even part of the build process. CORE-9246
svn path=/trunk/; revision=67214
2015-04-16 15:05:34 +00:00
Thomas Faber
f499a92d44 [USER32_APITEST]
- Add a test for CreateDialog. Patch by Andreas Maier.
ROSTESTS-163 #resolve

svn path=/trunk/; revision=67213
2015-04-16 11:35:23 +00:00
Amine Khaldi
0f61b39797 [GDIPLUS_WINETEST] Addendum to r58377. gdiplus:image doesn't crash anymore. CORE-6969
svn path=/trunk/; revision=67212
2015-04-16 10:53:37 +00:00
Hermès Bélusca-Maïto
5e36ff31c0 [CD_EXTRAS]: Add the possibility to have different "extras" files for the different CD targets (in addition to the hybridcd) we have (useful for testers, for ReactOS shows, etc...). By Mark Jansen.
CORE-9527 #resolve #comment Added, thanks!

svn path=/trunk/; revision=67211
2015-04-15 21:29:53 +00:00
Eric Kohl
60e0daa326 [SRVSVC]
Implement NetrRemoteTOD.
CORE-5423 #resolve #comment Committed in r67210.

svn path=/trunk/; revision=67210
2015-04-15 21:04:43 +00:00
Amine Khaldi
4e16ae29eb [XMLLITE_WINETEST] Sync with Wine Staging 1.7.37. CORE-9246
svn path=/trunk/; revision=67209
2015-04-15 18:12:48 +00:00
Amine Khaldi
27f42e4074 [QMGR_WINETEST] Sync with Wine Staging 1.7.37. CORE-9246
svn path=/trunk/; revision=67208
2015-04-15 18:12:24 +00:00
Amine Khaldi
c728b137a9 [PROPSYS_WINETEST] Sync with Wine Staging 1.7.37. CORE-9246
svn path=/trunk/; revision=67207
2015-04-15 18:10:59 +00:00
Amine Khaldi
05895bfce5 [PROPSYS] Sync with Wine Staging 1.7.37. CORE-9246
svn path=/trunk/; revision=67206
2015-04-15 18:10:40 +00:00
Amine Khaldi
b2c305e446 [OLEAUT32_WINETEST] Sync with Wine Staging 1.7.37. CORE-9246
svn path=/trunk/; revision=67205
2015-04-15 18:10:02 +00:00
Amine Khaldi
e8f37aa2ae [ODBCCP32_WINETEST] Sync with Wine Staging 1.7.37. CORE-9246
svn path=/trunk/; revision=67204
2015-04-15 18:09:34 +00:00
Amine Khaldi
e4b0e7aa74 [OLEAUT32] Sync with Wine Staging 1.7.37. CORE-9246
svn path=/trunk/; revision=67203
2015-04-15 18:09:13 +00:00
Amine Khaldi
7b4184bd06 [OLEACC] Sync with Wine Staging 1.7.37. CORE-9246
svn path=/trunk/; revision=67202
2015-04-15 18:07:26 +00:00
Amine Khaldi
15d91d11e5 [ODBCCP32] Sync with Wine Staging 1.7.37. CORE-9246
svn path=/trunk/; revision=67201
2015-04-15 18:06:22 +00:00
Amine Khaldi
a2f1af1a1d [ODBC32] Sync with Wine Staging 1.7.37. CORE-9246
svn path=/trunk/; revision=67200
2015-04-15 18:05:07 +00:00
Amine Khaldi
8046f009ba [NTDSAPI] Sync with Wine Staging 1.7.37. CORE-9246
svn path=/trunk/; revision=67199
2015-04-15 18:04:15 +00:00
Amine Khaldi
8a34b7d620 [XMLLITE] Sync with Wine Staging 1.7.37. CORE-9246
svn path=/trunk/; revision=67198
2015-04-15 18:03:03 +00:00
Eric Kohl
0749fc145c [NETAPI32]
- Add the client interface code of the server service.
- Implement NetRemoteTOD. This will not fix CORE-5423 because the server side (NetrRemoteTOD) is not implemented yet.

svn path=/trunk/; revision=67197
2015-04-14 21:47:06 +00:00
Eric Kohl
fdc0506420 [SRVSVC]
Add the Server service and its interface definition files.



svn path=/trunk/; revision=67196
2015-04-14 20:59:34 +00:00
Timo Kreuzer
2ff3ef05ad [CRT]
Refactor the code for __rt_div to allow reusing it for __rt_sdiv64 and __rt_udiv64 and implement those as asm wrappers around worker functions (due to the calling convention they cannot be implemented fully in C)

svn path=/trunk/; revision=67195
2015-04-14 18:42:28 +00:00
Amine Khaldi
7c438cfca5 [SYSDM] Move the link to the ReactOS homepage over a bit and capitalize some words in the Virtual Memory tab for the English language. By Jared Smudde. CORE-9541
svn path=/trunk/; revision=67194
2015-04-14 17:44:10 +00:00
Amine Khaldi
97c51296c8 [TREE] Fix a character typo. By Lee Schroeder. CORE-9543
svn path=/trunk/; revision=67193
2015-04-14 17:38:42 +00:00
Christoph von Wittich
f607ec2767 [TASKMGR]
fix a resource leak

svn path=/trunk/; revision=67192
2015-04-14 08:05:46 +00:00
Christoph von Wittich
20ab1d5d0d [CHARMAP]
use RegCreateKeyEx instead of RegCreateKey/RegOpenKeyEx

svn path=/trunk/; revision=67191
2015-04-14 08:04:18 +00:00
Christoph von Wittich
05304a280f [CHARMAP]
fix a resource leak

svn path=/trunk/; revision=67190
2015-04-14 07:47:43 +00:00
Christoph von Wittich
ad5812c3fd [DXDIAG]
fix some memory leaks

svn path=/trunk/; revision=67189
2015-04-14 07:41:24 +00:00
Christoph von Wittich
58e6b2e08a [sndvol32]
fix some memory leaks

svn path=/trunk/; revision=67188
2015-04-14 07:30:26 +00:00
Christoph von Wittich
123774cc8c [FONTVIEW]
fix a leak

svn path=/trunk/; revision=67187
2015-04-13 13:44:02 +00:00
Aleksandar Andrejevic
5c1e6cd9ac [NTVDM]
Initialize the list of hooks before the call to NtAllocateVirtualMemory, to prevent crashes
in MemCleanup in case it fails.


svn path=/trunk/; revision=67186
2015-04-13 12:50:34 +00:00
Christoph von Wittich
979022ff03 [CALC]
only update the layout when necessary

svn path=/trunk/; revision=67185
2015-04-13 09:53:35 +00:00
Christoph von Wittich
a24604be32 [RAPPS]
disable the call to FreeAvailableAppList until caching is fixes

svn path=/trunk/; revision=67184
2015-04-13 09:16:23 +00:00