[ros-diffs] [cwittich] 66438: [PSDK] fix NOTIFYICONDATA definition

2015-02-24 Thread cwittich
Author: cwittich Date: Tue Feb 24 10:21:10 2015 New Revision: 66438 URL: http://svn.reactos.org/svn/reactos?rev=66438view=rev Log: [PSDK] fix NOTIFYICONDATA definition Modified: trunk/reactos/include/psdk/shellapi.h Modified: trunk/reactos/include/psdk/shellapi.h URL:

[ros-diffs] [cwittich] 66439: [PSDK] add missing members to DISK_PERFORMANCE struct

2015-02-24 Thread cwittich
Author: cwittich Date: Tue Feb 24 11:04:02 2015 New Revision: 66439 URL: http://svn.reactos.org/svn/reactos?rev=66439view=rev Log: [PSDK] add missing members to DISK_PERFORMANCE struct Modified: trunk/reactos/include/psdk/winioctl.h Modified: trunk/reactos/include/psdk/winioctl.h URL:

[ros-diffs] [tfaber] 66440: [COM_APITEST] - Add IID_ITranslateShellChangeNotify, the answer to CORE-8844 - found by David - Fix some non-constant offsets - Re-alphabetize the lists

2015-02-24 Thread tfaber
Author: tfaber Date: Tue Feb 24 12:52:18 2015 New Revision: 66440 URL: http://svn.reactos.org/svn/reactos?rev=66440view=rev Log: [COM_APITEST] - Add IID_ITranslateShellChangeNotify, the answer to CORE-8844 - found by David - Fix some non-constant offsets - Re-alphabetize the lists Modified:

[ros-diffs] [gadamopoulos] 66446: [IEXPLORE] - Set http://www.reactos.org as the default homepage. [BOOTDATA] - Remove settings that are now set by iexplore.inf

2015-02-24 Thread gadamopoulos
Author: gadamopoulos Date: Wed Feb 25 01:20:06 2015 New Revision: 66446 URL: http://svn.reactos.org/svn/reactos?rev=66446view=rev Log: [IEXPLORE] - Set http://www.reactos.org as the default homepage. [BOOTDATA] - Remove settings that are now set by iexplore.inf Modified:

[ros-diffs] [ekohl] 66443: [NETAPI32] Fix indentation. No code changes!

2015-02-24 Thread ekohl
Author: ekohl Date: Tue Feb 24 22:58:01 2015 New Revision: 66443 URL: http://svn.reactos.org/svn/reactos?rev=66443view=rev Log: [NETAPI32] Fix indentation. No code changes! Modified: trunk/reactos/dll/win32/netapi32/local_group.c Modified: trunk/reactos/dll/win32/netapi32/local_group.c URL:

[ros-diffs] [gadamopoulos] 66445: [IEXPLORE] - Contrary to wine we store our version info with utf16 (like windows do). Fix checking for native internet explorer. - Now our iexplore.inf is installed.

2015-02-24 Thread gadamopoulos
Author: gadamopoulos Date: Wed Feb 25 01:02:03 2015 New Revision: 66445 URL: http://svn.reactos.org/svn/reactos?rev=66445view=rev Log: [IEXPLORE] - Contrary to wine we store our version info with utf16 (like windows do). Fix checking for native internet explorer. - Now our iexplore.inf is

[ros-diffs] [ekohl] 66441: [NETAPI32] Implement the client side of NetWkstaSetInfo and NetWkstaUserEnum.

2015-02-24 Thread ekohl
Author: ekohl Date: Tue Feb 24 22:15:58 2015 New Revision: 66441 URL: http://svn.reactos.org/svn/reactos?rev=66441view=rev Log: [NETAPI32] Implement the client side of NetWkstaSetInfo and NetWkstaUserEnum. Modified: trunk/reactos/dll/win32/netapi32/netapi32.spec

[ros-diffs] [ekohl] 66442: [NETAPI32] DsRoleGetPrimaryDomainInformation: Implement stubs for the DsRoleUpgradeStatus and DsRoleOperationState cases.

2015-02-24 Thread ekohl
Author: ekohl Date: Tue Feb 24 22:50:55 2015 New Revision: 66442 URL: http://svn.reactos.org/svn/reactos?rev=66442view=rev Log: [NETAPI32] DsRoleGetPrimaryDomainInformation: Implement stubs for the DsRoleUpgradeStatus and DsRoleOperationState cases. Modified:

[ros-diffs] [tkreuzer] 66444: [USER32_APITEST] Add some test for GetDCEx that highlight the ridiculous implementation of owned and class DCs.

2015-02-24 Thread tkreuzer
Author: tkreuzer Date: Tue Feb 24 23:15:08 2015 New Revision: 66444 URL: http://svn.reactos.org/svn/reactos?rev=66444view=rev Log: [USER32_APITEST] Add some test for GetDCEx that highlight the ridiculous implementation of owned and class DCs. Added: trunk/rostests/apitests/user32/GetDCEx.c

[ros-diffs] [jimtabor] 66447: [NtUser] - Fix wine Msg test_SetActiveWindow with six remaining.

2015-02-24 Thread jimtabor
Author: jimtabor Date: Wed Feb 25 04:37:56 2015 New Revision: 66447 URL: http://svn.reactos.org/svn/reactos?rev=66447view=rev Log: [NtUser] - Fix wine Msg test_SetActiveWindow with six remaining. Modified: trunk/reactos/win32ss/user/ntuser/focus.c