Author: akhaldi
Date: Wed Nov 26 19:49:18 2014
New Revision: 65496

URL: http://svn.reactos.org/svn/reactos?rev=65496&view=rev
Log:
* The Shell.. for a long time we dreamed of having a compatible, properly 
working rewrite, but it's easier said than done. Over the years this effort has 
been split into tasks, and this branch was the biggest overall. Now it's time 
to merge it back to trunk!
* This merge is also a chance to thank every single person involved directly 
and indirectly in this epic work, among them: Martin Fuchs for ReactOS explorer 
which we are respectfully retiring now, as it served the project so well over 
all these years. Thomas Bluemel (Thomas Weidenmueller aka w3seek) for his brave 
work on the shell, mainly his explorer_new. Andrew Hill for advancing the shell 
bringup with some impressive work. David Quintana, Giannis Adamopoulos and Huw 
Campbell for working as a solid team on making this branch a huge success, 
allowing the shell rewrite dream to finally become a reality. Again, thank you 
all!
* Merging this branch is not the end.. it's the beginning of some serious bug 
fixing based hopefully on the Community's continuous feedback.
* Finally, here are *some* of the highlights of this branch (simply put):

[BROWSEUI] Halfplement the address bar. Mostly implement the Favorites menu. 
Implement handling most hotkeys that should be handled by CShellBrowser. Fix 
various bugs.

[EXPLORER_NEW] Convert to C++ and use several wtl-like classes to simplify it. 
Fix several bugs and implement misc missing features.

[FILEBROWSER] A small exe file that opens a new file browser window in its own 
process. Tested to work in windows. It can be used to test our browseui.dll in 
windows.

[FONTS] A new marlett font.

[MSGINA] Add a proper shutdown dialog that's used when the user selects 
shutdown from the start menu (this is how it's done in Windows).

[RSHELL] A temporary module that hosts the implementation of the following 
classes needed for the shell: CMenuBand, CMenuDeskBar, CMenuSite, 
CMergedFolder, CStartMenu. These were implemented and tested in windows and for 
that reason they are still there. Should be moved in shell32 in the future.

[SHELL32] Reorganize files to isolate the ones that are not yet forked from 
wine. Fix various problems. Simplify the implementation of some shell folders. 
Implement filling in the file menu in the file browser.

[STOBJECT] A shell extension responsible for misc taskbar notification icons. 
So far only the sound icon is implemented. Adding this is necessary as the old 
explorer had the sound icon built in and deprecating it needs a proper solution 
for these notification icons.

[WIN32K] Fix several bugs that prevented the new start menu (that was 
implemented and tested in Windows) from functioning properly in ReactOS, mostly 
due to focus issues. Fix several shell notifications to behave more like in 
Windows.

* Tonight! We shall feast!
* And tomorrow the US guys shall feast again, on turkey! :p

CORE-7330

Added:
    trunk/reactos/base/shell/explorer-new/desktop.cpp
      - copied unchanged from r65494, 
branches/shell-experiments/base/shell/explorer-new/desktop.cpp
    trunk/reactos/base/shell/explorer-new/dragdrop.cpp
      - copied unchanged from r65494, 
branches/shell-experiments/base/shell/explorer-new/dragdrop.cpp
    trunk/reactos/base/shell/explorer-new/explorer.cpp
      - copied unchanged from r65494, 
branches/shell-experiments/base/shell/explorer-new/explorer.cpp
    trunk/reactos/base/shell/explorer-new/rshell.cpp
      - copied unchanged from r65494, 
branches/shell-experiments/base/shell/explorer-new/rshell.cpp
    trunk/reactos/base/shell/explorer-new/settings.cpp
      - copied unchanged from r65494, 
branches/shell-experiments/base/shell/explorer-new/settings.cpp
    trunk/reactos/base/shell/explorer-new/shellservice.cpp
      - copied unchanged from r65494, 
branches/shell-experiments/base/shell/explorer-new/shellservice.cpp
    trunk/reactos/base/shell/explorer-new/startctxmnu.cpp
      - copied unchanged from r65494, 
branches/shell-experiments/base/shell/explorer-new/startctxmnu.cpp
    trunk/reactos/base/shell/explorer-new/startmnu.cpp
      - copied unchanged from r65494, 
branches/shell-experiments/base/shell/explorer-new/startmnu.cpp
    trunk/reactos/base/shell/explorer-new/startmnusite.cpp
      - copied unchanged from r65494, 
branches/shell-experiments/base/shell/explorer-new/startmnusite.cpp
    trunk/reactos/base/shell/explorer-new/startup.cpp
      - copied unchanged from r65494, 
branches/shell-experiments/base/shell/explorer-new/startup.cpp
    trunk/reactos/base/shell/explorer-new/taskband.cpp
      - copied unchanged from r65494, 
branches/shell-experiments/base/shell/explorer-new/taskband.cpp
    trunk/reactos/base/shell/explorer-new/taskswnd.cpp
      - copied unchanged from r65494, 
branches/shell-experiments/base/shell/explorer-new/taskswnd.cpp
    trunk/reactos/base/shell/explorer-new/tbsite.cpp
      - copied unchanged from r65494, 
branches/shell-experiments/base/shell/explorer-new/tbsite.cpp
    trunk/reactos/base/shell/explorer-new/trayntfy.cpp
      - copied unchanged from r65494, 
branches/shell-experiments/base/shell/explorer-new/trayntfy.cpp
    trunk/reactos/base/shell/explorer-new/trayprop.cpp
      - copied unchanged from r65494, 
branches/shell-experiments/base/shell/explorer-new/trayprop.cpp
    trunk/reactos/base/shell/explorer-new/traywnd.cpp
      - copied unchanged from r65494, 
branches/shell-experiments/base/shell/explorer-new/traywnd.cpp
    trunk/reactos/base/shell/explorer-new/util.cpp
      - copied unchanged from r65494, 
branches/shell-experiments/base/shell/explorer-new/util.cpp
    trunk/reactos/base/shell/filebrowser/
      - copied from r65494, branches/shell-experiments/base/shell/filebrowser/
    trunk/reactos/base/shell/rshell/
      - copied from r65494, branches/shell-experiments/base/shell/rshell/
    trunk/reactos/dll/shellext/stobject/
      - copied from r65494, branches/shell-experiments/dll/shellext/stobject/
    trunk/reactos/dll/win32/browseui/desktopipc.cpp
      - copied unchanged from r65494, 
branches/shell-experiments/dll/win32/browseui/desktopipc.cpp
    trunk/reactos/dll/win32/browseui/parsecmdline.cpp
      - copied unchanged from r65494, 
branches/shell-experiments/dll/win32/browseui/parsecmdline.cpp
    trunk/reactos/dll/win32/msgina/shutdown.c
      - copied unchanged from r65494, 
branches/shell-experiments/dll/win32/msgina/shutdown.c
    trunk/reactos/dll/win32/shell32/CAutoComplete.cpp
      - copied unchanged from r65494, 
branches/shell-experiments/dll/win32/shell32/CAutoComplete.cpp
    trunk/reactos/dll/win32/shell32/CAutoComplete.h
      - copied unchanged from r65494, 
branches/shell-experiments/dll/win32/shell32/CAutoComplete.h
    trunk/reactos/dll/win32/shell32/CDefView.cpp
      - copied unchanged from r65494, 
branches/shell-experiments/dll/win32/shell32/CDefView.cpp
    trunk/reactos/dll/win32/shell32/CDefaultContextMenu.cpp
      - copied unchanged from r65494, 
branches/shell-experiments/dll/win32/shell32/CDefaultContextMenu.cpp
    trunk/reactos/dll/win32/shell32/CDesktopBrowser.cpp
      - copied unchanged from r65494, 
branches/shell-experiments/dll/win32/shell32/CDesktopBrowser.cpp
    trunk/reactos/dll/win32/shell32/CDropTargetHelper.cpp
      - copied unchanged from r65494, 
branches/shell-experiments/dll/win32/shell32/CDropTargetHelper.cpp
    trunk/reactos/dll/win32/shell32/CDropTargetHelper.h
      - copied unchanged from r65494, 
branches/shell-experiments/dll/win32/shell32/CDropTargetHelper.h
    trunk/reactos/dll/win32/shell32/CEnumIDListBase.cpp
      - copied unchanged from r65494, 
branches/shell-experiments/dll/win32/shell32/CEnumIDListBase.cpp
    trunk/reactos/dll/win32/shell32/CEnumIDListBase.h
      - copied unchanged from r65494, 
branches/shell-experiments/dll/win32/shell32/CEnumIDListBase.h
    trunk/reactos/dll/win32/shell32/CExtractIcon.cpp
      - copied unchanged from r65494, 
branches/shell-experiments/dll/win32/shell32/CExtractIcon.cpp
    trunk/reactos/dll/win32/shell32/CFileSysBindData.cpp
      - copied unchanged from r65494, 
branches/shell-experiments/dll/win32/shell32/CFileSysBindData.cpp
    trunk/reactos/dll/win32/shell32/CIDLDataObj.cpp
      - copied unchanged from r65494, 
branches/shell-experiments/dll/win32/shell32/CIDLDataObj.cpp
    trunk/reactos/dll/win32/shell32/CNewMenu.cpp
      - copied unchanged from r65494, 
branches/shell-experiments/dll/win32/shell32/CNewMenu.cpp
    trunk/reactos/dll/win32/shell32/CNewMenu.h
      - copied unchanged from r65494, 
branches/shell-experiments/dll/win32/shell32/CNewMenu.h
    trunk/reactos/dll/win32/shell32/COpenWithMenu.cpp
      - copied unchanged from r65494, 
branches/shell-experiments/dll/win32/shell32/COpenWithMenu.cpp
    trunk/reactos/dll/win32/shell32/COpenWithMenu.h
      - copied unchanged from r65494, 
branches/shell-experiments/dll/win32/shell32/COpenWithMenu.h
    trunk/reactos/dll/win32/shell32/CShellItem.cpp
      - copied unchanged from r65494, 
branches/shell-experiments/dll/win32/shell32/CShellItem.cpp
    trunk/reactos/dll/win32/shell32/CShellItem.h
      - copied unchanged from r65494, 
branches/shell-experiments/dll/win32/shell32/CShellItem.h
    trunk/reactos/dll/win32/shell32/CShellLink.cpp
      - copied unchanged from r65494, 
branches/shell-experiments/dll/win32/shell32/CShellLink.cpp
    trunk/reactos/dll/win32/shell32/CShellLink.h
      - copied unchanged from r65494, 
branches/shell-experiments/dll/win32/shell32/CShellLink.h
    trunk/reactos/dll/win32/shell32/CStartMenu.cpp
      - copied unchanged from r65494, 
branches/shell-experiments/dll/win32/shell32/CStartMenu.cpp
    trunk/reactos/dll/win32/shell32/CStartMenu.h
      - copied unchanged from r65494, 
branches/shell-experiments/dll/win32/shell32/CStartMenu.h
    trunk/reactos/dll/win32/shell32/dialogs/
      - copied from r65494, 
branches/shell-experiments/dll/win32/shell32/dialogs/
    trunk/reactos/dll/win32/shell32/folders/CAdminToolsFolder.cpp
      - copied unchanged from r65494, 
branches/shell-experiments/dll/win32/shell32/folders/CAdminToolsFolder.cpp
    trunk/reactos/dll/win32/shell32/folders/CAdminToolsFolder.h
      - copied unchanged from r65494, 
branches/shell-experiments/dll/win32/shell32/folders/CAdminToolsFolder.h
    trunk/reactos/dll/win32/shell32/folders/CControlPanelFolder.cpp
      - copied unchanged from r65494, 
branches/shell-experiments/dll/win32/shell32/folders/CControlPanelFolder.cpp
    trunk/reactos/dll/win32/shell32/folders/CControlPanelFolder.h
      - copied unchanged from r65494, 
branches/shell-experiments/dll/win32/shell32/folders/CControlPanelFolder.h
    trunk/reactos/dll/win32/shell32/folders/CDesktopFolder.cpp
      - copied unchanged from r65494, 
branches/shell-experiments/dll/win32/shell32/folders/CDesktopFolder.cpp
    trunk/reactos/dll/win32/shell32/folders/CDesktopFolder.h
      - copied unchanged from r65494, 
branches/shell-experiments/dll/win32/shell32/folders/CDesktopFolder.h
    trunk/reactos/dll/win32/shell32/folders/CDrivesFolder.cpp
      - copied unchanged from r65494, 
branches/shell-experiments/dll/win32/shell32/folders/CDrivesFolder.cpp
    trunk/reactos/dll/win32/shell32/folders/CDrivesFolder.h
      - copied unchanged from r65494, 
branches/shell-experiments/dll/win32/shell32/folders/CDrivesFolder.h
    trunk/reactos/dll/win32/shell32/folders/CFSFolder.cpp
      - copied unchanged from r65494, 
branches/shell-experiments/dll/win32/shell32/folders/CFSFolder.cpp
    trunk/reactos/dll/win32/shell32/folders/CFSFolder.h
      - copied unchanged from r65494, 
branches/shell-experiments/dll/win32/shell32/folders/CFSFolder.h
    trunk/reactos/dll/win32/shell32/folders/CFontsFolder.cpp
      - copied unchanged from r65494, 
branches/shell-experiments/dll/win32/shell32/folders/CFontsFolder.cpp
    trunk/reactos/dll/win32/shell32/folders/CFontsFolder.h
      - copied unchanged from r65494, 
branches/shell-experiments/dll/win32/shell32/folders/CFontsFolder.h
    trunk/reactos/dll/win32/shell32/folders/CMyDocsFolder.cpp
      - copied unchanged from r65494, 
branches/shell-experiments/dll/win32/shell32/folders/CMyDocsFolder.cpp
    trunk/reactos/dll/win32/shell32/folders/CMyDocsFolder.h
      - copied unchanged from r65494, 
branches/shell-experiments/dll/win32/shell32/folders/CMyDocsFolder.h
    trunk/reactos/dll/win32/shell32/folders/CNetFolder.cpp
      - copied unchanged from r65494, 
branches/shell-experiments/dll/win32/shell32/folders/CNetFolder.cpp
    trunk/reactos/dll/win32/shell32/folders/CNetFolder.h
      - copied unchanged from r65494, 
branches/shell-experiments/dll/win32/shell32/folders/CNetFolder.h
    trunk/reactos/dll/win32/shell32/folders/CPrinterFolder.cpp
      - copied unchanged from r65494, 
branches/shell-experiments/dll/win32/shell32/folders/CPrinterFolder.cpp
    trunk/reactos/dll/win32/shell32/folders/CPrinterFolder.h
      - copied unchanged from r65494, 
branches/shell-experiments/dll/win32/shell32/folders/CPrinterFolder.h
    trunk/reactos/dll/win32/shell32/folders/CRecycleBin.cpp
      - copied unchanged from r65494, 
branches/shell-experiments/dll/win32/shell32/folders/CRecycleBin.cpp
    trunk/reactos/dll/win32/shell32/folders/CRecycleBin.h
      - copied unchanged from r65494, 
branches/shell-experiments/dll/win32/shell32/folders/CRecycleBin.h
    trunk/reactos/dll/win32/shell32/res/bitmaps/214.bmp
      - copied unchanged from r65494, 
branches/shell-experiments/dll/win32/shell32/res/bitmaps/214.bmp
    trunk/reactos/dll/win32/shell32/res/bitmaps/215.bmp
      - copied unchanged from r65494, 
branches/shell-experiments/dll/win32/shell32/res/bitmaps/215.bmp
    trunk/reactos/dll/win32/shell32/res/bitmaps/216.bmp
      - copied unchanged from r65494, 
branches/shell-experiments/dll/win32/shell32/res/bitmaps/216.bmp
    trunk/reactos/dll/win32/shell32/res/bitmaps/217.bmp
      - copied unchanged from r65494, 
branches/shell-experiments/dll/win32/shell32/res/bitmaps/217.bmp
    trunk/reactos/dll/win32/shell32/res/bitmaps/230.bmp
      - copied unchanged from r65494, 
branches/shell-experiments/dll/win32/shell32/res/bitmaps/230.bmp
    trunk/reactos/dll/win32/shell32/res/bitmaps/231.bmp
      - copied unchanged from r65494, 
branches/shell-experiments/dll/win32/shell32/res/bitmaps/231.bmp
    trunk/reactos/dll/win32/shell32/res/bitmaps/240.bmp
      - copied unchanged from r65494, 
branches/shell-experiments/dll/win32/shell32/res/bitmaps/240.bmp
    trunk/reactos/dll/win32/shell32/res/bitmaps/241.bmp
      - copied unchanged from r65494, 
branches/shell-experiments/dll/win32/shell32/res/bitmaps/241.bmp
    trunk/reactos/dll/win32/shell32/res/bitmaps/242.bmp
      - copied unchanged from r65494, 
branches/shell-experiments/dll/win32/shell32/res/bitmaps/242.bmp
    trunk/reactos/dll/win32/shell32/res/bitmaps/245.bmp
      - copied unchanged from r65494, 
branches/shell-experiments/dll/win32/shell32/res/bitmaps/245.bmp
    trunk/reactos/dll/win32/shell32/res/bitmaps/246.bmp
      - copied unchanged from r65494, 
branches/shell-experiments/dll/win32/shell32/res/bitmaps/246.bmp
    trunk/reactos/dll/win32/shell32/res/bitmaps/247.bmp
      - copied unchanged from r65494, 
branches/shell-experiments/dll/win32/shell32/res/bitmaps/247.bmp
    trunk/reactos/dll/win32/shell32/shell32.cpp
      - copied unchanged from r65494, 
branches/shell-experiments/dll/win32/shell32/shell32.cpp
    trunk/reactos/dll/win32/shell32/wine/
      - copied from r65494, branches/shell-experiments/dll/win32/shell32/wine/
    trunk/reactos/include/reactos/rosctrls.h
      - copied unchanged from r65494, 
branches/shell-experiments/include/reactos/rosctrls.h
    trunk/reactos/include/reactos/undocshell.h
      - copied unchanged from r65494, 
branches/shell-experiments/include/reactos/undocshell.h
Removed:
    trunk/reactos/base/shell/explorer-new/desktop.c
    trunk/reactos/base/shell/explorer-new/dragdrop.c
    trunk/reactos/base/shell/explorer-new/explorer.c
    trunk/reactos/base/shell/explorer-new/settings.c
    trunk/reactos/base/shell/explorer-new/startmnu.c
    trunk/reactos/base/shell/explorer-new/startup.c
    trunk/reactos/base/shell/explorer-new/taskband.c
    trunk/reactos/base/shell/explorer-new/taskswnd.c
    trunk/reactos/base/shell/explorer-new/tbsite.c
    trunk/reactos/base/shell/explorer-new/trayntfy.c
    trunk/reactos/base/shell/explorer-new/trayprop.c
    trunk/reactos/base/shell/explorer-new/traywnd.c
    trunk/reactos/dll/win32/shell32/TODO.txt
    trunk/reactos/dll/win32/shell32/authors.cpp
    trunk/reactos/dll/win32/shell32/autocomplete.cpp
    trunk/reactos/dll/win32/shell32/autocomplete.h
    trunk/reactos/dll/win32/shell32/brsfolder.cpp
    trunk/reactos/dll/win32/shell32/changenotify.cpp
    trunk/reactos/dll/win32/shell32/classes.cpp
    trunk/reactos/dll/win32/shell32/clipboard.cpp
    trunk/reactos/dll/win32/shell32/control.cpp
    trunk/reactos/dll/win32/shell32/dataobject.cpp
    trunk/reactos/dll/win32/shell32/defcontextmenu.cpp
    trunk/reactos/dll/win32/shell32/desktop.cpp
    trunk/reactos/dll/win32/shell32/dialogs.cpp
    trunk/reactos/dll/win32/shell32/dragdrophelper.cpp
    trunk/reactos/dll/win32/shell32/dragdrophelper.h
    trunk/reactos/dll/win32/shell32/drive.cpp
    trunk/reactos/dll/win32/shell32/drvdefext.cpp
    trunk/reactos/dll/win32/shell32/enumidlist.cpp
    trunk/reactos/dll/win32/shell32/enumidlist.h
    trunk/reactos/dll/win32/shell32/extracticon.cpp
    trunk/reactos/dll/win32/shell32/filedefext.cpp
    trunk/reactos/dll/win32/shell32/folder_options.cpp
    trunk/reactos/dll/win32/shell32/folders/admintools.cpp
    trunk/reactos/dll/win32/shell32/folders/admintools.h
    trunk/reactos/dll/win32/shell32/folders/cpanel.cpp
    trunk/reactos/dll/win32/shell32/folders/cpanel.h
    trunk/reactos/dll/win32/shell32/folders/desktop.cpp
    trunk/reactos/dll/win32/shell32/folders/desktop.h
    trunk/reactos/dll/win32/shell32/folders/fonts.cpp
    trunk/reactos/dll/win32/shell32/folders/fonts.h
    trunk/reactos/dll/win32/shell32/folders/fs.cpp
    trunk/reactos/dll/win32/shell32/folders/fs.h
    trunk/reactos/dll/win32/shell32/folders/mycomp.cpp
    trunk/reactos/dll/win32/shell32/folders/mycomp.h
    trunk/reactos/dll/win32/shell32/folders/mydocuments.cpp
    trunk/reactos/dll/win32/shell32/folders/mydocuments.h
    trunk/reactos/dll/win32/shell32/folders/netplaces.cpp
    trunk/reactos/dll/win32/shell32/folders/netplaces.h
    trunk/reactos/dll/win32/shell32/folders/printers.cpp
    trunk/reactos/dll/win32/shell32/folders/printers.h
    trunk/reactos/dll/win32/shell32/folders/recyclebin.cpp
    trunk/reactos/dll/win32/shell32/folders/recyclebin.h
    trunk/reactos/dll/win32/shell32/fprop.cpp
    trunk/reactos/dll/win32/shell32/newmenu.cpp
    trunk/reactos/dll/win32/shell32/newmenu.h
    trunk/reactos/dll/win32/shell32/openwithmenu.cpp
    trunk/reactos/dll/win32/shell32/openwithmenu.h
    trunk/reactos/dll/win32/shell32/pidl.cpp
    trunk/reactos/dll/win32/shell32/pidl.h
    trunk/reactos/dll/win32/shell32/shell32_main.cpp
    trunk/reactos/dll/win32/shell32/shell32_main.h
    trunk/reactos/dll/win32/shell32/shellitem.cpp
    trunk/reactos/dll/win32/shell32/shellitem.h
    trunk/reactos/dll/win32/shell32/shelllink.cpp
    trunk/reactos/dll/win32/shell32/shelllink.h
    trunk/reactos/dll/win32/shell32/shellole.cpp
    trunk/reactos/dll/win32/shell32/shellord.cpp
    trunk/reactos/dll/win32/shell32/shellpath.cpp
    trunk/reactos/dll/win32/shell32/shellreg.cpp
    trunk/reactos/dll/win32/shell32/shellstring.c
    trunk/reactos/dll/win32/shell32/shlfsbind.cpp
    trunk/reactos/dll/win32/shell32/shlmenu.cpp
    trunk/reactos/dll/win32/shell32/shlview.cpp
    trunk/reactos/dll/win32/shell32/shpolicy.cpp
    trunk/reactos/dll/win32/shell32/startmenu.cpp
    trunk/reactos/dll/win32/shell32/startmenu.h
    trunk/reactos/dll/win32/shell32/undocshell.h
Modified:
    trunk/reactos/   (props changed)
    trunk/reactos/base/shell/CMakeLists.txt
    trunk/reactos/base/shell/explorer-new/CMakeLists.txt
    trunk/reactos/base/shell/explorer-new/precomp.h
    trunk/reactos/base/shell/explorer/CMakeLists.txt
    trunk/reactos/boot/bootdata/hivesft.inf
    trunk/reactos/dll/shellext/CMakeLists.txt
    trunk/reactos/dll/win32/browseui/CMakeLists.txt
    trunk/reactos/dll/win32/browseui/aclmulti.cpp
    trunk/reactos/dll/win32/browseui/addressband.cpp
    trunk/reactos/dll/win32/browseui/addressband.h
    trunk/reactos/dll/win32/browseui/addresseditbox.cpp
    trunk/reactos/dll/win32/browseui/addresseditbox.h
    trunk/reactos/dll/win32/browseui/bandproxy.cpp
    trunk/reactos/dll/win32/browseui/bandsite.cpp
    trunk/reactos/dll/win32/browseui/bandsite.h
    trunk/reactos/dll/win32/browseui/basebar.cpp
    trunk/reactos/dll/win32/browseui/basebarsite.cpp
    trunk/reactos/dll/win32/browseui/brandband.cpp
    trunk/reactos/dll/win32/browseui/browseui.rc
    trunk/reactos/dll/win32/browseui/browseuiord.cpp
    trunk/reactos/dll/win32/browseui/internettoolbar.cpp
    trunk/reactos/dll/win32/browseui/internettoolbar.h
    trunk/reactos/dll/win32/browseui/lang/de-DE.rc
    trunk/reactos/dll/win32/browseui/lang/en-US.rc
    trunk/reactos/dll/win32/browseui/precomp.h
    trunk/reactos/dll/win32/browseui/resource.h
    trunk/reactos/dll/win32/browseui/shellbrowser.cpp
    trunk/reactos/dll/win32/browseui/toolsband.cpp
    trunk/reactos/dll/win32/browseui/travellog.cpp
    trunk/reactos/dll/win32/comctl32/toolbar.c
    trunk/reactos/dll/win32/msgina/CMakeLists.txt
    trunk/reactos/dll/win32/msgina/lang/bg-BG.rc
    trunk/reactos/dll/win32/msgina/lang/cs-CZ.rc
    trunk/reactos/dll/win32/msgina/lang/de-DE.rc
    trunk/reactos/dll/win32/msgina/lang/en-US.rc
    trunk/reactos/dll/win32/msgina/lang/es-ES.rc
    trunk/reactos/dll/win32/msgina/lang/fr-FR.rc
    trunk/reactos/dll/win32/msgina/lang/he-IL.rc
    trunk/reactos/dll/win32/msgina/lang/id-ID.rc
    trunk/reactos/dll/win32/msgina/lang/it-IT.rc
    trunk/reactos/dll/win32/msgina/lang/ja-JP.rc
    trunk/reactos/dll/win32/msgina/lang/no-NO.rc
    trunk/reactos/dll/win32/msgina/lang/pl-PL.rc
    trunk/reactos/dll/win32/msgina/lang/ro-RO.rc
    trunk/reactos/dll/win32/msgina/lang/ru-RU.rc
    trunk/reactos/dll/win32/msgina/lang/sk-SK.rc
    trunk/reactos/dll/win32/msgina/lang/sq-AL.rc
    trunk/reactos/dll/win32/msgina/lang/tr-TR.rc
    trunk/reactos/dll/win32/msgina/lang/uk-UA.rc
    trunk/reactos/dll/win32/msgina/resource.h
    trunk/reactos/dll/win32/msgina/stubs.c
    trunk/reactos/dll/win32/shell32/CMakeLists.txt
    trunk/reactos/dll/win32/shell32/CMenuDeskBar.cpp
    trunk/reactos/dll/win32/shell32/bitmap_res.rc
    trunk/reactos/dll/win32/shell32/cpanel.h
    trunk/reactos/dll/win32/shell32/dde.cpp
    trunk/reactos/dll/win32/shell32/debughlp.h
    trunk/reactos/dll/win32/shell32/folders.cpp
    trunk/reactos/dll/win32/shell32/iconcache.cpp
    trunk/reactos/dll/win32/shell32/lang/en-US.rc
    trunk/reactos/dll/win32/shell32/precomp.h
    trunk/reactos/dll/win32/shell32/res/icons/322.ico
    trunk/reactos/dll/win32/shell32/res/icons/323.ico
    trunk/reactos/dll/win32/shell32/res/icons/324.ico
    trunk/reactos/dll/win32/shell32/res/icons/325.ico
    trunk/reactos/dll/win32/shell32/res/icons/326.ico
    trunk/reactos/dll/win32/shell32/res/icons/327.ico
    trunk/reactos/dll/win32/shell32/res/icons/328.ico
    trunk/reactos/dll/win32/shell32/res/icons/329.ico
    trunk/reactos/dll/win32/shell32/res/icons/330.ico
    trunk/reactos/dll/win32/shell32/res/rgs/mycomputer.rgs
    trunk/reactos/dll/win32/shell32/shell32.spec
    trunk/reactos/dll/win32/shell32/shellfolder.h
    trunk/reactos/dll/win32/shell32/shfldr.h
    trunk/reactos/dll/win32/shell32/shlexec.cpp
    trunk/reactos/dll/win32/shell32/shlfileop.cpp
    trunk/reactos/dll/win32/shell32/shlfolder.cpp
    trunk/reactos/dll/win32/shell32/shresdef.h
    trunk/reactos/dll/win32/shlwapi/CMakeLists.txt
    trunk/reactos/dll/win32/syssetup/install.c
    trunk/reactos/include/psdk/commctrl.h
    trunk/reactos/include/psdk/shlobj.h
    trunk/reactos/include/psdk/shlobj_undoc.h
    trunk/reactos/include/psdk/shlwapi.h
    trunk/reactos/include/psdk/shlwapi_undoc.h
    trunk/reactos/include/psdk/shobjidl.idl
    trunk/reactos/include/reactos/undocuser.h
    trunk/reactos/lib/atl/atlcom.h
    trunk/reactos/lib/atl/atlwin.h
    trunk/reactos/media/fonts/Marlett.ttf
    trunk/reactos/media/inf/syssetup.inf
    trunk/reactos/win32ss/user/ntuser/focus.c
    trunk/reactos/win32ss/user/ntuser/hotkey.c
    trunk/reactos/win32ss/user/ntuser/menu.c
    trunk/reactos/win32ss/user/ntuser/window.c
    trunk/reactos/win32ss/user/ntuser/winpos.c
    trunk/reactos/win32ss/user/user32/windows/menu.c

[This mail would be too long, it was shortened to contain the URLs only.]

Modified: trunk/reactos/base/shell/CMakeLists.txt
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/CMakeLists.txt?rev=65496&r1=65495&r2=65496&view=diff

Modified: trunk/reactos/base/shell/explorer-new/CMakeLists.txt
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer-new/CMakeLists.txt?rev=65496&r1=65495&r2=65496&view=diff

Removed: trunk/reactos/base/shell/explorer-new/desktop.c
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer-new/desktop.c?rev=65495

Removed: trunk/reactos/base/shell/explorer-new/dragdrop.c
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer-new/dragdrop.c?rev=65495

Removed: trunk/reactos/base/shell/explorer-new/explorer.c
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer-new/explorer.c?rev=65495

Modified: trunk/reactos/base/shell/explorer-new/precomp.h
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer-new/precomp.h?rev=65496&r1=65495&r2=65496&view=diff

Removed: trunk/reactos/base/shell/explorer-new/settings.c
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer-new/settings.c?rev=65495

Removed: trunk/reactos/base/shell/explorer-new/startmnu.c
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer-new/startmnu.c?rev=65495

Removed: trunk/reactos/base/shell/explorer-new/startup.c
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer-new/startup.c?rev=65495

Removed: trunk/reactos/base/shell/explorer-new/taskband.c
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer-new/taskband.c?rev=65495

Removed: trunk/reactos/base/shell/explorer-new/taskswnd.c
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer-new/taskswnd.c?rev=65495

Removed: trunk/reactos/base/shell/explorer-new/tbsite.c
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer-new/tbsite.c?rev=65495

Removed: trunk/reactos/base/shell/explorer-new/trayntfy.c
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer-new/trayntfy.c?rev=65495

Removed: trunk/reactos/base/shell/explorer-new/trayprop.c
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer-new/trayprop.c?rev=65495

Removed: trunk/reactos/base/shell/explorer-new/traywnd.c
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer-new/traywnd.c?rev=65495

Modified: trunk/reactos/base/shell/explorer/CMakeLists.txt
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/CMakeLists.txt?rev=65496&r1=65495&r2=65496&view=diff

Modified: trunk/reactos/boot/bootdata/hivesft.inf
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/boot/bootdata/hivesft.inf?rev=65496&r1=65495&r2=65496&view=diff

Modified: trunk/reactos/dll/shellext/CMakeLists.txt
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/shellext/CMakeLists.txt?rev=65496&r1=65495&r2=65496&view=diff

Modified: trunk/reactos/dll/win32/browseui/CMakeLists.txt
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/browseui/CMakeLists.txt?rev=65496&r1=65495&r2=65496&view=diff

Modified: trunk/reactos/dll/win32/browseui/aclmulti.cpp
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/browseui/aclmulti.cpp?rev=65496&r1=65495&r2=65496&view=diff

Modified: trunk/reactos/dll/win32/browseui/addressband.cpp
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/browseui/addressband.cpp?rev=65496&r1=65495&r2=65496&view=diff

Modified: trunk/reactos/dll/win32/browseui/addressband.h
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/browseui/addressband.h?rev=65496&r1=65495&r2=65496&view=diff

Modified: trunk/reactos/dll/win32/browseui/addresseditbox.cpp
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/browseui/addresseditbox.cpp?rev=65496&r1=65495&r2=65496&view=diff

Modified: trunk/reactos/dll/win32/browseui/addresseditbox.h
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/browseui/addresseditbox.h?rev=65496&r1=65495&r2=65496&view=diff

Modified: trunk/reactos/dll/win32/browseui/bandproxy.cpp
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/browseui/bandproxy.cpp?rev=65496&r1=65495&r2=65496&view=diff

Modified: trunk/reactos/dll/win32/browseui/bandsite.cpp
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/browseui/bandsite.cpp?rev=65496&r1=65495&r2=65496&view=diff

Modified: trunk/reactos/dll/win32/browseui/bandsite.h
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/browseui/bandsite.h?rev=65496&r1=65495&r2=65496&view=diff

Modified: trunk/reactos/dll/win32/browseui/basebar.cpp
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/browseui/basebar.cpp?rev=65496&r1=65495&r2=65496&view=diff

Modified: trunk/reactos/dll/win32/browseui/basebarsite.cpp
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/browseui/basebarsite.cpp?rev=65496&r1=65495&r2=65496&view=diff

Modified: trunk/reactos/dll/win32/browseui/brandband.cpp
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/browseui/brandband.cpp?rev=65496&r1=65495&r2=65496&view=diff

Modified: trunk/reactos/dll/win32/browseui/browseui.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/browseui/browseui.rc?rev=65496&r1=65495&r2=65496&view=diff

Modified: trunk/reactos/dll/win32/browseui/browseuiord.cpp
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/browseui/browseuiord.cpp?rev=65496&r1=65495&r2=65496&view=diff

Modified: trunk/reactos/dll/win32/browseui/internettoolbar.cpp
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/browseui/internettoolbar.cpp?rev=65496&r1=65495&r2=65496&view=diff

Modified: trunk/reactos/dll/win32/browseui/internettoolbar.h
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/browseui/internettoolbar.h?rev=65496&r1=65495&r2=65496&view=diff

Modified: trunk/reactos/dll/win32/browseui/lang/de-DE.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/browseui/lang/de-DE.rc?rev=65496&r1=65495&r2=65496&view=diff

Modified: trunk/reactos/dll/win32/browseui/lang/en-US.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/browseui/lang/en-US.rc?rev=65496&r1=65495&r2=65496&view=diff

Modified: trunk/reactos/dll/win32/browseui/precomp.h
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/browseui/precomp.h?rev=65496&r1=65495&r2=65496&view=diff

Modified: trunk/reactos/dll/win32/browseui/resource.h
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/browseui/resource.h?rev=65496&r1=65495&r2=65496&view=diff

Modified: trunk/reactos/dll/win32/browseui/shellbrowser.cpp
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/browseui/shellbrowser.cpp?rev=65496&r1=65495&r2=65496&view=diff

Modified: trunk/reactos/dll/win32/browseui/toolsband.cpp
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/browseui/toolsband.cpp?rev=65496&r1=65495&r2=65496&view=diff

Modified: trunk/reactos/dll/win32/browseui/travellog.cpp
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/browseui/travellog.cpp?rev=65496&r1=65495&r2=65496&view=diff

Modified: trunk/reactos/dll/win32/comctl32/toolbar.c
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/comctl32/toolbar.c?rev=65496&r1=65495&r2=65496&view=diff

Modified: trunk/reactos/dll/win32/msgina/CMakeLists.txt
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msgina/CMakeLists.txt?rev=65496&r1=65495&r2=65496&view=diff

Modified: trunk/reactos/dll/win32/msgina/lang/bg-BG.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msgina/lang/bg-BG.rc?rev=65496&r1=65495&r2=65496&view=diff

Modified: trunk/reactos/dll/win32/msgina/lang/cs-CZ.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msgina/lang/cs-CZ.rc?rev=65496&r1=65495&r2=65496&view=diff

Modified: trunk/reactos/dll/win32/msgina/lang/de-DE.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msgina/lang/de-DE.rc?rev=65496&r1=65495&r2=65496&view=diff

Modified: trunk/reactos/dll/win32/msgina/lang/en-US.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msgina/lang/en-US.rc?rev=65496&r1=65495&r2=65496&view=diff

Modified: trunk/reactos/dll/win32/msgina/lang/es-ES.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msgina/lang/es-ES.rc?rev=65496&r1=65495&r2=65496&view=diff

Modified: trunk/reactos/dll/win32/msgina/lang/fr-FR.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msgina/lang/fr-FR.rc?rev=65496&r1=65495&r2=65496&view=diff

Modified: trunk/reactos/dll/win32/msgina/lang/he-IL.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msgina/lang/he-IL.rc?rev=65496&r1=65495&r2=65496&view=diff

Modified: trunk/reactos/dll/win32/msgina/lang/id-ID.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msgina/lang/id-ID.rc?rev=65496&r1=65495&r2=65496&view=diff

Modified: trunk/reactos/dll/win32/msgina/lang/it-IT.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msgina/lang/it-IT.rc?rev=65496&r1=65495&r2=65496&view=diff

Modified: trunk/reactos/dll/win32/msgina/lang/ja-JP.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msgina/lang/ja-JP.rc?rev=65496&r1=65495&r2=65496&view=diff

Modified: trunk/reactos/dll/win32/msgina/lang/no-NO.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msgina/lang/no-NO.rc?rev=65496&r1=65495&r2=65496&view=diff

Modified: trunk/reactos/dll/win32/msgina/lang/pl-PL.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msgina/lang/pl-PL.rc?rev=65496&r1=65495&r2=65496&view=diff

Modified: trunk/reactos/dll/win32/msgina/lang/ro-RO.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msgina/lang/ro-RO.rc?rev=65496&r1=65495&r2=65496&view=diff

Modified: trunk/reactos/dll/win32/msgina/lang/ru-RU.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msgina/lang/ru-RU.rc?rev=65496&r1=65495&r2=65496&view=diff

Modified: trunk/reactos/dll/win32/msgina/lang/sk-SK.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msgina/lang/sk-SK.rc?rev=65496&r1=65495&r2=65496&view=diff

Modified: trunk/reactos/dll/win32/msgina/lang/sq-AL.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msgina/lang/sq-AL.rc?rev=65496&r1=65495&r2=65496&view=diff

Modified: trunk/reactos/dll/win32/msgina/lang/tr-TR.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msgina/lang/tr-TR.rc?rev=65496&r1=65495&r2=65496&view=diff

Modified: trunk/reactos/dll/win32/msgina/lang/uk-UA.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msgina/lang/uk-UA.rc?rev=65496&r1=65495&r2=65496&view=diff

Modified: trunk/reactos/dll/win32/msgina/resource.h
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msgina/resource.h?rev=65496&r1=65495&r2=65496&view=diff

Modified: trunk/reactos/dll/win32/msgina/stubs.c
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/msgina/stubs.c?rev=65496&r1=65495&r2=65496&view=diff

Modified: trunk/reactos/dll/win32/shell32/CMakeLists.txt
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/CMakeLists.txt?rev=65496&r1=65495&r2=65496&view=diff

Modified: trunk/reactos/dll/win32/shell32/CMenuDeskBar.cpp
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/CMenuDeskBar.cpp?rev=65496&r1=65495&r2=65496&view=diff

Removed: trunk/reactos/dll/win32/shell32/TODO.txt
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/TODO.txt?rev=65495

Removed: trunk/reactos/dll/win32/shell32/authors.cpp
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/authors.cpp?rev=65495

Removed: trunk/reactos/dll/win32/shell32/autocomplete.cpp
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/autocomplete.cpp?rev=65495

Removed: trunk/reactos/dll/win32/shell32/autocomplete.h
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/autocomplete.h?rev=65495

Modified: trunk/reactos/dll/win32/shell32/bitmap_res.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/bitmap_res.rc?rev=65496&r1=65495&r2=65496&view=diff

Removed: trunk/reactos/dll/win32/shell32/brsfolder.cpp
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/brsfolder.cpp?rev=65495

Removed: trunk/reactos/dll/win32/shell32/changenotify.cpp
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/changenotify.cpp?rev=65495

Removed: trunk/reactos/dll/win32/shell32/classes.cpp
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/classes.cpp?rev=65495

Removed: trunk/reactos/dll/win32/shell32/clipboard.cpp
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/clipboard.cpp?rev=65495

Removed: trunk/reactos/dll/win32/shell32/control.cpp
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/control.cpp?rev=65495

Modified: trunk/reactos/dll/win32/shell32/cpanel.h
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/cpanel.h?rev=65496&r1=65495&r2=65496&view=diff

Removed: trunk/reactos/dll/win32/shell32/dataobject.cpp
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/dataobject.cpp?rev=65495

Modified: trunk/reactos/dll/win32/shell32/dde.cpp
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/dde.cpp?rev=65496&r1=65495&r2=65496&view=diff

Modified: trunk/reactos/dll/win32/shell32/debughlp.h
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/debughlp.h?rev=65496&r1=65495&r2=65496&view=diff

Removed: trunk/reactos/dll/win32/shell32/defcontextmenu.cpp
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/defcontextmenu.cpp?rev=65495

Removed: trunk/reactos/dll/win32/shell32/desktop.cpp
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/desktop.cpp?rev=65495

Removed: trunk/reactos/dll/win32/shell32/dialogs.cpp
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/dialogs.cpp?rev=65495

Removed: trunk/reactos/dll/win32/shell32/dragdrophelper.cpp
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/dragdrophelper.cpp?rev=65495

Removed: trunk/reactos/dll/win32/shell32/dragdrophelper.h
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/dragdrophelper.h?rev=65495

Removed: trunk/reactos/dll/win32/shell32/drive.cpp
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/drive.cpp?rev=65495

Removed: trunk/reactos/dll/win32/shell32/drvdefext.cpp
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/drvdefext.cpp?rev=65495

Removed: trunk/reactos/dll/win32/shell32/enumidlist.cpp
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/enumidlist.cpp?rev=65495

Removed: trunk/reactos/dll/win32/shell32/enumidlist.h
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/enumidlist.h?rev=65495

Removed: trunk/reactos/dll/win32/shell32/extracticon.cpp
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/extracticon.cpp?rev=65495

Removed: trunk/reactos/dll/win32/shell32/filedefext.cpp
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/filedefext.cpp?rev=65495

Removed: trunk/reactos/dll/win32/shell32/folder_options.cpp
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/folder_options.cpp?rev=65495

Modified: trunk/reactos/dll/win32/shell32/folders.cpp
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/folders.cpp?rev=65496&r1=65495&r2=65496&view=diff

Removed: trunk/reactos/dll/win32/shell32/folders/admintools.cpp
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/folders/admintools.cpp?rev=65495

Removed: trunk/reactos/dll/win32/shell32/folders/admintools.h
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/folders/admintools.h?rev=65495

Removed: trunk/reactos/dll/win32/shell32/folders/cpanel.cpp
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/folders/cpanel.cpp?rev=65495

Removed: trunk/reactos/dll/win32/shell32/folders/cpanel.h
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/folders/cpanel.h?rev=65495

Removed: trunk/reactos/dll/win32/shell32/folders/desktop.cpp
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/folders/desktop.cpp?rev=65495

Removed: trunk/reactos/dll/win32/shell32/folders/desktop.h
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/folders/desktop.h?rev=65495

Removed: trunk/reactos/dll/win32/shell32/folders/fonts.cpp
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/folders/fonts.cpp?rev=65495

Removed: trunk/reactos/dll/win32/shell32/folders/fonts.h
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/folders/fonts.h?rev=65495

Removed: trunk/reactos/dll/win32/shell32/folders/fs.cpp
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/folders/fs.cpp?rev=65495

Removed: trunk/reactos/dll/win32/shell32/folders/fs.h
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/folders/fs.h?rev=65495

Removed: trunk/reactos/dll/win32/shell32/folders/mycomp.cpp
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/folders/mycomp.cpp?rev=65495

Removed: trunk/reactos/dll/win32/shell32/folders/mycomp.h
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/folders/mycomp.h?rev=65495

Removed: trunk/reactos/dll/win32/shell32/folders/mydocuments.cpp
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/folders/mydocuments.cpp?rev=65495

Removed: trunk/reactos/dll/win32/shell32/folders/mydocuments.h
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/folders/mydocuments.h?rev=65495

Removed: trunk/reactos/dll/win32/shell32/folders/netplaces.cpp
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/folders/netplaces.cpp?rev=65495

Removed: trunk/reactos/dll/win32/shell32/folders/netplaces.h
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/folders/netplaces.h?rev=65495

Removed: trunk/reactos/dll/win32/shell32/folders/printers.cpp
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/folders/printers.cpp?rev=65495

Removed: trunk/reactos/dll/win32/shell32/folders/printers.h
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/folders/printers.h?rev=65495

Removed: trunk/reactos/dll/win32/shell32/folders/recyclebin.cpp
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/folders/recyclebin.cpp?rev=65495

Removed: trunk/reactos/dll/win32/shell32/folders/recyclebin.h
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/folders/recyclebin.h?rev=65495

Removed: trunk/reactos/dll/win32/shell32/fprop.cpp
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/fprop.cpp?rev=65495

Modified: trunk/reactos/dll/win32/shell32/iconcache.cpp
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/iconcache.cpp?rev=65496&r1=65495&r2=65496&view=diff

Modified: trunk/reactos/dll/win32/shell32/lang/en-US.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/lang/en-US.rc?rev=65496&r1=65495&r2=65496&view=diff

Removed: trunk/reactos/dll/win32/shell32/newmenu.cpp
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/newmenu.cpp?rev=65495

Removed: trunk/reactos/dll/win32/shell32/newmenu.h
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/newmenu.h?rev=65495

Removed: trunk/reactos/dll/win32/shell32/openwithmenu.cpp
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/openwithmenu.cpp?rev=65495

Removed: trunk/reactos/dll/win32/shell32/openwithmenu.h
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/openwithmenu.h?rev=65495

Removed: trunk/reactos/dll/win32/shell32/pidl.cpp
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/pidl.cpp?rev=65495

Removed: trunk/reactos/dll/win32/shell32/pidl.h
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/pidl.h?rev=65495

Modified: trunk/reactos/dll/win32/shell32/precomp.h
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/precomp.h?rev=65496&r1=65495&r2=65496&view=diff

Modified: trunk/reactos/dll/win32/shell32/res/icons/322.ico
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/res/icons/322.ico?rev=65496&r1=65495&r2=65496&view=diff

Modified: trunk/reactos/dll/win32/shell32/res/icons/323.ico
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/res/icons/323.ico?rev=65496&r1=65495&r2=65496&view=diff

Modified: trunk/reactos/dll/win32/shell32/res/icons/324.ico
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/res/icons/324.ico?rev=65496&r1=65495&r2=65496&view=diff

Modified: trunk/reactos/dll/win32/shell32/res/icons/325.ico
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/res/icons/325.ico?rev=65496&r1=65495&r2=65496&view=diff

Modified: trunk/reactos/dll/win32/shell32/res/icons/326.ico
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/res/icons/326.ico?rev=65496&r1=65495&r2=65496&view=diff

Modified: trunk/reactos/dll/win32/shell32/res/icons/327.ico
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/res/icons/327.ico?rev=65496&r1=65495&r2=65496&view=diff

Modified: trunk/reactos/dll/win32/shell32/res/icons/328.ico
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/res/icons/328.ico?rev=65496&r1=65495&r2=65496&view=diff

Modified: trunk/reactos/dll/win32/shell32/res/icons/329.ico
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/res/icons/329.ico?rev=65496&r1=65495&r2=65496&view=diff

Modified: trunk/reactos/dll/win32/shell32/res/icons/330.ico
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/res/icons/330.ico?rev=65496&r1=65495&r2=65496&view=diff

Modified: trunk/reactos/dll/win32/shell32/res/rgs/mycomputer.rgs
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/res/rgs/mycomputer.rgs?rev=65496&r1=65495&r2=65496&view=diff

Modified: trunk/reactos/dll/win32/shell32/shell32.spec
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/shell32.spec?rev=65496&r1=65495&r2=65496&view=diff

Removed: trunk/reactos/dll/win32/shell32/shell32_main.cpp
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/shell32_main.cpp?rev=65495

Removed: trunk/reactos/dll/win32/shell32/shell32_main.h
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/shell32_main.h?rev=65495

Modified: trunk/reactos/dll/win32/shell32/shellfolder.h
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/shellfolder.h?rev=65496&r1=65495&r2=65496&view=diff

Removed: trunk/reactos/dll/win32/shell32/shellitem.cpp
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/shellitem.cpp?rev=65495

Removed: trunk/reactos/dll/win32/shell32/shellitem.h
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/shellitem.h?rev=65495

Removed: trunk/reactos/dll/win32/shell32/shelllink.cpp
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/shelllink.cpp?rev=65495

Removed: trunk/reactos/dll/win32/shell32/shelllink.h
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/shelllink.h?rev=65495

Removed: trunk/reactos/dll/win32/shell32/shellole.cpp
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/shellole.cpp?rev=65495

Removed: trunk/reactos/dll/win32/shell32/shellord.cpp
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/shellord.cpp?rev=65495

Removed: trunk/reactos/dll/win32/shell32/shellpath.cpp
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/shellpath.cpp?rev=65495

Removed: trunk/reactos/dll/win32/shell32/shellreg.cpp
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/shellreg.cpp?rev=65495

Removed: trunk/reactos/dll/win32/shell32/shellstring.c
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/shellstring.c?rev=65495

Modified: trunk/reactos/dll/win32/shell32/shfldr.h
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/shfldr.h?rev=65496&r1=65495&r2=65496&view=diff

Modified: trunk/reactos/dll/win32/shell32/shlexec.cpp
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/shlexec.cpp?rev=65496&r1=65495&r2=65496&view=diff

Modified: trunk/reactos/dll/win32/shell32/shlfileop.cpp
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/shlfileop.cpp?rev=65496&r1=65495&r2=65496&view=diff

Modified: trunk/reactos/dll/win32/shell32/shlfolder.cpp
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/shlfolder.cpp?rev=65496&r1=65495&r2=65496&view=diff

Removed: trunk/reactos/dll/win32/shell32/shlfsbind.cpp
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/shlfsbind.cpp?rev=65495

Removed: trunk/reactos/dll/win32/shell32/shlmenu.cpp
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/shlmenu.cpp?rev=65495

Removed: trunk/reactos/dll/win32/shell32/shlview.cpp
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/shlview.cpp?rev=65495

Removed: trunk/reactos/dll/win32/shell32/shpolicy.cpp
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/shpolicy.cpp?rev=65495

Modified: trunk/reactos/dll/win32/shell32/shresdef.h
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/shresdef.h?rev=65496&r1=65495&r2=65496&view=diff

Removed: trunk/reactos/dll/win32/shell32/startmenu.cpp
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/startmenu.cpp?rev=65495

Removed: trunk/reactos/dll/win32/shell32/startmenu.h
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/startmenu.h?rev=65495

Removed: trunk/reactos/dll/win32/shell32/undocshell.h
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shell32/undocshell.h?rev=65495

Modified: trunk/reactos/dll/win32/shlwapi/CMakeLists.txt
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/shlwapi/CMakeLists.txt?rev=65496&r1=65495&r2=65496&view=diff

Modified: trunk/reactos/dll/win32/syssetup/install.c
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/syssetup/install.c?rev=65496&r1=65495&r2=65496&view=diff

Modified: trunk/reactos/include/psdk/commctrl.h
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/include/psdk/commctrl.h?rev=65496&r1=65495&r2=65496&view=diff

Modified: trunk/reactos/include/psdk/shlobj.h
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/include/psdk/shlobj.h?rev=65496&r1=65495&r2=65496&view=diff

Modified: trunk/reactos/include/psdk/shlobj_undoc.h
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/include/psdk/shlobj_undoc.h?rev=65496&r1=65495&r2=65496&view=diff

Modified: trunk/reactos/include/psdk/shlwapi.h
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/include/psdk/shlwapi.h?rev=65496&r1=65495&r2=65496&view=diff

Modified: trunk/reactos/include/psdk/shlwapi_undoc.h
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/include/psdk/shlwapi_undoc.h?rev=65496&r1=65495&r2=65496&view=diff

Modified: trunk/reactos/include/psdk/shobjidl.idl
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/include/psdk/shobjidl.idl?rev=65496&r1=65495&r2=65496&view=diff

Modified: trunk/reactos/include/reactos/undocuser.h
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/include/reactos/undocuser.h?rev=65496&r1=65495&r2=65496&view=diff

Modified: trunk/reactos/lib/atl/atlcom.h
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/lib/atl/atlcom.h?rev=65496&r1=65495&r2=65496&view=diff

Modified: trunk/reactos/lib/atl/atlwin.h
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/lib/atl/atlwin.h?rev=65496&r1=65495&r2=65496&view=diff

Modified: trunk/reactos/media/fonts/Marlett.ttf
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/media/fonts/Marlett.ttf?rev=65496&r1=65495&r2=65496&view=diff

Modified: trunk/reactos/media/inf/syssetup.inf
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/media/inf/syssetup.inf?rev=65496&r1=65495&r2=65496&view=diff

Modified: trunk/reactos/win32ss/user/ntuser/focus.c
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/win32ss/user/ntuser/focus.c?rev=65496&r1=65495&r2=65496&view=diff

Modified: trunk/reactos/win32ss/user/ntuser/hotkey.c
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/win32ss/user/ntuser/hotkey.c?rev=65496&r1=65495&r2=65496&view=diff

Modified: trunk/reactos/win32ss/user/ntuser/menu.c
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/win32ss/user/ntuser/menu.c?rev=65496&r1=65495&r2=65496&view=diff

Modified: trunk/reactos/win32ss/user/ntuser/window.c
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/win32ss/user/ntuser/window.c?rev=65496&r1=65495&r2=65496&view=diff

Modified: trunk/reactos/win32ss/user/ntuser/winpos.c
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/win32ss/user/ntuser/winpos.c?rev=65496&r1=65495&r2=65496&view=diff

Modified: trunk/reactos/win32ss/user/user32/windows/menu.c
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/win32ss/user/user32/windows/menu.c?rev=65496&r1=65495&r2=65496&view=diff


Reply via email to