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/com...
Added: trunk/reactos/base/shell/explorer-new/desktop.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer-new/des...
Added: trunk/reactos/base/shell/explorer-new/dragdrop.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer-new/dra...
Added: trunk/reactos/base/shell/explorer-new/explorer.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer-new/exp...
Added: trunk/reactos/base/shell/explorer-new/explorer.rbuild URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer-new/exp...
Added: trunk/reactos/base/shell/explorer-new/explorer.rc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer-new/exp...
Added: trunk/reactos/base/shell/explorer-new/lang/en-US.rc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer-new/lan...
Added: trunk/reactos/base/shell/explorer-new/manifest.xml URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer-new/man...
Added: trunk/reactos/base/shell/explorer-new/precomp.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer-new/pre...
Added: trunk/reactos/base/shell/explorer-new/res/logov.bmp URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer-new/res...
Added: trunk/reactos/base/shell/explorer-new/res/start.ico URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer-new/res...
Added: trunk/reactos/base/shell/explorer-new/resource.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer-new/res...
Added: trunk/reactos/base/shell/explorer-new/startmnu.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer-new/sta...
Added: trunk/reactos/base/shell/explorer-new/taskband.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer-new/tas...
Added: trunk/reactos/base/shell/explorer-new/taskswnd.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer-new/tas...
Added: trunk/reactos/base/shell/explorer-new/tbsite.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer-new/tbs...
Added: trunk/reactos/base/shell/explorer-new/todo.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer-new/tod...
Added: trunk/reactos/base/shell/explorer-new/trayntfy.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer-new/tra...
Added: trunk/reactos/base/shell/explorer-new/trayprop.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer-new/tra...
Added: trunk/reactos/base/shell/explorer-new/traywnd.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer-new/tra...
Added: trunk/reactos/base/shell/explorer-new/undoc.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer-new/und...