[ros-diffs] [hbelusca] 66744: [MPLAY32]: Some improvements to TogglePlaybackState(). By Ricardo Hanke. CORE-9378 #resolve #comment Committed, thanks!

2015-03-16 Thread hbelusca
Author: hbelusca Date: Mon Mar 16 20:37:53 2015 New Revision: 66744 URL: http://svn.reactos.org/svn/reactos?rev=66744view=rev Log: [MPLAY32]: Some improvements to TogglePlaybackState(). By Ricardo Hanke. CORE-9378 #resolve #comment Committed, thanks! Modified:

[ros-diffs] [hbelusca] 66748: [SHELL32]: Fonts folder should point to C:\ReactOS\Fonts instead of C:\ReactOS :-) (and it is not internationalized).

2015-03-16 Thread hbelusca
Author: hbelusca Date: Mon Mar 16 22:48:58 2015 New Revision: 66748 URL: http://svn.reactos.org/svn/reactos?rev=66748view=rev Log: [SHELL32]: Fonts folder should point to C:\ReactOS\Fonts instead of C:\ReactOS :-) (and it is not internationalized). Modified:

[ros-diffs] [hbelusca] 66753: [NTOS]: Addendum to r66735: move the code that prints our revision number in the SOS banner to a different place, in order to remain NT-compatible (that is, the CSDVersio

2015-03-16 Thread hbelusca
Author: hbelusca Date: Tue Mar 17 03:04:20 2015 New Revision: 66753 URL: http://svn.reactos.org/svn/reactos?rev=66753view=rev Log: [NTOS]: Addendum to r66735: move the code that prints our revision number in the SOS banner to a different place, in order to remain NT-compatible (that is, the

[ros-diffs] [hbelusca] 66750: [WIN32K]: Since I don't have time to properly fix the desktop version painting for the CLT 2015 release, I hackfix that by printing a hardcoded version string built up fr

2015-03-16 Thread hbelusca
Author: hbelusca Date: Tue Mar 17 01:17:26 2015 New Revision: 66750 URL: http://svn.reactos.org/svn/reactos?rev=66750view=rev Log: [WIN32K]: Since I don't have time to properly fix the desktop version painting for the CLT 2015 release, I hackfix that by printing a hardcoded version string built

[ros-diffs] [hbelusca] 66752: [RSHELL]: Sync back with r66271.

2015-03-16 Thread hbelusca
Author: hbelusca Date: Tue Mar 17 01:53:16 2015 New Revision: 66752 URL: http://svn.reactos.org/svn/reactos?rev=66752view=rev Log: [RSHELL]: Sync back with r66271. Modified: trunk/reactos/base/shell/rshell/CDesktopBrowser.cpp Modified: trunk/reactos/base/shell/rshell/CDesktopBrowser.cpp

[ros-diffs] [hbelusca] 66751: Sync with trunk r66750.

2015-03-16 Thread hbelusca
Author: hbelusca Date: Tue Mar 17 01:27:57 2015 New Revision: 66751 URL: http://svn.reactos.org/svn/reactos?rev=66751view=rev Log: Sync with trunk r66750. Removed: branches/ReactOS-0.3.17-CLT2015/reactos/include/reactos/winlogon.h Modified: branches/ReactOS-0.3.17-CLT2015/reactos/

[ros-diffs] [gadamopoulos] 66737: [RSHELL] - Implement sorting shell menu items - Patch by David Quintana

2015-03-16 Thread gadamopoulos
Author: gadamopoulos Date: Mon Mar 16 16:30:24 2015 New Revision: 66737 URL: http://svn.reactos.org/svn/reactos?rev=66737view=rev Log: [RSHELL] - Implement sorting shell menu items - Patch by David Quintana Modified: trunk/reactos/base/shell/rshell/CMenuToolbars.cpp Modified:

[ros-diffs] [khornicek] 66736: [RAPPS] - adjust the settings dialog layout (by Stefan Fulea) CORE-9377 - disable the proxy settings input boxes if default/no proxy is selected - update the czech trans

2015-03-16 Thread khornicek
Author: khornicek Date: Mon Mar 16 15:34:00 2015 New Revision: 66736 URL: http://svn.reactos.org/svn/reactos?rev=66736view=rev Log: [RAPPS] - adjust the settings dialog layout (by Stefan Fulea) CORE-9377 - disable the proxy settings input boxes if default/no proxy is selected - update the czech

[ros-diffs] [fireball] 66738: [WIN32K] - Delete macros referring to non-existing GDIOBJ_FreeObj and GDIOBJ_FreeObjByHandle.

2015-03-16 Thread fireball
Author: fireball Date: Mon Mar 16 17:05:56 2015 New Revision: 66738 URL: http://svn.reactos.org/svn/reactos?rev=66738view=rev Log: [WIN32K] - Delete macros referring to non-existing GDIOBJ_FreeObj and GDIOBJ_FreeObjByHandle. Modified: trunk/reactos/win32ss/gdi/ntgdi/brush.h

[ros-diffs] [fireball] 66740: [ARWINSS] - Bring missing GDI Object Manager defines into gdiobj.c. - Add missing ime.h include into win32k.h

2015-03-16 Thread fireball
Author: fireball Date: Mon Mar 16 17:09:59 2015 New Revision: 66740 URL: http://svn.reactos.org/svn/reactos?rev=66740view=rev Log: [ARWINSS] - Bring missing GDI Object Manager defines into gdiobj.c. - Add missing ime.h include into win32k.h Modified:

[ros-diffs] [fireball] 66739: [ARWINSS] - Fix SetLogonNotify and SetWindowStationUser stubs.

2015-03-16 Thread fireball
Author: fireball Date: Mon Mar 16 17:08:44 2015 New Revision: 66739 URL: http://svn.reactos.org/svn/reactos?rev=66739view=rev Log: [ARWINSS] - Fix SetLogonNotify and SetWindowStationUser stubs. Modified: branches/arwinss/arwinss/client/user32/csr.c

[ros-diffs] [dquintana] 66745: [NTOBJSHEX] * Fix leak of the PIDL and PIDL Manager from the shell folder destructors. * Switch PIDL Manager to a lazy enumeration so it won't lookup the folder contents

2015-03-16 Thread dquintana
Author: dquintana Date: Mon Mar 16 20:47:05 2015 New Revision: 66745 URL: http://svn.reactos.org/svn/reactos?rev=66745view=rev Log: [NTOBJSHEX] * Fix leak of the PIDL and PIDL Manager from the shell folder destructors. * Switch PIDL Manager to a lazy enumeration so it won't lookup the folder

[ros-diffs] [hbelusca] 66746: [MPLAY32]: - Improve the app's title by printing the filename and the current state of the player. By Ricardo Hanke. - Fix pause state retrieval.

2015-03-16 Thread hbelusca
Author: hbelusca Date: Mon Mar 16 21:16:07 2015 New Revision: 66746 URL: http://svn.reactos.org/svn/reactos?rev=66746view=rev Log: [MPLAY32]: - Improve the app's title by printing the filename and the current state of the player. By Ricardo Hanke. - Fix pause state retrieval. Modified:

[ros-diffs] [hbelusca] 66747: Fix some printf specifiers...

2015-03-16 Thread hbelusca
Author: hbelusca Date: Mon Mar 16 22:10:59 2015 New Revision: 66747 URL: http://svn.reactos.org/svn/reactos?rev=66747view=rev Log: Fix some printf specifiers... Modified: trunk/reactos/dll/win32/syssetup/install.c trunk/reactos/drivers/input/i8042prt/mouse.c

[ros-diffs] [hbelusca] 66749: [SHELL32]: We need to also use the fonts string for the szValueName of the reg value (otherwise the default reg value gets the fonts dir path). Addendum to r66748. CORE-9

2015-03-16 Thread hbelusca
Author: hbelusca Date: Mon Mar 16 23:48:31 2015 New Revision: 66749 URL: http://svn.reactos.org/svn/reactos?rev=66749view=rev Log: [SHELL32]: We need to also use the fonts string for the szValueName of the reg value (otherwise the default reg value gets the fonts dir path). Addendum to r66748.

[ros-diffs] [dquintana] 66741: [SHELL32] * Disable the hardcoded part of the File menu. It provided no useful function and couldn't be localized. It can be reintroduced later when it is done properly.

2015-03-16 Thread dquintana
Author: dquintana Date: Mon Mar 16 18:58:37 2015 New Revision: 66741 URL: http://svn.reactos.org/svn/reactos?rev=66741view=rev Log: [SHELL32] * Disable the hardcoded part of the File menu. It provided no useful function and couldn't be localized. It can be reintroduced later when it is done

[ros-diffs] [khornicek] 66742: [KERNEL32] - don't garble the output with invalid data in WideCharToUtf7 - fixes whopping 65536 failed tests and as a result Testman shouldn't choke on kernel32:codepage

2015-03-16 Thread khornicek
Author: khornicek Date: Mon Mar 16 19:00:57 2015 New Revision: 66742 URL: http://svn.reactos.org/svn/reactos?rev=66742view=rev Log: [KERNEL32] - don't garble the output with invalid data in WideCharToUtf7 - fixes whopping 65536 failed tests and as a result Testman shouldn't choke on

[ros-diffs] [ekohl] 66743: [NETAPI32] Implement NetUseAdd, NetUseDel, NetUseEnum and NetUseGetInfo.

2015-03-16 Thread ekohl
Author: ekohl Date: Mon Mar 16 20:03:54 2015 New Revision: 66743 URL: http://svn.reactos.org/svn/reactos?rev=66743view=rev Log: [NETAPI32] Implement NetUseAdd, NetUseDel, NetUseEnum and NetUseGetInfo. Modified: trunk/reactos/dll/win32/netapi32/access.c