[ros-diffs] [weiden] 27104: Add a very experimental explorer that heavily relies on the shell. It's still very buggy, not very functional and will not work on ReactOS due to the lack of support in shell32.dll and friends. It will not be built by default. - todo.h is a header that contains definitions and GUIDs that we miss in the public sdk headers. - undoc.h contains functions that are not publicly documented. It also contains internal (not yet complete) COM interfaces used with the start menu and SHCreateDesktop.

weiden at svn.reactos.org weiden at svn.reactos.org
Sun Jun 10 10:09:42 CEST 2007


Author: weiden
Date: Sun Jun 10 12:09:42 2007
New Revision: 27104

URL: http://svn.reactos.org/svn/reactos?rev=27104&view=rev
Log:
Add a very experimental explorer that heavily relies on the shell. It's still very buggy, not very functional and will not work on ReactOS due to the lack of support in shell32.dll and friends. It will not be built by default.
- todo.h is a header that contains definitions and GUIDs that we miss in the public sdk headers.
- undoc.h contains functions that are not publicly documented. It also contains internal (not yet complete) COM interfaces used with the start menu and SHCreateDesktop.

Added:
    trunk/reactos/base/shell/explorer-new/
    trunk/reactos/base/shell/explorer-new/comcsup.h   (with props)
    trunk/reactos/base/shell/explorer-new/desktop.c   (with props)
    trunk/reactos/base/shell/explorer-new/dragdrop.c   (with props)
    trunk/reactos/base/shell/explorer-new/explorer.c   (with props)
    trunk/reactos/base/shell/explorer-new/explorer.rbuild   (with props)
    trunk/reactos/base/shell/explorer-new/explorer.rc   (with props)
    trunk/reactos/base/shell/explorer-new/lang/
    trunk/reactos/base/shell/explorer-new/lang/en-US.rc   (with props)
    trunk/reactos/base/shell/explorer-new/manifest.xml   (with props)
    trunk/reactos/base/shell/explorer-new/precomp.h   (with props)
    trunk/reactos/base/shell/explorer-new/res/
    trunk/reactos/base/shell/explorer-new/res/logov.bmp   (with props)
    trunk/reactos/base/shell/explorer-new/res/start.ico   (with props)
    trunk/reactos/base/shell/explorer-new/resource.h   (with props)
    trunk/reactos/base/shell/explorer-new/startmnu.c   (with props)
    trunk/reactos/base/shell/explorer-new/taskband.c   (with props)
    trunk/reactos/base/shell/explorer-new/taskswnd.c   (with props)
    trunk/reactos/base/shell/explorer-new/tbsite.c   (with props)
    trunk/reactos/base/shell/explorer-new/todo.h   (with props)
    trunk/reactos/base/shell/explorer-new/trayntfy.c   (with props)
    trunk/reactos/base/shell/explorer-new/trayprop.c   (with props)
    trunk/reactos/base/shell/explorer-new/traywnd.c   (with props)
    trunk/reactos/base/shell/explorer-new/undoc.h   (with props)

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

Added: trunk/reactos/base/shell/explorer-new/comcsup.h
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer-new/comcsup.h?rev=27104&view=auto

Added: trunk/reactos/base/shell/explorer-new/desktop.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer-new/desktop.c?rev=27104&view=auto

Added: trunk/reactos/base/shell/explorer-new/dragdrop.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer-new/dragdrop.c?rev=27104&view=auto

Added: trunk/reactos/base/shell/explorer-new/explorer.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer-new/explorer.c?rev=27104&view=auto

Added: trunk/reactos/base/shell/explorer-new/explorer.rbuild
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer-new/explorer.rbuild?rev=27104&view=auto

Added: trunk/reactos/base/shell/explorer-new/explorer.rc
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer-new/explorer.rc?rev=27104&view=auto

Added: trunk/reactos/base/shell/explorer-new/lang/en-US.rc
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer-new/lang/en-US.rc?rev=27104&view=auto

Added: trunk/reactos/base/shell/explorer-new/manifest.xml
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer-new/manifest.xml?rev=27104&view=auto

Added: trunk/reactos/base/shell/explorer-new/precomp.h
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer-new/precomp.h?rev=27104&view=auto

Added: trunk/reactos/base/shell/explorer-new/res/logov.bmp
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer-new/res/logov.bmp?rev=27104&view=auto

Added: trunk/reactos/base/shell/explorer-new/res/start.ico
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer-new/res/start.ico?rev=27104&view=auto

Added: trunk/reactos/base/shell/explorer-new/resource.h
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer-new/resource.h?rev=27104&view=auto

Added: trunk/reactos/base/shell/explorer-new/startmnu.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer-new/startmnu.c?rev=27104&view=auto

Added: trunk/reactos/base/shell/explorer-new/taskband.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer-new/taskband.c?rev=27104&view=auto

Added: trunk/reactos/base/shell/explorer-new/taskswnd.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer-new/taskswnd.c?rev=27104&view=auto

Added: trunk/reactos/base/shell/explorer-new/tbsite.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer-new/tbsite.c?rev=27104&view=auto

Added: trunk/reactos/base/shell/explorer-new/todo.h
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer-new/todo.h?rev=27104&view=auto

Added: trunk/reactos/base/shell/explorer-new/trayntfy.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer-new/trayntfy.c?rev=27104&view=auto

Added: trunk/reactos/base/shell/explorer-new/trayprop.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer-new/trayprop.c?rev=27104&view=auto

Added: trunk/reactos/base/shell/explorer-new/traywnd.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer-new/traywnd.c?rev=27104&view=auto

Added: trunk/reactos/base/shell/explorer-new/undoc.h
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer-new/undoc.h?rev=27104&view=auto




More information about the Ros-diffs mailing list