reactos.git
12 years ago[RICHED20]
Thomas Faber [Sat, 22 Oct 2011 20:55:11 +0000 (20:55 +0000)]
[RICHED20]
- Fix ME_CharFromPoint relying on Wine's incorrect behavior of GetTextExtentExPointW. Already sent upstream(TM)
See issue #6196,5784,6037,6095,6187,6513 for more details.

svn path=/trunk/; revision=54234

12 years ago[DISKPART]
Eric Kohl [Sat, 22 Oct 2011 19:52:17 +0000 (19:52 +0000)]
[DISKPART]
Implement argument processing. Patch by Lee Schroeder.

The original patch was modified to fix the following issues:
- Indentation and coding style.
- Remove obsolete code: 1. The if-statement around the for-loop is not needed. 2. The call to wcsicmp() is already case insensitive (it is the 'i' in wcsicmp).
- Check the existence of a script file name and a timeout value before trying to process them.
- Call run_script() after the argument list has been processed. This fixes the argument order issue.

See issue #6552 for more details.

svn path=/trunk/; revision=54233

12 years ago[WINLOGON]
Rafal Harabien [Sat, 22 Oct 2011 18:28:05 +0000 (18:28 +0000)]
[WINLOGON]
- Move playing log on sound to HandleLogon
- Don't use HKEY_CURRENT_USER for accessing user registry key. This key points to settings of user which started Winlogon process (SYSTEM) instead of logged user. Instead use HKU\SID.
See issue #5436 for more details.

svn path=/trunk/; revision=54232

12 years ago[EXPLORER_NEW]
Thomas Faber [Sat, 22 Oct 2011 15:27:29 +0000 (15:27 +0000)]
[EXPLORER_NEW]
- Fix rectangle copypasta in ITrayWindowImpl_RegLoadSettings. Patch by Elton Chung

svn path=/trunk/; revision=54231

12 years ago[comctl32]
Giannis Adamopoulos [Sat, 22 Oct 2011 11:35:13 +0000 (11:35 +0000)]
[comctl32]
- merge r53027 that missed the merge from themes branch
- fixes floods of debug output by CombineRgn

svn path=/trunk/; revision=54230

12 years ago- Update Liberation fonts to 1.07.1
Rafal Harabien [Sat, 22 Oct 2011 10:01:49 +0000 (10:01 +0000)]
- Update Liberation fonts to 1.07.1

svn path=/trunk/; revision=54229

12 years ago[WIN32K] - SystemParametersInfo does not support SPIF_UPDATEINIFILE for SPI_SETDEFAUL...
Rafal Harabien [Fri, 21 Oct 2011 21:47:16 +0000 (21:47 +0000)]
[WIN32K] - SystemParametersInfo does not support SPIF_UPDATEINIFILE for SPI_SETDEFAULTINPUTLANG

svn path=/trunk/; revision=54228

12 years ago[WIN32K]
Rafal Harabien [Fri, 21 Oct 2011 21:23:51 +0000 (21:23 +0000)]
[WIN32K]
- Mouse code cleanup
- Support MOUSEEVENTF_VIRTUALDESK flag in MOUSEINPUT properly
- Support MOUSE_VIRTUAL_DESKTOP flag in MOUSE_INPUT_DATA properly
- Do not ignore MK_SHIFT and MK_CONTROL flags in some mouse messages

svn path=/trunk/; revision=54227

12 years ago[CMBATT]
Cameron Gutman [Fri, 21 Oct 2011 16:38:56 +0000 (16:38 +0000)]
[CMBATT]
- Fix a deadlock caused by forwarding IRPs to ourself

svn path=/trunk/; revision=54226

12 years ago[WIN32K] - Implement SPI_GETDEFAULTINPUTLANG.
Rafal Harabien [Fri, 21 Oct 2011 15:18:04 +0000 (15:18 +0000)]
[WIN32K] - Implement SPI_GETDEFAULTINPUTLANG.

svn path=/trunk/; revision=54225

12 years ago[TXTSETUP] - Add Polish (214) layout. It's now visible in usetup.
Rafal Harabien [Fri, 21 Oct 2011 15:10:52 +0000 (15:10 +0000)]
[TXTSETUP] - Add Polish (214) layout. It's now visible in usetup.

svn path=/trunk/; revision=54224

12 years ago[WIN32K]
Rafal Harabien [Fri, 21 Oct 2011 14:54:22 +0000 (14:54 +0000)]
[WIN32K]
- Don't set every loaded layout as default. Instead implement SPI_SETDEFAULTINPUTLANG. Fixes some minor problems with wrong layout loaded.
- Fix removing hotkey not associated with window (fixes winetest).

svn path=/trunk/; revision=54223

12 years ago[FASTFAT]
Rafal Harabien [Fri, 21 Oct 2011 13:21:56 +0000 (13:21 +0000)]
[FASTFAT]
- Fix memory corruption if long file name entry is invalid.
- Minor improvements.

See issue #6546 for more details.

svn path=/trunk/; revision=54222

12 years ago[REGISTRY]
Kamil Hornicek [Fri, 21 Oct 2011 12:14:25 +0000 (12:14 +0000)]
[REGISTRY]
Mark the VGA driver as VgaCompatible too so it doesn't take precedence over the VBE driver in case both are installed.
See issue #6578 for more details.

svn path=/trunk/; revision=54221

12 years ago[NDIS]
Cameron Gutman [Fri, 21 Oct 2011 08:44:14 +0000 (08:44 +0000)]
[NDIS]
- Demote some informational debug prints

svn path=/trunk/; revision=54220

12 years ago[TRANSLATION]
Dmitry Gorbachev [Fri, 21 Oct 2011 08:37:12 +0000 (08:37 +0000)]
[TRANSLATION]
- SysSetup: add a very tiny enhancement to Spanish translation (Elhoir, bug #6596).
- USetup: change encoding of Brazilian Portuguese file to CP 850.
- USetup: fix a few bugs in German and Italian translations.

svn path=/trunk/; revision=54219

12 years ago[SPIDER]
Thomas Faber [Fri, 21 Oct 2011 07:42:00 +0000 (07:42 +0000)]
[SPIDER]
- Use a Yes/No message box for "Quit the current game?" instead of Ok/Cancel. Patch by Lee Schroeder
See issue #6589 for more details.

svn path=/trunk/; revision=54218

12 years ago[SHELL32]
Johannes Anderwald [Thu, 20 Oct 2011 20:28:30 +0000 (20:28 +0000)]
[SHELL32]
- Hackfix shell new item service
- Add support for SID_IFolderView

svn path=/trunk/; revision=54217

12 years ago[LIVECD]
Rafal Harabien [Thu, 20 Oct 2011 19:00:02 +0000 (19:00 +0000)]
[LIVECD]
- Fix profiles path. FIXES ICONS IN LIVECD!
- Add few interfaces to livecd registry so it doesn't spam the log so much

svn path=/trunk/; revision=54216

12 years ago[CMAKE]
Amine Khaldi [Thu, 20 Oct 2011 18:30:56 +0000 (18:30 +0000)]
[CMAKE]
* Don't even create the stlport static lib. No working C++ module links to it, and until we have a proper STL support the other modules won't compile either.

svn path=/trunk/; revision=54215

12 years ago[KBDPL] - Properly implement Polish (214) keyboard layout
Rafal Harabien [Thu, 20 Oct 2011 15:15:09 +0000 (15:15 +0000)]
[KBDPL] - Properly implement Polish (214) keyboard layout
[KBDPL1] - Minor fixes

svn path=/trunk/; revision=54214

12 years ago[CMAKE]
Thomas Faber [Thu, 20 Oct 2011 14:53:02 +0000 (14:53 +0000)]
[CMAKE]
- Add VC11 support in configure.cmd

svn path=/trunk/; revision=54213

12 years ago[WINLOGON]
Rafal Harabien [Thu, 20 Oct 2011 13:26:39 +0000 (13:26 +0000)]
[WINLOGON]
- If no keyboard layout can be loaded, load US layout
- Try to load all layouts from Preloaded key even if some of them fail

svn path=/trunk/; revision=54212

12 years ago- Add Polish keyboard layout (there was only "Polish programmer" layout). It should...
Rafal Harabien [Thu, 20 Oct 2011 13:16:40 +0000 (13:16 +0000)]
- Add Polish keyboard layout (there was only "Polish programmer" layout). It should fix installing ROS in Polish.

svn path=/trunk/; revision=54211

12 years ago[Win32k]
James Tabor [Thu, 20 Oct 2011 12:02:15 +0000 (12:02 +0000)]
[Win32k]
- Fix path support, now all wine path tests pass.
- Need a PolyDraw test for non-path functions! The non-path code was synced ported, but still failed 16 path tests, then path was moved out. Purged missing patches from the last trunk freeze, tested with the program Area.
- Sync Information:
  Evan Stade <estade@gmail.com> : Improved PolyDraw in path closed case. Added PATH_PolyDraw.

svn path=/trunk/; revision=54210

12 years ago[Win32k]
James Tabor [Wed, 19 Oct 2011 23:50:54 +0000 (23:50 +0000)]
[Win32k]
- Fix crash in PATH_ExtTextOut. See bug 6587.
- Sync Information:
  Huw Davies <huw@codeweavers.com> : Add support for ETO_PDY and improve world transform support.
  Massimo Del Fedele <max@veneto.com> : Fix PATH_add_outline when mapping mode != MM_TEXT. PATH_ExtTextOut remove incorrect shift to DC origin. Correctly handle space char on Path_ExtTextOut().
  Dmitry Timoshkov <dmitry@codeweavers.com> : The MAT2 parameter of GetGlyphOutline is mandatory.

svn path=/trunk/; revision=54209

12 years ago[POWERCFG]
Kamil Hornicek [Wed, 19 Oct 2011 21:40:45 +0000 (21:40 +0000)]
[POWERCFG]
Sync with the english resource file to fix some misplaced controls.

svn path=/trunk/; revision=54208

12 years ago- Fix Linux build
Rafal Harabien [Wed, 19 Oct 2011 21:02:41 +0000 (21:02 +0000)]
- Fix Linux build

svn path=/trunk/; revision=54207

12 years ago- Really fix build
Rafal Harabien [Wed, 19 Oct 2011 20:18:42 +0000 (20:18 +0000)]
- Really fix build

svn path=/trunk/; revision=54206

12 years ago- Fix build
Rafal Harabien [Wed, 19 Oct 2011 20:08:25 +0000 (20:08 +0000)]
- Fix build

svn path=/trunk/; revision=54205

12 years ago- Forgotten file
Rafal Harabien [Wed, 19 Oct 2011 20:07:41 +0000 (20:07 +0000)]
- Forgotten file

svn path=/trunk/; revision=54204

12 years ago[WIN32K|USER32]
Rafal Harabien [Wed, 19 Oct 2011 20:03:50 +0000 (20:03 +0000)]
[WIN32K|USER32]
- Make keyboard layouts code more compatible
- Layouts and kbd files are user objects
- Preloaded layouts are added by Winlogon, not win32k
- Support Keyboard Layout substitutes in registry

svn path=/trunk/; revision=54203

12 years ago[WIN32K] - Don't define things from PSDK in source code
Rafal Harabien [Wed, 19 Oct 2011 19:25:45 +0000 (19:25 +0000)]
[WIN32K] - Don't define things from PSDK in source code

svn path=/trunk/; revision=54202

12 years ago[user32]
Giannis Adamopoulos [Wed, 19 Oct 2011 19:21:59 +0000 (19:21 +0000)]
[user32]
- When themes are active and the text of a window changes, we should send the WM_NCUAHDRAWCAPTION message instead of drawing the window directly ( which will result painting a classic caption on the themed window)
- Fixes explorer window that is repainted with a classic style when a subfolder is opened

svn path=/trunk/; revision=54201

12 years ago[USER32] - Fix a typo
Rafal Harabien [Wed, 19 Oct 2011 16:37:34 +0000 (16:37 +0000)]
[USER32] - Fix a typo

svn path=/trunk/; revision=54200

12 years ago[USER32] - Simplify DrawCaret
Rafal Harabien [Wed, 19 Oct 2011 16:17:32 +0000 (16:17 +0000)]
[USER32] - Simplify DrawCaret

svn path=/trunk/; revision=54199

12 years ago[WIN32K]
Rafal Harabien [Wed, 19 Oct 2011 16:00:46 +0000 (16:00 +0000)]
[WIN32K]
- Don't use exclusive lock when shared is enough
- Don't declare functions in source code

svn path=/trunk/; revision=54198

12 years ago[WIN32K]
Rafal Harabien [Wed, 19 Oct 2011 15:40:17 +0000 (15:40 +0000)]
[WIN32K]
- Simplify monitors code
- fix few minor bugs (ie. not updating last error)
- Make monitor object more compatible to windows

svn path=/trunk/; revision=54197

12 years ago- Move mouse history to mouse.c and it is not effected by the hook bypass.
James Tabor [Wed, 19 Oct 2011 01:07:19 +0000 (01:07 +0000)]
- Move mouse history to mouse.c and it is not effected by the hook bypass.

svn path=/trunk/; revision=54196

12 years ago[WIN32K]
Rafal Harabien [Tue, 18 Oct 2011 23:01:29 +0000 (23:01 +0000)]
[WIN32K]
- Add missing locks in monitors API
- Set proper last error when allocation fails

svn path=/trunk/; revision=54195

12 years ago[STREAM]
Cameron Gutman [Tue, 18 Oct 2011 20:36:54 +0000 (20:36 +0000)]
[STREAM]
- Fix a typo
- Search for bad !! usage inspired by r54193

svn path=/trunk/; revision=54194

12 years ago[uxtheme]
Giannis Adamopoulos [Tue, 18 Oct 2011 20:18:19 +0000 (20:18 +0000)]
[uxtheme]
- Fix a stupid typo that caused all fonts defined in the theme file to be italic

svn path=/trunk/; revision=54193

12 years ago[USER32] - Formatting. No code changes.
Rafal Harabien [Tue, 18 Oct 2011 18:12:35 +0000 (18:12 +0000)]
[USER32] - Formatting. No code changes.

svn path=/trunk/; revision=54192

12 years ago[KS]
Johannes Anderwald [Tue, 18 Oct 2011 18:02:56 +0000 (18:02 +0000)]
[KS]
- Probe input / output parameters when requests are coming from user mode
- Fix KspPinPropertyHandler to use the correct output parameter location
- Fix KsHandleSizedListQuery to use the correct output parameter location
- Tested in Vbox 4.1.4 r74291
- May fix a few sound drivers who are having user mode extra utility apps

svn path=/trunk/; revision=54191

12 years ago[PORTCLS]
Johannes Anderwald [Tue, 18 Oct 2011 14:00:20 +0000 (14:00 +0000)]
[PORTCLS]
- Don't modify status code of irps which are not handled

svn path=/trunk/; revision=54190

12 years ago[desk.cpl]
Giannis Adamopoulos [Tue, 18 Oct 2011 13:36:44 +0000 (13:36 +0000)]
[desk.cpl]
- Apply a wallpaper and desktop background only when they have changed
- Fixes changing desktop background to the color defined by the theme

svn path=/trunk/; revision=54189

12 years ago[WIN32K]
Timo Kreuzer [Tue, 18 Oct 2011 13:13:37 +0000 (13:13 +0000)]
[WIN32K]
Copy the BITMAPINFO to a safe kernel mode buffer, before accessing it. Fixes bug 6587.

svn path=/trunk/; revision=54188

12 years ago[user32_apitest]
Giannis Adamopoulos [Tue, 18 Oct 2011 11:19:24 +0000 (11:19 +0000)]
[user32_apitest]
- Add one more testcase and fix another one for SPI_SETNONCLIENTMETRICS

svn path=/trunk/; revision=54187

12 years ago[win32k]
Giannis Adamopoulos [Tue, 18 Oct 2011 10:54:13 +0000 (10:54 +0000)]
[win32k]
-Force all top level windows to update the size and position of their non client area when SPI_SETNONCLIENTMETRICS is used
-Should fix changing the non client metrics like caption height for open windows (before this we needed to close and reopen existing windows to let them be painted properly)

svn path=/trunk/; revision=54186

12 years ago[win32k]
Giannis Adamopoulos [Tue, 18 Oct 2011 10:48:03 +0000 (10:48 +0000)]
[win32k]
- Do not send message WM_NCCALCSIZE asynchronously because we need its return value from the receiver. Should fix resizing or moving the non-client area of windows

svn path=/trunk/; revision=54185

12 years ago- Add hits to track callback and winproc faults.
James Tabor [Tue, 18 Oct 2011 00:39:06 +0000 (00:39 +0000)]
- Add hits to track callback and winproc faults.

svn path=/trunk/; revision=54184

12 years ago[SHELL32]
Johannes Anderwald [Mon, 17 Oct 2011 16:53:16 +0000 (16:53 +0000)]
[SHELL32]
- Remove unwanted change

svn path=/trunk/; revision=54183

12 years ago[SHELL32]
Johannes Anderwald [Mon, 17 Oct 2011 16:51:46 +0000 (16:51 +0000)]
[SHELL32]
- Check first it the path is a drive path
- Fixes launching drive property dialog when clicked in the shell view area

svn path=/trunk/; revision=54182

12 years ago[WinMM]
Jérôme Gardou [Mon, 17 Oct 2011 16:47:42 +0000 (16:47 +0000)]
[WinMM]
- fix typo, sorry.

svn path=/trunk/; revision=54181

12 years ago[user32_apitest]
Giannis Adamopoulos [Mon, 17 Oct 2011 16:35:22 +0000 (16:35 +0000)]
[user32_apitest]
- Add some tests for the messages that are sent when SPI_SETNONCLIENTMETRICS is used

svn path=/trunk/; revision=54180

12 years ago[WinMM]
Jérôme Gardou [Mon, 17 Oct 2011 16:35:10 +0000 (16:35 +0000)]
[WinMM]
- avoid buffer overrun.
- do not try to unload uninitialized driver.
See issue #6343 for more details.

svn path=/trunk/; revision=54179

12 years ago[TRANSLATION]
Dmitry Gorbachev [Mon, 17 Oct 2011 14:55:03 +0000 (14:55 +0000)]
[TRANSLATION]
- Change time zone information for Russia.
- Add Russian translation of country list.
- Recode Swedish translation of USetup from CP 1252 to 850. Bug #6574.
- Fix Dutch tr. of USetup. Bug #6510, patch by <congruwer.AT.yahoo.DOT.co.DOT.uk>.

svn path=/trunk/; revision=54178

12 years ago[SHELL32]
Johannes Anderwald [Mon, 17 Oct 2011 14:42:47 +0000 (14:42 +0000)]
[SHELL32]
- Remove unused code
- Display file extension based on Edijus patch
See issue #6310 for more details.

svn path=/trunk/; revision=54177

12 years ago- Fix launching of properties dialog in the detail view
Johannes Anderwald [Mon, 17 Oct 2011 13:22:20 +0000 (13:22 +0000)]
- Fix launching of properties dialog in the detail view
- Based on Edijus patch (terminedijsatyahoodotcom)
See issue #6571 for more details.

svn path=/trunk/; revision=54176

12 years ago- Remove Fixme.
James Tabor [Mon, 17 Oct 2011 05:22:33 +0000 (05:22 +0000)]
- Remove Fixme.

svn path=/trunk/; revision=54175

12 years ago[WINE]
Cameron Gutman [Mon, 17 Oct 2011 04:47:32 +0000 (04:47 +0000)]
[WINE]
- Undefine HAVE_GETADDRINFO
- Even though this is fully implemented (and used other parts of ROS), it seems to enable broken code paths in some WINE code
- Fixes the rapps regression

svn path=/trunk/; revision=54174

12 years ago[WINE]
Cameron Gutman [Mon, 17 Oct 2011 04:24:26 +0000 (04:24 +0000)]
[WINE]
- Fix a couple of incorrect definitions
- Rapps is still regressed since r54146

svn path=/trunk/; revision=54173

12 years ago[Win32k]
James Tabor [Mon, 17 Oct 2011 02:07:24 +0000 (02:07 +0000)]
[Win32k]
- Fix TME. Not complete. These changes will allow theme highlighting to work.
- Passes wine test_TrackMouseEvent.
- Adamopoulos TME tests are proving to be difficult in locking down thread issues. On a slow system in CMD not redirected the test passes all but 15. Slow systems in CMD redirected to a output file or on real hardware in CMD not redirected, the results vary from 15 when the CMD buffer is full to 35 when it is not. When isolating each test, it passes. The QS bit issue will be handled later.

svn path=/trunk/; revision=54172

12 years ago[TCPIP]
Cameron Gutman [Mon, 17 Oct 2011 01:37:56 +0000 (01:37 +0000)]
[TCPIP]
- Differentiate between incomplete and complete NCEs with regard to the timeout
- Change the IP timer to fire only once each second
- Remove unneeded completion functions

svn path=/trunk/; revision=54171

12 years ago[Win32k]
James Tabor [Mon, 17 Oct 2011 01:33:55 +0000 (01:33 +0000)]
[Win32k]
- Fix timer resolution so it will run every 10 ms +/-1ms. This is the default setting when the user provides less than 10 ms for the period to wait for the timer event. Pass wine test_timers_no_wnd.

svn path=/trunk/; revision=54170

12 years ago[TCPIP]
Cameron Gutman [Mon, 17 Oct 2011 00:38:46 +0000 (00:38 +0000)]
[TCPIP]
- Do not transmit fragments recursively since it can cause a kernel stack overflow with large packets
- Big thanks to hto for his work on this bug which has eluded me since last year
See issue #5796 for more details.

svn path=/trunk/; revision=54169

12 years ago[TRANSLATION]
Olaf Siejka [Sun, 16 Oct 2011 23:39:00 +0000 (23:39 +0000)]
[TRANSLATION]
- Romanian translation of userenv, winmm, ntvdm, and win32csr (bug no. 6580) and inf (bug no. 6577) by Stefan Fulea (minor corrections by me);
- Polish translation update/cleanup of inf by me;
- Spanish inetcpl translation (bug no. 6472) and French subst translation (bug no. 6166) by Jason Genie;

svn path=/trunk/; revision=54168

12 years ago[TCPIP]
Cameron Gutman [Sun, 16 Oct 2011 22:21:41 +0000 (22:21 +0000)]
[TCPIP]
- Prevent corruption of the search context list using a combination of references and broader spin lock usage
- Fixes bug 6506

svn path=/trunk/; revision=54167

12 years ago[KERNEL32]: Move some definitions to header file.
Alex Ionescu [Sun, 16 Oct 2011 17:05:16 +0000 (17:05 +0000)]
[KERNEL32]: Move some definitions to header file.
[KERNEL32]: MoveBasepLocateExeLdrEntry to utils.c.

svn path=/trunk/; revision=54166

12 years ago[MSXML3]
Amine Khaldi [Sun, 16 Oct 2011 16:28:47 +0000 (16:28 +0000)]
[MSXML3]
* Don't link to libxslt in rbuild build. Dedicated to Alex.

svn path=/trunk/; revision=54165

12 years ago[EXPLORER]
Kamil Hornicek [Sun, 16 Oct 2011 16:12:55 +0000 (16:12 +0000)]
[EXPLORER]
Make the Network connections start menu item open the net connections folder. Trim a misleading message.

svn path=/trunk/; revision=54164

12 years ago[WIN32K]
Rafal Harabien [Sun, 16 Oct 2011 15:39:07 +0000 (15:39 +0000)]
[WIN32K]
- Remove ReadRegistryValue in kbdlayout.c as we already implement RegQueryValue for reading from registry in W32k. This function additionally checks value type.
- Rename KBL to KL based on Techwiki
- HKCU\Keyboard Layout\Preload value is REG_SZ (not REG_EXPAND_SZ)
- NtUserLoadKeyboardLayoutEx should set last error if flags are invalid
- Minor keyboard layout code cleanup

svn path=/trunk/; revision=54163

12 years ago[KERNEL32]
Thomas Faber [Sun, 16 Oct 2011 15:04:26 +0000 (15:04 +0000)]
[KERNEL32]
- Reapply the ConvertThreadToFiberEx changes from r52804, they were lost in r52805. Confirmed by Alex.
See issue #6394 for more details.

svn path=/trunk/; revision=54162

12 years ago- Fix MSVC build based on ThFabba suggestion
Rafal Harabien [Sun, 16 Oct 2011 14:59:29 +0000 (14:59 +0000)]
- Fix MSVC build based on ThFabba suggestion

svn path=/trunk/; revision=54161

12 years ago[WIN32K] - Formating... No code changes.
Rafal Harabien [Sun, 16 Oct 2011 12:26:22 +0000 (12:26 +0000)]
[WIN32K] - Formating... No code changes.

svn path=/trunk/; revision=54160

12 years ago[WIN32K]
Rafal Harabien [Sun, 16 Oct 2011 11:39:47 +0000 (11:39 +0000)]
[WIN32K]
- Merge KeyboardInput thread and MouseInputThread into Raw Input Thread (RIT)

svn path=/trunk/; revision=54159

12 years ago[NTDLL_WINETEST]
Thomas Faber [Sun, 16 Oct 2011 11:26:06 +0000 (11:26 +0000)]
[NTDLL_WINETEST]
- Fix MSVC build. Already sent upstream(TM)

svn path=/trunk/; revision=54158

12 years ago[CMAKE]
Thomas Faber [Sun, 16 Oct 2011 09:33:22 +0000 (09:33 +0000)]
[CMAKE]
- Do not exclude itss, msxml3 and qmgr from MSVC build, as they build just fine

svn path=/trunk/; revision=54157

12 years ago[WIN32K]
Timo Kreuzer [Sun, 16 Oct 2011 09:15:19 +0000 (09:15 +0000)]
[WIN32K]
- Fix insertion of the GRAPHICS_DEVICE into the global list. Fixes mode enumeration when the 2nd adapter is used.
- Remove a hack.

svn path=/trunk/; revision=54156

12 years ago[TRANSLATION]
Thomas Faber [Sun, 16 Oct 2011 07:57:59 +0000 (07:57 +0000)]
[TRANSLATION]
- Fix some German formal addressing

svn path=/trunk/; revision=54155

12 years ago[SYSDM]
Thomas Faber [Sun, 16 Oct 2011 07:27:33 +0000 (07:27 +0000)]
[SYSDM]
- Increase size of the homepage link control to correctly show the complete focus rectangle. Patch by Elton Chung (elton328 at gmail dot com)
See issue #5038 for more details.

svn path=/trunk/; revision=54154

12 years ago[Win32k]
James Tabor [Sat, 15 Oct 2011 21:35:40 +0000 (21:35 +0000)]
[Win32k]
- Fix timer resolution to match what windows uses. Now pass wine test_timers_no_wnd.

svn path=/trunk/; revision=54153

12 years ago[registry]
Timo Kreuzer [Sat, 15 Oct 2011 21:29:11 +0000 (21:29 +0000)]
[registry]
Mark the VBE driver as VgaCompatible. This is an outrageous lie, but it lets us use 3rd party drivers, like VBoxVideo, while VBE is installed. Consider this a hack, which is to be fixed bei either making vbemp really vga compatible or by fixing whatever keeps the VBoxVideo from replacing vbemp.

svn path=/trunk/; revision=54152

12 years ago[WIN32K]
Timo Kreuzer [Sat, 15 Oct 2011 21:22:19 +0000 (21:22 +0000)]
[WIN32K]
- Fix a bug when iterating through the DEVMODE list
- Handle VgaCompatible flag differently, by reading this value from the registry for every installed driver.
- Priorize non-vga compatible devices over vga compatible, unless /BASEVIDEO is requested
- Fall back to vga compatible driver when no other is present

svn path=/trunk/; revision=54151

12 years ago[Win32k]
James Tabor [Sat, 15 Oct 2011 21:01:24 +0000 (21:01 +0000)]
[Win32k]
- Fix timer resolution for once a millisecond. Now pass wine test_timers_no_wnd.

svn path=/trunk/; revision=54150

12 years ago[PSDK]
Timo Kreuzer [Sat, 15 Oct 2011 19:54:51 +0000 (19:54 +0000)]
[PSDK]
- don't define _cdecl and __cdecl to nothing on MSVC builds.
- define cdecl and CDECL to nothing
- add #pragma once
- this file is full of hacks

svn path=/trunk/; revision=54149

12 years ago- Fix build
Rafal Harabien [Sat, 15 Oct 2011 18:45:48 +0000 (18:45 +0000)]
- Fix build

svn path=/trunk/; revision=54148

12 years ago[NTOSKRNL] - Don't exit from NtWaitForMultipleObjects with kernel lock held
Rafal Harabien [Sat, 15 Oct 2011 18:41:45 +0000 (18:41 +0000)]
[NTOSKRNL] - Don't exit from NtWaitForMultipleObjects with kernel lock held

svn path=/trunk/; revision=54147

12 years ago[WINE/WS2_32]
Amine Khaldi [Sat, 15 Oct 2011 13:50:26 +0000 (13:50 +0000)]
[WINE/WS2_32]
* Sync config.h with recent Wine and remove some now unneeded defines. By Samuel Serapion.
See issue #6174 for more details.

svn path=/trunk/; revision=54146

12 years ago[ISOBTRT]
Timo Kreuzer [Sat, 15 Oct 2011 13:42:43 +0000 (13:42 +0000)]
[ISOBTRT]
call it 13h with es set to 0, instead of the transfer buffer segment, that we loaded it with. Fixes KVM boot.

svn path=/trunk/; revision=54145

12 years ago[KERNEL32/LIBWINE/USP10]
Amine Khaldi [Sat, 15 Oct 2011 13:17:52 +0000 (13:17 +0000)]
[KERNEL32/LIBWINE/USP10]
* Move the wctype table from kernel32 to libwine in preparations for implementing crt locale support. By Samuel Serapion.
See issue #6538 for more details.

svn path=/trunk/; revision=54144

12 years ago[UNICODE]
Amine Khaldi [Sat, 15 Oct 2011 12:39:23 +0000 (12:39 +0000)]
[UNICODE]
* Update unicode tool to wine 1.3.29. By Samuel Serapion.
See issue #6537 for more details.

svn path=/trunk/; revision=54143

12 years ago[Win32k]
James Tabor [Sat, 15 Oct 2011 00:38:23 +0000 (00:38 +0000)]
[Win32k]
- Properly set the timer event id's to match tests and add one more bit for track.
- Restore TME user API (now in mouse.c) and Hover Timer, these are not the Droids you are looking for.
- Restore TME cancellation point in co_MsqInsertMouseMessage and duplicate the the same in co_IntProcessMouseMessage. First thing, pDesk->spwndTrack is never NULL. The Theme TME patch code was setting the wrong QS bit and sending to the wrong queue instead of the pDesk->spwndTrack queue. Surprising this was working at all.
- Tested with Themes, passes wine test_TrackMouseEvent and fixes bug (6257 <-- !).
Notes:
  It's all in the sequencing. Locate cancellation points, tracking mouse moves and set the hit test and track window. When the window message queue does not match the current thread, check it again and restore the mouse hover window if it is the same window as the track window and the hover bit set. Track cancellation points and clear the bits at the same time. Not when in WM_MOUSEMOVE. Guess when posting or sending to another thread? co_MsqInsertMouseMessage?

svn path=/trunk/; revision=54142

12 years ago[WIN32K]
Rafal Harabien [Fri, 14 Oct 2011 19:01:35 +0000 (19:01 +0000)]
[WIN32K]
- Get rid of RETURN macro in input functions
- Don't check functions parameters when USER lock is held
- Improve formatting

svn path=/trunk/; revision=54141

12 years ago[WIN32K] - Move mouse specific input processing from input.c to mouse.c
Rafal Harabien [Fri, 14 Oct 2011 18:41:06 +0000 (18:41 +0000)]
[WIN32K] - Move mouse specific input processing from input.c to mouse.c

svn path=/trunk/; revision=54140

12 years ago[VGAMP]
Kamil Hornicek [Fri, 14 Oct 2011 18:09:30 +0000 (18:09 +0000)]
[VGAMP]
Fix the confusion between mode index 12 and video mode 12h introduced more than six years ago. ReactOS should now boot again when VGA is selected in the 1st stage.

svn path=/trunk/; revision=54139

12 years ago[WIN32K]
Amine Khaldi [Fri, 14 Oct 2011 18:03:07 +0000 (18:03 +0000)]
[WIN32K]
* Fix a copy-paste error in EngBitBlt() and improve DIB_32BPP_ColorFill() behaviour in case when input rectangle is invalid (RECTL structure fields are signed, so "jle" instruction should be used instead of "jbe").
* Patch by Igor Sudarikov <4seev3 at gmail [dot] com>
See issue #4423 for more details.

svn path=/trunk/; revision=54138

12 years ago[WIN32K] - Fix sending WM_SYSKEYUP for ALT. Fixes rest of user32:input winetest ...
Rafal Harabien [Fri, 14 Oct 2011 17:59:16 +0000 (17:59 +0000)]
[WIN32K] - Fix sending WM_SYSKEYUP for ALT. Fixes rest of user32:input winetest (6). It's finally green!

svn path=/trunk/; revision=54137

12 years ago[CMD]
Amine Khaldi [Fri, 14 Oct 2011 17:50:16 +0000 (17:50 +0000)]
[CMD]
* Reduce the scope of some variables.

svn path=/trunk/; revision=54136

12 years ago[VIDEOPRT]
Timo Kreuzer [Fri, 14 Oct 2011 14:50:22 +0000 (14:50 +0000)]
[VIDEOPRT]
Remove an old hack, that caused an inconsistency between the display's device object name and the name of its symbolic link / registry key. The hack isn't needed anymore, because win32k now loads the next device if one isn't available. Fixes VBoxVideo being loaded together with framebuf.dll instead of VBoxDisp.dll and now the mouse pointer integration works completely.

svn path=/trunk/; revision=54135