[ros-diffs] [tfaber] 69860: [ACPICA] - Mark ReactOS modifications as such CORE-10509

2015-11-10 Thread tfaber
Author: tfaber Date: Tue Nov 10 11:12:54 2015 New Revision: 69860 URL: http://svn.reactos.org/svn/reactos?rev=69860&view=rev Log: [ACPICA] - Mark ReactOS modifications as such CORE-10509 Modified: trunk/reactos/drivers/bus/acpi/acpica/include/acpi.h trunk/reactos/drivers/bus/acpi/acpica/i

[ros-diffs] [akhaldi] 69861: [USER32] Improve the check for item in MENU_FindItem().

2015-11-10 Thread akhaldi
Author: akhaldi Date: Tue Nov 10 12:11:10 2015 New Revision: 69861 URL: http://svn.reactos.org/svn/reactos?rev=69861&view=rev Log: [USER32] Improve the check for item in MENU_FindItem(). Modified: trunk/reactos/win32ss/user/user32/windows/menu.c Modified: trunk/reactos/win32ss/user/user32/wi

[ros-diffs] [akhaldi] 69862: [FREELDR] FrLdrBugCheckWithMessage() is varags, it doesn't make sense to mark it stdcall.

2015-11-10 Thread akhaldi
Author: akhaldi Date: Tue Nov 10 12:14:56 2015 New Revision: 69862 URL: http://svn.reactos.org/svn/reactos?rev=69862&view=rev Log: [FREELDR] FrLdrBugCheckWithMessage() is varags, it doesn't make sense to mark it stdcall. Modified: trunk/reactos/boot/freeldr/freeldr/arch/arm/winldr.c trun

[ros-diffs] [tfaber] 69863: [ACPICA] - Fix GCC versions of ACPI_ACQUIRE_GLOBAL_LOCK/ACPI_RELEASE_GLOBAL_LOCK. It now generates the same code as the original CORE-10509

2015-11-10 Thread tfaber
Author: tfaber Date: Tue Nov 10 12:43:58 2015 New Revision: 69863 URL: http://svn.reactos.org/svn/reactos?rev=69863&view=rev Log: [ACPICA] - Fix GCC versions of ACPI_ACQUIRE_GLOBAL_LOCK/ACPI_RELEASE_GLOBAL_LOCK. It now generates the same code as the original CORE-10509 Modified: trunk/reacto

[ros-diffs] [akhaldi] 69864: [MESA] Addendum to r60576.

2015-11-10 Thread akhaldi
Author: akhaldi Date: Tue Nov 10 13:11:09 2015 New Revision: 69864 URL: http://svn.reactos.org/svn/reactos?rev=69864&view=rev Log: [MESA] Addendum to r60576. Modified: trunk/reactos/dll/opengl/mesa/main/get.c Modified: trunk/reactos/dll/opengl/mesa/main/get.c URL: http://svn.reactos.org/svn

[ros-diffs] [akhaldi] 69865: [HAL] Fix HalpInitializeTsc prototype.

2015-11-10 Thread akhaldi
Author: akhaldi Date: Tue Nov 10 13:19:40 2015 New Revision: 69865 URL: http://svn.reactos.org/svn/reactos?rev=69865&view=rev Log: [HAL] Fix HalpInitializeTsc prototype. Modified: trunk/reactos/hal/halx86/apic/tsc.h Modified: trunk/reactos/hal/halx86/apic/tsc.h URL: http://svn.reactos.org/s

[ros-diffs] [tfaber] 69866: [ACPICA] - Update to version 20141107 - Get rid of the ROS diffs in actypes.h by making use of the new ACPI_USE_SYSTEM_INTTYPES define

2015-11-10 Thread tfaber
Author: tfaber Date: Tue Nov 10 13:51:38 2015 New Revision: 69866 URL: http://svn.reactos.org/svn/reactos?rev=69866&view=rev Log: [ACPICA] - Update to version 20141107 - Get rid of the ROS diffs in actypes.h by making use of the new ACPI_USE_SYSTEM_INTTYPES define Added: trunk/reactos/driver

[ros-diffs] [tfaber] 69867: [ACPI] - Fix memory leak in acpi_bus_add. CID 731690

2015-11-10 Thread tfaber
Author: tfaber Date: Tue Nov 10 14:15:52 2015 New Revision: 69867 URL: http://svn.reactos.org/svn/reactos?rev=69867&view=rev Log: [ACPI] - Fix memory leak in acpi_bus_add. CID 731690 Modified: trunk/reactos/drivers/bus/acpi/busmgr/bus.c Modified: trunk/reactos/drivers/bus/acpi/busmgr/bus.c U

[ros-diffs] [tfaber] 69868: [ACPICA] - Update to version 20150410 CORE-10509

2015-11-10 Thread tfaber
Author: tfaber Date: Tue Nov 10 15:20:17 2015 New Revision: 69868 URL: http://svn.reactos.org/svn/reactos?rev=69868&view=rev Log: [ACPICA] - Update to version 20150410 CORE-10509 Added: trunk/reactos/drivers/bus/acpi/acpica/include/platform/acdragonfly.h (with props) trunk/reactos/driv

[ros-diffs] [rnaumann] 69869: [SHELL32] -Use a 32bit masked icon for "Open With" Dialog items -Fix icon ID for the "Open With" Dialog -Patches by Jared Smudde CORE-10500 CORE-10502

2015-11-10 Thread rnaumann
Author: rnaumann Date: Tue Nov 10 16:31:37 2015 New Revision: 69869 URL: http://svn.reactos.org/svn/reactos?rev=69869&view=rev Log: [SHELL32] -Use a 32bit masked icon for "Open With" Dialog items -Fix icon ID for the "Open With" Dialog -Patches by Jared Smudde CORE-10500 CORE-10502 Modified:

[ros-diffs] [tfaber] 69870: [ACPICA] - Update to version 20150930 CORE-10509 #resolve

2015-11-10 Thread tfaber
Author: tfaber Date: Tue Nov 10 16:56:46 2015 New Revision: 69870 URL: http://svn.reactos.org/svn/reactos?rev=69870&view=rev Log: [ACPICA] - Update to version 20150930 CORE-10509 #resolve Added: trunk/reactos/drivers/bus/acpi/acpica/dispatcher/dsdebug.c (with props) trunk/reactos/driver

[ros-diffs] [akhaldi] 69871: [WIN32SS] Improve the FILE header section. Brought to you by Adam Stachowicz. CORE-10114

2015-11-10 Thread akhaldi
Author: akhaldi Date: Tue Nov 10 17:41:55 2015 New Revision: 69871 URL: http://svn.reactos.org/svn/reactos?rev=69871&view=rev Log: [WIN32SS] Improve the FILE header section. Brought to you by Adam Stachowicz. CORE-10114 Modified: trunk/reactos/win32ss/gdi/dib/alphablend.c trunk/reactos/w

[ros-diffs] [tfaber] 69872: [ACPI] - Remove the HPET hack, which is finally no longer needed (presumably thanks to the ACPI_ACQUIRE_GLOBAL_LOCK/ACPI_RELEASE_GLOBAL_LOCK fixes). CORE-10509

2015-11-10 Thread tfaber
Author: tfaber Date: Tue Nov 10 19:14:03 2015 New Revision: 69872 URL: http://svn.reactos.org/svn/reactos?rev=69872&view=rev Log: [ACPI] - Remove the HPET hack, which is finally no longer needed (presumably thanks to the ACPI_ACQUIRE_GLOBAL_LOCK/ACPI_RELEASE_GLOBAL_LOCK fixes). CORE-10509 Modifi

[ros-diffs] [gadamopoulos] 69873: [SHELL32] - CDefView: When we have to flicker don't use the worst possible color to erase the window but the background color of the list view. At least now some flic

2015-11-10 Thread gadamopoulos
Author: gadamopoulos Date: Tue Nov 10 22:57:24 2015 New Revision: 69873 URL: http://svn.reactos.org/svn/reactos?rev=69873&view=rev Log: [SHELL32] - CDefView: When we have to flicker don't use the worst possible color to erase the window but the background color of the list view. At least now some

[ros-diffs] [fireball] 69874: - Hack away two biggest Arwinss bugs: * Bug #1 in msgina: GUIDisplayStatusMessage hang. * Bug #2 in user32: Failed to create desktop window, by forcing desktop window cre

2015-11-10 Thread fireball
Author: fireball Date: Tue Nov 10 23:12:42 2015 New Revision: 69874 URL: http://svn.reactos.org/svn/reactos?rev=69874&view=rev Log: - Hack away two biggest Arwinss bugs: * Bug #1 in msgina: GUIDisplayStatusMessage hang. * Bug #2 in user32: Failed to create desktop window, by forcing desktop wind

[ros-diffs] [fireball] 69875: Update trunk's patch wrt recent commit. It starts to get smaller in size, finally.

2015-11-10 Thread fireball
Author: fireball Date: Tue Nov 10 23:21:30 2015 New Revision: 69875 URL: http://svn.reactos.org/svn/reactos?rev=69875&view=rev Log: Update trunk's patch wrt recent commit. It starts to get smaller in size, finally. Modified: branches/arwinss/trunk.diff Modified: branches/arwinss/trunk.diff