Rename web library to webview.
authorSteve Lamerton <steve.lamerton@gmail.com>
Fri, 19 Aug 2011 10:45:16 +0000 (10:45 +0000)
committerSteve Lamerton <steve.lamerton@gmail.com>
Fri, 19 Aug 2011 10:45:16 +0000 (10:45 +0000)
commit467d261e9dd430101119c76eb35aea43a31e7def
tree89c855e20e3ce9fc876a0ce95776b97cebe9a518
parente7aef23e7b42412bdfddd80c6b808e0e8a183ba9
Rename web library to webview.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/SOC2011_WEBVIEW@68789 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
36 files changed:
build/bakefiles/build_cfg.bkl
build/bakefiles/common.bkl
build/bakefiles/config.bkl
build/bakefiles/files.bkl
build/bakefiles/monolithic.bkl
build/bakefiles/multilib.bkl
build/bakefiles/wxpresets/presets/wx.bkl
build/bakefiles/wxwin.py
configure.in
include/msvc/wx/setup.h
include/wx/dlimpexp.h
include/wx/gtk/webview_webkit.h
include/wx/gtk/webviewhistoryitem_webkit.h
include/wx/msw/webview_ie.h
include/wx/msw/webviewhistoryitem_ie.h
include/wx/osx/webview_webkit.h
include/wx/osx/webviewhistoryitem_webkit.h
include/wx/webview.h
include/wx/webviewarchivehandler.h
samples/samples.bkl
samples/webview/Makefile.in [moved from samples/web/Makefile.in with 100% similarity]
samples/webview/makefile.bcc [moved from samples/web/makefile.bcc with 100% similarity]
samples/webview/makefile.gcc [moved from samples/web/makefile.gcc with 100% similarity]
samples/webview/makefile.unx [moved from samples/web/makefile.unx with 100% similarity]
samples/webview/makefile.vc [moved from samples/web/makefile.vc with 100% similarity]
samples/webview/makefile.wat [moved from samples/web/makefile.wat with 100% similarity]
samples/webview/refresh.xpm [moved from samples/web/refresh.xpm with 100% similarity]
samples/webview/stop.xpm [moved from samples/web/stop.xpm with 100% similarity]
samples/webview/web.dsp [moved from samples/web/web.dsp with 100% similarity]
samples/webview/web_vc7.vcproj [moved from samples/web/web_vc7.vcproj with 100% similarity]
samples/webview/web_vc8.vcproj [moved from samples/web/web_vc8.vcproj with 100% similarity]
samples/webview/web_vc9.vcproj [moved from samples/web/web_vc9.vcproj with 100% similarity]
samples/webview/webview.bkl [moved from samples/web/web.bkl with 77% similarity]
samples/webview/webview.cpp [moved from samples/web/web.cpp with 99% similarity]
samples/webview/wxlogo.xpm [moved from samples/web/wxlogo.xpm with 100% similarity]
src/common/webview.cpp