[ros-diffs] [janderwald] 29344: - start implementing a few shell property dialogs (shelllink, file, drive) and corresponding shell objects (i.e. Desktop properties opens sysdm cpl) etc
janderwald at svn.reactos.org
janderwald at svn.reactos.org
Mon Oct 1 22:28:45 CEST 2007
Author: janderwald
Date: Tue Oct 2 00:28:45 2007
New Revision: 29344
URL: http://svn.reactos.org/svn/reactos?rev=29344&view=rev
Log:
- start implementing a few shell property dialogs (shelllink, file, drive) and corresponding shell objects (i.e. Desktop properties opens sysdm cpl) etc
Added:
trunk/reactos/dll/win32/shell32/drive.c
trunk/reactos/dll/win32/shell32/fprop.c (with props)
Modified:
trunk/reactos/dll/win32/shell32/shell32.rbuild
trunk/reactos/dll/win32/shell32/shell32_Bg.rc
trunk/reactos/dll/win32/shell32/shell32_Ca.rc
trunk/reactos/dll/win32/shell32/shell32_Cn.rc
trunk/reactos/dll/win32/shell32/shell32_Cs.rc
trunk/reactos/dll/win32/shell32/shell32_Da.rc
trunk/reactos/dll/win32/shell32/shell32_De.rc
trunk/reactos/dll/win32/shell32/shell32_En.rc
trunk/reactos/dll/win32/shell32/shell32_Eo.rc
trunk/reactos/dll/win32/shell32/shell32_Es.rc
trunk/reactos/dll/win32/shell32/shell32_Fi.rc
trunk/reactos/dll/win32/shell32/shell32_Fr.rc
trunk/reactos/dll/win32/shell32/shell32_Hu.rc
trunk/reactos/dll/win32/shell32/shell32_It.rc
trunk/reactos/dll/win32/shell32/shell32_Ja.rc
trunk/reactos/dll/win32/shell32/shell32_Ko.rc
trunk/reactos/dll/win32/shell32/shell32_Nl.rc
trunk/reactos/dll/win32/shell32/shell32_No.rc
trunk/reactos/dll/win32/shell32/shell32_Pl.rc
trunk/reactos/dll/win32/shell32/shell32_Pt.rc
trunk/reactos/dll/win32/shell32/shell32_Ru.rc
trunk/reactos/dll/win32/shell32/shell32_Si.rc
trunk/reactos/dll/win32/shell32/shell32_Sk.rc
trunk/reactos/dll/win32/shell32/shell32_Sv.rc
trunk/reactos/dll/win32/shell32/shell32_Uk.rc
trunk/reactos/dll/win32/shell32/shell32_Wa.rc
trunk/reactos/dll/win32/shell32/shell32_Zh.rc
trunk/reactos/dll/win32/shell32/shell32_main.h
trunk/reactos/dll/win32/shell32/shelllink.c
trunk/reactos/dll/win32/shell32/shlexec.c
trunk/reactos/dll/win32/shell32/shresdef.h
trunk/reactos/dll/win32/shell32/shv_item_cmenu.c
[This mail would be too long, it was shortened to contain the URLs only.]
Added: trunk/reactos/dll/win32/shell32/drive.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/drive.c?rev=29344&view=auto
Added: trunk/reactos/dll/win32/shell32/fprop.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/fprop.c?rev=29344&view=auto
Modified: trunk/reactos/dll/win32/shell32/shell32.rbuild
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/shell32.rbuild?rev=29344&r1=29343&r2=29344&view=diff
Modified: trunk/reactos/dll/win32/shell32/shell32_Bg.rc
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/shell32_Bg.rc?rev=29344&r1=29343&r2=29344&view=diff
Modified: trunk/reactos/dll/win32/shell32/shell32_Ca.rc
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/shell32_Ca.rc?rev=29344&r1=29343&r2=29344&view=diff
Modified: trunk/reactos/dll/win32/shell32/shell32_Cn.rc
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/shell32_Cn.rc?rev=29344&r1=29343&r2=29344&view=diff
Modified: trunk/reactos/dll/win32/shell32/shell32_Cs.rc
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/shell32_Cs.rc?rev=29344&r1=29343&r2=29344&view=diff
Modified: trunk/reactos/dll/win32/shell32/shell32_Da.rc
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/shell32_Da.rc?rev=29344&r1=29343&r2=29344&view=diff
Modified: trunk/reactos/dll/win32/shell32/shell32_De.rc
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/shell32_De.rc?rev=29344&r1=29343&r2=29344&view=diff
Modified: trunk/reactos/dll/win32/shell32/shell32_En.rc
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/shell32_En.rc?rev=29344&r1=29343&r2=29344&view=diff
Modified: trunk/reactos/dll/win32/shell32/shell32_Eo.rc
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/shell32_Eo.rc?rev=29344&r1=29343&r2=29344&view=diff
Modified: trunk/reactos/dll/win32/shell32/shell32_Es.rc
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/shell32_Es.rc?rev=29344&r1=29343&r2=29344&view=diff
Modified: trunk/reactos/dll/win32/shell32/shell32_Fi.rc
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/shell32_Fi.rc?rev=29344&r1=29343&r2=29344&view=diff
Modified: trunk/reactos/dll/win32/shell32/shell32_Fr.rc
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/shell32_Fr.rc?rev=29344&r1=29343&r2=29344&view=diff
Modified: trunk/reactos/dll/win32/shell32/shell32_Hu.rc
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/shell32_Hu.rc?rev=29344&r1=29343&r2=29344&view=diff
Modified: trunk/reactos/dll/win32/shell32/shell32_It.rc
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/shell32_It.rc?rev=29344&r1=29343&r2=29344&view=diff
Modified: trunk/reactos/dll/win32/shell32/shell32_Ja.rc
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/shell32_Ja.rc?rev=29344&r1=29343&r2=29344&view=diff
Modified: trunk/reactos/dll/win32/shell32/shell32_Ko.rc
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/shell32_Ko.rc?rev=29344&r1=29343&r2=29344&view=diff
Modified: trunk/reactos/dll/win32/shell32/shell32_Nl.rc
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/shell32_Nl.rc?rev=29344&r1=29343&r2=29344&view=diff
Modified: trunk/reactos/dll/win32/shell32/shell32_No.rc
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/shell32_No.rc?rev=29344&r1=29343&r2=29344&view=diff
Modified: trunk/reactos/dll/win32/shell32/shell32_Pl.rc
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/shell32_Pl.rc?rev=29344&r1=29343&r2=29344&view=diff
Modified: trunk/reactos/dll/win32/shell32/shell32_Pt.rc
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/shell32_Pt.rc?rev=29344&r1=29343&r2=29344&view=diff
Modified: trunk/reactos/dll/win32/shell32/shell32_Ru.rc
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/shell32_Ru.rc?rev=29344&r1=29343&r2=29344&view=diff
Modified: trunk/reactos/dll/win32/shell32/shell32_Si.rc
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/shell32_Si.rc?rev=29344&r1=29343&r2=29344&view=diff
Modified: trunk/reactos/dll/win32/shell32/shell32_Sk.rc
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/shell32_Sk.rc?rev=29344&r1=29343&r2=29344&view=diff
Modified: trunk/reactos/dll/win32/shell32/shell32_Sv.rc
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/shell32_Sv.rc?rev=29344&r1=29343&r2=29344&view=diff
Modified: trunk/reactos/dll/win32/shell32/shell32_Uk.rc
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/shell32_Uk.rc?rev=29344&r1=29343&r2=29344&view=diff
Modified: trunk/reactos/dll/win32/shell32/shell32_Wa.rc
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/shell32_Wa.rc?rev=29344&r1=29343&r2=29344&view=diff
Modified: trunk/reactos/dll/win32/shell32/shell32_Zh.rc
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/shell32_Zh.rc?rev=29344&r1=29343&r2=29344&view=diff
Modified: trunk/reactos/dll/win32/shell32/shell32_main.h
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/shell32_main.h?rev=29344&r1=29343&r2=29344&view=diff
Modified: trunk/reactos/dll/win32/shell32/shelllink.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/shelllink.c?rev=29344&r1=29343&r2=29344&view=diff
Modified: trunk/reactos/dll/win32/shell32/shlexec.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/shlexec.c?rev=29344&r1=29343&r2=29344&view=diff
Modified: trunk/reactos/dll/win32/shell32/shresdef.h
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/shresdef.h?rev=29344&r1=29343&r2=29344&view=diff
Modified: trunk/reactos/dll/win32/shell32/shv_item_cmenu.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/shv_item_cmenu.c?rev=29344&r1=29343&r2=29344&view=diff
More information about the Ros-diffs
mailing list