[ros-diffs] [ashaposhnikov] 74920: [RAPPS] * Added constants in resource.h for stringtables * Removed "Installed apps" from the TreeView * Added intallation status to the RichEdit using existing check

2017-06-04 Thread ashaposhnikov
Author: ashaposhnikov Date: Sun Jun 4 21:36:14 2017 New Revision: 74920 URL: http://svn.reactos.org/svn/reactos?rev=74920=rev Log: [RAPPS] * Added constants in resource.h for stringtables * Removed "Installed apps" from the TreeView * Added intallation status to the RichEdit using existing check

[ros-diffs] [pschweitzer] 74919: [UDFS] Complete the implementation of UDFGetNetworkInformation() so that it sets all the fields. This fixes displaying file size in explorer. CORE-4375 CORE-13366

2017-06-04 Thread pschweitzer
Author: pschweitzer Date: Sun Jun 4 19:17:10 2017 New Revision: 74919 URL: http://svn.reactos.org/svn/reactos?rev=74919=rev Log: [UDFS] Complete the implementation of UDFGetNetworkInformation() so that it sets all the fields. This fixes displaying file size in explorer. CORE-4375 CORE-13366

[ros-diffs] [hbelusca] 74918: [i8042prt]: Yet another hack for Dell trackpad, but this time, we inaugurate the Inspiron series with a Dell Inspiron 6000 hack!! x^( Something's fishy in our driver... T

2017-06-04 Thread hbelusca
Author: hbelusca Date: Sun Jun 4 18:24:05 2017 New Revision: 74918 URL: http://svn.reactos.org/svn/reactos?rev=74918=rev Log: [i8042prt]: Yet another hack for Dell trackpad, but this time, we inaugurate the Inspiron series with a Dell Inspiron 6000 hack!! x^( Something's fishy in our driver...

[ros-diffs] [hbelusca] 74916: [SETUPAPI]: Fix a 9-year old bug in the SETUP_CreateClassKey() logic, introduced in r31860, that set a wrong Class name value if the corresponding registry key already ex

2017-06-04 Thread hbelusca
Author: hbelusca Date: Sun Jun 4 18:16:24 2017 New Revision: 74916 URL: http://svn.reactos.org/svn/reactos?rev=74916=rev Log: [SETUPAPI]: Fix a 9-year old bug in the SETUP_CreateClassKey() logic, introduced in r31860, that set a wrong Class name value if the corresponding registry key already

[ros-diffs] [ssawant] 74915: [QCKLNCH] -Added .rgs script and other files to facilitate component registration.

2017-06-04 Thread ssawant
Author: ssawant Date: Sun Jun 4 17:33:06 2017 New Revision: 74915 URL: http://svn.reactos.org/svn/reactos?rev=74915=rev Log: [QCKLNCH] -Added .rgs script and other files to facilitate component registration. Added: branches/GSoC_2017/shellext/reactos/dll/shellext/qcklnch/qcklnch.rc (with

[ros-diffs] [pschweitzer] 74914: [UDFS] Fix broken implementation of UDFGetFullNameInformation(). Always return full name length so that caller can allocate a big-enough buffer for later call. CORE-43

2017-06-04 Thread pschweitzer
Author: pschweitzer Date: Sun Jun 4 16:59:25 2017 New Revision: 74914 URL: http://svn.reactos.org/svn/reactos?rev=74914=rev Log: [UDFS] Fix broken implementation of UDFGetFullNameInformation(). Always return full name length so that caller can allocate a big-enough buffer for later call.

[ros-diffs] [ekohl] 74913: [NETAPI32] - Implement NetFileClose, NetFileEnum and NetFileGetInfo. These functions call their counterparts in the server service. - Get rid of share.c as it is no longer n

2017-06-04 Thread ekohl
Author: ekohl Date: Sun Jun 4 15:46:29 2017 New Revision: 74913 URL: http://svn.reactos.org/svn/reactos?rev=74913=rev Log: [NETAPI32] - Implement NetFileClose, NetFileEnum and NetFileGetInfo. These functions call their counterparts in the server service. - Get rid of share.c as it is no longer

[ros-diffs] [akhaldi] 74912: [README.WINE] Mark some modules as synced with Wine Staging 2.9. CORE-13362

2017-06-04 Thread akhaldi
Author: akhaldi Date: Sun Jun 4 15:19:05 2017 New Revision: 74912 URL: http://svn.reactos.org/svn/reactos?rev=74912=rev Log: [README.WINE] Mark some modules as synced with Wine Staging 2.9. CORE-13362 Modified: trunk/reactos/media/doc/README.WINE Modified:

[ros-diffs] [akhaldi] 74909: [USER32_WINETEST] Sync with Wine Staging 2.9 except win.c. CORE-13362

2017-06-04 Thread akhaldi
Author: akhaldi Date: Sun Jun 4 14:34:15 2017 New Revision: 74909 URL: http://svn.reactos.org/svn/reactos?rev=74909=rev Log: [USER32_WINETEST] Sync with Wine Staging 2.9 except win.c. CORE-13362 Modified: trunk/rostests/winetests/user32/class.c

[ros-diffs] [akhaldi] 74908: [KERNEL32_WINETEST] Sync with Wine Staging 2.9. CORE-13362

2017-06-04 Thread akhaldi
Author: akhaldi Date: Sun Jun 4 14:29:15 2017 New Revision: 74908 URL: http://svn.reactos.org/svn/reactos?rev=74908=rev Log: [KERNEL32_WINETEST] Sync with Wine Staging 2.9. CORE-13362 Modified: trunk/rostests/winetests/kernel32/actctx.c trunk/rostests/winetests/kernel32/codepage.c

[ros-diffs] [akhaldi] 74907: [PSDK] Add some missing PROC_THREAD_ATTRIBUTE_* definitions.

2017-06-04 Thread akhaldi
Author: akhaldi Date: Sun Jun 4 14:27:51 2017 New Revision: 74907 URL: http://svn.reactos.org/svn/reactos?rev=74907=rev Log: [PSDK] Add some missing PROC_THREAD_ATTRIBUTE_* definitions. Modified: trunk/reactos/sdk/include/psdk/winbase.h Modified: trunk/reactos/sdk/include/psdk/winbase.h

[ros-diffs] [mjansen] 74906: [WIN32SS] Prevent accessing an unininitialized pointer when loading an invalid font. CORE-13364

2017-06-04 Thread mjansen
Author: mjansen Date: Sun Jun 4 14:03:25 2017 New Revision: 74906 URL: http://svn.reactos.org/svn/reactos?rev=74906=rev Log: [WIN32SS] Prevent accessing an unininitialized pointer when loading an invalid font. CORE-13364 Modified: trunk/reactos/win32ss/gdi/ntgdi/freetype.c Modified:

[ros-diffs] [akhaldi] 74905: [RPCRT4_WINETEST] Sync with Wine Staging 2.9. CORE-13362

2017-06-04 Thread akhaldi
Author: akhaldi Date: Sun Jun 4 14:02:01 2017 New Revision: 74905 URL: http://svn.reactos.org/svn/reactos?rev=74905=rev Log: [RPCRT4_WINETEST] Sync with Wine Staging 2.9. CORE-13362 Modified: trunk/rostests/winetests/rpcrt4/rpc.c trunk/rostests/winetests/rpcrt4/server.c Modified:

[ros-diffs] [akhaldi] 74904: [RPCRT4] Sync with Wine Staging 2.9. CORE-13362 6b53b79 rpcrt4: Use HEAP_ZERO_MEMORY to alloc RpcServerProtseq objects. 28f865b rpcrt4: Add close_read implementation for T

2017-06-04 Thread akhaldi
Author: akhaldi Date: Sun Jun 4 14:01:54 2017 New Revision: 74904 URL: http://svn.reactos.org/svn/reactos?rev=74904=rev Log: [RPCRT4] Sync with Wine Staging 2.9. CORE-13362 6b53b79 rpcrt4: Use HEAP_ZERO_MEMORY to alloc RpcServerProtseq objects. 28f865b rpcrt4: Add close_read implementation for

[ros-diffs] [akhaldi] 74903: [COMCTL32_WINETEST] Sync with Wine Staging 2.9. CORE-13362

2017-06-04 Thread akhaldi
Author: akhaldi Date: Sun Jun 4 12:53:30 2017 New Revision: 74903 URL: http://svn.reactos.org/svn/reactos?rev=74903=rev Log: [COMCTL32_WINETEST] Sync with Wine Staging 2.9. CORE-13362 Added: trunk/rostests/winetests/comctl32/taskdialog.c (with props) Modified:

[ros-diffs] [akhaldi] 74902: [COMCTL32] Sync with Wine Staging 2.9. CORE-13362 9abd3d1 comctl32: fix buttons becoming unthemed when pressed/released 8967e87 comctl32/taskdialog: Display content text l

2017-06-04 Thread akhaldi
Author: akhaldi Date: Sun Jun 4 12:53:17 2017 New Revision: 74902 URL: http://svn.reactos.org/svn/reactos?rev=74902=rev Log: [COMCTL32] Sync with Wine Staging 2.9. CORE-13362 9abd3d1 comctl32: fix buttons becoming unthemed when pressed/released 8967e87 comctl32/taskdialog: Display content text

[ros-diffs] [pschweitzer] 74901: [UDFS] Enable the UDFS driver on ReactOS. It will be started "on demand" by the FS_REC driver when an UDF formatted volume is inserted. It's not bug free (yet? ; -)).

2017-06-04 Thread pschweitzer
Author: pschweitzer Date: Sun Jun 4 11:47:34 2017 New Revision: 74901 URL: http://svn.reactos.org/svn/reactos?rev=74901=rev Log: [UDFS] Enable the UDFS driver on ReactOS. It will be started "on demand" by the FS_REC driver when an UDF formatted volume is inserted. It's not bug free (yet? ;-)).

[ros-diffs] [pschweitzer] 74900: [UDFS] Add UFDS to bootcd, so that it can be installed on disk CORE-4375

2017-06-04 Thread pschweitzer
Author: pschweitzer Date: Sun Jun 4 10:32:51 2017 New Revision: 74900 URL: http://svn.reactos.org/svn/reactos?rev=74900=rev Log: [UDFS] Add UFDS to bootcd, so that it can be installed on disk CORE-4375 Modified: trunk/reactos/boot/bootdata/txtsetup.sif Modified:

[ros-diffs] [ssawant] 74899: [QCKLNCH] -Added CQuickLaunchBand -Exposed required Interfaces -Stubbed the methods

2017-06-04 Thread ssawant
Author: ssawant Date: Sun Jun 4 09:56:54 2017 New Revision: 74899 URL: http://svn.reactos.org/svn/reactos?rev=74899=rev Log: [QCKLNCH] -Added CQuickLaunchBand -Exposed required Interfaces -Stubbed the methods Added:

[ros-diffs] [pschweitzer] 74898: [UDFS] Addendum to r74897: use the appropriate keyword (by Thomas) CORE-4375

2017-06-04 Thread pschweitzer
Author: pschweitzer Date: Sun Jun 4 08:09:29 2017 New Revision: 74898 URL: http://svn.reactos.org/svn/reactos?rev=74898=rev Log: [UDFS] Addendum to r74897: use the appropriate keyword (by Thomas) CORE-4375 Modified: trunk/reactos/drivers/filesystems/udfs/close.cpp

[ros-diffs] [pschweitzer] 74897: [UDFS] lolfix some deadlocks in UDFS: - deadlock when enumerating files - deadlock on shutdown after volume change I could track it to the fact that for whatever reaso

2017-06-04 Thread pschweitzer
Author: pschweitzer Date: Sun Jun 4 08:02:01 2017 New Revision: 74897 URL: http://svn.reactos.org/svn/reactos?rev=74897=rev Log: [UDFS] lolfix some deadlocks in UDFS: - deadlock when enumerating files - deadlock on shutdown after volume change I could track it to the fact that for whatever