[ros-diffs] [akhaldi] 59225: [ATACTL] * Add version information. By Lee Schroeder. CR-16 CORE-6822

2013-06-16 Thread akhaldi
Author: akhaldi Date: Sun Jun 16 10:58:55 2013 New Revision: 59225 URL: http://svn.reactos.org/svn/reactos?rev=59225view=rev Log: [ATACTL] * Add version information. By Lee Schroeder. CR-16 CORE-6822 Added: trunk/reactos/base/applications/atactl/atactl.rc (with props) Modified:

[ros-diffs] [akhaldi] 59227: [QMGR_WINETEST] * Sync with Wine 1.5.26.

2013-06-16 Thread akhaldi
Author: akhaldi Date: Sun Jun 16 11:10:56 2013 New Revision: 59227 URL: http://svn.reactos.org/svn/reactos?rev=59227view=rev Log: [QMGR_WINETEST] * Sync with Wine 1.5.26. Modified: trunk/rostests/winetests/qmgr/enum_files.c trunk/rostests/winetests/qmgr/enum_jobs.c

[ros-diffs] [akhaldi] 59228: [QMGRPRXY] * Sync with Wine 1.5.26.

2013-06-16 Thread akhaldi
Author: akhaldi Date: Sun Jun 16 11:11:48 2013 New Revision: 59228 URL: http://svn.reactos.org/svn/reactos?rev=59228view=rev Log: [QMGRPRXY] * Sync with Wine 1.5.26. Added: trunk/reactos/dll/win32/qmgrprxy/qmgrprxy.rc - copied unchanged from r59223,

[ros-diffs] [ekohl] 59229: [NTFS] Fix indentation and coding style. No code changes!!!

2013-06-16 Thread ekohl
Author: ekohl Date: Sun Jun 16 12:15:06 2013 New Revision: 59229 URL: http://svn.reactos.org/svn/reactos?rev=59229view=rev Log: [NTFS] Fix indentation and coding style. No code changes!!! Modified: trunk/reactos/drivers/filesystems/ntfs/CMakeLists.txt

[ros-diffs] [akhaldi] 59230: [FONTVIEW] * Restructure Display_OnPrint to eliminate allocating an unused variable and plug a leak.

2013-06-16 Thread akhaldi
Author: akhaldi Date: Sun Jun 16 12:43:35 2013 New Revision: 59230 URL: http://svn.reactos.org/svn/reactos?rev=59230view=rev Log: [FONTVIEW] * Restructure Display_OnPrint to eliminate allocating an unused variable and plug a leak. Modified: trunk/reactos/base/applications/fontview/display.c

[ros-diffs] [akhaldi] 59231: [LOCALSPL] * Sync with Wine 1.5.26.

2013-06-16 Thread akhaldi
Author: akhaldi Date: Sun Jun 16 14:35:12 2013 New Revision: 59231 URL: http://svn.reactos.org/svn/reactos?rev=59231view=rev Log: [LOCALSPL] * Sync with Wine 1.5.26. Modified: trunk/reactos/dll/win32/localspl/CMakeLists.txt trunk/reactos/dll/win32/localspl/localmon.c

[ros-diffs] [akhaldi] 59232: [LOCALSPL_WINETEST] * Sync with Wine 1.5.26.

2013-06-16 Thread akhaldi
Author: akhaldi Date: Sun Jun 16 14:36:02 2013 New Revision: 59232 URL: http://svn.reactos.org/svn/reactos?rev=59232view=rev Log: [LOCALSPL_WINETEST] * Sync with Wine 1.5.26. Modified: trunk/rostests/winetests/localspl/CMakeLists.txt trunk/rostests/winetests/localspl/localmon.c

[ros-diffs] [ekohl] 59233: [LSASRV] Fix uninitialized variable. CORE-7303 #resolve #comment Fixed!

2013-06-16 Thread ekohl
Author: ekohl Date: Sun Jun 16 16:24:45 2013 New Revision: 59233 URL: http://svn.reactos.org/svn/reactos?rev=59233view=rev Log: [LSASRV] Fix uninitialized variable. CORE-7303 #resolve #comment Fixed! Modified: trunk/reactos/dll/win32/lsasrv/lsarpc.c Modified:

[ros-diffs] [hbelusca] 59234: [KERNEL32] - Simplify initialization of CONSOLE_START_INFO objects by also initializing their AppPath member in InitConsoleInfo. - Add two members IconPath and IconIndex

2013-06-16 Thread hbelusca
Author: hbelusca Date: Sun Jun 16 17:16:33 2013 New Revision: 59234 URL: http://svn.reactos.org/svn/reactos?rev=59234view=rev Log: [KERNEL32] - Simplify initialization of CONSOLE_START_INFO objects by also initializing their AppPath member in InitConsoleInfo. - Add two members IconPath and

[ros-diffs] [akhaldi] 59235: [FREETYPE] * Silence the unused-but-set warnings. Dedicated to Thomas Faber.

2013-06-16 Thread akhaldi
Author: akhaldi Date: Sun Jun 16 17:42:42 2013 New Revision: 59235 URL: http://svn.reactos.org/svn/reactos?rev=59235view=rev Log: [FREETYPE] * Silence the unused-but-set warnings. Dedicated to Thomas Faber. Modified: trunk/reactos/lib/3rdparty/freetype/CMakeLists.txt Modified:

[ros-diffs] [akhaldi] 59236: [MESA32] * Silence warnings.

2013-06-16 Thread akhaldi
Author: akhaldi Date: Sun Jun 16 19:13:50 2013 New Revision: 59236 URL: http://svn.reactos.org/svn/reactos?rev=59236view=rev Log: [MESA32] * Silence warnings. Modified: trunk/reactos/dll/opengl/mesa/CMakeLists.txt Modified: trunk/reactos/dll/opengl/mesa/CMakeLists.txt URL:

[ros-diffs] [ekohl] 59237: [NETAPI32] - BuildUserInfoBuffer: return password age - SetUserInfo: set account control flags and implement level 1008

2013-06-16 Thread ekohl
Author: ekohl Date: Sun Jun 16 20:07:29 2013 New Revision: 59237 URL: http://svn.reactos.org/svn/reactos?rev=59237view=rev Log: [NETAPI32] - BuildUserInfoBuffer: return password age - SetUserInfo: set account control flags and implement level 1008 Modified:

[ros-diffs] [dreimer] 59238: logical 'and' applied to non-boolean constant Reviewed by Thomas Faber and asked for commit, so blame him! CORE-7207 #resolve #comment Fixed!

2013-06-16 Thread dreimer
Author: dreimer Date: Sun Jun 16 20:37:04 2013 New Revision: 59238 URL: http://svn.reactos.org/svn/reactos?rev=59238view=rev Log: logical 'and' applied to non-boolean constant Reviewed by Thomas Faber and asked for commit, so blame him! CORE-7207 #resolve #comment Fixed! Modified:

[ros-diffs] [ekohl] 59239: [USRMGR] Enable the calls to NetUserSetInfo. We are now able to change user properties.

2013-06-16 Thread ekohl
Author: ekohl Date: Sun Jun 16 21:26:04 2013 New Revision: 59239 URL: http://svn.reactos.org/svn/reactos?rev=59239view=rev Log: [USRMGR] Enable the calls to NetUserSetInfo. We are now able to change user properties. Modified: trunk/reactos/dll/cpl/usrmgr/userprops.c Modified:

[ros-diffs] [hbelusca] 59240: [KERNEL32] - Change the argument types of both GetConsoleFontInfo() and SetConsoleFont() to be more complete. This research is based off of the examining of source code f

2013-06-16 Thread hbelusca
Author: hbelusca Date: Sun Jun 16 21:35:18 2013 New Revision: 59240 URL: http://svn.reactos.org/svn/reactos?rev=59240view=rev Log: [KERNEL32] - Change the argument types of both GetConsoleFontInfo() and SetConsoleFont() to be more complete. This research is based off of the examining of source

[ros-diffs] [hbelusca] 59241: Create a branch for Aleksandar Andrejevic for his work on NTVDM. See http://jira.reactos.org/browse/CORE-7250 for more details.

2013-06-16 Thread hbelusca
Author: hbelusca Date: Sun Jun 16 22:01:41 2013 New Revision: 59241 URL: http://svn.reactos.org/svn/reactos?rev=59241view=rev Log: Create a branch for Aleksandar Andrejevic for his work on NTVDM. See http://jira.reactos.org/browse/CORE-7250 for more details. Added: branches/ntvdm/ (props

[ros-diffs] [dreimer] 59244: advapi32: avicap32: fix missing allocation checks, and incorrect free calls by andygui CORE-7197 #resolve #comment Committed in revision r59243, thanks for help

2013-06-16 Thread dreimer
Author: dreimer Date: Sun Jun 16 22:15:28 2013 New Revision: 59244 URL: http://svn.reactos.org/svn/reactos?rev=59244view=rev Log: advapi32: avicap32: fix missing allocation checks, and incorrect free calls by andygui CORE-7197 #resolve #comment Committed in revision r59243, thanks for help

[ros-diffs] [dreimer] 59245: Fix for r59242. GCC does not even care here... sorry.

2013-06-16 Thread dreimer
Author: dreimer Date: Sun Jun 16 22:49:04 2013 New Revision: 59245 URL: http://svn.reactos.org/svn/reactos?rev=59245view=rev Log: Fix for r59242. GCC does not even care here... sorry. Modified: trunk/reactos/base/applications/kbswitch/kbswitch.c

[ros-diffs] [dreimer] 59246: Updated German Resource for usrmgr.

2013-06-16 Thread dreimer
Author: dreimer Date: Sun Jun 16 23:30:09 2013 New Revision: 59246 URL: http://svn.reactos.org/svn/reactos?rev=59246view=rev Log: Updated German Resource for usrmgr. Modified: trunk/reactos/dll/cpl/usrmgr/lang/de-DE.rc Modified: trunk/reactos/dll/cpl/usrmgr/lang/de-DE.rc URL:

[ros-diffs] [hbelusca] 59247: Integrate softx86-v0.00.0033 library. Allow compilation warnings (the downsides are that it generates LOTS of warnings...)

2013-06-16 Thread hbelusca
Author: hbelusca Date: Sun Jun 16 23:33:04 2013 New Revision: 59247 URL: http://svn.reactos.org/svn/reactos?rev=59247view=rev Log: Integrate softx86-v0.00.0033 library. Allow compilation warnings (the downsides are that it generates LOTS of warnings...) Added:

[ros-diffs] [hbelusca] 59248: [SOFTX86] Fix some bugs of softx86, see CORE-7250 for more information. All diffs from the original softx86 code should also be put in softx86_ros.diff.

2013-06-16 Thread hbelusca
Author: hbelusca Date: Sun Jun 16 23:54:30 2013 New Revision: 59248 URL: http://svn.reactos.org/svn/reactos?rev=59248view=rev Log: [SOFTX86] Fix some bugs of softx86, see CORE-7250 for more information. All diffs from the original softx86 code should also be put in softx86_ros.diff. Added:

[ros-diffs] [dreimer] 59250: Turkish translation update by Erdem Ersoy CORE-7261 #resolve #comment Committed in revision r59250, thanks for help. Skipped wordpad, winhlp32 and write. These apps are wi

2013-06-16 Thread dreimer
Author: dreimer Date: Mon Jun 17 00:26:48 2013 New Revision: 59250 URL: http://svn.reactos.org/svn/reactos?rev=59250view=rev Log: Turkish translation update by Erdem Ersoy CORE-7261 #resolve #comment Committed in revision r59250, thanks for help. Skipped wordpad, winhlp32 and write. These apps