reactos.git
12 years ago[MSPORTS]
Eric Kohl [Tue, 17 May 2011 19:24:19 +0000 (19:24 +0000)]
[MSPORTS]
- Implement a simple class installer that assigns the friendly name "Serial Port (COMx)" to all serial ports.
- Enable the class installer in ports.inf.
- Add parallel port installer configuration to ports.inf (disabled).

svn path=/trunk/; revision=51813

12 years ago[msconfig/freeldr]
Gregor Schneider [Tue, 17 May 2011 18:32:51 +0000 (18:32 +0000)]
[msconfig/freeldr]
- Load freeldr.ini first chance, boot.ini on second chance
- Make freeldr list box scrollable
- Fix some FIXME's
[msgconfig/system]
- Implement parsing and displaying system.ini contents
See issue #1986 for more details.

svn path=/trunk/; revision=51811

12 years ago[SETUPAPI]
Eric Kohl [Tue, 17 May 2011 13:32:12 +0000 (13:32 +0000)]
[SETUPAPI]
Fix SetupDiCreateDevRegKeyW: When trying to open a devices driver key (DIREG_DRV) the function always created a new driver instance key. The fixed version checks for an existing driver value. If the driver value exists, it opens or creates the driver instance key. If the driver value does not exist, the function generates a new driver instance key and sets a new driver value for the device instance.

svn path=/trunk/; revision=51809

12 years ago[SETUPAPI]
Eric Kohl [Tue, 17 May 2011 10:06:36 +0000 (10:06 +0000)]
[SETUPAPI]
- SetupDiCreateDeviceInfoW: Really create a new device instance instead and return its device info data instead of returning the device info data for an existing device.
- Implement SetupDiDeleteDeviceInfo.

svn path=/trunk/; revision=51807

12 years ago[CFGMGR32]
Eric Kohl [Mon, 16 May 2011 23:37:19 +0000 (23:37 +0000)]
[CFGMGR32]
- Add forwarders for functions that have been implemented in setupapi.dll.
- Remove forwarders which are not exported by cfgmgr32.dll.

svn path=/trunk/; revision=51803

12 years ago[SETUPAPI]
Eric Kohl [Mon, 16 May 2011 23:12:12 +0000 (23:12 +0000)]
[SETUPAPI]
- Add stubs CM_Get_Class_Registry_PropertyA/W.
- Move CMP_RegisterNotification, CMP_UnregisterNotification and CMP_WaitNoPendingInstallEvents.
- Remove stubs TPWriteProfileString and suErrorToIds because they are part of setupx.dll (16 bit DLL).

svn path=/trunk/; revision=51802

12 years agoAdd cmake configure script for unix.
Sylvain Petreolle [Mon, 16 May 2011 21:26:08 +0000 (21:26 +0000)]
Add cmake configure script for unix.

svn path=/trunk/; revision=51801

12 years agorestart German translation - please don't delete existing work in future
Matthias Kupfer [Mon, 16 May 2011 19:13:15 +0000 (19:13 +0000)]
restart German translation - please don't delete existing work in future

svn path=/trunk/; revision=51800

12 years ago[CMAKE]
Amine Khaldi [Mon, 16 May 2011 18:53:45 +0000 (18:53 +0000)]
[CMAKE]
* Add the missing temporary import libs.

svn path=/trunk/; revision=51799

12 years ago[NTOSKRNL]
Pierre Schweitzer [Mon, 16 May 2011 18:06:14 +0000 (18:06 +0000)]
[NTOSKRNL]
- Fix the fix for IopStoreSystemPartitionInformation(). The sizeof wasn't on an unicode string...
I blame the guy who first wrote that function!
Thanks to "rs" on IRC for having spotted the error.

svn path=/trunk/; revision=51797

12 years ago[NTOSKRNL]
Pierre Schweitzer [Mon, 16 May 2011 17:52:03 +0000 (17:52 +0000)]
[NTOSKRNL]
- Implemented IoSetSystemPartition(). This is required by MountMgr.
- Fixed buffer size in IopStoreSystemPartitionInformation(). No need to have a buffer twice bigger than maximum use.

svn path=/trunk/; revision=51796

12 years ago[charmap] Carlo Bramini (carlo dot bramix at libero dot it):
Gregor Schneider [Mon, 16 May 2011 17:46:49 +0000 (17:46 +0000)]
[charmap] Carlo Bramini (carlo dot bramix at libero dot it):
- Fix font zoom when scrolling and changing fonts
- Optimize font zoom drawing
See issue #3500 for more details.

svn path=/trunk/; revision=51795

12 years ago[bootvid] Adam Kachwalla: use the BOOTCHAR_HEIGHT macro for defining the font height
Gregor Schneider [Mon, 16 May 2011 17:29:27 +0000 (17:29 +0000)]
[bootvid] Adam Kachwalla: use the BOOTCHAR_HEIGHT macro for defining the font height
See issue #6259 for more details.

svn path=/trunk/; revision=51793

12 years ago[CMAKE]
Amine Khaldi [Mon, 16 May 2011 16:32:34 +0000 (16:32 +0000)]
[CMAKE]
* Fix the typo, fix the build.

svn path=/trunk/; revision=51792

12 years ago[CMAKE]
Timo Kreuzer [Mon, 16 May 2011 16:11:31 +0000 (16:11 +0000)]
[CMAKE]
Fix build of rossym

svn path=/trunk/; revision=51791

12 years agorevert r51786
Timo Kreuzer [Mon, 16 May 2011 15:47:44 +0000 (15:47 +0000)]
revert r51786

svn path=/trunk/; revision=51790

12 years ago2nd try to fix build
Timo Kreuzer [Mon, 16 May 2011 15:20:44 +0000 (15:20 +0000)]
2nd try to fix build

svn path=/trunk/; revision=51787

12 years agotry to fix build
Timo Kreuzer [Mon, 16 May 2011 15:18:55 +0000 (15:18 +0000)]
try to fix build

svn path=/trunk/; revision=51786

12 years ago* Fix rbuild build.
Amine Khaldi [Mon, 16 May 2011 13:56:22 +0000 (13:56 +0000)]
* Fix rbuild build.

svn path=/trunk/; revision=51785

12 years ago[CMAKE]
Amine Khaldi [Mon, 16 May 2011 13:29:58 +0000 (13:29 +0000)]
[CMAKE]
* Fix cmake build on trunk.

svn path=/trunk/; revision=51784

12 years ago[CMAKE]
Timo Kreuzer [Mon, 16 May 2011 13:12:07 +0000 (13:12 +0000)]
[CMAKE]
Integrate cmake stuff into trunk
Only files added.

svn path=/trunk/; revision=51783

12 years ago[STLPORT]
Timo Kreuzer [Mon, 16 May 2011 13:00:45 +0000 (13:00 +0000)]
[STLPORT]
Copy stlport headers from cmake branch

svn path=/trunk/; revision=51782

12 years ago[STLPORT]
Timo Kreuzer [Mon, 16 May 2011 12:58:52 +0000 (12:58 +0000)]
[STLPORT]
Copy stlport from cmake branch 3/3

svn path=/trunk/; revision=51780

12 years ago[STLPORT]
Timo Kreuzer [Mon, 16 May 2011 12:58:06 +0000 (12:58 +0000)]
[STLPORT]
Copy stlport from cmake branch 2/x

svn path=/trunk/; revision=51779

12 years ago[STLPORT]
Timo Kreuzer [Mon, 16 May 2011 12:54:24 +0000 (12:54 +0000)]
[STLPORT]
Copy stlport from cmake branch 1/x

svn path=/trunk/; revision=51778

12 years agofix line endings
Matthias Kupfer [Mon, 16 May 2011 07:15:18 +0000 (07:15 +0000)]
fix line endings

svn path=/trunk/; revision=51776

12 years ago- some fixes in German country names
Matthias Kupfer [Sun, 15 May 2011 22:34:20 +0000 (22:34 +0000)]
- some fixes in German country names

svn path=/trunk/; revision=51775

12 years ago- full English and German country list
Matthias Kupfer [Sun, 15 May 2011 22:26:22 +0000 (22:26 +0000)]
- full English and German country list
- harcoded country names replaced by string identifiers

svn path=/trunk/; revision=51774

12 years ago[ApiTest]
James Tabor [Sun, 15 May 2011 21:15:38 +0000 (21:15 +0000)]
[ApiTest]
- Add a test for stack corruption when in window procedure call out.

svn path=/trunk/; revision=51773

12 years ago- German translation fixes
Matthias Kupfer [Sun, 15 May 2011 16:43:16 +0000 (16:43 +0000)]
- German translation fixes

svn path=/trunk/; revision=51769

12 years ago[SHELL32_NEW]
Ged Murphy [Sun, 15 May 2011 15:55:49 +0000 (15:55 +0000)]
[SHELL32_NEW]
- Add the shell32 code which has been converted into C++ from the existing C code.
- This is a straight drop using the code Andrew sent to me, it's currently unchanged and untested
- All C++ conversion work to date was carried out by Andrew Hill <ash77 at reactos dot org>

svn path=/trunk/; revision=51768

12 years ago[GLU32]
Olaf Siejka [Sun, 15 May 2011 15:51:26 +0000 (15:51 +0000)]
[GLU32]
- Properly fix compiler warning, by initializing the integer array with zeros. Remove GNUC #ifdef, introduced in rev 42970. Patch by Markus (thechief at praise dash land dot de)
See issue #6179 for more details.

svn path=/trunk/; revision=51767

12 years agoAdd the Windows version of SHIShellFolder_EnumObjects, but compile it out as per...
Ged Murphy [Sun, 15 May 2011 15:42:03 +0000 (15:42 +0000)]
Add the Windows version of SHIShellFolder_EnumObjects, but compile it out as per Wine's notes
Move the scope in the reg script

svn path=/trunk/; revision=51766

12 years ago[ATL]
Ged Murphy [Sun, 15 May 2011 14:40:53 +0000 (14:40 +0000)]
[ATL]
- Add DECLARE_NO_REGISTRY
- Fix invalid pointer use and add an overloaded assignment operator in CComDynamicUnkArray
- Add UpdateWindow to the CWindow class
- Add missing error checks
Changes by Andrew Hill <ash77 at reactos dot org>

svn path=/trunk/; revision=51763

12 years ago[RAPPS]
Rafal Harabien [Sun, 15 May 2011 14:18:13 +0000 (14:18 +0000)]
[RAPPS]
- Fix Swedish translation

svn path=/trunk/; revision=51762

12 years ago- make "Network connection" translatable
Matthias Kupfer [Sun, 15 May 2011 14:00:08 +0000 (14:00 +0000)]
- make "Network connection" translatable
- fixes spacer for centered progressbar in minitui

svn path=/trunk/; revision=51761

12 years agoRevert something that shouldn't have been committed in 51757
Jérôme Gardou [Sun, 15 May 2011 12:38:35 +0000 (12:38 +0000)]
Revert something that shouldn't have been committed in 51757

svn path=/trunk/; revision=51758

12 years ago[RTL/HEAP]
Jérôme Gardou [Sun, 15 May 2011 12:20:44 +0000 (12:20 +0000)]
[RTL/HEAP]
Commit some stuff reviewed by aleksey long ago
  - get rid of LastEntryInSegment in HEAP_SEGMENT struct
  - Simplify code for page commit
  - Simplify code for splitting entries

svn path=/trunk/; revision=51757

12 years ago[CMAKE/ROSTESTS]
Jérôme Gardou [Sat, 14 May 2011 20:55:36 +0000 (20:55 +0000)]
[CMAKE/ROSTESTS]
Addendum to 51749

svn path=/trunk/; revision=51750

12 years ago[NTOSKRNL]
Timo Kreuzer [Sat, 14 May 2011 19:29:42 +0000 (19:29 +0000)]
[NTOSKRNL]
Patch by Paolo Bonzini <bonzini [at] gnu [dot] org>
Fix implementation of ExInterlockedAddLargeStatistic
The old version wasn't really atomic.

See issue #6223 for more details.

svn path=/trunk/; revision=51748

12 years ago[CRT]
Timo Kreuzer [Sat, 14 May 2011 19:12:09 +0000 (19:12 +0000)]
[CRT]
- Implement __chkstk_ms for x86 and amd64
- amd64 code is based on code by Kai Tietz and Richard Henderson
- x86 code is based on old __chkstk implementation and code by Kai Tietz and Richard Henderson
- Function is required by newer gcc versions

svn path=/trunk/; revision=51747

12 years agobring back progress bar for loading files
Matthias Kupfer [Sat, 14 May 2011 18:32:59 +0000 (18:32 +0000)]
bring back progress bar for loading files

svn path=/trunk/; revision=51742

12 years ago- Fix build
Rafal Harabien [Sat, 14 May 2011 16:01:54 +0000 (16:01 +0000)]
- Fix build

svn path=/trunk/; revision=51738

12 years ago[UNIATA]
Rafal Harabien [Sat, 14 May 2011 15:52:49 +0000 (15:52 +0000)]
[UNIATA]
- Sync to 0.41b2
- Fixed bug with unnecessary call to AtapiEnableInterrupts() inside AtapiSendCommand() when DRQ is never asserted
- Added registry option AtapiSendDisableIntr to manage ATAPI command sending behavior. AFAIU, under VirtualBox it is unnecessary to disable interrupts around sending ATAPI commands.
- Implemented registry options for BUSY and DRQ timing adjustments.
- Added VirtualBox tuning option - VirtualBox value in registry. Sets timings and ATAPI (CD/DVD) related options to the most compatible values.
- Fixed bug with UDMA2 support on Intel ICH1/2/3/4/5 chips.
- Made some experimental changes in automatic slow-down algorithm. This code is rather old, but was not tested properly.
- Fixed bug with accessing SATA registers on Intel chips
- Many other fixes

svn path=/trunk/; revision=51736

12 years ago[NETEVENT]
Timo Kreuzer [Sat, 14 May 2011 14:24:39 +0000 (14:24 +0000)]
[NETEVENT]
Forgot this change

svn path=/trunk/; revision=51735

12 years ago[NETEVENT]
Timo Kreuzer [Sat, 14 May 2011 14:16:42 +0000 (14:16 +0000)]
[NETEVENT]
Rename netevent.mc to neteventmsg.mc

svn path=/trunk/; revision=51734

12 years ago[ROSTESTS/CMAKE]
Jérôme Gardou [Sat, 14 May 2011 14:03:44 +0000 (14:03 +0000)]
[ROSTESTS/CMAKE]
  - addendum to 51731

svn path=/trunk/; revision=51733

12 years ago[DWMAPI]
Timo Kreuzer [Sat, 14 May 2011 13:43:58 +0000 (13:43 +0000)]
[DWMAPI]
add names to dwmapi.spec stubs

svn path=/trunk/; revision=51730

12 years ago[SHELL32]
Timo Kreuzer [Sat, 14 May 2011 12:57:52 +0000 (12:57 +0000)]
[SHELL32]
Owen Rudge <orudge at codeweavers dot com>:
Implement SHGetImageList
http://source.winehq.org/git/wine.git/commitdiff/9db87f13d3f0f9e07accc9b5e12dccd202b88156
Fixes explorer++ main window
patch provided by igorko

svn path=/trunk/; revision=51729

12 years ago[AVIFIL32]
Timo Kreuzer [Sat, 14 May 2011 12:28:40 +0000 (12:28 +0000)]
[AVIFIL32]
Merge resources back into 1 file

svn path=/trunk/; revision=51728

12 years ago[PSDK]
Timo Kreuzer [Sat, 14 May 2011 11:44:45 +0000 (11:44 +0000)]
[PSDK]
- stireg.h, wsipv6ok.h: Add missing newline
- hlguids.h, shlguid.h: add missing guids for MSVC
- winbase.h: add some missing WINBASEAPI modifiers
- winnt.h: create more portable definitions of GetCurrentFiber, move BitScanForward and BitScanReverse defintions out of __GNUC__ block

svn path=/trunk/; revision=51727

12 years ago[LIBXML2]
Timo Kreuzer [Sat, 14 May 2011 11:15:51 +0000 (11:15 +0000)]
[LIBXML2]
Fix compilation with MSVC

svn path=/trunk/; revision=51726

12 years ago[NOTEPAD]
Timo Kreuzer [Sat, 14 May 2011 11:12:19 +0000 (11:12 +0000)]
[NOTEPAD]
enable Japanese resource file

svn path=/trunk/; revision=51725

12 years ago[COMCTL32]
Timo Kreuzer [Sat, 14 May 2011 10:59:35 +0000 (10:59 +0000)]
[COMCTL32]
Fix compilation with MSVC

svn path=/trunk/; revision=51724

12 years ago[USER32]
Timo Kreuzer [Sat, 14 May 2011 09:32:07 +0000 (09:32 +0000)]
[USER32]
Convert all resources to utf-8

svn path=/trunk/; revision=51723

12 years ago[NTOSKRNL]
Timo Kreuzer [Sat, 14 May 2011 08:50:11 +0000 (08:50 +0000)]
[NTOSKRNL]
Fix pathes of resources

svn path=/trunk/; revision=51722

12 years ago[NTOSKRNL]
Timo Kreuzer [Sat, 14 May 2011 08:33:30 +0000 (08:33 +0000)]
[NTOSKRNL]
Merge r51181 from cmake branch:
Move macro definition out of macro instantiation.
Fixes compilation with MSVC

svn path=/trunk/; revision=51721

12 years ago[MKHIVE]
Timo Kreuzer [Sat, 14 May 2011 08:29:48 +0000 (08:29 +0000)]
[MKHIVE]
Merge msvc fixes from cmake branch

svn path=/trunk/; revision=51720

12 years ago[RAPPS]
Rafal Harabien [Fri, 13 May 2011 22:43:04 +0000 (22:43 +0000)]
[RAPPS]
- Merge rapps changes from CMake branch

svn path=/trunk/; revision=51719

12 years ago[DEVMGMT]
Eric Kohl [Fri, 13 May 2011 21:09:56 +0000 (21:09 +0000)]
[DEVMGMT]
- Set the focus for the treeview when the main window gets the focus.
- Select the root item after the devices tree has been built.
These changes enable the user to navigate the device tree using the keyboard.

svn path=/trunk/; revision=51715

12 years agorevert part of r51708
Timo Kreuzer [Fri, 13 May 2011 20:43:21 +0000 (20:43 +0000)]
revert part of r51708

svn path=/trunk/; revision=51714

12 years ago[CRT]
Timo Kreuzer [Fri, 13 May 2011 20:21:58 +0000 (20:21 +0000)]
[CRT]
Merge r51273 from cmake branch:
The crt library must provide a and w version of the functions and not rely to _UNICODE being set or not

svn path=/trunk/; revision=51713

12 years ago[msi]
Gabriel Ilardi [Fri, 13 May 2011 20:21:27 +0000 (20:21 +0000)]
[msi]
- Add post 51711 msi_ros.diff

svn path=/trunk/; revision=51712

12 years ago[MSI]
Timo Kreuzer [Fri, 13 May 2011 20:12:28 +0000 (20:12 +0000)]
[MSI]
Merge r50719 from cmake branch:
- Fix reource files (strings must be in one line)

svn path=/trunk/; revision=51711

12 years agoRemove svn:mergeinfo property
Timo Kreuzer [Fri, 13 May 2011 20:01:51 +0000 (20:01 +0000)]
Remove svn:mergeinfo property

svn path=/trunk/; revision=51709

12 years ago[FREELDR/HAL/NTOSKRNL]
Timo Kreuzer [Fri, 13 May 2011 19:51:09 +0000 (19:51 +0000)]
[FREELDR/HAL/NTOSKRNL]
Merge asm changes from cmake branch. No code change, only MSVC compatibility fixes

svn path=/trunk/; revision=51708

12 years ago[CRT]
Timo Kreuzer [Fri, 13 May 2011 19:37:49 +0000 (19:37 +0000)]
[CRT]
Merge r50693 from cmake banch:
_CxxThrowException is stdcall, not cdecl.

svn path=/trunk/; revision=51707

12 years ago[GENINC]
Timo Kreuzer [Fri, 13 May 2011 19:19:05 +0000 (19:19 +0000)]
[GENINC]
Merge geninc tool from cmake branch

svn path=/trunk/; revision=51706

12 years ago[WIDL]
Timo Kreuzer [Fri, 13 May 2011 19:13:53 +0000 (19:13 +0000)]
[WIDL]
Update widl_ros.diff
The change was done in r49282 in cmake branch and mysteriously made it into trunk in r50063, which is a wine sync, but wine doesn't have that code.

svn path=/trunk/; revision=51704

12 years ago* Reduce difference to the cmake branch, MSVC fixes.
Amine Khaldi [Fri, 13 May 2011 17:16:08 +0000 (17:16 +0000)]
* Reduce difference to the cmake branch, MSVC fixes.

svn path=/trunk/; revision=51702

12 years ago* Reduce difference to the cmake branch.
Amine Khaldi [Fri, 13 May 2011 16:29:09 +0000 (16:29 +0000)]
* Reduce difference to the cmake branch.

svn path=/trunk/; revision=51701

12 years ago[UMPNPMGR]
Eric Kohl [Fri, 13 May 2011 15:56:50 +0000 (15:56 +0000)]
[UMPNPMGR]
Implement parts of PNP_CreateDevInst.

svn path=/trunk/; revision=51700

12 years ago[win32k]
Giannis Adamopoulos [Fri, 13 May 2011 15:36:25 +0000 (15:36 +0000)]
[win32k]
- Return the correct menu bar rect in GetMenuBarInfo

svn path=/trunk/; revision=51699

12 years ago[kbdit]
Gabriel Ilardi [Fri, 13 May 2011 15:16:49 +0000 (15:16 +0000)]
[kbdit]
- Fix the "divide" key. Thanks to Giannis Adamopoulos for the help.
See issue #6250 for more details.

svn path=/trunk/; revision=51698

12 years ago[SETUPAPI]
Eric Kohl [Fri, 13 May 2011 15:15:40 +0000 (15:15 +0000)]
[SETUPAPI]
CM_Create_DevNode_ExW: Copy the device id string into a local buffer before passing it to PNP_CreateDevInst because its 2nd argument is an 'in out' string. Using a writable string buffer prevents exceptions in case the device id passed to CM_Create_DevNode_ExW is a string constant.

svn path=/trunk/; revision=51697

12 years ago[win32k]
Giannis Adamopoulos [Fri, 13 May 2011 14:47:36 +0000 (14:47 +0000)]
[win32k]
- Fix braindead logic that caused GetMenuItemRect to fail in every case

svn path=/trunk/; revision=51696

12 years ago[input]
Gabriel Ilardi [Fri, 13 May 2011 13:25:44 +0000 (13:25 +0000)]
[input]
- Fix an Italian typo spotted by r3ddr4g0n

svn path=/trunk/; revision=51692

12 years ago[win32k]
Giannis Adamopoulos [Fri, 13 May 2011 08:34:24 +0000 (08:34 +0000)]
[win32k]
- Dereference the SMWP object before deleting it. Fixes handle leak

svn path=/trunk/; revision=51690

12 years ago[win32k]
Giannis Adamopoulos [Fri, 13 May 2011 08:01:11 +0000 (08:01 +0000)]
[win32k]
- When we run out of user handles show count of event and SMWP objects

svn path=/trunk/; revision=51689

12 years ago[desk cpl]
Giannis Adamopoulos [Thu, 12 May 2011 16:49:50 +0000 (16:49 +0000)]
[desk cpl]
- Properly apply system metrics

svn path=/trunk/; revision=51685

12 years ago[win32k]
Giannis Adamopoulos [Thu, 12 May 2011 08:00:11 +0000 (08:00 +0000)]
[win32k]
- Implement counting user objects per process

svn path=/trunk/; revision=51682

12 years ago[IOLOGMSG]
Eric Kohl [Thu, 12 May 2011 06:40:31 +0000 (06:40 +0000)]
[IOLOGMSG]
Add iologmsg.dll. It will be used to log IO events.

svn path=/trunk/; revision=51681

12 years ago[explorer]
Giannis Adamopoulos [Wed, 11 May 2011 22:35:56 +0000 (22:35 +0000)]
[explorer]
- Reduce flicker

svn path=/trunk/; revision=51680

12 years ago[regedit]
Giannis Adamopoulos [Wed, 11 May 2011 21:34:47 +0000 (21:34 +0000)]
[regedit]
- Reduce flicker

svn path=/trunk/; revision=51679

12 years ago[eventvwr]
Giannis Adamopoulos [Wed, 11 May 2011 21:33:27 +0000 (21:33 +0000)]
[eventvwr]
- Reduce flicker

svn path=/trunk/; revision=51678

12 years ago[rapps]
Giannis Adamopoulos [Wed, 11 May 2011 20:54:33 +0000 (20:54 +0000)]
[rapps]
- Don't use CS_HREDRAW and CS_VREDRAW for the main window
- Reduces flicker

svn path=/trunk/; revision=51677

12 years ago[User32]
James Tabor [Wed, 11 May 2011 19:59:03 +0000 (19:59 +0000)]
[User32]
- DispatchMessage does not allow pointers to be passed forward so need to check for non synchronous messages. Added the same check for the other functions in User32 leaving the rest to be checked in Win32k.
- Add the timer callback validation check.

svn path=/trunk/; revision=51676

12 years ago[shell32]
Giannis Adamopoulos [Wed, 11 May 2011 19:19:03 +0000 (19:19 +0000)]
[shell32]
- Don't create the ShellView class with the CS_HREDRAW and CS_VREDRAW styles
- Should reduce flicker in explorer

svn path=/trunk/; revision=51674

12 years ago[EVENTLOG]
Eric Kohl [Tue, 10 May 2011 20:19:14 +0000 (20:19 +0000)]
[EVENTLOG]
Log product info upon startup.

svn path=/trunk/; revision=51670

12 years ago[KERNEL32_WINETEST]
Gabriel Ilardi [Tue, 10 May 2011 16:11:30 +0000 (16:11 +0000)]
[KERNEL32_WINETEST]
Sam Arun Raj Seeniraj: Update kernel32 winetests for dos device.
See bug 993 for details.

svn path=/trunk/; revision=51669

12 years ago[NTDLL]
Aleksey Bragin [Tue, 10 May 2011 16:05:59 +0000 (16:05 +0000)]
[NTDLL]
- Result of LdrQueryImageFileExecutionOptions() shouldn't be used as a return status. Always reset it to STATUS_SUCCESS whatever the function returns.

See bug #6231 for more details.

svn path=/trunk/; revision=51668

12 years agoSam Arun Raj Seeniraj:
Aleksey Bragin [Tue, 10 May 2011 15:48:54 +0000 (15:48 +0000)]
Sam Arun Raj Seeniraj:
[WIN32CSR.DLL]
- Removed previous hack in CsrDefineDosDevice() that was stripping off extra trailing path separators.

[SUBST.EXE]
- The help message was not show aligned properly, fixing that.

See issue #993 for more details.

svn path=/trunk/; revision=51667

12 years ago[NTOSKRNL]
Aleksey Bragin [Tue, 10 May 2011 15:43:55 +0000 (15:43 +0000)]
[NTOSKRNL]
- Sam Arun Raj Seeniraj: ObpLookupObjectName() used to reparse endlessly when a symlink points to itself, preventing this by limiting number of reparse attemtps.
See issue #993 for more details.

svn path=/trunk/; revision=51666

12 years ago[NTOSKRNL]
Aleksey Bragin [Tue, 10 May 2011 15:09:36 +0000 (15:09 +0000)]
[NTOSKRNL]
- Make ObpParseSymbolicLink properly handle the case when target path has a trailing path separator. Based on findings by Samarunraj.
See issue #993 for more details.

svn path=/trunk/; revision=51665

12 years ago[NTOSKRNL]
Eric Kohl [Tue, 10 May 2011 12:31:11 +0000 (12:31 +0000)]
[NTOSKRNL]
Fix two typos, one spotted by Gabriel Ilardi and the other one spotted by me.

svn path=/trunk/; revision=51663

12 years ago[USETUP]
Gabriel Ilardi [Tue, 10 May 2011 09:12:13 +0000 (09:12 +0000)]
[USETUP]
- Fix Italian formatting.

svn path=/trunk/; revision=51661

12 years ago[NETEVENT]
Eric Kohl [Mon, 9 May 2011 14:42:10 +0000 (14:42 +0000)]
[NETEVENT]
Add some eventlog and service manager events.

svn path=/trunk/; revision=51659

12 years ago[winine]
Gabriel Ilardi [Mon, 9 May 2011 11:24:10 +0000 (11:24 +0000)]
[winine]
- Read also the shift key state patch by Carlo Bramini.
See issue #6238 for more details.

svn path=/trunk/; revision=51658

12 years ago[explorer]
Gabriel Ilardi [Mon, 9 May 2011 10:32:49 +0000 (10:32 +0000)]
[explorer]
- Run the dialog window in a new thread patch by Mikhail Denisenko <denisenkom AT gmail DOT com>
See issue #3339 for more details.

svn path=/trunk/; revision=51656

12 years ago[PSDK]
Timo Kreuzer [Mon, 9 May 2011 08:15:26 +0000 (08:15 +0000)]
[PSDK]
Improve MAKEINTRESOURCE macros to silence warnings on overzealous gcc versions.
See issue #5343 for more details.

svn path=/trunk/; revision=51655