[ros-diffs] [hpoussin] 65903: [RAMDISK] Set correct device object in drive extension This allows booting ReactOS livecd using PXE. Welcome ReactOS to the world of computers without harddisk/cdrom.

2014-12-29 Thread hpoussin
Author: hpoussin Date: Mon Dec 29 23:21:25 2014 New Revision: 65903 URL: http://svn.reactos.org/svn/reactos?rev=65903&view=rev Log: [RAMDISK] Set correct device object in drive extension This allows booting ReactOS livecd using PXE. Welcome ReactOS to the world of computers without harddisk/cdro

[ros-diffs] [pschweitzer] 65902: [RAMDISK] Implement RamdiskQueryDeviceRelations() when the device is a drive According to Hervé, this allows booting ReactOS livecd using PXE (with one of his patch).

2014-12-29 Thread pschweitzer
Author: pschweitzer Date: Mon Dec 29 23:14:42 2014 New Revision: 65902 URL: http://svn.reactos.org/svn/reactos?rev=65902&view=rev Log: [RAMDISK] Implement RamdiskQueryDeviceRelations() when the device is a drive According to Hervé, this allows booting ReactOS livecd using PXE (with one of his pa

[ros-diffs] [pschweitzer] 65901: [RAMDISK] Simplify & use IoCopyCurrentIrpStackLocationToNext()

2014-12-29 Thread pschweitzer
Author: pschweitzer Date: Mon Dec 29 22:55:21 2014 New Revision: 65901 URL: http://svn.reactos.org/svn/reactos?rev=65901&view=rev Log: [RAMDISK] Simplify & use IoCopyCurrentIrpStackLocationToNext() Modified: trunk/reactos/drivers/storage/class/ramdisk/ramdisk.c Modified: trunk/reactos/driver

[ros-diffs] [pschweitzer] 65900: [RAMDISK] - Implement RamdiskQueryCapabilities() which is used in case of IRP_MJ_PNP + IRP_MN_QUERY_CAPABILITIES - Implement RamdiskQueryDeviceText() which is used in

2014-12-29 Thread pschweitzer
Author: pschweitzer Date: Mon Dec 29 22:42:11 2014 New Revision: 65900 URL: http://svn.reactos.org/svn/reactos?rev=65900&view=rev Log: [RAMDISK] - Implement RamdiskQueryCapabilities() which is used in case of IRP_MJ_PNP + IRP_MN_QUERY_CAPABILITIES - Implement RamdiskQueryDeviceText() which is use

[ros-diffs] [ekohl] 65899: [USETUP] Change the partition creation workflow, so that the user is forced to choose a file system type and format a partition after it has been created.

2014-12-29 Thread ekohl
Author: ekohl Date: Mon Dec 29 21:23:30 2014 New Revision: 65899 URL: http://svn.reactos.org/svn/reactos?rev=65899&view=rev Log: [USETUP] Change the partition creation workflow, so that the user is forced to choose a file system type and format a partition after it has been created. Modified:

[ros-diffs] [pschweitzer] 65898: [RAMDISK] Wait for 1 min max but don't limit the number of acquire, ie: swap inverted args. This fixes ASSERT on use. Spotted by Hervé

2014-12-29 Thread pschweitzer
Author: pschweitzer Date: Mon Dec 29 21:22:49 2014 New Revision: 65898 URL: http://svn.reactos.org/svn/reactos?rev=65898&view=rev Log: [RAMDISK] Wait for 1 min max but don't limit the number of acquire, ie: swap inverted args. This fixes ASSERT on use. Spotted by Hervé Modified: trunk/react

[ros-diffs] [hbelusca] 65897: [RAPPS] Finish Japanese translation, fix by Ai Asano and reported by Marco Maria Emanuele Bartucci. CORE-8983 #resolve #comment Fixed, thanks!

2014-12-29 Thread hbelusca
Author: hbelusca Date: Mon Dec 29 21:12:06 2014 New Revision: 65897 URL: http://svn.reactos.org/svn/reactos?rev=65897&view=rev Log: [RAPPS] Finish Japanese translation, fix by Ai Asano and reported by Marco Maria Emanuele Bartucci. CORE-8983 #resolve #comment Fixed, thanks! Modified: trunk/r

[ros-diffs] [pschweitzer] 65896: [RAMDISK] Define the GUID_BUS_TYPE_RAMDISK GUID

2014-12-29 Thread pschweitzer
Author: pschweitzer Date: Mon Dec 29 20:41:15 2014 New Revision: 65896 URL: http://svn.reactos.org/svn/reactos?rev=65896&view=rev Log: [RAMDISK] Define the GUID_BUS_TYPE_RAMDISK GUID Modified: trunk/reactos/include/reactos/drivers/ntddrdsk.h Modified: trunk/reactos/include/reactos/drivers/nt

[ros-diffs] [pschweitzer] 65895: [RAMDISK] Implement RamdiskQueryId() which is used in case of IRP_MJ_PNP + IRP_MN_QUERY_ID

2014-12-29 Thread pschweitzer
Author: pschweitzer Date: Mon Dec 29 18:00:50 2014 New Revision: 65895 URL: http://svn.reactos.org/svn/reactos?rev=65895&view=rev Log: [RAMDISK] Implement RamdiskQueryId() which is used in case of IRP_MJ_PNP + IRP_MN_QUERY_ID Modified: trunk/reactos/drivers/storage/class/ramdisk/ramdisk.c Mo

[ros-diffs] [aandrejevic] 65894: [WHOAMI] Use ANSI when printing to the console. Fix the logic of LookupPrivilegeDisplayNameW. Patch by Ismael Ferreras Morezuelas. CORE-8965 #resolve #comment Committe

2014-12-29 Thread aandrejevic
Author: aandrejevic Date: Mon Dec 29 16:20:00 2014 New Revision: 65894 URL: http://svn.reactos.org/svn/reactos?rev=65894&view=rev Log: [WHOAMI] Use ANSI when printing to the console. Fix the logic of LookupPrivilegeDisplayNameW. Patch by Ismael Ferreras Morezuelas. CORE-8965 #resolve #comment Co

[ros-diffs] [tkreuzer] 65893: [GDI32] Import metafile code from wine. The wine code is unmodified (please keep it that way) and used through a wrapper function dispatcher and some helpers. Fixes 1931

2014-12-29 Thread tkreuzer
Author: tkreuzer Date: Mon Dec 29 14:25:30 2014 New Revision: 65893 URL: http://svn.reactos.org/svn/reactos?rev=65893&view=rev Log: [GDI32] Import metafile code from wine. The wine code is unmodified (please keep it that way) and used through a wrapper function dispatcher and some helpers. Fixes

[ros-diffs] [tkreuzer] 65892: [WIN32K] Simplify and fix calculation of biCompression in GreGetDIBitsInternal

2014-12-29 Thread tkreuzer
Author: tkreuzer Date: Mon Dec 29 14:16:16 2014 New Revision: 65892 URL: http://svn.reactos.org/svn/reactos?rev=65892&view=rev Log: [WIN32K] Simplify and fix calculation of biCompression in GreGetDIBitsInternal Modified: trunk/reactos/win32ss/gdi/ntgdi/dibobj.c Modified: trunk/reactos/win32s

[ros-diffs] [hbelusca] 65891: [WIN32K] - Add global user heap (un)map helper functions that will be used in other portions of code. - For consistency purpose also add the note about the mapping in des

2014-12-29 Thread hbelusca
Author: hbelusca Date: Mon Dec 29 13:56:28 2014 New Revision: 65891 URL: http://svn.reactos.org/svn/reactos?rev=65891&view=rev Log: [WIN32K] - Add global user heap (un)map helper functions that will be used in other portions of code. - For consistency purpose also add the note about the mapping i

[ros-diffs] [hpoussin] 65890: [NTOS:IO] Add some debug prints for remove locks

2014-12-29 Thread hpoussin
Author: hpoussin Date: Mon Dec 29 13:16:07 2014 New Revision: 65890 URL: http://svn.reactos.org/svn/reactos?rev=65890&view=rev Log: [NTOS:IO] Add some debug prints for remove locks Modified: trunk/reactos/ntoskrnl/io/iomgr/remlock.c Modified: trunk/reactos/ntoskrnl/io/iomgr/remlock.c URL: h

[ros-diffs] [tkreuzer] 65889: [GDI32] In Escape() make use of GdiGetDcAttr(), GreatLordish -> English and fix copy-pasta in comments, improve formatting, remove some code that (attention euphemism) wa

2014-12-29 Thread tkreuzer
Author: tkreuzer Date: Mon Dec 29 13:12:29 2014 New Revision: 65889 URL: http://svn.reactos.org/svn/reactos?rev=65889&view=rev Log: [GDI32] In Escape() make use of GdiGetDcAttr(), GreatLordish -> English and fix copy-pasta in comments, improve formatting, remove some code that (attention euphemi

[ros-diffs] [tkreuzer] 65888: [GDI32] Fix some parameters in the spec file

2014-12-29 Thread tkreuzer
Author: tkreuzer Date: Mon Dec 29 13:12:23 2014 New Revision: 65888 URL: http://svn.reactos.org/svn/reactos?rev=65888&view=rev Log: [GDI32] Fix some parameters in the spec file Modified: trunk/reactos/win32ss/gdi/gdi32/gdi32.spec Modified: trunk/reactos/win32ss/gdi/gdi32/gdi32.spec URL: htt

[ros-diffs] [tkreuzer] 65887: [WINE] Add LOGBRUSH16 and LOGPEN16 to wingdi16.h

2014-12-29 Thread tkreuzer
Author: tkreuzer Date: Mon Dec 29 13:12:15 2014 New Revision: 65887 URL: http://svn.reactos.org/svn/reactos?rev=65887&view=rev Log: [WINE] Add LOGBRUSH16 and LOGPEN16 to wingdi16.h Modified: trunk/reactos/include/reactos/wine/wingdi16.h Modified: trunk/reactos/include/reactos/wine/wingdi16.h

[ros-diffs] [tkreuzer] 65886: [WIN32K] Implement GdiGetEMFRestorDc case in NtGdiGetDCDword

2014-12-29 Thread tkreuzer
Author: tkreuzer Date: Mon Dec 29 13:12:10 2014 New Revision: 65886 URL: http://svn.reactos.org/svn/reactos?rev=65886&view=rev Log: [WIN32K] Implement GdiGetEMFRestorDc case in NtGdiGetDCDword Modified: trunk/reactos/win32ss/gdi/ntgdi/dcutil.c Modified: trunk/reactos/win32ss/gdi/ntgdi/dcutil

[ros-diffs] [tkreuzer] 65885: [WIN32K] - Implement GreCreateCompatibleDC, allowing to pass in a boolean value, specifying the DC type (normal or "alternative" DC, aka metafile DC) - Properly implement

2014-12-29 Thread tkreuzer
Author: tkreuzer Date: Mon Dec 29 13:12:05 2014 New Revision: 65885 URL: http://svn.reactos.org/svn/reactos?rev=65885&view=rev Log: [WIN32K] - Implement GreCreateCompatibleDC, allowing to pass in a boolean value, specifying the DC type (normal or "alternative" DC, aka metafile DC) - Properly impl

[ros-diffs] [tkreuzer] 65884: [WIN32K] - Implement NtGdiGetObjectBitmapHandle - Set BR_IS_DIBPALCOLORS in IntGdiCreateDIBBrush

2014-12-29 Thread tkreuzer
Author: tkreuzer Date: Mon Dec 29 13:11:59 2014 New Revision: 65884 URL: http://svn.reactos.org/svn/reactos?rev=65884&view=rev Log: [WIN32K] - Implement NtGdiGetObjectBitmapHandle - Set BR_IS_DIBPALCOLORS in IntGdiCreateDIBBrush Modified: trunk/reactos/win32ss/gdi/eng/stubs.c trunk/reacto

[ros-diffs] [tkreuzer] 65883: [GDI32] In DeleteObject handle ALTDC type, factor out GdiDeleteBrushOrPen, improve code a bit

2014-12-29 Thread tkreuzer
Author: tkreuzer Date: Mon Dec 29 13:11:54 2014 New Revision: 65883 URL: http://svn.reactos.org/svn/reactos?rev=65883&view=rev Log: [GDI32] In DeleteObject handle ALTDC type, factor out GdiDeleteBrushOrPen, improve code a bit Modified: trunk/reactos/win32ss/gdi/gdi32/objects/gdiobj.c Modifi

[ros-diffs] [tkreuzer] 65882: [GDI32] Improve client object code

2014-12-29 Thread tkreuzer
Author: tkreuzer Date: Mon Dec 29 13:11:48 2014 New Revision: 65882 URL: http://svn.reactos.org/svn/reactos?rev=65882&view=rev Log: [GDI32] Improve client object code Modified: trunk/reactos/win32ss/gdi/gdi32/include/gdi32p.h trunk/reactos/win32ss/gdi/gdi32/objects/clientobj.c Modified:

[ros-diffs] [tkreuzer] 65881: [GDI32] Improve GetROP2and SetROP2

2014-12-29 Thread tkreuzer
Author: tkreuzer Date: Mon Dec 29 13:11:40 2014 New Revision: 65881 URL: http://svn.reactos.org/svn/reactos?rev=65881&view=rev Log: [GDI32] Improve GetROP2and SetROP2 Modified: trunk/reactos/win32ss/gdi/gdi32/objects/dc.c Modified: trunk/reactos/win32ss/gdi/gdi32/objects/dc.c URL: http://sv

[ros-diffs] [tkreuzer] 65880: [GDI32] - Do not call BitBlt from StretchBlt when extension matches, this is handled in win32k - Use GdiGetDcAttr

2014-12-29 Thread tkreuzer
Author: tkreuzer Date: Mon Dec 29 13:11:35 2014 New Revision: 65880 URL: http://svn.reactos.org/svn/reactos?rev=65880&view=rev Log: [GDI32] - Do not call BitBlt from StretchBlt when extension matches, this is handled in win32k - Use GdiGetDcAttr Modified: trunk/reactos/win32ss/gdi/gdi32/obje

[ros-diffs] [tkreuzer] 65879: [GDI32] Improve code in painting.c: - Add annotations - Use consitent formatting - Use better parameter/variable names

2014-12-29 Thread tkreuzer
Author: tkreuzer Date: Mon Dec 29 13:11:31 2014 New Revision: 65879 URL: http://svn.reactos.org/svn/reactos?rev=65879&view=rev Log: [GDI32] Improve code in painting.c: - Add annotations - Use consitent formatting - Use better parameter/variable names Modified: trunk/reactos/win32ss/gdi/gdi32/

[ros-diffs] [tkreuzer] 65878: [GDI32] Move PatBlt, GetROP2 and SetROP2 to appropriate source files

2014-12-29 Thread tkreuzer
Author: tkreuzer Date: Mon Dec 29 13:11:27 2014 New Revision: 65878 URL: http://svn.reactos.org/svn/reactos?rev=65878&view=rev Log: [GDI32] Move PatBlt, GetROP2 and SetROP2 to appropriate source files Modified: trunk/reactos/win32ss/gdi/gdi32/objects/brush.c trunk/reactos/win32ss/gdi/gdi3

[ros-diffs] [tkreuzer] 65877: [GDI32] Add anotations to arc.c, replace an instance of the ugly gfx_worker with an RCAST() macro

2014-12-29 Thread tkreuzer
Author: tkreuzer Date: Mon Dec 29 13:11:07 2014 New Revision: 65877 URL: http://svn.reactos.org/svn/reactos?rev=65877&view=rev Log: [GDI32] Add anotations to arc.c, replace an instance of the ugly gfx_worker with an RCAST() macro Modified: trunk/reactos/win32ss/gdi/gdi32/include/gdi32p.h

[ros-diffs] [akhaldi] 65876: [TRANSLATIONS] Chinese (zh-CN) translation update by Henry Tang Ih. CORE-8935

2014-12-29 Thread akhaldi
Author: akhaldi Date: Mon Dec 29 12:56:47 2014 New Revision: 65876 URL: http://svn.reactos.org/svn/reactos?rev=65876&view=rev Log: [TRANSLATIONS] Chinese (zh-CN) translation update by Henry Tang Ih. CORE-8935 Modified: trunk/reactos/base/applications/cmdutils/help/lang/zh-CN.rc trunk/reac

[ros-diffs] [tkreuzer] 65875: [PSDK] Fix copypasta from r65873

2014-12-29 Thread tkreuzer
Author: tkreuzer Date: Mon Dec 29 12:28:56 2014 New Revision: 65875 URL: http://svn.reactos.org/svn/reactos?rev=65875&view=rev Log: [PSDK] Fix copypasta from r65873 Modified: trunk/reactos/include/psdk/wingdi.h Modified: trunk/reactos/include/psdk/wingdi.h URL: http://svn.reactos.org/svn/re

[ros-diffs] [gadamopoulos] 65874: [SHELL32] * Give focus to the def view control when CDesktopBrowser gets focus. CORE-8980

2014-12-29 Thread gadamopoulos
Author: gadamopoulos Date: Mon Dec 29 12:24:03 2014 New Revision: 65874 URL: http://svn.reactos.org/svn/reactos?rev=65874&view=rev Log: [SHELL32] * Give focus to the def view control when CDesktopBrowser gets focus. CORE-8980 Modified: trunk/reactos/dll/win32/shell32/CDesktopBrowser.cpp Modi

[ros-diffs] [tkreuzer] 65873: [PSDK] Improve some prototypes in wingdi.h

2014-12-29 Thread tkreuzer
Author: tkreuzer Date: Mon Dec 29 12:01:23 2014 New Revision: 65873 URL: http://svn.reactos.org/svn/reactos?rev=65873&view=rev Log: [PSDK] Improve some prototypes in wingdi.h Modified: trunk/reactos/include/psdk/wingdi.h Modified: trunk/reactos/include/psdk/wingdi.h URL: http://svn.reactos.

[ros-diffs] [hpoussin] 65872: [RAMDISK] Explicit the relation type check

2014-12-29 Thread hpoussin
Author: hpoussin Date: Mon Dec 29 09:07:01 2014 New Revision: 65872 URL: http://svn.reactos.org/svn/reactos?rev=65872&view=rev Log: [RAMDISK] Explicit the relation type check Modified: trunk/reactos/drivers/storage/class/ramdisk/ramdisk.c Modified: trunk/reactos/drivers/storage/class/ramdisk

[ros-diffs] [hpoussin] 65871: [RAMDISK] White space fixes

2014-12-29 Thread hpoussin
Author: hpoussin Date: Mon Dec 29 09:06:58 2014 New Revision: 65871 URL: http://svn.reactos.org/svn/reactos?rev=65871&view=rev Log: [RAMDISK] White space fixes Modified: trunk/reactos/drivers/storage/class/ramdisk/ramdisk.c Modified: trunk/reactos/drivers/storage/class/ramdisk/ramdisk.c URL: