OSDN Git Service

Create TortoiseGitBlame
authorunknown <B20596@.fsl.freescale.net>
Fri, 9 Jan 2009 05:11:37 +0000 (13:11 +0800)
committerunknown <B20596@.fsl.freescale.net>
Fri, 9 Jan 2009 05:11:37 +0000 (13:11 +0800)
109 files changed:
src/TortoiseGitBlame/MainFrm.cpp [new file with mode: 0644]
src/TortoiseGitBlame/MainFrm.h [new file with mode: 0644]
src/TortoiseGitBlame/OutputWnd.cpp [new file with mode: 0644]
src/TortoiseGitBlame/OutputWnd.h [new file with mode: 0644]
src/TortoiseGitBlame/PropertiesWnd.cpp [new file with mode: 0644]
src/TortoiseGitBlame/PropertiesWnd.h [new file with mode: 0644]
src/TortoiseGitBlame/ReadMe.txt [new file with mode: 0644]
src/TortoiseGitBlame/Resource.h [new file with mode: 0644]
src/TortoiseGitBlame/TortoiseGitBlame.cpp [new file with mode: 0644]
src/TortoiseGitBlame/TortoiseGitBlame.h [new file with mode: 0644]
src/TortoiseGitBlame/TortoiseGitBlame.rc [new file with mode: 0644]
src/TortoiseGitBlame/TortoiseGitBlame.vcproj [new file with mode: 0644]
src/TortoiseGitBlame/TortoiseGitBlame.vcproj.FSL.B20596.user [new file with mode: 0644]
src/TortoiseGitBlame/TortoiseGitBlameDoc.cpp [new file with mode: 0644]
src/TortoiseGitBlame/TortoiseGitBlameDoc.h [new file with mode: 0644]
src/TortoiseGitBlame/TortoiseGitBlameView.cpp [new file with mode: 0644]
src/TortoiseGitBlame/TortoiseGitBlameView.h [new file with mode: 0644]
src/TortoiseGitBlame/UserImages.bmp [new file with mode: 0644]
src/TortoiseGitBlame/hlp/Images/Bullet.gif [new file with mode: 0644]
src/TortoiseGitBlame/hlp/TortoiseGitBlame.hhc [new file with mode: 0644]
src/TortoiseGitBlame/hlp/TortoiseGitBlame.hhk [new file with mode: 0644]
src/TortoiseGitBlame/hlp/TortoiseGitBlame.hhp [new file with mode: 0644]
src/TortoiseGitBlame/hlp/afx_hidd_color.htm [new file with mode: 0644]
src/TortoiseGitBlame/hlp/afx_hidd_fileopen.htm [new file with mode: 0644]
src/TortoiseGitBlame/hlp/afx_hidd_filesave.htm [new file with mode: 0644]
src/TortoiseGitBlame/hlp/afx_hidd_find.htm [new file with mode: 0644]
src/TortoiseGitBlame/hlp/afx_hidd_font.htm [new file with mode: 0644]
src/TortoiseGitBlame/hlp/afx_hidd_newtypedlg.htm [new file with mode: 0644]
src/TortoiseGitBlame/hlp/afx_hidd_print.htm [new file with mode: 0644]
src/TortoiseGitBlame/hlp/afx_hidd_printdlg.htm [new file with mode: 0644]
src/TortoiseGitBlame/hlp/afx_hidd_printsetup.htm [new file with mode: 0644]
src/TortoiseGitBlame/hlp/afx_hidd_replace.htm [new file with mode: 0644]
src/TortoiseGitBlame/hlp/afx_hidp_default.htm [new file with mode: 0644]
src/TortoiseGitBlame/hlp/afx_hidw_dockbar_top.htm [new file with mode: 0644]
src/TortoiseGitBlame/hlp/afx_hidw_preview_bar.htm [new file with mode: 0644]
src/TortoiseGitBlame/hlp/afx_hidw_status_bar.htm [new file with mode: 0644]
src/TortoiseGitBlame/hlp/afx_hidw_toolbar.htm [new file with mode: 0644]
src/TortoiseGitBlame/hlp/hid_app_about.htm [new file with mode: 0644]
src/TortoiseGitBlame/hlp/hid_app_exit.htm [new file with mode: 0644]
src/TortoiseGitBlame/hlp/hid_context_help.htm [new file with mode: 0644]
src/TortoiseGitBlame/hlp/hid_edit_clear.htm [new file with mode: 0644]
src/TortoiseGitBlame/hlp/hid_edit_clear_all.htm [new file with mode: 0644]
src/TortoiseGitBlame/hlp/hid_edit_copy.htm [new file with mode: 0644]
src/TortoiseGitBlame/hlp/hid_edit_cut.htm [new file with mode: 0644]
src/TortoiseGitBlame/hlp/hid_edit_find.htm [new file with mode: 0644]
src/TortoiseGitBlame/hlp/hid_edit_paste.htm [new file with mode: 0644]
src/TortoiseGitBlame/hlp/hid_edit_redo.htm [new file with mode: 0644]
src/TortoiseGitBlame/hlp/hid_edit_repeat.htm [new file with mode: 0644]
src/TortoiseGitBlame/hlp/hid_edit_replace.htm [new file with mode: 0644]
src/TortoiseGitBlame/hlp/hid_edit_undo.htm [new file with mode: 0644]
src/TortoiseGitBlame/hlp/hid_file_close.htm [new file with mode: 0644]
src/TortoiseGitBlame/hlp/hid_file_mru_file1.htm [new file with mode: 0644]
src/TortoiseGitBlame/hlp/hid_file_new.htm [new file with mode: 0644]
src/TortoiseGitBlame/hlp/hid_file_open.htm [new file with mode: 0644]
src/TortoiseGitBlame/hlp/hid_file_page_setup.htm [new file with mode: 0644]
src/TortoiseGitBlame/hlp/hid_file_print.htm [new file with mode: 0644]
src/TortoiseGitBlame/hlp/hid_file_print_preview.htm [new file with mode: 0644]
src/TortoiseGitBlame/hlp/hid_file_print_setup.htm [new file with mode: 0644]
src/TortoiseGitBlame/hlp/hid_file_save.htm [new file with mode: 0644]
src/TortoiseGitBlame/hlp/hid_file_save_as.htm [new file with mode: 0644]
src/TortoiseGitBlame/hlp/hid_file_send_mail.htm [new file with mode: 0644]
src/TortoiseGitBlame/hlp/hid_help_index.htm [new file with mode: 0644]
src/TortoiseGitBlame/hlp/hid_help_using.htm [new file with mode: 0644]
src/TortoiseGitBlame/hlp/hid_ht_caption.htm [new file with mode: 0644]
src/TortoiseGitBlame/hlp/hid_ht_nowhere.htm [new file with mode: 0644]
src/TortoiseGitBlame/hlp/hid_next_pane.htm [new file with mode: 0644]
src/TortoiseGitBlame/hlp/hid_prev_pane.htm [new file with mode: 0644]
src/TortoiseGitBlame/hlp/hid_sc_close.htm [new file with mode: 0644]
src/TortoiseGitBlame/hlp/hid_sc_maximize.htm [new file with mode: 0644]
src/TortoiseGitBlame/hlp/hid_sc_minimize.htm [new file with mode: 0644]
src/TortoiseGitBlame/hlp/hid_sc_move.htm [new file with mode: 0644]
src/TortoiseGitBlame/hlp/hid_sc_nextwindow.htm [new file with mode: 0644]
src/TortoiseGitBlame/hlp/hid_sc_prevwindow.htm [new file with mode: 0644]
src/TortoiseGitBlame/hlp/hid_sc_restore.htm [new file with mode: 0644]
src/TortoiseGitBlame/hlp/hid_sc_size.htm [new file with mode: 0644]
src/TortoiseGitBlame/hlp/hid_sc_tasklist.htm [new file with mode: 0644]
src/TortoiseGitBlame/hlp/hid_view_ruler.htm [new file with mode: 0644]
src/TortoiseGitBlame/hlp/hid_view_status_bar.htm [new file with mode: 0644]
src/TortoiseGitBlame/hlp/hid_view_toolbar.htm [new file with mode: 0644]
src/TortoiseGitBlame/hlp/hid_window_all.htm [new file with mode: 0644]
src/TortoiseGitBlame/hlp/hid_window_arrange.htm [new file with mode: 0644]
src/TortoiseGitBlame/hlp/hid_window_cascade.htm [new file with mode: 0644]
src/TortoiseGitBlame/hlp/hid_window_new.htm [new file with mode: 0644]
src/TortoiseGitBlame/hlp/hid_window_split.htm [new file with mode: 0644]
src/TortoiseGitBlame/hlp/hid_window_tile.htm [new file with mode: 0644]
src/TortoiseGitBlame/hlp/hid_window_tile_horz.htm [new file with mode: 0644]
src/TortoiseGitBlame/hlp/hid_window_tile_vert.htm [new file with mode: 0644]
src/TortoiseGitBlame/hlp/hidr_doc1type.htm [new file with mode: 0644]
src/TortoiseGitBlame/hlp/main_index.htm [new file with mode: 0644]
src/TortoiseGitBlame/hlp/menu_edit.htm [new file with mode: 0644]
src/TortoiseGitBlame/hlp/menu_file.htm [new file with mode: 0644]
src/TortoiseGitBlame/hlp/menu_help.htm [new file with mode: 0644]
src/TortoiseGitBlame/hlp/menu_view.htm [new file with mode: 0644]
src/TortoiseGitBlame/hlp/menu_window.htm [new file with mode: 0644]
src/TortoiseGitBlame/hlp/scrollbars.htm [new file with mode: 0644]
src/TortoiseGitBlame/res/Toolbar.bmp [new file with mode: 0644]
src/TortoiseGitBlame/res/Toolbar256.bmp [new file with mode: 0644]
src/TortoiseGitBlame/res/TortoiseGitBlame.ico [new file with mode: 0644]
src/TortoiseGitBlame/res/TortoiseGitBlame.rc2 [new file with mode: 0644]
src/TortoiseGitBlame/res/TortoiseGitBlameDoc.ico [new file with mode: 0644]
src/TortoiseGitBlame/res/output_wnd.ico [new file with mode: 0644]
src/TortoiseGitBlame/res/output_wnd_hc.ico [new file with mode: 0644]
src/TortoiseGitBlame/res/properties.bmp [new file with mode: 0644]
src/TortoiseGitBlame/res/properties_hc.bmp [new file with mode: 0644]
src/TortoiseGitBlame/res/properties_wnd.ico [new file with mode: 0644]
src/TortoiseGitBlame/res/properties_wnd_hc.ico [new file with mode: 0644]
src/TortoiseGitBlame/stdafx.cpp [new file with mode: 0644]
src/TortoiseGitBlame/stdafx.h [new file with mode: 0644]
src/TortoiseGitBlame/targetver.h [new file with mode: 0644]

diff --git a/src/TortoiseGitBlame/MainFrm.cpp b/src/TortoiseGitBlame/MainFrm.cpp
new file mode 100644 (file)
index 0000000..236010d
--- /dev/null
@@ -0,0 +1,354 @@
+\r
+// MainFrm.cpp : implementation of the CMainFrame class\r
+//\r
+\r
+#include "stdafx.h"\r
+#include "TortoiseGitBlame.h"\r
+\r
+#include "MainFrm.h"\r
+\r
+#ifdef _DEBUG\r
+#define new DEBUG_NEW\r
+#endif\r
+\r
+// CMainFrame\r
+\r
+IMPLEMENT_DYNCREATE(CMainFrame, CFrameWndEx)\r
+\r
+const int  iMaxUserToolbars = 10;\r
+const UINT uiFirstUserToolBarId = AFX_IDW_CONTROLBAR_FIRST + 40;\r
+const UINT uiLastUserToolBarId = uiFirstUserToolBarId + iMaxUserToolbars - 1;\r
+\r
+BEGIN_MESSAGE_MAP(CMainFrame, CFrameWndEx)\r
+       ON_WM_CREATE()\r
+       // Global help commands\r
+       ON_COMMAND(ID_HELP_FINDER, &CFrameWndEx::OnHelpFinder)\r
+       ON_COMMAND(ID_HELP, &CFrameWndEx::OnHelp)\r
+       ON_COMMAND(ID_CONTEXT_HELP, &CFrameWndEx::OnContextHelp)\r
+       ON_COMMAND(ID_DEFAULT_HELP, &CFrameWndEx::OnHelpFinder)\r
+       ON_COMMAND(ID_VIEW_CUSTOMIZE, &CMainFrame::OnViewCustomize)\r
+       ON_REGISTERED_MESSAGE(AFX_WM_CREATETOOLBAR, &CMainFrame::OnToolbarCreateNew)\r
+       ON_COMMAND_RANGE(ID_VIEW_APPLOOK_WIN_2000, ID_VIEW_APPLOOK_OFF_2007_AQUA, &CMainFrame::OnApplicationLook)\r
+       ON_UPDATE_COMMAND_UI_RANGE(ID_VIEW_APPLOOK_WIN_2000, ID_VIEW_APPLOOK_OFF_2007_AQUA, &CMainFrame::OnUpdateApplicationLook)\r
+END_MESSAGE_MAP()\r
+\r
+static UINT indicators[] =\r
+{\r
+       ID_SEPARATOR,           // status line indicator\r
+       ID_INDICATOR_CAPS,\r
+       ID_INDICATOR_NUM,\r
+       ID_INDICATOR_SCRL,\r
+};\r
+\r
+// CMainFrame construction/destruction\r
+\r
+CMainFrame::CMainFrame()\r
+{\r
+       // TODO: add member initialization code here\r
+       theApp.m_nAppLook = theApp.GetInt(_T("ApplicationLook"), ID_VIEW_APPLOOK_VS_2005);\r
+}\r
+\r
+CMainFrame::~CMainFrame()\r
+{\r
+}\r
+\r
+int CMainFrame::OnCreate(LPCREATESTRUCT lpCreateStruct)\r
+{\r
+       if (CFrameWndEx::OnCreate(lpCreateStruct) == -1)\r
+               return -1;\r
+\r
+       BOOL bNameValid;\r
+       // set the visual manager and style based on persisted value\r
+       OnApplicationLook(theApp.m_nAppLook);\r
+\r
+       if (!m_wndMenuBar.Create(this))\r
+       {\r
+               TRACE0("Failed to create menubar\n");\r
+               return -1;      // fail to create\r
+       }\r
+\r
+       m_wndMenuBar.SetPaneStyle(m_wndMenuBar.GetPaneStyle() | CBRS_SIZE_DYNAMIC | CBRS_TOOLTIPS | CBRS_FLYBY);\r
+\r
+       // prevent the menu bar from taking the focus on activation\r
+       CMFCPopupMenu::SetForceMenuFocus(FALSE);\r
+\r
+       if (!m_wndToolBar.CreateEx(this, TBSTYLE_FLAT, WS_CHILD | WS_VISIBLE | CBRS_TOP | CBRS_GRIPPER | CBRS_TOOLTIPS | CBRS_FLYBY | CBRS_SIZE_DYNAMIC) ||\r
+               !m_wndToolBar.LoadToolBar(theApp.m_bHiColorIcons ? IDR_MAINFRAME_256 : IDR_MAINFRAME))\r
+       {\r
+               TRACE0("Failed to create toolbar\n");\r
+               return -1;      // fail to create\r
+       }\r
+\r
+       CString strToolBarName;\r
+       bNameValid = strToolBarName.LoadString(IDS_TOOLBAR_STANDARD);\r
+       ASSERT(bNameValid);\r
+       m_wndToolBar.SetWindowText(strToolBarName);\r
+\r
+       CString strCustomize;\r
+       bNameValid = strCustomize.LoadString(IDS_TOOLBAR_CUSTOMIZE);\r
+       ASSERT(bNameValid);\r
+       m_wndToolBar.EnableCustomizeButton(TRUE, ID_VIEW_CUSTOMIZE, strCustomize);\r
+\r
+       // Allow user-defined toolbars operations:\r
+       InitUserToolbars(NULL, uiFirstUserToolBarId, uiLastUserToolBarId);\r
+\r
+       if (!m_wndStatusBar.Create(this))\r
+       {\r
+               TRACE0("Failed to create status bar\n");\r
+               return -1;      // fail to create\r
+       }\r
+       m_wndStatusBar.SetIndicators(indicators, sizeof(indicators)/sizeof(UINT));\r
+\r
+       // TODO: Delete these five lines if you don't want the toolbar and menubar to be dockable\r
+       m_wndMenuBar.EnableDocking(CBRS_ALIGN_ANY);\r
+       m_wndToolBar.EnableDocking(CBRS_ALIGN_ANY);\r
+       EnableDocking(CBRS_ALIGN_ANY);\r
+       DockPane(&m_wndMenuBar);\r
+       DockPane(&m_wndToolBar);\r
+\r
+\r
+       // enable Visual Studio 2005 style docking window behavior\r
+       CDockingManager::SetDockingMode(DT_SMART);\r
+       // enable Visual Studio 2005 style docking window auto-hide behavior\r
+       EnableAutoHidePanes(CBRS_ALIGN_ANY);\r
+\r
+       // create docking windows\r
+       if (!CreateDockingWindows())\r
+       {\r
+               TRACE0("Failed to create docking windows\n");\r
+               return -1;\r
+       }\r
+\r
+       m_wndOutput.EnableDocking(CBRS_ALIGN_ANY);\r
+       DockPane(&m_wndOutput);\r
+       m_wndProperties.EnableDocking(CBRS_ALIGN_ANY);\r
+       DockPane(&m_wndProperties);\r
+\r
+\r
+       // Enable toolbar and docking window menu replacement\r
+       EnablePaneMenu(TRUE, ID_VIEW_CUSTOMIZE, strCustomize, ID_VIEW_TOOLBAR);\r
+\r
+       // enable quick (Alt+drag) toolbar customization\r
+       CMFCToolBar::EnableQuickCustomization();\r
+\r
+       if (CMFCToolBar::GetUserImages() == NULL)\r
+       {\r
+               // load user-defined toolbar images\r
+               if (m_UserImages.Load(_T(".\\UserImages.bmp")))\r
+               {\r
+                       m_UserImages.SetImageSize(CSize(16, 16), FALSE);\r
+                       CMFCToolBar::SetUserImages(&m_UserImages);\r
+               }\r
+       }\r
+\r
+       // enable menu personalization (most-recently used commands)\r
+       // TODO: define your own basic commands, ensuring that each pulldown menu has at least one basic command.\r
+       CList<UINT, UINT> lstBasicCommands;\r
+\r
+       lstBasicCommands.AddTail(ID_FILE_NEW);\r
+       lstBasicCommands.AddTail(ID_FILE_OPEN);\r
+       lstBasicCommands.AddTail(ID_FILE_SAVE);\r
+       lstBasicCommands.AddTail(ID_FILE_PRINT);\r
+       lstBasicCommands.AddTail(ID_APP_EXIT);\r
+       lstBasicCommands.AddTail(ID_EDIT_CUT);\r
+       lstBasicCommands.AddTail(ID_EDIT_PASTE);\r
+       lstBasicCommands.AddTail(ID_EDIT_UNDO);\r
+       lstBasicCommands.AddTail(ID_APP_ABOUT);\r
+       lstBasicCommands.AddTail(ID_VIEW_STATUS_BAR);\r
+       lstBasicCommands.AddTail(ID_VIEW_TOOLBAR);\r
+       lstBasicCommands.AddTail(ID_VIEW_APPLOOK_OFF_2003);\r
+       lstBasicCommands.AddTail(ID_VIEW_APPLOOK_VS_2005);\r
+       lstBasicCommands.AddTail(ID_VIEW_APPLOOK_OFF_2007_BLUE);\r
+       lstBasicCommands.AddTail(ID_VIEW_APPLOOK_OFF_2007_SILVER);\r
+       lstBasicCommands.AddTail(ID_VIEW_APPLOOK_OFF_2007_BLACK);\r
+       lstBasicCommands.AddTail(ID_VIEW_APPLOOK_OFF_2007_AQUA);\r
+\r
+       CMFCToolBar::SetBasicCommands(lstBasicCommands);\r
+\r
+       return 0;\r
+}\r
+\r
+BOOL CMainFrame::PreCreateWindow(CREATESTRUCT& cs)\r
+{\r
+       if( !CFrameWndEx::PreCreateWindow(cs) )\r
+               return FALSE;\r
+       // TODO: Modify the Window class or styles here by modifying\r
+       //  the CREATESTRUCT cs\r
+\r
+       return TRUE;\r
+}\r
+\r
+BOOL CMainFrame::CreateDockingWindows()\r
+{\r
+       BOOL bNameValid;\r
+       // Create output window\r
+       CString strOutputWnd;\r
+       bNameValid = strOutputWnd.LoadString(IDS_OUTPUT_WND);\r
+       ASSERT(bNameValid);\r
+       if (!m_wndOutput.Create(strOutputWnd, this, CRect(0, 0, 100, 100), TRUE, ID_VIEW_OUTPUTWND, WS_CHILD | WS_VISIBLE | WS_CLIPSIBLINGS | WS_CLIPCHILDREN | CBRS_BOTTOM | CBRS_FLOAT_MULTI))\r
+       {\r
+               TRACE0("Failed to create Output window\n");\r
+               return FALSE; // failed to create\r
+       }\r
+\r
+       // Create properties window\r
+       CString strPropertiesWnd;\r
+       bNameValid = strPropertiesWnd.LoadString(IDS_PROPERTIES_WND);\r
+       ASSERT(bNameValid);\r
+       if (!m_wndProperties.Create(strPropertiesWnd, this, CRect(0, 0, 200, 200), TRUE, ID_VIEW_PROPERTIESWND, WS_CHILD | WS_VISIBLE | WS_CLIPSIBLINGS | WS_CLIPCHILDREN | CBRS_RIGHT | CBRS_FLOAT_MULTI))\r
+       {\r
+               TRACE0("Failed to create Properties window\n");\r
+               return FALSE; // failed to create\r
+       }\r
+\r
+       SetDockingWindowIcons(theApp.m_bHiColorIcons);\r
+       return TRUE;\r
+}\r
+\r
+void CMainFrame::SetDockingWindowIcons(BOOL bHiColorIcons)\r
+{\r
+       HICON hOutputBarIcon = (HICON) ::LoadImage(::AfxGetResourceHandle(), MAKEINTRESOURCE(bHiColorIcons ? IDI_OUTPUT_WND_HC : IDI_OUTPUT_WND), IMAGE_ICON, ::GetSystemMetrics(SM_CXSMICON), ::GetSystemMetrics(SM_CYSMICON), 0);\r
+       m_wndOutput.SetIcon(hOutputBarIcon, FALSE);\r
+\r
+       HICON hPropertiesBarIcon = (HICON) ::LoadImage(::AfxGetResourceHandle(), MAKEINTRESOURCE(bHiColorIcons ? IDI_PROPERTIES_WND_HC : IDI_PROPERTIES_WND), IMAGE_ICON, ::GetSystemMetrics(SM_CXSMICON), ::GetSystemMetrics(SM_CYSMICON), 0);\r
+       m_wndProperties.SetIcon(hPropertiesBarIcon, FALSE);\r
+\r
+}\r
+\r
+// CMainFrame diagnostics\r
+\r
+#ifdef _DEBUG\r
+void CMainFrame::AssertValid() const\r
+{\r
+       CFrameWndEx::AssertValid();\r
+}\r
+\r
+void CMainFrame::Dump(CDumpContext& dc) const\r
+{\r
+       CFrameWndEx::Dump(dc);\r
+}\r
+#endif //_DEBUG\r
+\r
+\r
+// CMainFrame message handlers\r
+\r
+void CMainFrame::OnViewCustomize()\r
+{\r
+       CMFCToolBarsCustomizeDialog* pDlgCust = new CMFCToolBarsCustomizeDialog(this, TRUE /* scan menus */);\r
+       pDlgCust->EnableUserDefinedToolbars();\r
+       pDlgCust->Create();\r
+}\r
+\r
+LRESULT CMainFrame::OnToolbarCreateNew(WPARAM wp,LPARAM lp)\r
+{\r
+       LRESULT lres = CFrameWndEx::OnToolbarCreateNew(wp,lp);\r
+       if (lres == 0)\r
+       {\r
+               return 0;\r
+       }\r
+\r
+       CMFCToolBar* pUserToolbar = (CMFCToolBar*)lres;\r
+       ASSERT_VALID(pUserToolbar);\r
+\r
+       BOOL bNameValid;\r
+       CString strCustomize;\r
+       bNameValid = strCustomize.LoadString(IDS_TOOLBAR_CUSTOMIZE);\r
+       ASSERT(bNameValid);\r
+\r
+       pUserToolbar->EnableCustomizeButton(TRUE, ID_VIEW_CUSTOMIZE, strCustomize);\r
+       return lres;\r
+}\r
+\r
+void CMainFrame::OnApplicationLook(UINT id)\r
+{\r
+       CWaitCursor wait;\r
+\r
+       theApp.m_nAppLook = id;\r
+\r
+       switch (theApp.m_nAppLook)\r
+       {\r
+       case ID_VIEW_APPLOOK_WIN_2000:\r
+               CMFCVisualManager::SetDefaultManager(RUNTIME_CLASS(CMFCVisualManager));\r
+               break;\r
+\r
+       case ID_VIEW_APPLOOK_OFF_XP:\r
+               CMFCVisualManager::SetDefaultManager(RUNTIME_CLASS(CMFCVisualManagerOfficeXP));\r
+               break;\r
+\r
+       case ID_VIEW_APPLOOK_WIN_XP:\r
+               CMFCVisualManagerWindows::m_b3DTabsXPTheme = TRUE;\r
+               CMFCVisualManager::SetDefaultManager(RUNTIME_CLASS(CMFCVisualManagerWindows));\r
+               break;\r
+\r
+       case ID_VIEW_APPLOOK_OFF_2003:\r
+               CMFCVisualManager::SetDefaultManager(RUNTIME_CLASS(CMFCVisualManagerOffice2003));\r
+               CDockingManager::SetDockingMode(DT_SMART);\r
+               break;\r
+\r
+       case ID_VIEW_APPLOOK_VS_2005:\r
+               CMFCVisualManager::SetDefaultManager(RUNTIME_CLASS(CMFCVisualManagerVS2005));\r
+               CDockingManager::SetDockingMode(DT_SMART);\r
+               break;\r
+\r
+       default:\r
+               switch (theApp.m_nAppLook)\r
+               {\r
+               case ID_VIEW_APPLOOK_OFF_2007_BLUE:\r
+                       CMFCVisualManagerOffice2007::SetStyle(CMFCVisualManagerOffice2007::Office2007_LunaBlue);\r
+                       break;\r
+\r
+               case ID_VIEW_APPLOOK_OFF_2007_BLACK:\r
+                       CMFCVisualManagerOffice2007::SetStyle(CMFCVisualManagerOffice2007::Office2007_ObsidianBlack);\r
+                       break;\r
+\r
+               case ID_VIEW_APPLOOK_OFF_2007_SILVER:\r
+                       CMFCVisualManagerOffice2007::SetStyle(CMFCVisualManagerOffice2007::Office2007_Silver);\r
+                       break;\r
+\r
+               case ID_VIEW_APPLOOK_OFF_2007_AQUA:\r
+                       CMFCVisualManagerOffice2007::SetStyle(CMFCVisualManagerOffice2007::Office2007_Aqua);\r
+                       break;\r
+               }\r
+\r
+               CMFCVisualManager::SetDefaultManager(RUNTIME_CLASS(CMFCVisualManagerOffice2007));\r
+               CDockingManager::SetDockingMode(DT_SMART);\r
+       }\r
+\r
+       RedrawWindow(NULL, NULL, RDW_ALLCHILDREN | RDW_INVALIDATE | RDW_UPDATENOW | RDW_FRAME | RDW_ERASE);\r
+\r
+       theApp.WriteInt(_T("ApplicationLook"), theApp.m_nAppLook);\r
+}\r
+\r
+void CMainFrame::OnUpdateApplicationLook(CCmdUI* pCmdUI)\r
+{\r
+       pCmdUI->SetRadio(theApp.m_nAppLook == pCmdUI->m_nID);\r
+}\r
+\r
+BOOL CMainFrame::LoadFrame(UINT nIDResource, DWORD dwDefaultStyle, CWnd* pParentWnd, CCreateContext* pContext) \r
+{\r
+       // base class does the real work\r
+\r
+       if (!CFrameWndEx::LoadFrame(nIDResource, dwDefaultStyle, pParentWnd, pContext))\r
+       {\r
+               return FALSE;\r
+       }\r
+\r
+\r
+       // enable customization button for all user toolbars\r
+       BOOL bNameValid;\r
+       CString strCustomize;\r
+       bNameValid = strCustomize.LoadString(IDS_TOOLBAR_CUSTOMIZE);\r
+       ASSERT(bNameValid);\r
+\r
+       for (int i = 0; i < iMaxUserToolbars; i ++)\r
+       {\r
+               CMFCToolBar* pUserToolbar = GetUserToolBarByIndex(i);\r
+               if (pUserToolbar != NULL)\r
+               {\r
+                       pUserToolbar->EnableCustomizeButton(TRUE, ID_VIEW_CUSTOMIZE, strCustomize);\r
+               }\r
+       }\r
+\r
+       return TRUE;\r
+}\r
+\r
diff --git a/src/TortoiseGitBlame/MainFrm.h b/src/TortoiseGitBlame/MainFrm.h
new file mode 100644 (file)
index 0000000..fbaf732
--- /dev/null
@@ -0,0 +1,56 @@
+\r
+// MainFrm.h : interface of the CMainFrame class\r
+//\r
+\r
+#pragma once\r
+#include "OutputWnd.h"\r
+#include "PropertiesWnd.h"\r
+\r
+class CMainFrame : public CFrameWndEx\r
+{\r
+       \r
+protected: // create from serialization only\r
+       CMainFrame();\r
+       DECLARE_DYNCREATE(CMainFrame)\r
+\r
+// Attributes\r
+public:\r
+\r
+// Operations\r
+public:\r
+\r
+// Overrides\r
+public:\r
+       virtual BOOL PreCreateWindow(CREATESTRUCT& cs);\r
+       virtual BOOL LoadFrame(UINT nIDResource, DWORD dwDefaultStyle = WS_OVERLAPPEDWINDOW | FWS_ADDTOTITLE, CWnd* pParentWnd = NULL, CCreateContext* pContext = NULL);\r
+\r
+// Implementation\r
+public:\r
+       virtual ~CMainFrame();\r
+#ifdef _DEBUG\r
+       virtual void AssertValid() const;\r
+       virtual void Dump(CDumpContext& dc) const;\r
+#endif\r
+\r
+protected:  // control bar embedded members\r
+       CMFCMenuBar       m_wndMenuBar;\r
+       CMFCToolBar       m_wndToolBar;\r
+       CMFCStatusBar     m_wndStatusBar;\r
+       CMFCToolBarImages m_UserImages;\r
+       COutputWnd        m_wndOutput;\r
+       CPropertiesWnd    m_wndProperties;\r
+\r
+// Generated message map functions\r
+protected:\r
+       afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);\r
+       afx_msg void OnViewCustomize();\r
+       afx_msg LRESULT OnToolbarCreateNew(WPARAM wp, LPARAM lp);\r
+       afx_msg void OnApplicationLook(UINT id);\r
+       afx_msg void OnUpdateApplicationLook(CCmdUI* pCmdUI);\r
+       DECLARE_MESSAGE_MAP()\r
+\r
+       BOOL CreateDockingWindows();\r
+       void SetDockingWindowIcons(BOOL bHiColorIcons);\r
+};\r
+\r
+\r
diff --git a/src/TortoiseGitBlame/OutputWnd.cpp b/src/TortoiseGitBlame/OutputWnd.cpp
new file mode 100644 (file)
index 0000000..fa17a70
--- /dev/null
@@ -0,0 +1,198 @@
+\r
+#include "stdafx.h"\r
+\r
+#include "OutputWnd.h"\r
+#include "Resource.h"\r
+#include "MainFrm.h"\r
+\r
+#ifdef _DEBUG\r
+#define new DEBUG_NEW\r
+#undef THIS_FILE\r
+static char THIS_FILE[] = __FILE__;\r
+#endif\r
+\r
+/////////////////////////////////////////////////////////////////////////////\r
+// COutputBar\r
+\r
+COutputWnd::COutputWnd()\r
+{\r
+}\r
+\r
+COutputWnd::~COutputWnd()\r
+{\r
+}\r
+\r
+BEGIN_MESSAGE_MAP(COutputWnd, CDockablePane)\r
+       ON_WM_CREATE()\r
+       ON_WM_SIZE()\r
+END_MESSAGE_MAP()\r
+\r
+int COutputWnd::OnCreate(LPCREATESTRUCT lpCreateStruct)\r
+{\r
+       if (CDockablePane::OnCreate(lpCreateStruct) == -1)\r
+               return -1;\r
+\r
+       m_Font.CreateStockObject(DEFAULT_GUI_FONT);\r
+\r
+       CRect rectDummy;\r
+       rectDummy.SetRectEmpty();\r
+\r
+       // Create tabs window:\r
+       if (!m_wndTabs.Create(CMFCTabCtrl::STYLE_FLAT, rectDummy, this, 1))\r
+       {\r
+               TRACE0("Failed to create output tab window\n");\r
+               return -1;      // fail to create\r
+       }\r
+\r
+       // Create output panes:\r
+       const DWORD dwStyle = LBS_NOINTEGRALHEIGHT | WS_CHILD | WS_VISIBLE | WS_HSCROLL | WS_VSCROLL;\r
+\r
+       if (!m_wndOutputBuild.Create(dwStyle, rectDummy, &m_wndTabs, 2) ||\r
+               !m_wndOutputDebug.Create(dwStyle, rectDummy, &m_wndTabs, 3) ||\r
+               !m_wndOutputFind.Create(dwStyle, rectDummy, &m_wndTabs, 4))\r
+       {\r
+               TRACE0("Failed to create output windows\n");\r
+               return -1;      // fail to create\r
+       }\r
+\r
+       m_wndOutputBuild.SetFont(&m_Font);\r
+       m_wndOutputDebug.SetFont(&m_Font);\r
+       m_wndOutputFind.SetFont(&m_Font);\r
+\r
+       CString strTabName;\r
+       BOOL bNameValid;\r
+\r
+       // Attach list windows to tab:\r
+       bNameValid = strTabName.LoadString(IDS_BUILD_TAB);\r
+       ASSERT(bNameValid);\r
+       m_wndTabs.AddTab(&m_wndOutputBuild, strTabName, (UINT)0);\r
+       bNameValid = strTabName.LoadString(IDS_DEBUG_TAB);\r
+       ASSERT(bNameValid);\r
+       m_wndTabs.AddTab(&m_wndOutputDebug, strTabName, (UINT)1);\r
+       bNameValid = strTabName.LoadString(IDS_FIND_TAB);\r
+       ASSERT(bNameValid);\r
+       m_wndTabs.AddTab(&m_wndOutputFind, strTabName, (UINT)2);\r
+\r
+       // Fill output tabs with some dummy text (nothing magic here)\r
+       FillBuildWindow();\r
+       FillDebugWindow();\r
+       FillFindWindow();\r
+\r
+       return 0;\r
+}\r
+\r
+void COutputWnd::OnSize(UINT nType, int cx, int cy)\r
+{\r
+       CDockablePane::OnSize(nType, cx, cy);\r
+\r
+       // Tab control should cover the whole client area:\r
+       m_wndTabs.SetWindowPos (NULL, -1, -1, cx, cy, SWP_NOMOVE | SWP_NOACTIVATE | SWP_NOZORDER);\r
+}\r
+\r
+void COutputWnd::AdjustHorzScroll(CListBox& wndListBox)\r
+{\r
+       CClientDC dc(this);\r
+       CFont* pOldFont = dc.SelectObject(&m_Font);\r
+\r
+       int cxExtentMax = 0;\r
+\r
+       for (int i = 0; i < wndListBox.GetCount(); i ++)\r
+       {\r
+               CString strItem;\r
+               wndListBox.GetText(i, strItem);\r
+\r
+               cxExtentMax = max(cxExtentMax, dc.GetTextExtent(strItem).cx);\r
+       }\r
+\r
+       wndListBox.SetHorizontalExtent(cxExtentMax);\r
+       dc.SelectObject(pOldFont);\r
+}\r
+\r
+void COutputWnd::FillBuildWindow()\r
+{\r
+       m_wndOutputBuild.AddString(_T("Build output is being displayed here."));\r
+       m_wndOutputBuild.AddString(_T("The output is being displayed in rows of a list view"));\r
+       m_wndOutputBuild.AddString(_T("but you can change the way it is displayed as you wish..."));\r
+}\r
+\r
+void COutputWnd::FillDebugWindow()\r
+{\r
+       m_wndOutputDebug.AddString(_T("Debug output is being displayed here."));\r
+       m_wndOutputDebug.AddString(_T("The output is being displayed in rows of a list view"));\r
+       m_wndOutputDebug.AddString(_T("but you can change the way it is displayed as you wish..."));\r
+}\r
+\r
+void COutputWnd::FillFindWindow()\r
+{\r
+       m_wndOutputFind.AddString(_T("Find output is being displayed here."));\r
+       m_wndOutputFind.AddString(_T("The output is being displayed in rows of a list view"));\r
+       m_wndOutputFind.AddString(_T("but you can change the way it is displayed as you wish..."));\r
+}\r
+\r
+/////////////////////////////////////////////////////////////////////////////\r
+// COutputList1\r
+\r
+COutputList::COutputList()\r
+{\r
+}\r
+\r
+COutputList::~COutputList()\r
+{\r
+}\r
+\r
+BEGIN_MESSAGE_MAP(COutputList, CListBox)\r
+       ON_WM_CONTEXTMENU()\r
+       ON_COMMAND(ID_EDIT_COPY, OnEditCopy)\r
+       ON_COMMAND(ID_EDIT_CLEAR, OnEditClear)\r
+       ON_COMMAND(ID_VIEW_OUTPUTWND, OnViewOutput)\r
+       ON_WM_WINDOWPOSCHANGING()\r
+END_MESSAGE_MAP()\r
+/////////////////////////////////////////////////////////////////////////////\r
+// COutputList message handlers\r
+\r
+void COutputList::OnContextMenu(CWnd* /*pWnd*/, CPoint point)\r
+{\r
+       CMenu menu;\r
+       menu.LoadMenu(IDR_OUTPUT_POPUP);\r
+\r
+       CMenu* pSumMenu = menu.GetSubMenu(0);\r
+\r
+       if (AfxGetMainWnd()->IsKindOf(RUNTIME_CLASS(CMDIFrameWndEx)))\r
+       {\r
+               CMFCPopupMenu* pPopupMenu = new CMFCPopupMenu;\r
+\r
+               if (!pPopupMenu->Create(this, point.x, point.y, (HMENU)pSumMenu->m_hMenu, FALSE, TRUE))\r
+                       return;\r
+\r
+               ((CMDIFrameWndEx*)AfxGetMainWnd())->OnShowPopupMenu(pPopupMenu);\r
+               UpdateDialogControls(this, FALSE);\r
+       }\r
+\r
+       SetFocus();\r
+}\r
+\r
+void COutputList::OnEditCopy()\r
+{\r
+       MessageBox(_T("Copy output"));\r
+}\r
+\r
+void COutputList::OnEditClear()\r
+{\r
+       MessageBox(_T("Clear output"));\r
+}\r
+\r
+void COutputList::OnViewOutput()\r
+{\r
+       CDockablePane* pParentBar = DYNAMIC_DOWNCAST(CDockablePane, GetOwner());\r
+       CMDIFrameWndEx* pMainFrame = DYNAMIC_DOWNCAST(CMDIFrameWndEx, GetTopLevelFrame());\r
+\r
+       if (pMainFrame != NULL && pParentBar != NULL)\r
+       {\r
+               pMainFrame->SetFocus();\r
+               pMainFrame->ShowPane(pParentBar, FALSE, FALSE, FALSE);\r
+               pMainFrame->RecalcLayout();\r
+\r
+       }\r
+}\r
+\r
+\r
diff --git a/src/TortoiseGitBlame/OutputWnd.h b/src/TortoiseGitBlame/OutputWnd.h
new file mode 100644 (file)
index 0000000..868bcbb
--- /dev/null
@@ -0,0 +1,59 @@
+\r
+#pragma once\r
+\r
+/////////////////////////////////////////////////////////////////////////////\r
+// COutputList window\r
+\r
+class COutputList : public CListBox\r
+{\r
+// Construction\r
+public:\r
+       COutputList();\r
+\r
+// Implementation\r
+public:\r
+       virtual ~COutputList();\r
+\r
+protected:\r
+       afx_msg void OnContextMenu(CWnd* pWnd, CPoint point);\r
+       afx_msg void OnEditCopy();\r
+       afx_msg void OnEditClear();\r
+       afx_msg void OnViewOutput();\r
+\r
+       DECLARE_MESSAGE_MAP()\r
+};\r
+\r
+class COutputWnd : public CDockablePane\r
+{\r
+// Construction\r
+public:\r
+       COutputWnd();\r
+\r
+// Attributes\r
+protected:\r
+       CFont m_Font;\r
+\r
+       CMFCTabCtrl     m_wndTabs;\r
+\r
+       COutputList m_wndOutputBuild;\r
+       COutputList m_wndOutputDebug;\r
+       COutputList m_wndOutputFind;\r
+\r
+protected:\r
+       void FillBuildWindow();\r
+       void FillDebugWindow();\r
+       void FillFindWindow();\r
+\r
+       void AdjustHorzScroll(CListBox& wndListBox);\r
+\r
+// Implementation\r
+public:\r
+       virtual ~COutputWnd();\r
+\r
+protected:\r
+       afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);\r
+       afx_msg void OnSize(UINT nType, int cx, int cy);\r
+\r
+       DECLARE_MESSAGE_MAP()\r
+};\r
+\r
diff --git a/src/TortoiseGitBlame/PropertiesWnd.cpp b/src/TortoiseGitBlame/PropertiesWnd.cpp
new file mode 100644 (file)
index 0000000..595ad6a
--- /dev/null
@@ -0,0 +1,269 @@
+\r
+#include "stdafx.h"\r
+\r
+#include "PropertiesWnd.h"\r
+#include "Resource.h"\r
+#include "MainFrm.h"\r
+#include "TortoiseGitBlame.h"\r
+\r
+#ifdef _DEBUG\r
+#undef THIS_FILE\r
+static char THIS_FILE[]=__FILE__;\r
+#define new DEBUG_NEW\r
+#endif\r
+\r
+/////////////////////////////////////////////////////////////////////////////\r
+// CResourceViewBar\r
+\r
+CPropertiesWnd::CPropertiesWnd()\r
+{\r
+}\r
+\r
+CPropertiesWnd::~CPropertiesWnd()\r
+{\r
+}\r
+\r
+BEGIN_MESSAGE_MAP(CPropertiesWnd, CDockablePane)\r
+       ON_WM_CREATE()\r
+       ON_WM_SIZE()\r
+       ON_COMMAND(ID_EXPAND_ALL, OnExpandAllProperties)\r
+       ON_UPDATE_COMMAND_UI(ID_EXPAND_ALL, OnUpdateExpandAllProperties)\r
+       ON_COMMAND(ID_SORTPROPERTIES, OnSortProperties)\r
+       ON_UPDATE_COMMAND_UI(ID_SORTPROPERTIES, OnUpdateSortProperties)\r
+       ON_COMMAND(ID_PROPERTIES1, OnProperties1)\r
+       ON_UPDATE_COMMAND_UI(ID_PROPERTIES1, OnUpdateProperties1)\r
+       ON_COMMAND(ID_PROPERTIES2, OnProperties2)\r
+       ON_UPDATE_COMMAND_UI(ID_PROPERTIES2, OnUpdateProperties2)\r
+       ON_WM_SETFOCUS()\r
+       ON_WM_SETTINGCHANGE()\r
+END_MESSAGE_MAP()\r
+\r
+/////////////////////////////////////////////////////////////////////////////\r
+// CResourceViewBar message handlers\r
+\r
+void CPropertiesWnd::AdjustLayout()\r
+{\r
+       if (GetSafeHwnd() == NULL)\r
+       {\r
+               return;\r
+       }\r
+\r
+       CRect rectClient,rectCombo;\r
+       GetClientRect(rectClient);\r
+\r
+       m_wndObjectCombo.GetWindowRect(&rectCombo);\r
+\r
+       int cyCmb = rectCombo.Size().cy;\r
+       int cyTlb = m_wndToolBar.CalcFixedLayout(FALSE, TRUE).cy;\r
+\r
+       m_wndObjectCombo.SetWindowPos(NULL, rectClient.left, rectClient.top, rectClient.Width(), 200, SWP_NOACTIVATE | SWP_NOZORDER);\r
+       m_wndToolBar.SetWindowPos(NULL, rectClient.left, rectClient.top + cyCmb, rectClient.Width(), cyTlb, SWP_NOACTIVATE | SWP_NOZORDER);\r
+       m_wndPropList.SetWindowPos(NULL, rectClient.left, rectClient.top + cyCmb + cyTlb, rectClient.Width(), rectClient.Height() -(cyCmb+cyTlb), SWP_NOACTIVATE | SWP_NOZORDER);\r
+}\r
+\r
+int CPropertiesWnd::OnCreate(LPCREATESTRUCT lpCreateStruct)\r
+{\r
+       if (CDockablePane::OnCreate(lpCreateStruct) == -1)\r
+               return -1;\r
+\r
+       CRect rectDummy;\r
+       rectDummy.SetRectEmpty();\r
+\r
+       // Create combo:\r
+       const DWORD dwViewStyle = WS_CHILD | WS_VISIBLE | CBS_DROPDOWNLIST | WS_BORDER | CBS_SORT | WS_CLIPSIBLINGS | WS_CLIPCHILDREN;\r
+\r
+       if (!m_wndObjectCombo.Create(dwViewStyle, rectDummy, this, 1))\r
+       {\r
+               TRACE0("Failed to create Properties Combo \n");\r
+               return -1;      // fail to create\r
+       }\r
+\r
+       m_wndObjectCombo.AddString(_T("Application"));\r
+       m_wndObjectCombo.AddString(_T("Properties Window"));\r
+       m_wndObjectCombo.SetFont(CFont::FromHandle((HFONT) GetStockObject(DEFAULT_GUI_FONT)));\r
+       m_wndObjectCombo.SetCurSel(0);\r
+\r
+       if (!m_wndPropList.Create(WS_VISIBLE | WS_CHILD, rectDummy, this, 2))\r
+       {\r
+               TRACE0("Failed to create Properties Grid \n");\r
+               return -1;      // fail to create\r
+       }\r
+\r
+       InitPropList();\r
+\r
+       m_wndToolBar.Create(this, AFX_DEFAULT_TOOLBAR_STYLE, IDR_PROPERTIES);\r
+       m_wndToolBar.LoadToolBar(IDR_PROPERTIES, 0, 0, TRUE /* Is locked */);\r
+       m_wndToolBar.CleanUpLockedImages();\r
+       m_wndToolBar.LoadBitmap(theApp.m_bHiColorIcons ? IDB_PROPERTIES_HC : IDR_PROPERTIES, 0, 0, TRUE /* Locked */);\r
+\r
+       m_wndToolBar.SetPaneStyle(m_wndToolBar.GetPaneStyle() | CBRS_TOOLTIPS | CBRS_FLYBY);\r
+       m_wndToolBar.SetPaneStyle(m_wndToolBar.GetPaneStyle() & ~(CBRS_GRIPPER | CBRS_SIZE_DYNAMIC | CBRS_BORDER_TOP | CBRS_BORDER_BOTTOM | CBRS_BORDER_LEFT | CBRS_BORDER_RIGHT));\r
+       m_wndToolBar.SetOwner(this);\r
+\r
+       // All commands will be routed via this control , not via the parent frame:\r
+       m_wndToolBar.SetRouteCommandsViaFrame(FALSE);\r
+\r
+       AdjustLayout();\r
+       return 0;\r
+}\r
+\r
+void CPropertiesWnd::OnSize(UINT nType, int cx, int cy)\r
+{\r
+       CDockablePane::OnSize(nType, cx, cy);\r
+       AdjustLayout();\r
+}\r
+\r
+void CPropertiesWnd::OnExpandAllProperties()\r
+{\r
+       m_wndPropList.ExpandAll();\r
+}\r
+\r
+void CPropertiesWnd::OnUpdateExpandAllProperties(CCmdUI* pCmdUI)\r
+{\r
+}\r
+\r
+void CPropertiesWnd::OnSortProperties()\r
+{\r
+       m_wndPropList.SetAlphabeticMode(!m_wndPropList.IsAlphabeticMode());\r
+}\r
+\r
+void CPropertiesWnd::OnUpdateSortProperties(CCmdUI* pCmdUI)\r
+{\r
+       pCmdUI->SetCheck(m_wndPropList.IsAlphabeticMode());\r
+}\r
+\r
+void CPropertiesWnd::OnProperties1()\r
+{\r
+       // TODO: Add your command handler code here\r
+}\r
+\r
+void CPropertiesWnd::OnUpdateProperties1(CCmdUI* /*pCmdUI*/)\r
+{\r
+       // TODO: Add your command update UI handler code here\r
+}\r
+\r
+void CPropertiesWnd::OnProperties2()\r
+{\r
+       // TODO: Add your command handler code here\r
+}\r
+\r
+void CPropertiesWnd::OnUpdateProperties2(CCmdUI* /*pCmdUI*/)\r
+{\r
+       // TODO: Add your command update UI handler code here\r
+}\r
+\r
+void CPropertiesWnd::InitPropList()\r
+{\r
+       SetPropListFont();\r
+\r
+       m_wndPropList.EnableHeaderCtrl(FALSE);\r
+       m_wndPropList.EnableDescriptionArea();\r
+       m_wndPropList.SetVSDotNetLook();\r
+       m_wndPropList.MarkModifiedProperties();\r
+\r
+       CMFCPropertyGridProperty* pGroup1 = new CMFCPropertyGridProperty(_T("Appearance"));\r
+\r
+       pGroup1->AddSubItem(new CMFCPropertyGridProperty(_T("3D Look"), (_variant_t) false, _T("Specifies the window's font will be non-bold and controls will have a 3D border")));\r
+\r
+       CMFCPropertyGridProperty* pProp = new CMFCPropertyGridProperty(_T("Border"), _T("Dialog Frame"), _T("One of: None, Thin, Resizable, or Dialog Frame"));\r
+       pProp->AddOption(_T("None"));\r
+       pProp->AddOption(_T("Thin"));\r
+       pProp->AddOption(_T("Resizable"));\r
+       pProp->AddOption(_T("Dialog Frame"));\r
+       pProp->AllowEdit(FALSE);\r
+\r
+       pGroup1->AddSubItem(pProp);\r
+       pGroup1->AddSubItem(new CMFCPropertyGridProperty(_T("Caption"), (_variant_t) _T("About"), _T("Specifies the text that will be displayed in the window's title bar")));\r
+\r
+       m_wndPropList.AddProperty(pGroup1);\r
+\r
+       CMFCPropertyGridProperty* pSize = new CMFCPropertyGridProperty(_T("Window Size"), 0, TRUE);\r
+\r
+       pProp = new CMFCPropertyGridProperty(_T("Height"), (_variant_t) 250l, _T("Specifies the window's height"));\r
+       pProp->EnableSpinControl(TRUE, 0, 1000);\r
+       pSize->AddSubItem(pProp);\r
+\r
+       pProp = new CMFCPropertyGridProperty( _T("Width"), (_variant_t) 150l, _T("Specifies the window's width"));\r
+       pProp->EnableSpinControl();\r
+       pSize->AddSubItem(pProp);\r
+\r
+       m_wndPropList.AddProperty(pSize);\r
+\r
+       CMFCPropertyGridProperty* pGroup2 = new CMFCPropertyGridProperty(_T("Font"));\r
+\r
+       LOGFONT lf;\r
+       CFont* font = CFont::FromHandle((HFONT) GetStockObject(DEFAULT_GUI_FONT));\r
+       font->GetLogFont(&lf);\r
+\r
+       lstrcpy(lf.lfFaceName, _T("Arial"));\r
+\r
+       pGroup2->AddSubItem(new CMFCPropertyGridFontProperty(_T("Font"), lf, CF_EFFECTS | CF_SCREENFONTS, _T("Specifies the default font for the window")));\r
+       pGroup2->AddSubItem(new CMFCPropertyGridProperty(_T("Use System Font"), (_variant_t) true, _T("Specifies that the window uses MS Shell Dlg font")));\r
+\r
+       m_wndPropList.AddProperty(pGroup2);\r
+\r
+       CMFCPropertyGridProperty* pGroup3 = new CMFCPropertyGridProperty(_T("Misc"));\r
+       pProp = new CMFCPropertyGridProperty(_T("(Name)"), _T("Application"));\r
+       pProp->Enable(FALSE);\r
+       pGroup3->AddSubItem(pProp);\r
+\r
+       CMFCPropertyGridColorProperty* pColorProp = new CMFCPropertyGridColorProperty(_T("Window Color"), RGB(210, 192, 254), NULL, _T("Specifies the default window color"));\r
+       pColorProp->EnableOtherButton(_T("Other..."));\r
+       pColorProp->EnableAutomaticButton(_T("Default"), ::GetSysColor(COLOR_3DFACE));\r
+       pGroup3->AddSubItem(pColorProp);\r
+\r
+       static TCHAR BASED_CODE szFilter[] = _T("Icon Files(*.ico)|*.ico|All Files(*.*)|*.*||");\r
+       pGroup3->AddSubItem(new CMFCPropertyGridFileProperty(_T("Icon"), TRUE, _T(""), _T("ico"), 0, szFilter, _T("Specifies the window icon")));\r
+\r
+       pGroup3->AddSubItem(new CMFCPropertyGridFileProperty(_T("Folder"), _T("c:\\")));\r
+\r
+       m_wndPropList.AddProperty(pGroup3);\r
+\r
+       CMFCPropertyGridProperty* pGroup4 = new CMFCPropertyGridProperty(_T("Hierarchy"));\r
+\r
+       CMFCPropertyGridProperty* pGroup41 = new CMFCPropertyGridProperty(_T("First sub-level"));\r
+       pGroup4->AddSubItem(pGroup41);\r
+\r
+       CMFCPropertyGridProperty* pGroup411 = new CMFCPropertyGridProperty(_T("Second sub-level"));\r
+       pGroup41->AddSubItem(pGroup411);\r
+\r
+       pGroup411->AddSubItem(new CMFCPropertyGridProperty(_T("Item 1"), (_variant_t) _T("Value 1"), _T("This is a description")));\r
+       pGroup411->AddSubItem(new CMFCPropertyGridProperty(_T("Item 2"), (_variant_t) _T("Value 2"), _T("This is a description")));\r
+       pGroup411->AddSubItem(new CMFCPropertyGridProperty(_T("Item 3"), (_variant_t) _T("Value 3"), _T("This is a description")));\r
+\r
+       pGroup4->Expand(FALSE);\r
+       m_wndPropList.AddProperty(pGroup4);\r
+}\r
+\r
+void CPropertiesWnd::OnSetFocus(CWnd* pOldWnd)\r
+{\r
+       CDockablePane::OnSetFocus(pOldWnd);\r
+       m_wndPropList.SetFocus();\r
+}\r
+\r
+void CPropertiesWnd::OnSettingChange(UINT uFlags, LPCTSTR lpszSection)\r
+{\r
+       CDockablePane::OnSettingChange(uFlags, lpszSection);\r
+       SetPropListFont();\r
+}\r
+\r
+void CPropertiesWnd::SetPropListFont()\r
+{\r
+       ::DeleteObject(m_fntPropList.Detach());\r
+\r
+       LOGFONT lf;\r
+       afxGlobalData.fontRegular.GetLogFont(&lf);\r
+\r
+       NONCLIENTMETRICS info;\r
+       info.cbSize = sizeof(info);\r
+\r
+       afxGlobalData.GetNonClientMetrics(info);\r
+\r
+       lf.lfHeight = info.lfMenuFont.lfHeight;\r
+       lf.lfWeight = info.lfMenuFont.lfWeight;\r
+       lf.lfItalic = info.lfMenuFont.lfItalic;\r
+\r
+       m_fntPropList.CreateFontIndirect(&lf);\r
+\r
+       m_wndPropList.SetFont(&m_fntPropList);\r
+}\r
diff --git a/src/TortoiseGitBlame/PropertiesWnd.h b/src/TortoiseGitBlame/PropertiesWnd.h
new file mode 100644 (file)
index 0000000..b081d33
--- /dev/null
@@ -0,0 +1,60 @@
+\r
+#pragma once\r
+\r
+class CPropertiesToolBar : public CMFCToolBar\r
+{\r
+public:\r
+       virtual void OnUpdateCmdUI(CFrameWnd* /*pTarget*/, BOOL bDisableIfNoHndler)\r
+       {\r
+               CMFCToolBar::OnUpdateCmdUI((CFrameWnd*) GetOwner(), bDisableIfNoHndler);\r
+       }\r
+\r
+       virtual BOOL AllowShowOnList() const { return FALSE; }\r
+};\r
+\r
+class CPropertiesWnd : public CDockablePane\r
+{\r
+// Construction\r
+public:\r
+       CPropertiesWnd();\r
+\r
+       void AdjustLayout();\r
+\r
+// Attributes\r
+public:\r
+       void SetVSDotNetLook(BOOL bSet)\r
+       {\r
+               m_wndPropList.SetVSDotNetLook(bSet);\r
+               m_wndPropList.SetGroupNameFullWidth(bSet);\r
+       }\r
+\r
+protected:\r
+       CFont m_fntPropList;\r
+       CComboBox m_wndObjectCombo;\r
+       CPropertiesToolBar m_wndToolBar;\r
+       CMFCPropertyGridCtrl m_wndPropList;\r
+\r
+// Implementation\r
+public:\r
+       virtual ~CPropertiesWnd();\r
+\r
+protected:\r
+       afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);\r
+       afx_msg void OnSize(UINT nType, int cx, int cy);\r
+       afx_msg void OnExpandAllProperties();\r
+       afx_msg void OnUpdateExpandAllProperties(CCmdUI* pCmdUI);\r
+       afx_msg void OnSortProperties();\r
+       afx_msg void OnUpdateSortProperties(CCmdUI* pCmdUI);\r
+       afx_msg void OnProperties1();\r
+       afx_msg void OnUpdateProperties1(CCmdUI* pCmdUI);\r
+       afx_msg void OnProperties2();\r
+       afx_msg void OnUpdateProperties2(CCmdUI* pCmdUI);\r
+       afx_msg void OnSetFocus(CWnd* pOldWnd);\r
+       afx_msg void OnSettingChange(UINT uFlags, LPCTSTR lpszSection);\r
+\r
+       DECLARE_MESSAGE_MAP()\r
+\r
+       void InitPropList();\r
+       void SetPropListFont();\r
+};\r
+\r
diff --git a/src/TortoiseGitBlame/ReadMe.txt b/src/TortoiseGitBlame/ReadMe.txt
new file mode 100644 (file)
index 0000000..6226e9b
--- /dev/null
@@ -0,0 +1,146 @@
+================================================================================\r
+    MICROSOFT FOUNDATION CLASS LIBRARY : TortoiseGitBlame Project Overview\r
+===============================================================================\r
+\r
+The application wizard has created this TortoiseGitBlame application for\r
+you.  This application not only demonstrates the basics of using the Microsoft\r
+Foundation Classes but is also a starting point for writing your application.\r
+\r
+This file contains a summary of what you will find in each of the files that\r
+make up your TortoiseGitBlame application.\r
+\r
+TortoiseGitBlame.vcproj\r
+    This is the main project file for VC++ projects generated using an application wizard.\r
+    It contains information about the version of Visual C++ that generated the file, and\r
+    information about the platforms, configurations, and project features selected with the\r
+    application wizard.\r
+\r
+TortoiseGitBlame.h\r
+    This is the main header file for the application.  It includes other\r
+    project specific headers (including Resource.h) and declares the\r
+    CTortoiseGitBlameApp application class.\r
+\r
+TortoiseGitBlame.cpp\r
+    This is the main application source file that contains the application\r
+    class CTortoiseGitBlameApp.\r
+\r
+TortoiseGitBlame.rc\r
+    This is a listing of all of the Microsoft Windows resources that the\r
+    program uses.  It includes the icons, bitmaps, and cursors that are stored\r
+    in the RES subdirectory.  This file can be directly edited in Microsoft\r
+    Visual C++. Your project resources are in 1033.\r
+\r
+res\TortoiseGitBlame.ico\r
+    This is an icon file, which is used as the application's icon.  This\r
+    icon is included by the main resource file TortoiseGitBlame.rc.\r
+\r
+res\TortoiseGitBlame.rc2\r
+    This file contains resources that are not edited by Microsoft\r
+    Visual C++. You should place all resources not editable by\r
+    the resource editor in this file.\r
+\r
+/////////////////////////////////////////////////////////////////////////////\r
+\r
+For the main frame window:\r
+    The project includes a standard MFC interface.\r
+\r
+MainFrm.h, MainFrm.cpp\r
+    These files contain the frame class CMainFrame, which is derived from\r
+    CFrameWnd and controls all SDI frame features.\r
+\r
+res\Toolbar.bmp\r
+    This bitmap file is used to create tiled images for the toolbar.\r
+    The initial toolbar and status bar are constructed in the CMainFrame\r
+    class. Edit this toolbar bitmap using the resource editor, and\r
+    update the IDR_MAINFRAME TOOLBAR array in TortoiseGitBlame.rc to add\r
+    toolbar buttons.\r
+/////////////////////////////////////////////////////////////////////////////\r
+\r
+The application wizard creates one document type and one view:\r
+\r
+TortoiseGitBlameDoc.h, TortoiseGitBlameDoc.cpp - the document\r
+    These files contain your CTortoiseGitBlameDoc class.  Edit these files to\r
+    add your special document data and to implement file saving and loading\r
+    (via CTortoiseGitBlameDoc::Serialize).\r
+\r
+TortoiseGitBlameView.h, TortoiseGitBlameView.cpp - the view of the document\r
+    These files contain your CTortoiseGitBlameView class.\r
+    CTortoiseGitBlameView objects are used to view CTortoiseGitBlameDoc objects.\r
+\r
+\r
+\r
+\r
+/////////////////////////////////////////////////////////////////////////////\r
+\r
+Help Support:\r
+\r
+hlp\TortoiseGitBlame.hhp\r
+    This file is a help project file. It contains the data needed to\r
+    compile the help files into a .chm file.\r
+\r
+hlp\TortoiseGitBlame.hhc\r
+    This file lists the contents of the help project.\r
+\r
+hlp\TortoiseGitBlame.hhk\r
+    This file contains an index of the help topics.\r
+\r
+hlp\afxcore.htm\r
+    This file contains the standard help topics for standard MFC\r
+    commands and screen objects. Add your own help topics to this file.\r
+\r
+hlp\afxprint.htm\r
+    This file contains the help topics for the printing commands.\r
+\r
+makehtmlhelp.bat\r
+    This file is used by the build system to compile the help files.\r
+\r
+hlp\Images\*.gif\r
+    These are bitmap files required by the standard help file topics for\r
+    Microsoft Foundation Class Library standard commands.\r
+\r
+\r
+/////////////////////////////////////////////////////////////////////////////\r
+\r
+Other Features:\r
+\r
+ActiveX Controls\r
+    The application includes support to use ActiveX controls.\r
+\r
+Printing and Print Preview support\r
+    The application wizard has generated code to handle the print, print setup, and print preview\r
+    commands by calling member functions in the CView class from the MFC library.\r
+\r
+/////////////////////////////////////////////////////////////////////////////\r
+\r
+Other standard files:\r
+\r
+StdAfx.h, StdAfx.cpp\r
+    These files are used to build a precompiled header (PCH) file\r
+    named TortoiseGitBlame.pch and a precompiled types file named StdAfx.obj.\r
+\r
+Resource.h\r
+    This is the standard header file, which defines new resource IDs.\r
+    Microsoft Visual C++ reads and updates this file.\r
+\r
+TortoiseGitBlame.manifest\r
+       Application manifest files are used by Windows XP to describe an applications\r
+       dependency on specific versions of Side-by-Side assemblies. The loader uses this\r
+       information to load the appropriate assembly from the assembly cache or private\r
+       from the application. The Application manifest  maybe included for redistribution\r
+       as an external .manifest file that is installed in the same folder as the application\r
+       executable or it may be included in the executable in the form of a resource.\r
+/////////////////////////////////////////////////////////////////////////////\r
+\r
+Other notes:\r
+\r
+The application wizard uses "TODO:" to indicate parts of the source code you\r
+should add to or customize.\r
+\r
+If your application uses MFC in a shared DLL, you will need\r
+to redistribute the MFC DLLs. If your application is in a language\r
+other than the operating system's locale, you will also have to\r
+redistribute the corresponding localized resources MFC90XXX.DLL.\r
+For more information on both of these topics, please see the section on\r
+redistributing Visual C++ applications in MSDN documentation.\r
+\r
+/////////////////////////////////////////////////////////////////////////////\r
diff --git a/src/TortoiseGitBlame/Resource.h b/src/TortoiseGitBlame/Resource.h
new file mode 100644 (file)
index 0000000..2454b26
--- /dev/null
@@ -0,0 +1,58 @@
+//{{NO_DEPENDENCIES}}\r
+// Microsoft Visual C++ generated include file.\r
+// Used by TortoiseGitBlame.rc\r
+//\r
+#define IDD_ABOUTBOX                           100\r
+#define IDP_OLE_INIT_FAILED                    100\r
+#define IDR_POPUP_EDIT                         119\r
+#define ID_STATUSBAR_PANE1                     120\r
+#define ID_STATUSBAR_PANE2                     121\r
+#define IDS_STATUS_PANE1                       122\r
+#define IDS_STATUS_PANE2                       123\r
+#define IDS_TOOLBAR_STANDARD           124\r
+#define IDS_TOOLBAR_CUSTOMIZE          125\r
+#define ID_VIEW_CUSTOMIZE                      126\r
+#define IDR_MAINFRAME                          128\r
+#define IDR_MAINFRAME_256                      129\r
+#define IDR_TortoiseGitBlamTYPE                                130\r
+#define ID_VIEW_OUTPUTWND                      149\r
+#define ID_VIEW_PROPERTIESWND          150\r
+#define ID_SORTPROPERTIES                      151\r
+#define ID_PROPERTIES1                         152\r
+#define ID_PROPERTIES2                         153\r
+#define ID_EXPAND_ALL                          154\r
+#define IDS_OUTPUT_WND                         157\r
+#define IDS_PROPERTIES_WND                     158\r
+#define IDI_OUTPUT_WND                         165\r
+#define IDI_OUTPUT_WND_HC                      166\r
+#define IDI_PROPERTIES_WND                     167\r
+#define IDI_PROPERTIES_WND_HC          168\r
+#define IDR_OUTPUT_POPUP                       182\r
+#define IDR_PROPERTIES                         183\r
+#define IDB_PROPERTIES_HC                      184\r
+#define IDR_THEME_MENU                         200\r
+#define ID_SET_STYLE                           201\r
+#define ID_VIEW_APPLOOK_WIN_2000       210\r
+#define ID_VIEW_APPLOOK_OFF_XP         211\r
+#define ID_VIEW_APPLOOK_WIN_XP         212\r
+#define ID_VIEW_APPLOOK_OFF_2003       213\r
+#define ID_VIEW_APPLOOK_VS_2005                214\r
+#define ID_VIEW_APPLOOK_OFF_2007_BLUE  215\r
+#define ID_VIEW_APPLOOK_OFF_2007_BLACK 216\r
+#define ID_VIEW_APPLOOK_OFF_2007_SILVER        217\r
+#define ID_VIEW_APPLOOK_OFF_2007_AQUA  218\r
+#define IDS_BUILD_TAB                          300\r
+#define IDS_DEBUG_TAB                          301\r
+#define IDS_FIND_TAB                           302\r
+#define IDS_EDIT_MENU                          306\r
+\r
+// Next default values for new objects\r
+//\r
+#ifdef APSTUDIO_INVOKED\r
+#ifndef APSTUDIO_READONLY_SYMBOLS\r
+#define _APS_NEXT_RESOURCE_VALUE       310\r
+#define _APS_NEXT_CONTROL_VALUE                1000\r
+#define _APS_NEXT_SYMED_VALUE          310\r
+#define _APS_NEXT_COMMAND_VALUE                32771\r
+#endif\r
+#endif\r
diff --git a/src/TortoiseGitBlame/TortoiseGitBlame.cpp b/src/TortoiseGitBlame/TortoiseGitBlame.cpp
new file mode 100644 (file)
index 0000000..59c9d19
--- /dev/null
@@ -0,0 +1,184 @@
+\r
+// TortoiseGitBlame.cpp : Defines the class behaviors for the application.\r
+//\r
+\r
+#include "stdafx.h"\r
+#include "afxwinappex.h"\r
+#include "TortoiseGitBlame.h"\r
+#include "MainFrm.h"\r
+\r
+#include "TortoiseGitBlameDoc.h"\r
+#include "TortoiseGitBlameView.h"\r
+\r
+#ifdef _DEBUG\r
+#define new DEBUG_NEW\r
+#endif\r
+\r
+\r
+// CTortoiseGitBlameApp\r
+\r
+BEGIN_MESSAGE_MAP(CTortoiseGitBlameApp, CWinAppEx)\r
+       ON_COMMAND(ID_APP_ABOUT, &CTortoiseGitBlameApp::OnAppAbout)\r
+       // Standard file based document commands\r
+       ON_COMMAND(ID_FILE_NEW, &CWinAppEx::OnFileNew)\r
+       ON_COMMAND(ID_FILE_OPEN, &CWinAppEx::OnFileOpen)\r
+       // Standard print setup command\r
+       ON_COMMAND(ID_FILE_PRINT_SETUP, &CWinAppEx::OnFilePrintSetup)\r
+END_MESSAGE_MAP()\r
+\r
+\r
+// CTortoiseGitBlameApp construction\r
+\r
+CTortoiseGitBlameApp::CTortoiseGitBlameApp()\r
+{\r
+       EnableHtmlHelp();\r
+\r
+\r
+       m_bHiColorIcons = TRUE;\r
+\r
+       // TODO: add construction code here,\r
+       // Place all significant initialization in InitInstance\r
+}\r
+\r
+// The one and only CTortoiseGitBlameApp object\r
+\r
+CTortoiseGitBlameApp theApp;\r
+\r
+\r
+// CTortoiseGitBlameApp initialization\r
+\r
+BOOL CTortoiseGitBlameApp::InitInstance()\r
+{\r
+       // InitCommonControlsEx() is required on Windows XP if an application\r
+       // manifest specifies use of ComCtl32.dll version 6 or later to enable\r
+       // visual styles.  Otherwise, any window creation will fail.\r
+       INITCOMMONCONTROLSEX InitCtrls;\r
+       InitCtrls.dwSize = sizeof(InitCtrls);\r
+       // Set this to include all the common control classes you want to use\r
+       // in your application.\r
+       InitCtrls.dwICC = ICC_WIN95_CLASSES;\r
+       InitCommonControlsEx(&InitCtrls);\r
+\r
+       CWinAppEx::InitInstance();\r
+\r
+       // Initialize OLE libraries\r
+       if (!AfxOleInit())\r
+       {\r
+               AfxMessageBox(IDP_OLE_INIT_FAILED);\r
+               return FALSE;\r
+       }\r
+       AfxEnableControlContainer();\r
+       // Standard initialization\r
+       // If you are not using these features and wish to reduce the size\r
+       // of your final executable, you should remove from the following\r
+       // the specific initialization routines you do not need\r
+       // Change the registry key under which our settings are stored\r
+       // TODO: You should modify this string to be something appropriate\r
+       // such as the name of your company or organization\r
+       SetRegistryKey(_T("Local AppWizard-Generated Applications"));\r
+       LoadStdProfileSettings(4);  // Load standard INI file options (including MRU)\r
+\r
+       InitContextMenuManager();\r
+\r
+       InitKeyboardManager();\r
+\r
+       InitTooltipManager();\r
+       CMFCToolTipInfo ttParams;\r
+       ttParams.m_bVislManagerTheme = TRUE;\r
+       theApp.GetTooltipManager()->SetTooltipParams(AFX_TOOLTIP_TYPE_ALL,\r
+               RUNTIME_CLASS(CMFCToolTipCtrl), &ttParams);\r
+\r
+       // Register the application's document templates.  Document templates\r
+       //  serve as the connection between documents, frame windows and views\r
+       CSingleDocTemplate* pDocTemplate;\r
+       pDocTemplate = new CSingleDocTemplate(\r
+               IDR_MAINFRAME,\r
+               RUNTIME_CLASS(CTortoiseGitBlameDoc),\r
+               RUNTIME_CLASS(CMainFrame),       // main SDI frame window\r
+               RUNTIME_CLASS(CTortoiseGitBlameView));\r
+       if (!pDocTemplate)\r
+               return FALSE;\r
+       AddDocTemplate(pDocTemplate);\r
+\r
+\r
+\r
+       // Parse command line for standard shell commands, DDE, file open\r
+       CCommandLineInfo cmdInfo;\r
+       ParseCommandLine(cmdInfo);\r
+\r
+\r
+       // Dispatch commands specified on the command line.  Will return FALSE if\r
+       // app was launched with /RegServer, /Register, /Unregserver or /Unregister.\r
+       if (!ProcessShellCommand(cmdInfo))\r
+               return FALSE;\r
+\r
+       // The one and only window has been initialized, so show and update it\r
+       m_pMainWnd->ShowWindow(SW_SHOW);\r
+       m_pMainWnd->UpdateWindow();\r
+       // call DragAcceptFiles only if there's a suffix\r
+       //  In an SDI app, this should occur after ProcessShellCommand\r
+       return TRUE;\r
+}\r
+\r
+\r
+\r
+// CAboutDlg dialog used for App About\r
+\r
+class CAboutDlg : public CDialog\r
+{\r
+public:\r
+       CAboutDlg();\r
+\r
+// Dialog Data\r
+       enum { IDD = IDD_ABOUTBOX };\r
+\r
+protected:\r
+       virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support\r
+\r
+// Implementation\r
+protected:\r
+       DECLARE_MESSAGE_MAP()\r
+};\r
+\r
+CAboutDlg::CAboutDlg() : CDialog(CAboutDlg::IDD)\r
+{\r
+}\r
+\r
+void CAboutDlg::DoDataExchange(CDataExchange* pDX)\r
+{\r
+       CDialog::DoDataExchange(pDX);\r
+}\r
+\r
+BEGIN_MESSAGE_MAP(CAboutDlg, CDialog)\r
+END_MESSAGE_MAP()\r
+\r
+// App command to run the dialog\r
+void CTortoiseGitBlameApp::OnAppAbout()\r
+{\r
+       CAboutDlg aboutDlg;\r
+       aboutDlg.DoModal();\r
+}\r
+\r
+// CTortoiseGitBlameApp customization load/save methods\r
+\r
+void CTortoiseGitBlameApp::PreLoadState()\r
+{\r
+       BOOL bNameValid;\r
+       CString strName;\r
+       bNameValid = strName.LoadString(IDS_EDIT_MENU);\r
+       ASSERT(bNameValid);\r
+       GetContextMenuManager()->AddMenu(strName, IDR_POPUP_EDIT);\r
+}\r
+\r
+void CTortoiseGitBlameApp::LoadCustomState()\r
+{\r
+}\r
+\r
+void CTortoiseGitBlameApp::SaveCustomState()\r
+{\r
+}\r
+\r
+// CTortoiseGitBlameApp message handlers\r
+\r
+\r
+\r
diff --git a/src/TortoiseGitBlame/TortoiseGitBlame.h b/src/TortoiseGitBlame/TortoiseGitBlame.h
new file mode 100644 (file)
index 0000000..3b0d00d
--- /dev/null
@@ -0,0 +1,39 @@
+\r
+// TortoiseGitBlame.h : main header file for the TortoiseGitBlame application\r
+//\r
+#pragma once\r
+\r
+#ifndef __AFXWIN_H__\r
+       #error "include 'stdafx.h' before including this file for PCH"\r
+#endif\r
+\r
+#include "resource.h"       // main symbols\r
+\r
+\r
+// CTortoiseGitBlameApp:\r
+// See TortoiseGitBlame.cpp for the implementation of this class\r
+//\r
+\r
+class CTortoiseGitBlameApp : public CWinAppEx\r
+{\r
+public:\r
+       CTortoiseGitBlameApp();\r
+\r
+\r
+// Overrides\r
+public:\r
+       virtual BOOL InitInstance();\r
+\r
+// Implementation\r
+       UINT  m_nAppLook;\r
+       BOOL  m_bHiColorIcons;\r
+\r
+       virtual void PreLoadState();\r
+       virtual void LoadCustomState();\r
+       virtual void SaveCustomState();\r
+\r
+       afx_msg void OnAppAbout();\r
+       DECLARE_MESSAGE_MAP()\r
+};\r
+\r
+extern CTortoiseGitBlameApp theApp;\r
diff --git a/src/TortoiseGitBlame/TortoiseGitBlame.rc b/src/TortoiseGitBlame/TortoiseGitBlame.rc
new file mode 100644 (file)
index 0000000..d864aad
--- /dev/null
@@ -0,0 +1,463 @@
+//Microsoft Visual C++ generated resource script.\r
+//\r
+#include "resource.h"\r
+\r
+#define APSTUDIO_READONLY_SYMBOLS\r
+/////////////////////////////////////////////////////////////////////////////\r
+//\r
+// Generated from the TEXTINCLUDE 2 resource.\r
+//\r
+#ifndef APSTUDIO_INVOKED\r
+#include "targetver.h"\r
+#endif\r
+#include "afxres.h"\r
+\r
+/////////////////////////////////////////////////////////////////////////////\r
+#undef APSTUDIO_READONLY_SYMBOLS\r
+\r
+#ifdef APSTUDIO_INVOKED\r
+\r
+/////////////////////////////////////////////////////////////////////////////\r
+//\r
+// TEXTINCLUDE\r
+//\r
+\r
+1 TEXTINCLUDE\r
+BEGIN\r
+       "resource.h\0"\r
+END\r
+\r
+2 TEXTINCLUDE\r
+BEGIN\r
+       "#ifndef APSTUDIO_INVOKED\r\n"\r
+    "#include ""targetver.h""\r\n"\r
+    "#endif\r\n"\r
+       "#include ""afxres.h""\r\n"\r
+       "\0"\r
+END\r
+\r
+3 TEXTINCLUDE\r
+BEGIN\r
+    "#define _AFX_NO_OLE_RESOURCES\r\n"\r
+    "#define _AFX_NO_TRACKER_RESOURCES\r\n"\r
+    "#define _AFX_NO_PROPERTY_RESOURCES\r\n"\r
+       "\r\n"\r
+       "#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)\r\n"\r
+       "LANGUAGE 9, 1\r\n"\r
+       "#pragma code_page(1252)\r\n"\r
+       "#include ""res\\TortoiseGitBlame.rc2""  // non-Microsoft Visual C++ edited resources\r\n"\r
+       "#include ""afxres.rc""         // Standard components\r\n"\r
+       "#include ""afxprint.rc""       // printing/print preview resources\r\n"\r
+       "#if !defined(_AFXDLL)\r\n"\r
+       "#include ""afxribbon.rc""              // MFC ribbon and control bar resources\r\n"\r
+       "#endif\r\n"\r
+       "#endif\r\n"\r
+       "\0"\r
+END\r
+\r
+#endif    // APSTUDIO_INVOKED\r
+\r
+\r
+/////////////////////////////////////////////////////////////////////////////\r
+//\r
+// Icon\r
+//\r
+\r
+// Icon with lowest ID value placed first to ensure application icon\r
+// remains consistent on all systems.\r
+\r
+#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)\r
+LANGUAGE 9, 1\r
+#pragma code_page(1252)\r
+IDR_MAINFRAME           ICON         "res\\TortoiseGitBlame.ico"\r
+IDR_TortoiseGitBlamTYPE         ICON         "res\\TortoiseGitBlameDoc.ico"\r
+#endif\r
+IDI_OUTPUT_WND          ICON         "res\\output_wnd.ico"\r
+IDI_OUTPUT_WND_HC       ICON         "res\\output_wnd_hc.ico"\r
+IDI_PROPERTIES_WND      ICON         "res\\properties_wnd.ico"\r
+IDI_PROPERTIES_WND_HC   ICON         "res\\properties_wnd_hc.ico"\r
+\r
+/////////////////////////////////////////////////////////////////////////////\r
+//\r
+// Bitmap\r
+//\r
+\r
+IDR_MAINFRAME           BITMAP      "res\\Toolbar.bmp"\r
+IDR_MAINFRAME_256       BITMAP      "res\\Toolbar256.bmp"\r
+IDR_PROPERTIES          BITMAP                  "res\\properties.bmp"\r
+IDB_PROPERTIES_HC       BITMAP                  "res\\properties_hc.bmp"\r
+\r
+/////////////////////////////////////////////////////////////////////////////\r
+//\r
+// Toolbar\r
+//\r
+\r
+IDR_MAINFRAME TOOLBAR   16, 16\r
+BEGIN\r
+    BUTTON      ID_FILE_NEW\r
+    BUTTON      ID_FILE_OPEN\r
+    BUTTON      ID_FILE_SAVE\r
+       SEPARATOR\r
+    BUTTON      ID_EDIT_CUT\r
+    BUTTON      ID_EDIT_COPY\r
+    BUTTON      ID_EDIT_PASTE\r
+       SEPARATOR\r
+    BUTTON      ID_FILE_PRINT\r
+    BUTTON      ID_APP_ABOUT\r
+    BUTTON      ID_CONTEXT_HELP\r
+END\r
+\r
+IDR_MAINFRAME_256 TOOLBAR   16, 16\r
+BEGIN\r
+    BUTTON      ID_FILE_NEW\r
+    BUTTON      ID_FILE_OPEN\r
+    BUTTON      ID_FILE_SAVE\r
+       SEPARATOR\r
+    BUTTON      ID_EDIT_CUT\r
+    BUTTON      ID_EDIT_COPY\r
+    BUTTON      ID_EDIT_PASTE\r
+       SEPARATOR\r
+    BUTTON      ID_FILE_PRINT\r
+    BUTTON      ID_APP_ABOUT\r
+    BUTTON      ID_CONTEXT_HELP\r
+END\r
+\r
+\r
+IDR_PROPERTIES TOOLBAR 16, 16\r
+BEGIN\r
+    BUTTON      ID_EXPAND_ALL\r
+    BUTTON      ID_SORTPROPERTIES\r
+    BUTTON      ID_PROPERTIES1\r
+    BUTTON      ID_PROPERTIES2\r
+END\r
+#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)\r
+LANGUAGE 9, 1\r
+#pragma code_page(1252)\r
+\r
+/////////////////////////////////////////////////////////////////////////////\r
+//\r
+// Menu\r
+//\r
+\r
+IDR_MAINFRAME MENU\r
+BEGIN\r
+       POPUP "&File"\r
+       BEGIN\r
+               MENUITEM "&New\tCtrl+N",                ID_FILE_NEW\r
+               MENUITEM "&Open...\tCtrl+O",            ID_FILE_OPEN\r
+               MENUITEM "&Save\tCtrl+S",               ID_FILE_SAVE\r
+               MENUITEM "Save &As...",                 ID_FILE_SAVE_AS\r
+               MENUITEM SEPARATOR\r
+               MENUITEM "&Print...\tCtrl+P",           ID_FILE_PRINT\r
+               MENUITEM "Print Pre&view",              ID_FILE_PRINT_PREVIEW\r
+               MENUITEM "P&rint Setup...",             ID_FILE_PRINT_SETUP\r
+               MENUITEM SEPARATOR\r
+               MENUITEM "Recent File",                 ID_FILE_MRU_FILE1,GRAYED\r
+               MENUITEM SEPARATOR\r
+               MENUITEM "E&xit",                       ID_APP_EXIT\r
+       END\r
+       POPUP "&Edit"\r
+       BEGIN\r
+               MENUITEM "&Undo\tCtrl+Z",               ID_EDIT_UNDO\r
+               MENUITEM SEPARATOR\r
+               MENUITEM "Cu&t\tCtrl+X",                ID_EDIT_CUT\r
+               MENUITEM "&Copy\tCtrl+C",               ID_EDIT_COPY\r
+               MENUITEM "&Paste\tCtrl+V",              ID_EDIT_PASTE\r
+       END\r
+       POPUP "&View"\r
+       BEGIN\r
+               POPUP "&Toolbars and Docking Windows"\r
+               BEGIN\r
+                       MENUITEM "<placeholder>",           ID_VIEW_TOOLBAR\r
+               END\r
+               MENUITEM "&Status Bar",                 ID_VIEW_STATUS_BAR\r
+               POPUP "&Application Look"\r
+               BEGIN\r
+                       MENUITEM "Windows &2000",           ID_VIEW_APPLOOK_WIN_2000\r
+                       MENUITEM "Office &XP",              ID_VIEW_APPLOOK_OFF_XP\r
+                       MENUITEM "&Windows XP",             ID_VIEW_APPLOOK_WIN_XP\r
+                       MENUITEM "Office 200&3",            ID_VIEW_APPLOOK_OFF_2003\r
+                       MENUITEM "Visual Studio.NET 200&5", ID_VIEW_APPLOOK_VS_2005\r
+                       POPUP "Office 200&7"\r
+                       BEGIN\r
+                               MENUITEM "&Blue Style",         ID_VIEW_APPLOOK_OFF_2007_BLUE\r
+                               MENUITEM "B&lack Style",        ID_VIEW_APPLOOK_OFF_2007_BLACK\r
+                               MENUITEM "&Silver Style",       ID_VIEW_APPLOOK_OFF_2007_SILVER\r
+                               MENUITEM "&Aqua Style",         ID_VIEW_APPLOOK_OFF_2007_AQUA\r
+                       END\r
+               END\r
+       END\r
+       POPUP "&Help"\r
+       BEGIN\r
+               MENUITEM "&Help Topics",                ID_HELP_FINDER\r
+               MENUITEM SEPARATOR\r
+               MENUITEM "&About TortoiseGitBlame...",          ID_APP_ABOUT\r
+       END\r
+END\r
+\r
+\r
+\r
+IDR_POPUP_EDIT MENU\r
+BEGIN\r
+       POPUP "Edit"\r
+       BEGIN\r
+               MENUITEM "Cu&t\tCtrl+X",            ID_EDIT_CUT\r
+               MENUITEM "&Copy\tCtrl+C",           ID_EDIT_COPY\r
+               MENUITEM "&Paste\tCtrl+V",          ID_EDIT_PASTE\r
+       END\r
+END\r
+\r
+IDR_OUTPUT_POPUP MENU\r
+BEGIN\r
+    POPUP "Popup"\r
+    BEGIN\r
+        MENUITEM "&Copy",                       ID_EDIT_COPY\r
+        MENUITEM "&Clear",                      ID_EDIT_CLEAR\r
+        MENUITEM SEPARATOR\r
+        MENUITEM "&Hide",                       ID_VIEW_OUTPUTWND\r
+    END\r
+END\r
+\r
+IDR_THEME_MENU MENU DISCARDABLE\r
+BEGIN\r
+       MENUITEM "Office 2007 (&Blue Style)",       ID_VIEW_APPLOOK_OFF_2007_BLUE\r
+       MENUITEM "Office 2007 (B&lack Style)",      ID_VIEW_APPLOOK_OFF_2007_BLACK\r
+       MENUITEM "Office 2007 (&Silver Style)",     ID_VIEW_APPLOOK_OFF_2007_SILVER\r
+       MENUITEM "Office 2007 (&Aqua Style)",       ID_VIEW_APPLOOK_OFF_2007_AQUA\r
+END\r
+\r
+/////////////////////////////////////////////////////////////////////////////\r
+//\r
+// Accelerator\r
+//\r
+\r
+IDR_MAINFRAME ACCELERATORS\r
+BEGIN\r
+       "N",            ID_FILE_NEW,            VIRTKEY,CONTROL\r
+       "O",            ID_FILE_OPEN,           VIRTKEY,CONTROL\r
+       "S",            ID_FILE_SAVE,           VIRTKEY,CONTROL\r
+       "P",            ID_FILE_PRINT,          VIRTKEY,CONTROL\r
+       "Z",            ID_EDIT_UNDO,           VIRTKEY,CONTROL\r
+       "X",            ID_EDIT_CUT,            VIRTKEY,CONTROL\r
+       "C",            ID_EDIT_COPY,           VIRTKEY,CONTROL\r
+       "V",            ID_EDIT_PASTE,          VIRTKEY,CONTROL\r
+       VK_BACK,        ID_EDIT_UNDO,           VIRTKEY,ALT\r
+       VK_DELETE,      ID_EDIT_CUT,            VIRTKEY,SHIFT\r
+       VK_INSERT,      ID_EDIT_COPY,           VIRTKEY,CONTROL\r
+       VK_INSERT,      ID_EDIT_PASTE,          VIRTKEY,SHIFT\r
+       VK_F6,          ID_NEXT_PANE,           VIRTKEY\r
+       VK_F6,          ID_PREV_PANE,           VIRTKEY,SHIFT\r
+       VK_F1,          ID_CONTEXT_HELP,        VIRTKEY,SHIFT\r
+       VK_F1,          ID_HELP,                VIRTKEY\r
+END\r
+\r
+\r
+\r
+\r
+/////////////////////////////////////////////////////////////////////////////\r
+//\r
+// Dialog\r
+//\r
+\r
+IDD_ABOUTBOX DIALOGEX 0, 0, 170, 62\r
+STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU\r
+CAPTION "About TortoiseGitBlame"\r
+FONT 8, "MS Shell Dlg"\r
+BEGIN\r
+    ICON            IDR_MAINFRAME,IDC_STATIC,14,14,21,20\r
+    LTEXT           "TortoiseGitBlame, Version 1.0",IDC_STATIC,42,14,114,8,SS_NOPREFIX\r
+    LTEXT           "Copyright (C) 2009",IDC_STATIC,42,26,114,8\r
+    DEFPUSHBUTTON   "OK",IDOK,113,41,50,14,WS_GROUP\r
+END\r
+\r
+\r
+\r
+/////////////////////////////////////////////////////////////////////////////\r
+//\r
+// Version\r
+//\r
+\r
+VS_VERSION_INFO     VERSIONINFO\r
+  FILEVERSION       1,0,0,1\r
+  PRODUCTVERSION    1,0,0,1\r
+ FILEFLAGSMASK 0x3fL\r
+#ifdef _DEBUG\r
+ FILEFLAGS 0x1L\r
+#else\r
+ FILEFLAGS 0x0L\r
+#endif\r
+ FILEOS 0x4L\r
+ FILETYPE 0x1L\r
+ FILESUBTYPE 0x0L\r
+BEGIN\r
+       BLOCK "StringFileInfo"\r
+       BEGIN\r
+        BLOCK "040904e4"\r
+               BEGIN\r
+            VALUE "CompanyName", "TODO: <Company name>"\r
+            VALUE "FileDescription", "TODO: <File description>"\r
+                       VALUE "FileVersion",     "1.0.0.1"\r
+                       VALUE "InternalName",    "TortoiseGitBlame.exe"\r
+            VALUE "LegalCopyright", "TODO: (c) <Company name>.  All rights reserved."\r
+                       VALUE "OriginalFilename","TortoiseGitBlame.exe"\r
+            VALUE "ProductName", "TODO: <Product name>"\r
+                       VALUE "ProductVersion",  "1.0.0.1"\r
+               END\r
+       END\r
+       BLOCK "VarFileInfo"\r
+       BEGIN\r
+               VALUE "Translation", 0x0409, 1252\r
+    END\r
+END\r
+\r
+/////////////////////////////////////////////////////////////////////////////\r
+//\r
+// DESIGNINFO\r
+//\r
+\r
+#ifdef APSTUDIO_INVOKED\r
+GUIDELINES DESIGNINFO\r
+BEGIN\r
+    IDD_ABOUTBOX, DIALOG\r
+    BEGIN\r
+        LEFTMARGIN, 7\r
+        RIGHTMARGIN, 163\r
+        TOPMARGIN, 7\r
+        BOTTOMMARGIN, 55\r
+    END\r
+END\r
+#endif    // APSTUDIO_INVOKED\r
+\r
+/////////////////////////////////////////////////////////////////////////////\r
+//\r
+// String Table\r
+//\r
+\r
+STRINGTABLE\r
+BEGIN\r
+       IDP_OLE_INIT_FAILED     "OLE initialization failed.  Make sure that the OLE libraries are the correct version."\r
+END\r
+STRINGTABLE\r
+BEGIN\r
+// Non-mac-targeting apps remove the two extra substrings\r
+       IDR_MAINFRAME           "TortoiseGitBlame\n\nTortoiseGitBlam\n\n\nTortoiseGitBlame.Document\nTortoiseGitBlame.Document"\r
+\r
+END\r
+STRINGTABLE\r
+BEGIN\r
+       AFX_IDS_APP_TITLE       "TortoiseGitBlame"\r
+       AFX_IDS_IDLEMESSAGE     "For Help, press F1"\r
+       AFX_IDS_HELPMODEMESSAGE "Select an object on which to get Help"\r
+END\r
+STRINGTABLE\r
+BEGIN\r
+       ID_INDICATOR_EXT        "EXT"\r
+       ID_INDICATOR_CAPS       "CAP"\r
+       ID_INDICATOR_NUM        "NUM"\r
+       ID_INDICATOR_SCRL       "SCRL"\r
+       ID_INDICATOR_OVR        "OVR"\r
+       ID_INDICATOR_REC        "REC"\r
+END\r
+STRINGTABLE\r
+BEGIN\r
+       ID_FILE_NEW             "Create a new document\nNew"\r
+       ID_FILE_OPEN            "Open an existing document\nOpen"\r
+       ID_FILE_CLOSE           "Close the active document\nClose"\r
+       ID_FILE_SAVE            "Save the active document\nSave"\r
+       ID_FILE_SAVE_AS         "Save the active document with a new name\nSave As"\r
+       ID_FILE_PAGE_SETUP      "Change the printing options\nPage Setup"\r
+       ID_FILE_PRINT_SETUP     "Change the printer and printing options\nPrint Setup"\r
+       ID_FILE_PRINT_DIRECT    "Print the active document using current options\nQuick Print"\r
+       ID_FILE_PRINT           "Print the active document\nPrint"\r
+       ID_FILE_PRINT_PREVIEW   "Display full pages\nPrint Preview"\r
+       ID_APP_ABOUT            "Display program information, version number and copyright\nAbout"\r
+       ID_APP_EXIT             "Quit the application; prompts to save documents\nExit"\r
+       ID_CONTEXT_HELP         "Display help for clicked on buttons, menus and windows\nHelp"\r
+       ID_HELP_INDEX           "Opens Help\nHelp Topics"\r
+       ID_HELP_FINDER                  "List Help topics\nHelp Topics"\r
+       ID_HELP_USING           "Display instructions about how to use help\nHelp"\r
+       ID_HELP                 "Display help for current task or command\nHelp"\r
+       ID_FILE_MRU_FILE1       "Open this document"\r
+       ID_FILE_MRU_FILE2       "Open this document"\r
+       ID_FILE_MRU_FILE3       "Open this document"\r
+       ID_FILE_MRU_FILE4       "Open this document"\r
+       ID_FILE_MRU_FILE5       "Open this document"\r
+       ID_FILE_MRU_FILE6       "Open this document"\r
+       ID_FILE_MRU_FILE7       "Open this document"\r
+       ID_FILE_MRU_FILE8       "Open this document"\r
+       ID_FILE_MRU_FILE9       "Open this document"\r
+       ID_FILE_MRU_FILE10      "Open this document"\r
+       ID_FILE_MRU_FILE11      "Open this document"\r
+       ID_FILE_MRU_FILE12      "Open this document"\r
+       ID_FILE_MRU_FILE13      "Open this document"\r
+       ID_FILE_MRU_FILE14      "Open this document"\r
+       ID_FILE_MRU_FILE15      "Open this document"\r
+       ID_FILE_MRU_FILE16      "Open this document"\r
+       ID_NEXT_PANE            "Switch to the next window pane\nNext Pane"\r
+       ID_PREV_PANE            "Switch back to the previous window pane\nPrevious Pane"\r
+       ID_WINDOW_SPLIT         "Split the active window into panes\nSplit"\r
+       ID_EDIT_CLEAR           "Erase the selection\nErase"\r
+       ID_EDIT_CLEAR_ALL       "Erase everything\nErase All"\r
+       ID_EDIT_COPY            "Copy the selection and put it on the Clipboard\nCopy"\r
+       ID_EDIT_CUT             "Cut the selection and put it on the Clipboard\nCut"\r
+       ID_EDIT_FIND            "Find the specified text\nFind"\r
+       ID_EDIT_PASTE           "Insert Clipboard contents\nPaste"\r
+       ID_EDIT_REPEAT          "Repeat the last action\nRepeat"\r
+       ID_EDIT_REPLACE         "Replace specific text with different text\nReplace"\r
+       ID_EDIT_SELECT_ALL      "Select the entire document\nSelect All"\r
+       ID_EDIT_UNDO            "Undo the last action\nUndo"\r
+       ID_EDIT_REDO            "Redo the previously undone action\nRedo"\r
+       ID_VIEW_STATUS_BAR      "Show or hide the status bar\nToggle Status Bar"\r
+END\r
+\r
+STRINGTABLE\r
+BEGIN\r
+       AFX_IDS_SCSIZE          "Change the window size"\r
+       AFX_IDS_SCMOVE          "Change the window position"\r
+       AFX_IDS_SCMINIMIZE      "Reduce the window to an icon"\r
+       AFX_IDS_SCMAXIMIZE      "Enlarge the window to full size"\r
+       AFX_IDS_SCNEXTWINDOW    "Switch to the next document window"\r
+       AFX_IDS_SCPREVWINDOW    "Switch to the previous document window"\r
+       AFX_IDS_SCCLOSE         "Close the active window and prompts to save the documents"\r
+       AFX_IDS_SCRESTORE       "Restore the window to normal size"\r
+       AFX_IDS_SCTASKLIST      "Activate Task List"\r
+       AFX_IDS_PREVIEW_CLOSE   "Close print preview mode\nCancel Preview"\r
+END\r
+\r
+\r
+STRINGTABLE\r
+BEGIN\r
+       IDS_STATUS_PANE1        "Pane 1"\r
+       IDS_STATUS_PANE2        "Pane 2"\r
+       IDS_TOOLBAR_STANDARD    "Standard"\r
+       IDS_TOOLBAR_CUSTOMIZE   "Customize..."\r
+       IDS_OUTPUT_WND          "Output"\r
+       IDS_BUILD_TAB           "Build"\r
+       IDS_DEBUG_TAB           "Debug"\r
+       IDS_FIND_TAB            "Find"\r
+       IDS_PROPERTIES_WND      "Properties"\r
+       IDS_EDIT_MENU           "Edit"\r
+END\r
+#endif\r
+\r
+#ifndef APSTUDIO_INVOKED\r
+/////////////////////////////////////////////////////////////////////////////\r
+//\r
+// Generated from the TEXTINCLUDE 3 resource.\r
+//\r
+\r
+#define _AFX_NO_OLE_RESOURCES\r
+#define _AFX_NO_TRACKER_RESOURCES\r
+#define _AFX_NO_PROPERTY_RESOURCES\r
+\r
+#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)\r
+LANGUAGE 9, 1\r
+#pragma code_page(1252)\r
+#include "res\\TortoiseGitBlame.rc2"  // non-Microsoft Visual C++ edited resources\r
+#include "afxres.rc"   // Standard components\r
+#include "afxprint.rc"  // printing/print preview resources\r
+#if !defined(_AFXDLL)\r
+#include "afxribbon.rc"                // MFC ribbon and control bar resources\r
+#endif\r
+#endif\r
+#endif    // not APSTUDIO_INVOKED\r
diff --git a/src/TortoiseGitBlame/TortoiseGitBlame.vcproj b/src/TortoiseGitBlame/TortoiseGitBlame.vcproj
new file mode 100644 (file)
index 0000000..80ca7cc
--- /dev/null
@@ -0,0 +1,773 @@
+<?xml version="1.0" encoding="gb2312"?>\r
+<VisualStudioProject\r
+       ProjectType="Visual C++"\r
+       Version="9.00"\r
+       Name="TortoiseGitBlame"\r
+       ProjectGUID="{62507C2F-9290-4342-910F-BFC44DF99B01}"\r
+       RootNamespace="TortoiseGitBlame"\r
+       Keyword="MFCProj"\r
+       TargetFrameworkVersion="196613"\r
+       >\r
+       <Platforms>\r
+               <Platform\r
+                       Name="Win32"\r
+               />\r
+       </Platforms>\r
+       <ToolFiles>\r
+       </ToolFiles>\r
+       <Configurations>\r
+               <Configuration\r
+                       Name="Debug|Win32"\r
+                       OutputDirectory="$(SolutionDir)$(ConfigurationName)"\r
+                       IntermediateDirectory="$(ConfigurationName)"\r
+                       ConfigurationType="1"\r
+                       UseOfMFC="2"\r
+                       CharacterSet="1"\r
+                       >\r
+                       <Tool\r
+                               Name="VCPreBuildEventTool"\r
+                       />\r
+                       <Tool\r
+                               Name="VCCustomBuildTool"\r
+                       />\r
+                       <Tool\r
+                               Name="VCXMLDataGeneratorTool"\r
+                       />\r
+                       <Tool\r
+                               Name="VCWebServiceProxyGeneratorTool"\r
+                       />\r
+                       <Tool\r
+                               Name="VCMIDLTool"\r
+                               PreprocessorDefinitions="_DEBUG"\r
+                               MkTypLibCompatible="false"\r
+                               ValidateParameters="true"\r
+                       />\r
+                       <Tool\r
+                               Name="VCCLCompilerTool"\r
+                               Optimization="0"\r
+                               PreprocessorDefinitions="WIN32;_WINDOWS;_DEBUG"\r
+                               MinimalRebuild="true"\r
+                               BasicRuntimeChecks="3"\r
+                               RuntimeLibrary="3"\r
+                               UsePrecompiledHeader="2"\r
+                               WarningLevel="3"\r
+                               DebugInformationFormat="4"\r
+                       />\r
+                       <Tool\r
+                               Name="VCManagedResourceCompilerTool"\r
+                       />\r
+                       <Tool\r
+                               Name="VCResourceCompilerTool"\r
+                               PreprocessorDefinitions="_DEBUG"\r
+                               Culture="1033"\r
+                               AdditionalIncludeDirectories="$(IntDir)"\r
+                       />\r
+                       <Tool\r
+                               Name="VCPreLinkEventTool"\r
+                       />\r
+                       <Tool\r
+                               Name="VCLinkerTool"\r
+                               LinkIncremental="2"\r
+                               GenerateDebugInformation="true"\r
+                               SubSystem="2"\r
+                               TargetMachine="1"\r
+                       />\r
+                       <Tool\r
+                               Name="VCALinkTool"\r
+                       />\r
+                       <Tool\r
+                               Name="VCManifestTool"\r
+                       />\r
+                       <Tool\r
+                               Name="VCXDCMakeTool"\r
+                       />\r
+                       <Tool\r
+                               Name="VCBscMakeTool"\r
+                       />\r
+                       <Tool\r
+                               Name="VCFxCopTool"\r
+                       />\r
+                       <Tool\r
+                               Name="VCAppVerifierTool"\r
+                       />\r
+                       <Tool\r
+                               Name="VCPostBuildEventTool"\r
+                       />\r
+               </Configuration>\r
+               <Configuration\r
+                       Name="Release|Win32"\r
+                       OutputDirectory="$(SolutionDir)$(ConfigurationName)"\r
+                       IntermediateDirectory="$(ConfigurationName)"\r
+                       ConfigurationType="1"\r
+                       UseOfMFC="2"\r
+                       CharacterSet="1"\r
+                       WholeProgramOptimization="1"\r
+                       >\r
+                       <Tool\r
+                               Name="VCPreBuildEventTool"\r
+                       />\r
+                       <Tool\r
+                               Name="VCCustomBuildTool"\r
+                       />\r
+                       <Tool\r
+                               Name="VCXMLDataGeneratorTool"\r
+                       />\r
+                       <Tool\r
+                               Name="VCWebServiceProxyGeneratorTool"\r
+                       />\r
+                       <Tool\r
+                               Name="VCMIDLTool"\r
+                               PreprocessorDefinitions="NDEBUG"\r
+                               MkTypLibCompatible="false"\r
+                               ValidateParameters="true"\r
+                       />\r
+                       <Tool\r
+                               Name="VCCLCompilerTool"\r
+                               Optimization="2"\r
+                               EnableIntrinsicFunctions="true"\r
+                               PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG"\r
+                               MinimalRebuild="false"\r
+                               RuntimeLibrary="2"\r
+                               EnableFunctionLevelLinking="true"\r
+                               UsePrecompiledHeader="2"\r
+                               WarningLevel="3"\r
+                               DebugInformationFormat="3"\r
+                       />\r
+                       <Tool\r
+                               Name="VCManagedResourceCompilerTool"\r
+                       />\r
+                       <Tool\r
+                               Name="VCResourceCompilerTool"\r
+                               PreprocessorDefinitions="NDEBUG"\r
+                               Culture="1033"\r
+                               AdditionalIncludeDirectories="$(IntDir)"\r
+                       />\r
+                       <Tool\r
+                               Name="VCPreLinkEventTool"\r
+                       />\r
+                       <Tool\r
+                               Name="VCLinkerTool"\r
+                               LinkIncremental="1"\r
+                               GenerateDebugInformation="true"\r
+                               SubSystem="2"\r
+                               OptimizeReferences="2"\r
+                               EnableCOMDATFolding="2"\r
+                               TargetMachine="1"\r
+                       />\r
+                       <Tool\r
+                               Name="VCALinkTool"\r
+                       />\r
+                       <Tool\r
+                               Name="VCManifestTool"\r
+                       />\r
+                       <Tool\r
+                               Name="VCXDCMakeTool"\r
+                       />\r
+                       <Tool\r
+                               Name="VCBscMakeTool"\r
+                       />\r
+                       <Tool\r
+                               Name="VCFxCopTool"\r
+                       />\r
+                       <Tool\r
+                               Name="VCAppVerifierTool"\r
+                       />\r
+                       <Tool\r
+                               Name="VCPostBuildEventTool"\r
+                       />\r
+               </Configuration>\r
+       </Configurations>\r
+       <References>\r
+       </References>\r
+       <Files>\r
+               <Filter\r
+                       Name="Source Files"\r
+                       Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"\r
+                       UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"\r
+                       >\r
+                       <File\r
+                               RelativePath=".\MainFrm.cpp"\r
+                               >\r
+                       </File>\r
+                       <File\r
+                               RelativePath=".\OutputWnd.cpp"\r
+                               >\r
+                       </File>\r
+                       <File\r
+                               RelativePath=".\PropertiesWnd.cpp"\r
+                               >\r
+                       </File>\r
+                       <File\r
+                               RelativePath=".\stdafx.cpp"\r
+                               >\r
+                               <FileConfiguration\r
+                                       Name="Debug|Win32"\r
+                                       >\r
+                                       <Tool\r
+                                               Name="VCCLCompilerTool"\r
+                                               UsePrecompiledHeader="1"\r
+                                       />\r
+                               </FileConfiguration>\r
+                               <FileConfiguration\r
+                                       Name="Release|Win32"\r
+                                       >\r
+                                       <Tool\r
+                                               Name="VCCLCompilerTool"\r
+                                               UsePrecompiledHeader="1"\r
+                                       />\r
+                               </FileConfiguration>\r
+                       </File>\r
+                       <File\r
+                               RelativePath=".\TortoiseGitBlame.cpp"\r
+                               >\r
+                       </File>\r
+                       <File\r
+                               RelativePath=".\TortoiseGitBlameDoc.cpp"\r
+                               >\r
+                       </File>\r
+                       <File\r
+                               RelativePath=".\TortoiseGitBlameView.cpp"\r
+                               >\r
+                       </File>\r
+               </Filter>\r
+               <Filter\r
+                       Name="Header Files"\r
+                       Filter="h;hpp;hxx;hm;inl;inc;xsd"\r
+                       UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"\r
+                       >\r
+                       <File\r
+                               RelativePath=".\MainFrm.h"\r
+                               >\r
+                       </File>\r
+                       <File\r
+                               RelativePath=".\OutputWnd.h"\r
+                               >\r
+                       </File>\r
+                       <File\r
+                               RelativePath=".\PropertiesWnd.h"\r
+                               >\r
+                       </File>\r
+                       <File\r
+                               RelativePath=".\Resource.h"\r
+                               >\r
+                               <FileConfiguration\r
+                                       Name="Debug|Win32"\r
+                                       >\r
+                                       <Tool\r
+                                               Name="VCCustomBuildTool"\r
+                                               Description="Generating map file for help compiler..."\r
+                                               CommandLine="echo // Generated Help Map file.  Used by TortoiseGitBlame.HHP. &gt; &quot;hlp\HTMLDefines.h&quot;&#x0D;&#x0A;echo. &gt; &quot;hlp\HTMLDefines.h&quot;&#x0D;&#x0A;echo // Commands (ID_* and IDM_*) &gt;&gt; &quot;hlp\HTMLDefines.h&quot;&#x0D;&#x0A;makehm /h ID_,HID_,0x10000 IDM_,HIDM_,0x10000 &quot;$(InputFileName)&quot; &gt;&gt; &quot;hlp\HTMLDefines.h&quot;&#x0D;&#x0A;echo. &gt;&gt; &quot;hlp\HTMLDefines.h&quot;&#x0D;&#x0A;echo // Prompts (IDP_*) &gt;&gt; &quot;hlp\HTMLDefines.h&quot;&#x0D;&#x0A;makehm /h IDP_,HIDP_,0x30000 &quot;$(InputFileName)&quot; &gt;&gt; &quot;hlp\HTMLDefines.h&quot;&#x0D;&#x0A;echo. &gt;&gt; &quot;hlp\HTMLDefines.h&quot;&#x0D;&#x0A;echo // Resources (IDR_*) &gt;&gt; &quot;hlp\HTMLDefines.h&quot;&#x0D;&#x0A;makehm /h IDR_,HIDR_,0x20000 &quot;$(InputFileName)&quot; &gt;&gt; &quot;hlp\HTMLDefines.h&quot;&#x0D;&#x0A;echo. &gt;&gt; &quot;hlp\HTMLDefines.h&quot;&#x0D;&#x0A;echo // Dialogs (IDD_*) &gt;&gt; &quot;hlp\HTMLDefines.h&quot;&#x0D;&#x0A;makehm /h IDD_,HIDD_,0x20000 &quot;$(InputFileName)&quot; &gt;&gt; &quot;hlp\HTMLDefines.h&quot;&#x0D;&#x0A;echo. &gt;&gt; &quot;hlp\HTMLDefines.h&quot;&#x0D;&#x0A;echo // Frame Controls (IDW_*) &gt;&gt; &quot;hlp\HTMLDefines.h&quot;&#x0D;&#x0A;makehm /h /a afxhh.h IDW_,HIDW_,0x50000 &quot;$(InputFileName)&quot; &gt;&gt; &quot;hlp\HTMLDefines.h&quot;&#x0D;&#x0A;"\r
+                                               Outputs="hlp\HTMLDefines.h"\r
+                                       />\r
+                               </FileConfiguration>\r
+                               <FileConfiguration\r
+                                       Name="Release|Win32"\r
+                                       >\r
+                                       <Tool\r
+                                               Name="VCCustomBuildTool"\r
+                                               Description="Generating map file for help compiler..."\r
+                                               CommandLine="echo // Generated Help Map file.  Used by TortoiseGitBlame.HHP. &gt; &quot;hlp\HTMLDefines.h&quot;&#x0D;&#x0A;echo. &gt; &quot;hlp\HTMLDefines.h&quot;&#x0D;&#x0A;echo // Commands (ID_* and IDM_*) &gt;&gt; &quot;hlp\HTMLDefines.h&quot;&#x0D;&#x0A;makehm /h ID_,HID_,0x10000 IDM_,HIDM_,0x10000 &quot;$(InputFileName)&quot; &gt;&gt; &quot;hlp\HTMLDefines.h&quot;&#x0D;&#x0A;echo. &gt;&gt; &quot;hlp\HTMLDefines.h&quot;&#x0D;&#x0A;echo // Prompts (IDP_*) &gt;&gt; &quot;hlp\HTMLDefines.h&quot;&#x0D;&#x0A;makehm /h IDP_,HIDP_,0x30000 &quot;$(InputFileName)&quot; &gt;&gt; &quot;hlp\HTMLDefines.h&quot;&#x0D;&#x0A;echo. &gt;&gt; &quot;hlp\HTMLDefines.h&quot;&#x0D;&#x0A;echo // Resources (IDR_*) &gt;&gt; &quot;hlp\HTMLDefines.h&quot;&#x0D;&#x0A;makehm /h IDR_,HIDR_,0x20000 &quot;$(InputFileName)&quot; &gt;&gt; &quot;hlp\HTMLDefines.h&quot;&#x0D;&#x0A;echo. &gt;&gt; &quot;hlp\HTMLDefines.h&quot;&#x0D;&#x0A;echo // Dialogs (IDD_*) &gt;&gt; &quot;hlp\HTMLDefines.h&quot;&#x0D;&#x0A;makehm /h IDD_,HIDD_,0x20000 &quot;$(InputFileName)&quot; &gt;&gt; &quot;hlp\HTMLDefines.h&quot;&#x0D;&#x0A;echo. &gt;&gt; &quot;hlp\HTMLDefines.h&quot;&#x0D;&#x0A;echo // Frame Controls (IDW_*) &gt;&gt; &quot;hlp\HTMLDefines.h&quot;&#x0D;&#x0A;makehm /h /a afxhh.h IDW_,HIDW_,0x50000 &quot;$(InputFileName)&quot; &gt;&gt; &quot;hlp\HTMLDefines.h&quot;&#x0D;&#x0A;"\r
+                                               Outputs="hlp\HTMLDefines.h"\r
+                                       />\r
+                               </FileConfiguration>\r
+                       </File>\r
+                       <File\r
+                               RelativePath=".\stdafx.h"\r
+                               >\r
+                       </File>\r
+                       <File\r
+                               RelativePath=".\targetver.h"\r
+                               >\r
+                       </File>\r
+                       <File\r
+                               RelativePath=".\TortoiseGitBlame.h"\r
+                               >\r
+                       </File>\r
+                       <File\r
+                               RelativePath=".\TortoiseGitBlameDoc.h"\r
+                               >\r
+                       </File>\r
+                       <File\r
+                               RelativePath=".\TortoiseGitBlameView.h"\r
+                               >\r
+                       </File>\r
+               </Filter>\r
+               <Filter\r
+                       Name="Resource Files"\r
+                       Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"\r
+                       UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"\r
+                       >\r
+                       <File\r
+                               RelativePath=".\hlp\Images\Bullet.gif"\r
+                               >\r
+                       </File>\r
+                       <File\r
+                               RelativePath=".\res\output_wnd.ico"\r
+                               >\r
+                       </File>\r
+                       <File\r
+                               RelativePath=".\res\output_wnd_hc.ico"\r
+                               >\r
+                       </File>\r
+                       <File\r
+                               RelativePath=".\res\properties.bmp"\r
+                               >\r
+                       </File>\r
+                       <File\r
+                               RelativePath=".\res\properties_hc.bmp"\r
+                               >\r
+                       </File>\r
+                       <File\r
+                               RelativePath=".\res\properties_wnd.ico"\r
+                               >\r
+                       </File>\r
+                       <File\r
+                               RelativePath=".\res\properties_wnd_hc.ico"\r
+                               >\r
+                       </File>\r
+                       <File\r
+                               RelativePath=".\res\Toolbar.bmp"\r
+                               >\r
+                       </File>\r
+                       <File\r
+                               RelativePath=".\res\Toolbar256.bmp"\r
+                               >\r
+                       </File>\r
+                       <File\r
+                               RelativePath=".\res\TortoiseGitBlame.ico"\r
+                               >\r
+                       </File>\r
+                       <File\r
+                               RelativePath=".\TortoiseGitBlame.rc"\r
+                               >\r
+                       </File>\r
+                       <File\r
+                               RelativePath=".\res\TortoiseGitBlame.rc2"\r
+                               >\r
+                       </File>\r
+                       <File\r
+                               RelativePath=".\res\TortoiseGitBlameDoc.ico"\r
+                               >\r
+                       </File>\r
+                       <File\r
+                               RelativePath=".\UserImages.bmp"\r
+                               >\r
+                       </File>\r
+               </Filter>\r
+               <Filter\r
+                       Name="HTML Help Files"\r
+                       Filter="hhp;hhc;hhk;gif;jpg"\r
+                       >\r
+                       <File\r
+                               RelativePath=".\hlp\TortoiseGitBlame.hhc"\r
+                               >\r
+                       </File>\r
+                       <File\r
+                               RelativePath=".\hlp\TortoiseGitBlame.hhk"\r
+                               >\r
+                       </File>\r
+                       <File\r
+                               RelativePath=".\hlp\TortoiseGitBlame.hhp"\r
+                               >\r
+                               <FileConfiguration\r
+                                       Name="Debug|Win32"\r
+                                       >\r
+                                       <Tool\r
+                                               Name="VCCustomBuildTool"\r
+                                               Description="Making help file..."\r
+                                               CommandLine="start /wait hhc &quot;hlp\TortoiseGitBlame.hhp&quot;&#x0D;&#x0A;if not exist &quot;hlp\TortoiseGitBlame.chm&quot; goto :HelpError&#x0D;&#x0A;copy &quot;hlp\TortoiseGitBlame.chm&quot; &quot;$(OutDir)\TortoiseGitBlame.chm&quot;&#x0D;&#x0A;goto :HelpDone&#x0D;&#x0A;:HelpError&#x0D;&#x0A;echo hlp\TortoiseGitBlame.hhp(1) : error:Problem encountered creating help file&#x0D;&#x0A;echo.&#x0D;&#x0A;:HelpDone&#x0D;&#x0A;echo.&#x0D;&#x0A;"\r
+                                               AdditionalDependencies="hlp\HTMLDefines.h"\r
+                                               Outputs="$(OutDir)\$(ProjectName).chm"\r
+                                       />\r
+                               </FileConfiguration>\r
+                               <FileConfiguration\r
+                                       Name="Release|Win32"\r
+                                       >\r
+                                       <Tool\r
+                                               Name="VCCustomBuildTool"\r
+                                               Description="Making help file..."\r
+                                               CommandLine="start /wait hhc &quot;hlp\TortoiseGitBlame.hhp&quot;&#x0D;&#x0A;if not exist &quot;hlp\TortoiseGitBlame.chm&quot; goto :HelpError&#x0D;&#x0A;copy &quot;hlp\TortoiseGitBlame.chm&quot; &quot;$(OutDir)\TortoiseGitBlame.chm&quot;&#x0D;&#x0A;goto :HelpDone&#x0D;&#x0A;:HelpError&#x0D;&#x0A;echo hlp\TortoiseGitBlame.hhp(1) : error:Problem encountered creating help file&#x0D;&#x0A;echo.&#x0D;&#x0A;:HelpDone&#x0D;&#x0A;echo.&#x0D;&#x0A;"\r
+                                               AdditionalDependencies="hlp\HTMLDefines.h"\r
+                                               Outputs="$(OutDir)\$(ProjectName).chm"\r
+                                       />\r
+                               </FileConfiguration>\r
+                       </File>\r
+               </Filter>\r
+               <Filter\r
+                       Name="HTML Help Topics"\r
+                       Filter="htm;html"\r
+                       >\r
+                       <File\r
+                               RelativePath=".\hlp\afx_hidd_color.htm"\r
+                               DeploymentContent="true"\r
+                               >\r
+                       </File>\r
+                       <File\r
+                               RelativePath=".\hlp\afx_hidd_fileopen.htm"\r
+                               DeploymentContent="true"\r
+                               >\r
+                       </File>\r
+                       <File\r
+                               RelativePath=".\hlp\afx_hidd_filesave.htm"\r
+                               DeploymentContent="true"\r
+                               >\r
+                       </File>\r
+                       <File\r
+                               RelativePath=".\hlp\afx_hidd_find.htm"\r
+                               DeploymentContent="true"\r
+                               >\r
+                       </File>\r
+                       <File\r
+                               RelativePath=".\hlp\afx_hidd_font.htm"\r
+                               DeploymentContent="true"\r
+                               >\r
+                       </File>\r
+                       <File\r
+                               RelativePath=".\hlp\afx_hidd_newtypedlg.htm"\r
+                               DeploymentContent="true"\r
+                               >\r
+                       </File>\r
+                       <File\r
+                               RelativePath=".\hlp\afx_hidd_print.htm"\r
+                               DeploymentContent="true"\r
+                               >\r
+                       </File>\r
+                       <File\r
+                               RelativePath=".\hlp\afx_hidd_printdlg.htm"\r
+                               DeploymentContent="true"\r
+                               >\r
+                       </File>\r
+                       <File\r
+                               RelativePath=".\hlp\afx_hidd_printsetup.htm"\r
+                               DeploymentContent="true"\r
+                               >\r
+                       </File>\r
+                       <File\r
+                               RelativePath=".\hlp\afx_hidd_replace.htm"\r
+                               DeploymentContent="true"\r
+                               >\r
+                       </File>\r
+                       <File\r
+                               RelativePath=".\hlp\afx_hidp_default.htm"\r
+                               DeploymentContent="true"\r
+                               >\r
+                       </File>\r
+                       <File\r
+                               RelativePath=".\hlp\afx_hidw_dockbar_top.htm"\r
+                               DeploymentContent="true"\r
+                               >\r
+                       </File>\r
+                       <File\r
+                               RelativePath=".\hlp\afx_hidw_preview_bar.htm"\r
+                               DeploymentContent="true"\r
+                               >\r
+                       </File>\r
+                       <File\r
+                               RelativePath=".\hlp\afx_hidw_status_bar.htm"\r
+                               DeploymentContent="true"\r
+                               >\r
+                       </File>\r
+                       <File\r
+                               RelativePath=".\hlp\afx_hidw_toolbar.htm"\r
+                               DeploymentContent="true"\r
+                               >\r
+                       </File>\r
+                       <File\r
+                               RelativePath=".\hlp\hid_app_about.htm"\r
+                               DeploymentContent="true"\r
+                               >\r
+                       </File>\r
+                       <File\r
+                               RelativePath=".\hlp\hid_app_exit.htm"\r
+                               DeploymentContent="true"\r
+                               >\r
+                       </File>\r
+                       <File\r
+                               RelativePath=".\hlp\hid_context_help.htm"\r
+                               DeploymentContent="true"\r
+                               >\r
+                       </File>\r
+                       <File\r
+                               RelativePath=".\hlp\hid_edit_clear.htm"\r
+                               DeploymentContent="true"\r
+                               >\r
+                       </File>\r
+                       <File\r
+                               RelativePath=".\hlp\hid_edit_clear_all.htm"\r
+                               DeploymentContent="true"\r
+                               >\r
+                       </File>\r
+                       <File\r
+                               RelativePath=".\hlp\hid_edit_copy.htm"\r
+                               DeploymentContent="true"\r
+                               >\r
+                       </File>\r
+                       <File\r
+                               RelativePath=".\hlp\hid_edit_cut.htm"\r
+                               DeploymentContent="true"\r
+                               >\r
+                       </File>\r
+                       <File\r
+                               RelativePath=".\hlp\hid_edit_find.htm"\r
+                               DeploymentContent="true"\r
+                               >\r
+                       </File>\r
+                       <File\r
+                               RelativePath=".\hlp\hid_edit_paste.htm"\r
+                               DeploymentContent="true"\r
+                               >\r
+                       </File>\r
+                       <File\r
+                               RelativePath=".\hlp\hid_edit_redo.htm"\r
+                               DeploymentContent="true"\r
+                               >\r
+                       </File>\r
+                       <File\r
+                               RelativePath=".\hlp\hid_edit_repeat.htm"\r
+                               DeploymentContent="true"\r
+                               >\r
+                       </File>\r
+                       <File\r
+                               RelativePath=".\hlp\hid_edit_replace.htm"\r
+                               DeploymentContent="true"\r
+                               >\r
+                       </File>\r
+                       <File\r
+                               RelativePath=".\hlp\hid_edit_undo.htm"\r
+                               DeploymentContent="true"\r
+                               >\r
+                       </File>\r
+                       <File\r
+                               RelativePath=".\hlp\hid_file_close.htm"\r
+                               DeploymentContent="true"\r
+                               >\r
+                       </File>\r
+                       <File\r
+                               RelativePath=".\hlp\hid_file_mru_file1.htm"\r
+                               DeploymentContent="true"\r
+                               >\r
+                       </File>\r
+                       <File\r
+                               RelativePath=".\hlp\hid_file_new.htm"\r
+                               DeploymentContent="true"\r
+                               >\r
+                       </File>\r
+                       <File\r
+                               RelativePath=".\hlp\hid_file_open.htm"\r
+                               DeploymentContent="true"\r
+                               >\r
+                       </File>\r
+                       <File\r
+                               RelativePath=".\hlp\hid_file_page_setup.htm"\r
+                               DeploymentContent="true"\r
+                               >\r
+                       </File>\r
+                       <File\r
+                               RelativePath=".\hlp\hid_file_print.htm"\r
+                               DeploymentContent="true"\r
+                               >\r
+                       </File>\r
+                       <File\r
+                               RelativePath=".\hlp\hid_file_print_preview.htm"\r
+                               DeploymentContent="true"\r
+                               >\r
+                       </File>\r
+                       <File\r
+                               RelativePath=".\hlp\hid_file_print_setup.htm"\r
+                               DeploymentContent="true"\r
+                               >\r
+                       </File>\r
+                       <File\r
+                               RelativePath=".\hlp\hid_file_save.htm"\r
+                               DeploymentContent="true"\r
+                               >\r
+                       </File>\r
+                       <File\r
+                               RelativePath=".\hlp\hid_file_save_as.htm"\r
+                               DeploymentContent="true"\r
+                               >\r
+                       </File>\r
+                       <File\r
+                               RelativePath=".\hlp\hid_file_send_mail.htm"\r
+                               DeploymentContent="true"\r
+                               >\r
+                       </File>\r
+                       <File\r
+                               RelativePath=".\hlp\hid_help_index.htm"\r
+                               DeploymentContent="true"\r
+                               >\r
+                       </File>\r
+                       <File\r
+                               RelativePath=".\hlp\hid_help_using.htm"\r
+                               DeploymentContent="true"\r
+                               >\r
+                       </File>\r
+                       <File\r
+                               RelativePath=".\hlp\hid_ht_caption.htm"\r
+                               DeploymentContent="true"\r
+                               >\r
+                       </File>\r
+                       <File\r
+                               RelativePath=".\hlp\hid_ht_nowhere.htm"\r
+                               DeploymentContent="true"\r
+                               >\r
+                       </File>\r
+                       <File\r
+                               RelativePath=".\hlp\hid_next_pane.htm"\r
+                               DeploymentContent="true"\r
+                               >\r
+                       </File>\r
+                       <File\r
+                               RelativePath=".\hlp\hid_prev_pane.htm"\r
+                               DeploymentContent="true"\r
+                               >\r
+                       </File>\r
+                       <File\r
+                               RelativePath=".\hlp\hid_sc_close.htm"\r
+                               DeploymentContent="true"\r
+                               >\r
+                       </File>\r
+                       <File\r
+                               RelativePath=".\hlp\hid_sc_maximize.htm"\r
+                               DeploymentContent="true"\r
+                               >\r
+                       </File>\r
+                       <File\r
+                               RelativePath=".\hlp\hid_sc_minimize.htm"\r
+                               DeploymentContent="true"\r
+                               >\r
+                       </File>\r
+                       <File\r
+                               RelativePath=".\hlp\hid_sc_move.htm"\r
+                               DeploymentContent="true"\r
+                               >\r
+                       </File>\r
+                       <File\r
+                               RelativePath=".\hlp\hid_sc_nextwindow.htm"\r
+                               DeploymentContent="true"\r
+                               >\r
+                       </File>\r
+                       <File\r
+                               RelativePath=".\hlp\hid_sc_prevwindow.htm"\r
+                               DeploymentContent="true"\r
+                               >\r
+                       </File>\r
+                       <File\r
+                               RelativePath=".\hlp\hid_sc_restore.htm"\r
+                               DeploymentContent="true"\r
+                               >\r
+                       </File>\r
+                       <File\r
+                               RelativePath=".\hlp\hid_sc_size.htm"\r
+                               DeploymentContent="true"\r
+                               >\r
+                       </File>\r
+                       <File\r
+                               RelativePath=".\hlp\hid_sc_tasklist.htm"\r
+                               DeploymentContent="true"\r
+                               >\r
+                       </File>\r
+                       <File\r
+                               RelativePath=".\hlp\hid_view_ruler.htm"\r
+                               DeploymentContent="true"\r
+                               >\r
+                       </File>\r
+                       <File\r
+                               RelativePath=".\hlp\hid_view_status_bar.htm"\r
+                               DeploymentContent="true"\r
+                               >\r
+                       </File>\r
+                       <File\r
+                               RelativePath=".\hlp\hid_view_toolbar.htm"\r
+                               DeploymentContent="true"\r
+                               >\r
+                       </File>\r
+                       <File\r
+                               RelativePath=".\hlp\hid_window_all.htm"\r
+                               DeploymentContent="true"\r
+                               >\r
+                       </File>\r
+                       <File\r
+                               RelativePath=".\hlp\hid_window_arrange.htm"\r
+                               DeploymentContent="true"\r
+                               >\r
+                       </File>\r
+                       <File\r
+                               RelativePath=".\hlp\hid_window_cascade.htm"\r
+                               DeploymentContent="true"\r
+                               >\r
+                       </File>\r
+                       <File\r
+                               RelativePath=".\hlp\hid_window_new.htm"\r
+                               DeploymentContent="true"\r
+                               >\r
+                       </File>\r
+                       <File\r
+                               RelativePath=".\hlp\hid_window_split.htm"\r
+                               DeploymentContent="true"\r
+                               >\r
+                       </File>\r
+                       <File\r
+                               RelativePath=".\hlp\hid_window_tile.htm"\r
+                               DeploymentContent="true"\r
+                               >\r
+                       </File>\r
+                       <File\r
+                               RelativePath=".\hlp\hid_window_tile_horz.htm"\r
+                               DeploymentContent="true"\r
+                               >\r
+                       </File>\r
+                       <File\r
+                               RelativePath=".\hlp\hid_window_tile_vert.htm"\r
+                               DeploymentContent="true"\r
+                               >\r
+                       </File>\r
+                       <File\r
+                               RelativePath=".\hlp\hidr_doc1type.htm"\r
+                               DeploymentContent="true"\r
+                               >\r
+                       </File>\r
+                       <File\r
+                               RelativePath=".\hlp\main_index.htm"\r
+                               DeploymentContent="true"\r
+                               >\r
+                       </File>\r
+                       <File\r
+                               RelativePath=".\hlp\menu_edit.htm"\r
+                               DeploymentContent="true"\r
+                               >\r
+                       </File>\r
+                       <File\r
+                               RelativePath=".\hlp\menu_file.htm"\r
+                               DeploymentContent="true"\r
+                               >\r
+                       </File>\r
+                       <File\r
+                               RelativePath=".\hlp\menu_help.htm"\r
+                               DeploymentContent="true"\r
+                               >\r
+                       </File>\r
+                       <File\r
+                               RelativePath=".\hlp\menu_view.htm"\r
+                               DeploymentContent="true"\r
+                               >\r
+                       </File>\r
+                       <File\r
+                               RelativePath=".\hlp\menu_window.htm"\r
+                               DeploymentContent="true"\r
+                               >\r
+                       </File>\r
+                       <File\r
+                               RelativePath=".\hlp\scrollbars.htm"\r
+                               DeploymentContent="true"\r
+                               >\r
+                       </File>\r
+               </Filter>\r
+               <File\r
+                       RelativePath=".\ReadMe.txt"\r
+                       >\r
+               </File>\r
+       </Files>\r
+       <Globals>\r
+       </Globals>\r
+</VisualStudioProject>\r
diff --git a/src/TortoiseGitBlame/TortoiseGitBlame.vcproj.FSL.B20596.user b/src/TortoiseGitBlame/TortoiseGitBlame.vcproj.FSL.B20596.user
new file mode 100644 (file)
index 0000000..ae5c3ce
--- /dev/null
@@ -0,0 +1,65 @@
+<?xml version="1.0" encoding="gb2312"?>\r
+<VisualStudioUserFile\r
+       ProjectType="Visual C++"\r
+       Version="9.00"\r
+       ShowAllFiles="false"\r
+       >\r
+       <Configurations>\r
+               <Configuration\r
+                       Name="Debug|Win32"\r
+                       >\r
+                       <DebugSettings\r
+                               Command="$(TargetPath)"\r
+                               WorkingDirectory=""\r
+                               CommandArguments=""\r
+                               Attach="false"\r
+                               DebuggerType="3"\r
+                               Remote="1"\r
+                               RemoteMachine="B20596-02"\r
+                               RemoteCommand=""\r
+                               HttpUrl=""\r
+                               PDBPath=""\r
+                               SQLDebugging=""\r
+                               Environment=""\r
+                               EnvironmentMerge="true"\r
+                               DebuggerFlavor=""\r
+                               MPIRunCommand=""\r
+                               MPIRunArguments=""\r
+                               MPIRunWorkingDirectory=""\r
+                               ApplicationCommand=""\r
+                               ApplicationArguments=""\r
+                               ShimCommand=""\r
+                               MPIAcceptMode=""\r
+                               MPIAcceptFilter=""\r
+                       />\r
+               </Configuration>\r
+               <Configuration\r
+                       Name="Release|Win32"\r
+                       >\r
+                       <DebugSettings\r
+                               Command="$(TargetPath)"\r
+                               WorkingDirectory=""\r
+                               CommandArguments=""\r
+                               Attach="false"\r
+                               DebuggerType="3"\r
+                               Remote="1"\r
+                               RemoteMachine="B20596-02"\r
+                               RemoteCommand=""\r
+                               HttpUrl=""\r
+                               PDBPath=""\r
+                               SQLDebugging=""\r
+                               Environment=""\r
+                               EnvironmentMerge="true"\r
+                               DebuggerFlavor=""\r
+                               MPIRunCommand=""\r
+                               MPIRunArguments=""\r
+                               MPIRunWorkingDirectory=""\r
+                               ApplicationCommand=""\r
+                               ApplicationArguments=""\r
+                               ShimCommand=""\r
+                               MPIAcceptMode=""\r
+                               MPIAcceptFilter=""\r
+                       />\r
+               </Configuration>\r
+       </Configurations>\r
+</VisualStudioUserFile>\r
diff --git a/src/TortoiseGitBlame/TortoiseGitBlameDoc.cpp b/src/TortoiseGitBlame/TortoiseGitBlameDoc.cpp
new file mode 100644 (file)
index 0000000..a04d238
--- /dev/null
@@ -0,0 +1,79 @@
+\r
+// TortoiseGitBlameDoc.cpp : implementation of the CTortoiseGitBlameDoc class\r
+//\r
+\r
+#include "stdafx.h"\r
+#include "TortoiseGitBlame.h"\r
+\r
+#include "TortoiseGitBlameDoc.h"\r
+\r
+#ifdef _DEBUG\r
+#define new DEBUG_NEW\r
+#endif\r
+\r
+\r
+// CTortoiseGitBlameDoc\r
+\r
+IMPLEMENT_DYNCREATE(CTortoiseGitBlameDoc, CDocument)\r
+\r
+BEGIN_MESSAGE_MAP(CTortoiseGitBlameDoc, CDocument)\r
+END_MESSAGE_MAP()\r
+\r
+\r
+// CTortoiseGitBlameDoc construction/destruction\r
+\r
+CTortoiseGitBlameDoc::CTortoiseGitBlameDoc()\r
+{\r
+       // TODO: add one-time construction code here\r
+\r
+}\r
+\r
+CTortoiseGitBlameDoc::~CTortoiseGitBlameDoc()\r
+{\r
+}\r
+\r
+BOOL CTortoiseGitBlameDoc::OnNewDocument()\r
+{\r
+       if (!CDocument::OnNewDocument())\r
+               return FALSE;\r
+\r
+       // TODO: add reinitialization code here\r
+       // (SDI documents will reuse this document)\r
+\r
+       return TRUE;\r
+}\r
+\r
+\r
+\r
+\r
+// CTortoiseGitBlameDoc serialization\r
+\r
+void CTortoiseGitBlameDoc::Serialize(CArchive& ar)\r
+{\r
+       if (ar.IsStoring())\r
+       {\r
+               // TODO: add storing code here\r
+       }\r
+       else\r
+       {\r
+               // TODO: add loading code here\r
+       }\r
+}\r
+\r
+\r
+// CTortoiseGitBlameDoc diagnostics\r
+\r
+#ifdef _DEBUG\r
+void CTortoiseGitBlameDoc::AssertValid() const\r
+{\r
+       CDocument::AssertValid();\r
+}\r
+\r
+void CTortoiseGitBlameDoc::Dump(CDumpContext& dc) const\r
+{\r
+       CDocument::Dump(dc);\r
+}\r
+#endif //_DEBUG\r
+\r
+\r
+// CTortoiseGitBlameDoc commands\r
diff --git a/src/TortoiseGitBlame/TortoiseGitBlameDoc.h b/src/TortoiseGitBlame/TortoiseGitBlameDoc.h
new file mode 100644 (file)
index 0000000..cf115c1
--- /dev/null
@@ -0,0 +1,41 @@
+\r
+// TortoiseGitBlameDoc.h : interface of the CTortoiseGitBlameDoc class\r
+//\r
+\r
+\r
+#pragma once\r
+\r
+\r
+class CTortoiseGitBlameDoc : public CDocument\r
+{\r
+protected: // create from serialization only\r
+       CTortoiseGitBlameDoc();\r
+       DECLARE_DYNCREATE(CTortoiseGitBlameDoc)\r
+\r
+// Attributes\r
+public:\r
+\r
+// Operations\r
+public:\r
+\r
+// Overrides\r
+public:\r
+       virtual BOOL OnNewDocument();\r
+       virtual void Serialize(CArchive& ar);\r
+\r
+// Implementation\r
+public:\r
+       virtual ~CTortoiseGitBlameDoc();\r
+#ifdef _DEBUG\r
+       virtual void AssertValid() const;\r
+       virtual void Dump(CDumpContext& dc) const;\r
+#endif\r
+\r
+protected:\r
+\r
+// Generated message map functions\r
+protected:\r
+       DECLARE_MESSAGE_MAP()\r
+};\r
+\r
+\r
diff --git a/src/TortoiseGitBlame/TortoiseGitBlameView.cpp b/src/TortoiseGitBlame/TortoiseGitBlameView.cpp
new file mode 100644 (file)
index 0000000..6ec0b78
--- /dev/null
@@ -0,0 +1,117 @@
+\r
+// TortoiseGitBlameView.cpp : implementation of the CTortoiseGitBlameView class\r
+//\r
+\r
+#include "stdafx.h"\r
+#include "TortoiseGitBlame.h"\r
+\r
+#include "TortoiseGitBlameDoc.h"\r
+#include "TortoiseGitBlameView.h"\r
+\r
+#ifdef _DEBUG\r
+#define new DEBUG_NEW\r
+#endif\r
+\r
+\r
+// CTortoiseGitBlameView\r
+\r
+IMPLEMENT_DYNCREATE(CTortoiseGitBlameView, CView)\r
+\r
+BEGIN_MESSAGE_MAP(CTortoiseGitBlameView, CView)\r
+       // Standard printing commands\r
+       ON_COMMAND(ID_FILE_PRINT, &CView::OnFilePrint)\r
+       ON_COMMAND(ID_FILE_PRINT_DIRECT, &CView::OnFilePrint)\r
+       ON_COMMAND(ID_FILE_PRINT_PREVIEW, &CTortoiseGitBlameView::OnFilePrintPreview)\r
+END_MESSAGE_MAP()\r
+\r
+// CTortoiseGitBlameView construction/destruction\r
+\r
+CTortoiseGitBlameView::CTortoiseGitBlameView()\r
+{\r
+       // TODO: add construction code here\r
+\r
+}\r
+\r
+CTortoiseGitBlameView::~CTortoiseGitBlameView()\r
+{\r
+}\r
+\r
+BOOL CTortoiseGitBlameView::PreCreateWindow(CREATESTRUCT& cs)\r
+{\r
+       // TODO: Modify the Window class or styles here by modifying\r
+       //  the CREATESTRUCT cs\r
+\r
+       return CView::PreCreateWindow(cs);\r
+}\r
+\r
+// CTortoiseGitBlameView drawing\r
+\r
+void CTortoiseGitBlameView::OnDraw(CDC* /*pDC*/)\r
+{\r
+       CTortoiseGitBlameDoc* pDoc = GetDocument();\r
+       ASSERT_VALID(pDoc);\r
+       if (!pDoc)\r
+               return;\r
+\r
+       // TODO: add draw code for native data here\r
+}\r
+\r
+\r
+// CTortoiseGitBlameView printing\r
+\r
+\r
+void CTortoiseGitBlameView::OnFilePrintPreview()\r
+{\r
+       AFXPrintPreview(this);\r
+}\r
+\r
+BOOL CTortoiseGitBlameView::OnPreparePrinting(CPrintInfo* pInfo)\r
+{\r
+       // default preparation\r
+       return DoPreparePrinting(pInfo);\r
+}\r
+\r
+void CTortoiseGitBlameView::OnBeginPrinting(CDC* /*pDC*/, CPrintInfo* /*pInfo*/)\r
+{\r
+       // TODO: add extra initialization before printing\r
+}\r
+\r
+void CTortoiseGitBlameView::OnEndPrinting(CDC* /*pDC*/, CPrintInfo* /*pInfo*/)\r
+{\r
+       // TODO: add cleanup after printing\r
+}\r
+\r
+void CTortoiseGitBlameView::OnRButtonUp(UINT nFlags, CPoint point)\r
+{\r
+       ClientToScreen(&point);\r
+       OnContextMenu(this, point);\r
+}\r
+\r
+void CTortoiseGitBlameView::OnContextMenu(CWnd* pWnd, CPoint point)\r
+{\r
+       theApp.GetContextMenuManager()->ShowPopupMenu(IDR_POPUP_EDIT, point.x, point.y, this, TRUE);\r
+}\r
+\r
+\r
+// CTortoiseGitBlameView diagnostics\r
+\r
+#ifdef _DEBUG\r
+void CTortoiseGitBlameView::AssertValid() const\r
+{\r
+       CView::AssertValid();\r
+}\r
+\r
+void CTortoiseGitBlameView::Dump(CDumpContext& dc) const\r
+{\r
+       CView::Dump(dc);\r
+}\r
+\r
+CTortoiseGitBlameDoc* CTortoiseGitBlameView::GetDocument() const // non-debug version is inline\r
+{\r
+       ASSERT(m_pDocument->IsKindOf(RUNTIME_CLASS(CTortoiseGitBlameDoc)));\r
+       return (CTortoiseGitBlameDoc*)m_pDocument;\r
+}\r
+#endif //_DEBUG\r
+\r
+\r
+// CTortoiseGitBlameView message handlers\r
diff --git a/src/TortoiseGitBlame/TortoiseGitBlameView.h b/src/TortoiseGitBlame/TortoiseGitBlameView.h
new file mode 100644 (file)
index 0000000..a9a7784
--- /dev/null
@@ -0,0 +1,53 @@
+\r
+// TortoiseGitBlameView.h : interface of the CTortoiseGitBlameView class\r
+//\r
+\r
+\r
+#pragma once\r
+\r
+\r
+class CTortoiseGitBlameView : public CView\r
+{\r
+protected: // create from serialization only\r
+       CTortoiseGitBlameView();\r
+       DECLARE_DYNCREATE(CTortoiseGitBlameView)\r
+\r
+// Attributes\r
+public:\r
+       CTortoiseGitBlameDoc* GetDocument() const;\r
+\r
+// Operations\r
+public:\r
+\r
+// Overrides\r
+public:\r
+       virtual void OnDraw(CDC* pDC);  // overridden to draw this view\r
+       virtual BOOL PreCreateWindow(CREATESTRUCT& cs);\r
+protected:\r
+       virtual BOOL OnPreparePrinting(CPrintInfo* pInfo);\r
+       virtual void OnBeginPrinting(CDC* pDC, CPrintInfo* pInfo);\r
+       virtual void OnEndPrinting(CDC* pDC, CPrintInfo* pInfo);\r
+\r
+// Implementation\r
+public:\r
+       virtual ~CTortoiseGitBlameView();\r
+#ifdef _DEBUG\r
+       virtual void AssertValid() const;\r
+       virtual void Dump(CDumpContext& dc) const;\r
+#endif\r
+\r
+protected:\r
+\r
+// Generated message map functions\r
+protected:\r
+       afx_msg void OnFilePrintPreview();\r
+       afx_msg void OnRButtonUp(UINT nFlags, CPoint point);\r
+       afx_msg void OnContextMenu(CWnd* pWnd, CPoint point);\r
+       DECLARE_MESSAGE_MAP()\r
+};\r
+\r
+#ifndef _DEBUG  // debug version in TortoiseGitBlameView.cpp\r
+inline CTortoiseGitBlameDoc* CTortoiseGitBlameView::GetDocument() const\r
+   { return reinterpret_cast<CTortoiseGitBlameDoc*>(m_pDocument); }\r
+#endif\r
+\r
diff --git a/src/TortoiseGitBlame/UserImages.bmp b/src/TortoiseGitBlame/UserImages.bmp
new file mode 100644 (file)
index 0000000..affe657
Binary files /dev/null and b/src/TortoiseGitBlame/UserImages.bmp differ
diff --git a/src/TortoiseGitBlame/hlp/Images/Bullet.gif b/src/TortoiseGitBlame/hlp/Images/Bullet.gif
new file mode 100644 (file)
index 0000000..090f96c
Binary files /dev/null and b/src/TortoiseGitBlame/hlp/Images/Bullet.gif differ
diff --git a/src/TortoiseGitBlame/hlp/TortoiseGitBlame.hhc b/src/TortoiseGitBlame/hlp/TortoiseGitBlame.hhc
new file mode 100644 (file)
index 0000000..b15170e
--- /dev/null
@@ -0,0 +1,42 @@
+<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">\r
+<HTML>\r
+<HEAD>\r
+<meta name="GENERATOR" content="Microsoft&reg; HTML Help Workshop 4.1">\r
+<!-- Sitemap 1.0 -->\r
+</HEAD><BODY>\r
+<UL>\r
+       <LI> <OBJECT type="text/sitemap">\r
+               <param name="Name" value="&lt;&lt;YourApp&gt;&gt; Help Index">\r
+               <param name="Local" value="main_index.htm">\r
+               </OBJECT>\r
+       <LI> <OBJECT type="text/sitemap">\r
+               <param name="Name" value="Menus">\r
+               </OBJECT>\r
+       <UL>\r
+               <LI> <OBJECT type="text/sitemap">\r
+                       <param name="Name" value="File menu commands">\r
+                       <param name="Local" value="menu_file.htm">\r
+                       </OBJECT>\r
+               <LI> <OBJECT type="text/sitemap">\r
+                       <param name="Name" value="Edit menu commands">\r
+                       <param name="Local" value="menu_edit.htm">\r
+                       </OBJECT>\r
+               <LI> <OBJECT type="text/sitemap">\r
+                       <param name="Name" value="View menu commands">\r
+                       <param name="Local" value="menu_view.htm">\r
+                       </OBJECT>\r
+               <LI> <OBJECT type="text/sitemap">\r
+                       <param name="Name" value="Help menu commands">\r
+                       <param name="Local" value="menu_help.htm">\r
+                       </OBJECT>\r
+       </UL>\r
+       <LI> <OBJECT type="text/sitemap">\r
+               <param name="Name" value="status bar">\r
+               <param name="Local" value="afx_hidw_status_bar.htm">\r
+               </OBJECT>\r
+       <LI> <OBJECT type="text/sitemap">\r
+               <param name="Name" value="toolbar">\r
+               <param name="Local" value="afx_hidw_toolbar.htm">\r
+               </OBJECT>\r
+</UL>\r
+</BODY></HTML>\r
diff --git a/src/TortoiseGitBlame/hlp/TortoiseGitBlame.hhk b/src/TortoiseGitBlame/hlp/TortoiseGitBlame.hhk
new file mode 100644 (file)
index 0000000..2e24f6f
--- /dev/null
@@ -0,0 +1,9 @@
+<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">\r
+<HTML>\r
+<HEAD>\r
+<meta name="GENERATOR" content="Microsoft&reg; HTML Help Workshop 4.1">\r
+<!-- Sitemap 1.0 -->\r
+</HEAD><BODY>\r
+<UL>\r
+</UL>\r
+</BODY></HTML>\r
diff --git a/src/TortoiseGitBlame/hlp/TortoiseGitBlame.hhp b/src/TortoiseGitBlame/hlp/TortoiseGitBlame.hhp
new file mode 100644 (file)
index 0000000..4321396
--- /dev/null
@@ -0,0 +1,213 @@
+[OPTIONS]\r
+Auto Index=Yes\r
+Compatibility=1.1 or later\r
+Compiled file=TortoiseGitBlame.chm\r
+Contents file=TortoiseGitBlame.hhc\r
+Index file=TortoiseGitBlame.hhk\r
+Default topic=main_index.htm\r
+Display compile progress=No\r
+Full-text search=Yes\r
+Language=0x0409 English (United States)\r
+\r
+\r
+[FILES]\r
+afx_hidd_color.htm\r
+afx_hidd_fileopen.htm\r
+afx_hidd_filesave.htm\r
+afx_hidd_find.htm\r
+afx_hidd_font.htm\r
+afx_hidd_newtypedlg.htm\r
+afx_hidd_replace.htm\r
+afx_hidp_default.htm\r
+afx_hidw_dockbar_top.htm\r
+afx_hidw_status_bar.htm\r
+afx_hidw_toolbar.htm\r
+hidr_doc1type.htm\r
+hid_app_about.htm\r
+hid_app_exit.htm\r
+hid_context_help.htm\r
+hid_edit_clear.htm\r
+hid_edit_clear_all.htm\r
+hid_edit_copy.htm\r
+hid_edit_cut.htm\r
+hid_edit_find.htm\r
+hid_edit_paste.htm\r
+hid_edit_redo.htm\r
+hid_edit_repeat.htm\r
+hid_edit_replace.htm\r
+hid_edit_undo.htm\r
+hid_file_close.htm\r
+hid_file_mru_file1.htm\r
+hid_file_new.htm\r
+hid_file_open.htm\r
+hid_file_save.htm\r
+hid_file_save_as.htm\r
+hid_file_send_mail.htm\r
+hid_help_index.htm\r
+hid_help_using.htm\r
+hid_ht_caption.htm\r
+hid_ht_nowhere.htm\r
+hid_next_pane.htm\r
+hid_prev_pane.htm\r
+hid_sc_close.htm\r
+hid_sc_maximize.htm\r
+hid_sc_minimize.htm\r
+hid_sc_move.htm\r
+hid_sc_nextwindow.htm\r
+hid_sc_prevwindow.htm\r
+hid_sc_restore.htm\r
+hid_sc_size.htm\r
+hid_sc_tasklist.htm\r
+hid_view_ruler.htm\r
+hid_view_status_bar.htm\r
+hid_view_toolbar.htm\r
+hid_window_all.htm\r
+hid_window_arrange.htm\r
+hid_window_cascade.htm\r
+hid_window_new.htm\r
+hid_window_split.htm\r
+hid_window_tile.htm\r
+hid_window_tile_horz.htm\r
+hid_window_tile_vert.htm\r
+main_index.htm\r
+menu_edit.htm\r
+menu_file.htm\r
+menu_help.htm\r
+menu_view.htm\r
+menu_window.htm\r
+scrollbars.htm\r
+afx_hidd_print.htm\r
+afx_hidd_printdlg.htm\r
+afx_hidd_printsetup.htm\r
+afx_hidw_preview_bar.htm\r
+hid_file_page_setup.htm\r
+hid_file_print.htm\r
+hid_file_print_preview.htm\r
+hid_file_print_setup.htm\r
+\r
+[ALIAS]\r
+HIDR_MAINFRAME = main_index.htm\r
+\r
+main_index                                                     = main_index.htm\r
+afx_hidd_color                                         = afx_hidd_color.htm\r
+afx_hidd_fileopen                                      = afx_hidd_fileopen.htm\r
+afx_hidd_filesave                                      = afx_hidd_filesave.htm\r
+afx_hidd_find                                          = afx_hidd_find.htm\r
+afx_hidd_font                                          = afx_hidd_font.htm\r
+afx_hidd_newtypedlg                                    = afx_hidd_newtypedlg.htm\r
+afx_hidd_replace                                       = afx_hidd_replace.htm\r
+AFX_HIDP_DEFAULT                                       = AFX_HIDP_DEFAULT.htm\r
+afx_hidw_dockbar_top                           = afx_hidw_dockbar_top.htm\r
+afx_hidw_status_bar                                    = afx_hidw_status_bar.htm\r
+afx_hidw_toolbar                                       = afx_hidw_toolbar.htm\r
+hid_app_about                                          = hid_app_about.htm\r
+hid_app_exit                                           = hid_app_exit.htm\r
+hid_context_help                                       = hid_context_help.htm\r
+hid_edit_clear                                         = hid_edit_clear.htm\r
+hid_edit_clear_all                                     = hid_edit_clear_all.htm\r
+hid_edit_copy                                          = hid_edit_copy.htm\r
+hid_edit_cut                                           = hid_edit_cut.htm\r
+hid_edit_find                                          = hid_edit_find.htm\r
+hid_edit_paste                                         = hid_edit_paste.htm\r
+hid_edit_redo                                          = hid_edit_redo.htm\r
+hid_edit_repeat                                                = hid_edit_repeat.htm\r
+hid_edit_replace                                       = hid_edit_replace.htm\r
+hid_edit_undo                                          = hid_edit_undo.htm\r
+hid_file_close                                         = hid_file_close.htm\r
+hid_file_mru_file1                                     = hid_file_mru_file1.htm\r
+hid_file_new                                           = hid_file_new.htm\r
+hid_file_open                                          = hid_file_open.htm\r
+hid_file_save                                          = hid_file_save.htm\r
+hid_file_save_as                                       = hid_file_save_as.htm\r
+hid_file_send_mail                                     = hid_file_send_mail.htm\r
+hid_help_index                                         = hid_help_index.htm\r
+hid_help_using                                         = hid_help_using.htm\r
+hid_ht_caption                                         = hid_ht_caption.htm\r
+hid_ht_nowhere                                         = hid_ht_nowhere.htm\r
+hid_next_pane                                          = hid_next_pane.htm\r
+hid_prev_pane                                          = hid_prev_pane.htm\r
+hid_sc_close                                           = hid_sc_close.htm\r
+hid_sc_maximize                                                = hid_sc_maximize.htm\r
+hid_sc_minimize                                                = hid_sc_minimize.htm\r
+hid_sc_move                                                    = hid_sc_move.htm\r
+hid_sc_nextwindow                                      = hid_sc_nextwindow.htm\r
+hid_sc_prevwindow                                      = hid_sc_prevwindow.htm\r
+hid_sc_restore                                         = hid_sc_restore.htm\r
+hid_sc_size                                                    = hid_sc_size.htm\r
+hid_sc_tasklist                                                = hid_sc_tasklist.htm\r
+hid_view_ruler                                         = hid_view_ruler.htm\r
+hid_view_status_bar                                    = hid_view_status_bar.htm\r
+hid_view_toolbar                                       = hid_view_toolbar.htm\r
+hid_window_all                                         = hid_window_all.htm\r
+hid_window_arrange                                     = hid_window_arrange.htm\r
+hid_window_cascade                                     = hid_window_cascade.htm\r
+hid_window_new                                         = hid_window_new.htm\r
+hid_window_split                                       = hid_window_split.htm\r
+hid_window_tile                                                = hid_window_tile.htm\r
+hid_window_tile_horz                           = hid_window_tile_horz.htm\r
+hid_window_tile_vert                           = hid_window_tile_vert.htm\r
+hidr_doc1type                                          = hidr_doc1type.htm\r
+menu_edit                                                      = menu_edit.htm\r
+menu_file                                                      = menu_file.htm\r
+menu_help                                                      = menu_help.htm\r
+menu_view                                                      = menu_view.htm\r
+menu_window                                                    = menu_window.htm\r
+scrollbars                                                     = scrollbars.htm\r
+afx_hidd_print                                         = afx_hidd_print.htm\r
+afx_hidd_printdlg                                      = afx_hidd_printdlg.htm\r
+afx_hidd_printsetup                                    = afx_hidd_printsetup.htm\r
+afx_hidw_preview_bar                           = afx_hidw_preview_bar.htm\r
+hid_file_page_setup                                    = hid_file_page_setup.htm\r
+hid_file_print                                         = hid_file_print.htm\r
+hid_file_print_preview                         = hid_file_print_preview.htm\r
+hid_file_print_setup                           = hid_file_print_setup.htm\r
+HIDD_ABOUTBOX                                          = HID_APP_ABOUT.htm\r
+HID_HT_SIZE                                                    = HID_SC_SIZE.htm\r
+HID_HT_HSCROLL                                         = scrollbars.htm\r
+HID_HT_VSCROLL                                         = scrollbars.htm\r
+HID_HT_MINBUTTON                                       = HID_SC_MINIMIZE.htm\r
+HID_HT_MAXBUTTON                                       = HID_SC_MAXIMIZE.htm\r
+AFX_HIDP_INVALID_FILENAME                      = AFX_HIDP_DEFAULT.htm\r
+AFX_HIDP_FAILED_TO_OPEN_DOC                    = AFX_HIDP_DEFAULT.htm\r
+AFX_HIDP_FAILED_TO_SAVE_DOC                    = AFX_HIDP_DEFAULT.htm\r
+AFX_HIDP_ASK_TO_SAVE                           = AFX_HIDP_DEFAULT.htm\r
+AFX_HIDP_FAILED_TO_CREATE_DOC          = AFX_HIDP_DEFAULT.htm\r
+AFX_HIDP_FILE_TOO_LARGE                                = AFX_HIDP_DEFAULT.htm\r
+AFX_HIDP_FAILED_TO_START_PRINT         = AFX_HIDP_DEFAULT.htm\r
+AFX_HIDP_FAILED_TO_LAUNCH_HELP         = AFX_HIDP_DEFAULT.htm\r
+AFX_HIDP_INTERNAL_FAILURE                      = AFX_HIDP_DEFAULT.htm\r
+AFX_HIDP_COMMAND_FAILURE                       = AFX_HIDP_DEFAULT.htm\r
+AFX_HIDP_PARSE_INT                                     = AFX_HIDP_DEFAULT.htm\r
+AFX_HIDP_PARSE_REAL                                    = AFX_HIDP_DEFAULT.htm\r
+AFX_HIDP_PARSE_INT_RANGE                       = AFX_HIDP_DEFAULT.htm\r
+AFX_HIDP_PARSE_REAL_RANGE                      = AFX_HIDP_DEFAULT.htm\r
+AFX_HIDP_PARSE_STRING_SIZE                     = AFX_HIDP_DEFAULT.htm\r
+AFX_HIDP_FAILED_INVALID_FORMAT         = AFX_HIDP_DEFAULT.htm\r
+AFX_HIDP_FAILED_INVALID_PATH           = AFX_HIDP_DEFAULT.htm\r
+AFX_HIDP_FAILED_DISK_FULL                      = AFX_HIDP_DEFAULT.htm\r
+AFX_HIDP_FAILED_ACCESS_READ                    = AFX_HIDP_DEFAULT.htm\r
+AFX_HIDP_FAILED_ACCESS_WRITE           = AFX_HIDP_DEFAULT.htm\r
+AFX_HIDP_FAILED_IO_ERROR_READ          = AFX_HIDP_DEFAULT.htm\r
+AFX_HIDP_FAILED_IO_ERROR_WRITE         = AFX_HIDP_DEFAULT.htm\r
+AFX_HIDP_STATIC_OBJECT                         = AFX_HIDP_DEFAULT.htm\r
+AFX_HIDP_FAILED_TO_CONNECT                     = AFX_HIDP_DEFAULT.htm\r
+AFX_HIDP_SERVER_BUSY                           = AFX_HIDP_DEFAULT.htm\r
+AFX_HIDP_BAD_VERB                                      = AFX_HIDP_DEFAULT.htm\r
+AFX_HIDP_FAILED_MEMORY_ALLOC           = AFX_HIDP_DEFAULT.htm\r
+AFX_HIDP_FAILED_TO_NOTIFY                      = AFX_HIDP_DEFAULT.htm\r
+AFX_HIDP_FAILED_TO_LAUNCH                      = AFX_HIDP_DEFAULT.htm\r
+AFX_HIDP_ASK_TO_UPDATE                         = AFX_HIDP_DEFAULT.htm\r
+AFX_HIDP_FAILED_TO_UPDATE                      = AFX_HIDP_DEFAULT.htm\r
+AFX_HIDP_FAILED_TO_REGISTER                    = AFX_HIDP_DEFAULT.htm\r
+AFX_HIDP_FAILED_TO_AUTO_REGISTER       = AFX_HIDP_DEFAULT.htm\r
+AFX_HIDW_DOCKBAR_BOTTOM                                = AFX_HIDW_DOCKBAR_TOP.HTM ; Same topic, 4 different possible hit tests\r
+AFX_HIDW_DOCKBAR_LEFT                          = AFX_HIDW_DOCKBAR_TOP.HTM ; Same topic, 4 different possible hit tests\r
+AFX_HIDW_DOCKBAR_RIGHT                         = AFX_HIDW_DOCKBAR_TOP.HTM ; Same topic, 4 different possible hit tests\r
+\r
+[MAP]\r
+#include HTMLDefines.h\r
+\r
+[TEXT POPUPS]\r
+HTMLDefines.h\r
+\r
+[INFOTYPES]\r
diff --git a/src/TortoiseGitBlame/hlp/afx_hidd_color.htm b/src/TortoiseGitBlame/hlp/afx_hidd_color.htm
new file mode 100644 (file)
index 0000000..646eed0
--- /dev/null
@@ -0,0 +1,16 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">\r\r
+<HTML>\r\r
+<HEAD>\r\r
+<META HTTP-EQUIV="Content-Type" Content="text/html; charset=Windows-1252">\r\r
+<TITLE>(Choose Color Dialog)</TITLE>\r\r
+</HEAD>\r\r
+\r\r
+<BODY>\r\r
+\r\r
+\r\r
+<P><A NAME="afx_hidd_color"></A><B>Choose Color dialog box</B></P>\r\r
+\r\r
+<P>&lt;&lt; Write application-specific help here. &gt;&gt;</P>\r\r
+\r\r
+</BODY>\r\r
+</HTML>\r\r
diff --git a/src/TortoiseGitBlame/hlp/afx_hidd_fileopen.htm b/src/TortoiseGitBlame/hlp/afx_hidd_fileopen.htm
new file mode 100644 (file)
index 0000000..2f95ebc
--- /dev/null
@@ -0,0 +1,39 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">\r\r
+<HTML>\r\r
+<HEAD>\r\r
+<META HTTP-EQUIV="Content-Type" Content="text/html; charset=Windows-1252">\r\r
+<TITLE>(File Open dialog box)</TITLE>\r\r
+</HEAD>\r\r
+\r\r
+<BODY>\r\r
+\r\r
+\r\r
+<P><A NAME="afx_hidd_fileopen"></A><B>File Open dialog box</B></P>\r\r
+\r\r
+<P>The following options allow you to specify which file to open:</P>\r\r
+\r\r
+<P><B>File Name</B></P>\r\r
+\r\r
+<P>Specifies the file you want to open.  This box lists files with the extension you select in the\r\r
+<b> List Files of Type</b> field. </P>\r\r
+\r\r
+<P><B>List Files of Type</B></P>\r\r
+\r\r
+<P>Specifies the type of file you want to open:</P>\r\r
+\r\r
+<P>&lt;&lt; List your application's file types here. &gt;&gt;</P>\r\r
+\r\r
+<P><B>Drives</B></P>\r\r
+\r\r
+<P>Specifies the drive in which &lt;&lt;YourApp&gt;&gt; stores the file that you want to open. </P>\r\r
+\r\r
+<P><B>Directories</B></P>\r\r
+\r\r
+<P>Specifies the directory in which &lt;&lt;YourApp&gt;&gt; stores the file that you want to open.</P>\r\r
+\r\r
+<P><B>Network</B></P>\r\r
+\r\r
+<P>Click this button to connect to a network location, assigning it a new drive letter. </P>\r\r
+\r\r
+</BODY>\r\r
+</HTML>\r\r
diff --git a/src/TortoiseGitBlame/hlp/afx_hidd_filesave.htm b/src/TortoiseGitBlame/hlp/afx_hidd_filesave.htm
new file mode 100644 (file)
index 0000000..4d53bb5
--- /dev/null
@@ -0,0 +1,36 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">\r\r
+<HTML>\r\r
+<HEAD>\r\r
+<META HTTP-EQUIV="Content-Type" Content="text/html; charset=Windows-1252">\r\r
+<TITLE>(File Save As dialog box)</TITLE>\r\r
+</HEAD>\r\r
+\r\r
+<BODY>\r\r
+\r\r
+\r\r
+<P><A NAME="afx_hidd_filesave"></A><B>File Save As dialog box</B></P>\r\r
+\r\r
+<P>The following options allow you to specify the name and location of the file you're about to save:</P>\r\r
+\r\r
+<P><B>File Name</B></P>\r\r
+\r\r
+<P>Specifies a file name to save a document with a different name.  &lt;&lt;YourApp&gt;&gt; adds the extension you specify in the\r\r
+<b> Save File As Type</b> box.</P>\r\r
+\r\r
+<P><B>Drives</B></P>\r\r
+\r\r
+<P>Specifies the drive in which you want to store the document.</P>\r\r
+\r\r
+<P><B>Directories</B></P>\r\r
+\r\r
+<P>Specifies the directory in which you want to store the document.</P>\r\r
+\r\r
+<P><B>Network</B></P>\r\r
+\r\r
+<P>Click this button to connect to a network location, assigning it a new drive letter. </P>\r\r
+\r\r
+<P>&lt;&lt; Add other <b> File Save As</b> dialog box options depending on which ones your application chooses\r\r
+through the OFN_ flags of the OPENFILENAME structure used by the CFileDialog. &gt;&gt;</P>\r\r
+\r\r
+</BODY>\r\r
+</HTML>\r\r
diff --git a/src/TortoiseGitBlame/hlp/afx_hidd_find.htm b/src/TortoiseGitBlame/hlp/afx_hidd_find.htm
new file mode 100644 (file)
index 0000000..37bef29
--- /dev/null
@@ -0,0 +1,16 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">\r\r
+<HTML>\r\r
+<HEAD>\r\r
+<META HTTP-EQUIV="Content-Type" Content="text/html; charset=Windows-1252">\r\r
+<TITLE>(Find Dialog)</TITLE>\r\r
+</HEAD>\r\r
+\r\r
+<BODY>\r\r
+\r\r
+\r\r
+<P><A NAME="afx_hidd_find"></A><B>Find dialog box</B></P>\r\r
+\r\r
+<P>&lt;&lt; Write application-specific help here. &gt;&gt;</P>\r\r
+\r\r
+</BODY>\r\r
+</HTML>\r\r
diff --git a/src/TortoiseGitBlame/hlp/afx_hidd_font.htm b/src/TortoiseGitBlame/hlp/afx_hidd_font.htm
new file mode 100644 (file)
index 0000000..90ecee9
--- /dev/null
@@ -0,0 +1,16 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">\r\r
+<HTML>\r\r
+<HEAD>\r\r
+<META HTTP-EQUIV="Content-Type" Content="text/html; charset=Windows-1252">\r\r
+<TITLE>(Choose Font Dialog)</TITLE>\r\r
+</HEAD>\r\r
+\r\r
+<BODY>\r\r
+\r\r
+\r\r
+<P><A NAME="afx_hidd_font"></A><B>Choose Font dialog box</B></P>\r\r
+\r\r
+<P>&lt;&lt; Write application-specific help here. &gt;&gt;</P>\r\r
+\r\r
+</BODY>\r\r
+</HTML>\r\r
diff --git a/src/TortoiseGitBlame/hlp/afx_hidd_newtypedlg.htm b/src/TortoiseGitBlame/hlp/afx_hidd_newtypedlg.htm
new file mode 100644 (file)
index 0000000..17ca38b
--- /dev/null
@@ -0,0 +1,20 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">\r\r
+<HTML>\r\r
+<HEAD>\r\r
+<META HTTP-EQUIV="Content-Type" Content="text/html; charset=Windows-1252">\r\r
+<TITLE>(File New dialog box)</TITLE>\r\r
+</HEAD>\r\r
+\r\r
+<BODY>\r\r
+\r\r
+\r\r
+<P><A NAME="afx_hidd_newtypedlg"></A><B>File New dialog box</B></P>\r\r
+\r\r
+<P>&lt;&lt; Delete this help topic if your application supports only one document type. &gt;&gt;</P>\r\r
+\r\r
+<P>Specify the type of document you want to create:</P>\r\r
+\r\r
+<P>&lt;&lt; List your application's document types here &gt;&gt;</P>\r\r
+\r\r
+</BODY>\r\r
+</HTML>\r\r
diff --git a/src/TortoiseGitBlame/hlp/afx_hidd_print.htm b/src/TortoiseGitBlame/hlp/afx_hidd_print.htm
new file mode 100644 (file)
index 0000000..3216a28
--- /dev/null
@@ -0,0 +1,59 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">\r\r
+<HTML>\r\r
+<HEAD>\r\r
+<META HTTP-EQUIV="Content-Type" Content="text/html; charset=Windows-1252">\r\r
+<TITLE>(Print dialog box)</TITLE>\r\r
+</HEAD>\r\r
+\r\r
+<BODY>\r\r
+\r\r
+\r\r
+<P><A NAME="afx_hidd_print"></A><B>Print dialog box</B></P>\r\r
+\r\r
+<P>The following options allow you to specify how the document should be printed:</P>\r\r
+\r\r
+<P><B>Printer</B></P>\r\r
+\r\r
+<P>Displays the active printer and printer connection.  Choose the <b> Setup</b> option to change the printer and printer connection.</P>\r\r
+\r\r
+<P><B>Setup</B></P>\r\r
+\r\r
+<P>Displays a <A HREF="afx_hidd_printsetup.htm">Print Setup dialog box</A>, so  you can select a printer and printer connection.</P>\r\r
+\r\r
+<P><B>Print Range</B></P>\r\r
+\r\r
+<P>Specifies the pages you want to print:</P>\r\r
+\r\r
+<TABLE cols=2 width=548>\r\r
+\r\r
+<TR VALIGN="top">\r\r
+<TD width=15%><B>All</B></TD>\r\r
+<TD width=85%>Prints the entire document.</TD>\r\r
+</TR>\r\r
+\r\r
+<TR VALIGN="top">\r\r
+<TD width=15%><B>Selection</B></TD>\r\r
+<TD width=85%>Prints the currently selected text.</TD>\r\r
+</TR>\r\r
+\r\r
+<TR VALIGN="top">\r\r
+<TD width=15%><B>Pages</B></TD>\r\r
+<TD width=85%>Prints the range of pages you specify in the <b> From</b> and <b> To</b>\r\r
+  fields.</TD>\r\r
+</TR>\r\r
+</TABLE>\r\r
+\r\r
+<P><B>Copies</B></P>\r\r
+\r\r
+<P>Specifies the number of copies you want to print for the above page range.</P>\r\r
+\r\r
+<P><B>Collate Copies</B></P>\r\r
+\r\r
+<P>Prints copies in page number order, instead of separated multiple copies of each page.</P>\r\r
+\r\r
+<P><B>Print Quality</B></P>\r\r
+\r\r
+<P>Specifies the quality of the printing.  Generally, lower quality printing takes less time to produce.</P>\r\r
+\r\r
+</BODY>\r\r
+</HTML>\r\r
diff --git a/src/TortoiseGitBlame/hlp/afx_hidd_printdlg.htm b/src/TortoiseGitBlame/hlp/afx_hidd_printdlg.htm
new file mode 100644 (file)
index 0000000..7b42bdb
--- /dev/null
@@ -0,0 +1,18 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">\r\r
+<HTML>\r\r
+<HEAD>\r\r
+<META HTTP-EQUIV="Content-Type" Content="text/html; charset=Windows-1252">\r\r
+<TITLE>(Print Progress Dialog)</TITLE>\r\r
+</HEAD>\r\r
+\r\r
+<BODY>\r\r
+\r\r
+\r\r
+<P><A NAME="afx_hidd_printdlg"></A><B>Print Progress Dialog</B></P>\r\r
+\r\r
+<P>The <b> Printing</b> dialog box is shown during the time that &lt;&lt;YourApp&gt;&gt; is sending output to the printer.  The page number indicates the progress of the printing.</P>\r\r
+\r\r
+<P>To abort printing, choose <b>Cancel</b>.</P>\r\r
+\r\r
+</BODY>\r\r
+</HTML>\r\r
diff --git a/src/TortoiseGitBlame/hlp/afx_hidd_printsetup.htm b/src/TortoiseGitBlame/hlp/afx_hidd_printsetup.htm
new file mode 100644 (file)
index 0000000..83d94be
--- /dev/null
@@ -0,0 +1,42 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">\r\r
+<HTML>\r\r
+<HEAD>\r\r
+<META HTTP-EQUIV="Content-Type" Content="text/html; charset=Windows-1252">\r\r
+<TITLE>(Print Setup dialog box)</TITLE>\r\r
+</HEAD>\r\r
+\r\r
+<BODY>\r\r
+\r\r
+\r\r
+<P><A NAME="afx_hidd_printsetup"></A><B>Print Setup dialog box</B></P>\r\r
+\r\r
+<P>The following options allow you to select the destination printer and its connection.</P>\r\r
+\r\r
+<P><B>Printer</B></P>\r\r
+\r\r
+<P>Specifies the printer you want to use.  Choose the default printer, or choose the\r\r
+<b> Specific Printer option</b> and select one of the current installed printers shown in the box.  You install printers and configure ports using\r\r
+Control Panel. </P>\r\r
+\r\r
+<P><B>Orientation</B></P>\r\r
+\r\r
+<P>Specifies <b>Portrait</b> or <b>Landscape</b>.</P>\r\r
+\r\r
+<P><B>Paper Size</B></P>\r\r
+\r\r
+<P>Specifies the size of paper that the document is to be printed on.</P>\r\r
+\r\r
+<P><B>Paper Source</B></P>\r\r
+\r\r
+<P>Specifies the paper source, because some printers offer multiple trays for different paper sources.</P>\r\r
+\r\r
+<P><B>Options</B></P>\r\r
+\r\r
+<P>Displays a dialog box where you can make additional choices about printing, specific to the type of printer you have selected.</P>\r\r
+\r\r
+<P><B>Network</B></P>\r\r
+\r\r
+<P>Click this button to connect to a network location, assigning it a new drive letter.</P>\r\r
+\r\r
+</BODY>\r\r
+</HTML>\r\r
diff --git a/src/TortoiseGitBlame/hlp/afx_hidd_replace.htm b/src/TortoiseGitBlame/hlp/afx_hidd_replace.htm
new file mode 100644 (file)
index 0000000..759652c
--- /dev/null
@@ -0,0 +1,16 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">\r\r
+<HTML>\r\r
+<HEAD>\r\r
+<META HTTP-EQUIV="Content-Type" Content="text/html; charset=Windows-1252">\r\r
+<TITLE>(Replace Dialog)</TITLE>\r\r
+</HEAD>\r\r
+\r\r
+<BODY>\r\r
+\r\r
+\r\r
+<P><A NAME="afx_hidd_replace"></A><B>Replace dialog box</B></P>\r\r
+\r\r
+<P>&lt;&lt; Write application-specific help here. &gt;&gt;</P>\r\r
+\r\r
+</BODY>\r\r
+</HTML>\r\r
diff --git a/src/TortoiseGitBlame/hlp/afx_hidp_default.htm b/src/TortoiseGitBlame/hlp/afx_hidp_default.htm
new file mode 100644 (file)
index 0000000..3902577
--- /dev/null
@@ -0,0 +1,20 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">\r\r
+<HTML>\r\r
+<HEAD>\r\r
+<META HTTP-EQUIV="Content-Type" Content="text/html; charset=Windows-1252">\r\r
+<TITLE>(No Help Available)</TITLE>\r\r
+</HEAD>\r\r
+\r\r
+<BODY>\r\r
+\r\r
+\r\r
+<P><A NAME="afx_hidp_default"></A><B>No Help Available</B></P>\r\r
+\r\r
+<P>No help is available for this message box.</P>\r\r
+\r\r
+<P>&lt;&lt; If you want to author help specific to each message box prompt, then remove the AFX_HIDP_xxx values from the [ALIAS] section of your\r\r
+.hpj file, and author a topic for each AFX_HIDP_xxx value.  For example, AFX_HIDP_INVALID_FILENAME is the help topic for the\r\r
+<b> Invalid Filename</b> message box. &gt;&gt;</P>\r\r
+\r\r
+</BODY>\r\r
+</HTML>\r\r
diff --git a/src/TortoiseGitBlame/hlp/afx_hidw_dockbar_top.htm b/src/TortoiseGitBlame/hlp/afx_hidw_dockbar_top.htm
new file mode 100644 (file)
index 0000000..a47c230
--- /dev/null
@@ -0,0 +1,16 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">\r\r
+<HTML>\r\r
+<HEAD>\r\r
+<META HTTP-EQUIV="Content-Type" Content="text/html; charset=Windows-1252">\r\r
+<TITLE>(Docking Toolbar Area)</TITLE>\r\r
+</HEAD>\r\r
+\r\r
+<BODY>\r\r
+\r\r
+\r\r
+<P><A NAME="afx_hidw_dockbar_top"></A><B>Docking Toolbar Area</B></P>\r\r
+\r\r
+<P>This area is provided to contain dockable toolbars, such as the default toolbar created for the application. Docking toolbars can be dragged onto or off this client area, and arrange themselves according to the space available.</P>\r\r
+\r\r
+</BODY>\r\r
+</HTML>\r\r
diff --git a/src/TortoiseGitBlame/hlp/afx_hidw_preview_bar.htm b/src/TortoiseGitBlame/hlp/afx_hidw_preview_bar.htm
new file mode 100644 (file)
index 0000000..d199cfa
--- /dev/null
@@ -0,0 +1,48 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">\r\r
+<HTML>\r\r
+<HEAD>\r\r
+<META HTTP-EQUIV="Content-Type" Content="text/html; charset=Windows-1252">\r\r
+<TITLE>(print preview toolbar)</TITLE>\r\r
+</HEAD>\r\r
+\r\r
+<BODY>\r\r
+\r\r
+\r\r
+<OBJECT TYPE="application/x-oleobject" CLASSID="clsid:1e2a7bd0-dab9-11d0-b93a-00c04fc99f9e">\r\r
+       <PARAM NAME="Keyword" VALUE="printing and print preview">\r\r
+</OBJECT>\r\r
+\r\r
+<P><A NAME="afx_hidw_preview_bar"></A><B>Print Preview toolbar</B></P>\r\r
+\r\r
+<P>The print preview toolbar offers you the following options:</P>\r\r
+\r\r
+<P><B>Print</B></P>\r\r
+\r\r
+<P>Opens the <b>Print</b> dialog box to start a print job.</P>\r\r
+\r\r
+<P><B>Next Page</B></P>\r\r
+\r\r
+<P>Previews the next printed page.</P>\r\r
+\r\r
+<P><B>Prev Page</B></P>\r\r
+\r\r
+<P>Previews the previous printed page.</P>\r\r
+\r\r
+<P><B>One Page / Two Page</B></P>\r\r
+\r\r
+<P>Previews one or two printed pages at a time.</P>\r\r
+\r\r
+<P><B>Zoom In</B></P>\r\r
+\r\r
+<P>Takes a closer look at the printed page.</P>\r\r
+\r\r
+<P><B>Zoom Out</B></P>\r\r
+\r\r
+<P>Takes a larger look at the printed page.</P>\r\r
+\r\r
+<P><B>Close</B></P>\r\r
+\r\r
+<P>Returns from print preview to the editing window.</P>\r\r
+\r\r
+</BODY>\r\r
+</HTML>\r\r
diff --git a/src/TortoiseGitBlame/hlp/afx_hidw_status_bar.htm b/src/TortoiseGitBlame/hlp/afx_hidw_status_bar.htm
new file mode 100644 (file)
index 0000000..3b87a33
--- /dev/null
@@ -0,0 +1,34 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">\r\r
+<HTML>\r\r
+<HEAD>\r\r
+<META HTTP-EQUIV="Content-Type" Content="text/html; charset=Windows-1252">\r\r
+<TITLE>(status bar)</TITLE>\r\r
+</HEAD>\r\r
+\r\r
+<BODY>\r\r
+\r\r
+\r\r
+<OBJECT TYPE="application/x-oleobject" CLASSID="clsid:1e2a7bd0-dab9-11d0-b93a-00c04fc99f9e">\r\r
+       <PARAM NAME="Keyword" VALUE="status bar">\r\r
+</OBJECT>\r\r
+\r\r
+<P><A NAME="afx_hidw_status_bar"></A><B>Status Bar</B></P>\r\r
+\r\r
+<P>The status bar is displayed at the bottom of the &lt;&lt;YourApp&gt;&gt; window.  To display or hide the status bar, use the\r\r
+<b> Status Bar</b> command in the <b> View</b> menu.</P>\r\r
+\r\r
+<P>The left area of the status bar describes actions of menu items as you use the arrow keys to navigate through menus.  This area similarly shows messages that describe the actions of toolbar buttons as you\r\r
+press them, before releasing them.  If after viewing the description of the toolbar button command you wish not to execute the command, then release the mouse button while the pointer is off the toolbar button.</P>\r\r
+\r\r
+<P>The right areas of the status bar indicate which of the following keys are latched down:</P>\r\r
+\r\r
+<P><B>Indicator &nbsp;&nbsp;&nbsp;Description</B></P>\r\r
+\r\r
+<P>CAP&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Caps Lock key is latched down.</P>\r\r
+\r\r
+<P>NUM&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Num Lock key is latched down.</P>\r\r
+\r\r
+<P>SCRL&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The Scroll Lock key is latched down.</P>\r\r
+\r\r
+</BODY>\r\r
+</HTML>\r\r
diff --git a/src/TortoiseGitBlame/hlp/afx_hidw_toolbar.htm b/src/TortoiseGitBlame/hlp/afx_hidw_toolbar.htm
new file mode 100644 (file)
index 0000000..2295769
--- /dev/null
@@ -0,0 +1,23 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">\r\r
+<HTML>\r\r
+<HEAD>\r\r
+<META HTTP-EQUIV="Content-Type" Content="text/html; charset=Windows-1252">\r\r
+<TITLE>(toolbar)</TITLE>\r\r
+</HEAD>\r\r
+\r\r
+<BODY>\r\r
+\r\r
+\r\r
+<OBJECT TYPE="application/x-oleobject" CLASSID="clsid:1e2a7bd0-dab9-11d0-b93a-00c04fc99f9e" width="14" height="14">\r\r
+       <PARAM NAME="Keyword" VALUE="toolbar">\r\r
+</OBJECT>\r\r
+\r\r
+<P><A NAME="afx_hidw_toolbar"></A><B>Toolbar</B></P>\r\r
+\r\r
+\r\r
+<P>The toolbar is displayed across the top of the application window, below the menu bar.  The toolbar provides quick mouse access to many tools used in &lt;&lt;YourApp&gt;&gt;,</P>\r\r
+\r\r
+<P>To hide or display the toolbar, click <b>Toolbar</b> from the <b> View</b> menu.</P>\r\r
+\r\r
+</BODY>\r\r
+</HTML>\r\r
diff --git a/src/TortoiseGitBlame/hlp/hid_app_about.htm b/src/TortoiseGitBlame/hlp/hid_app_about.htm
new file mode 100644 (file)
index 0000000..83c8371
--- /dev/null
@@ -0,0 +1,16 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">\r\r
+<HTML>\r\r
+<HEAD>\r\r
+<META HTTP-EQUIV="Content-Type" Content="text/html; charset=Windows-1252">\r\r
+<TITLE>(About command (Help menu))</TITLE>\r\r
+</HEAD>\r\r
+\r\r
+<BODY>\r\r
+\r\r
+\r\r
+<P><A NAME="hid_app_about"></A><B>About command (Help menu)</B></P>\r\r
+\r\r
+<P>Use this command to display the copyright notice and version number of your copy of &lt;&lt;YourApp&gt;&gt;.</P>\r\r
+\r\r
+</BODY>\r\r
+</HTML>\r\r
diff --git a/src/TortoiseGitBlame/hlp/hid_app_exit.htm b/src/TortoiseGitBlame/hlp/hid_app_exit.htm
new file mode 100644 (file)
index 0000000..bbcf0e6
--- /dev/null
@@ -0,0 +1,22 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">\r\r
+<HTML>\r\r
+<HEAD>\r\r
+<META HTTP-EQUIV="Content-Type" Content="text/html; charset=Windows-1252">\r\r
+<TITLE>(File Exit command)</TITLE>\r\r
+</HEAD>\r\r
+\r\r
+<BODY>\r\r
+\r\r
+\r\r
+<OBJECT TYPE="application/x-oleobject" CLASSID="clsid:1e2a7bd0-dab9-11d0-b93a-00c04fc99f9e">\r\r
+       <PARAM NAME="Keyword" VALUE="exit">\r\r
+</OBJECT>\r\r
+\r\r
+<P><A NAME="hid_app_exit"></A><B>Exit command (File menu)</B></P>\r\r
+\r\r
+<P>Use this command to end your &lt;&lt;YourApp&gt;&gt; session.  You can also use the\r\r
+<b> Close</b> command on the application <b> Control</b> menu.  &lt;&lt;YourApp&gt;&gt; prompts you to save documents with unsaved changes.</P>\r\r
+\r\r
+\r\r
+</BODY>\r\r
+</HTML>\r\r
diff --git a/src/TortoiseGitBlame/hlp/hid_context_help.htm b/src/TortoiseGitBlame/hlp/hid_context_help.htm
new file mode 100644 (file)
index 0000000..7197730
--- /dev/null
@@ -0,0 +1,20 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">\r\r
+<HTML>\r\r
+<HEAD>\r\r
+<META HTTP-EQUIV="Content-Type" Content="text/html; charset=Windows-1252">\r\r
+<TITLE>(Help Using Help Command)</TITLE>\r\r
+</HEAD>\r\r
+\r\r
+<BODY>\r\r
+\r\r
+\r\r
+<P><A NAME="hid_context_help"></A><B>Context Help command </B></P>\r\r
+\r\r
+\r\r
+<P>Use this command to obtain help on some portion of &lt;&lt;YourApp&gt;&gt;.  When you choose the\r\r
+toolbar's <b> Context Help</b> button, the mouse pointer will change to an arrow and question mark.  Then click somewhere in the &lt;&lt;YourApp&gt;&gt; window, such as another\r\r
+toolbar button.  The help topic will be shown for the item you clicked.</P>\r\r
+\r\r
+\r\r
+</BODY>\r\r
+</HTML>\r\r
diff --git a/src/TortoiseGitBlame/hlp/hid_edit_clear.htm b/src/TortoiseGitBlame/hlp/hid_edit_clear.htm
new file mode 100644 (file)
index 0000000..89093c8
--- /dev/null
@@ -0,0 +1,16 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">\r\r
+<HTML>\r\r
+<HEAD>\r\r
+<META HTTP-EQUIV="Content-Type" Content="text/html; charset=Windows-1252">\r\r
+<TITLE>(Edit Clear Command)</TITLE>\r\r
+</HEAD>\r\r
+\r\r
+<BODY>\r\r
+\r\r
+\r\r
+<P><A NAME="hid_edit_clear"></A><B>Clear command (Edit menu)</B></P>\r\r
+\r\r
+<P>&lt;&lt; Write application-specific help here. &gt;&gt;</P>\r\r
+\r\r
+</BODY>\r\r
+</HTML>\r\r
diff --git a/src/TortoiseGitBlame/hlp/hid_edit_clear_all.htm b/src/TortoiseGitBlame/hlp/hid_edit_clear_all.htm
new file mode 100644 (file)
index 0000000..6f1927a
--- /dev/null
@@ -0,0 +1,16 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">\r\r
+<HTML>\r\r
+<HEAD>\r\r
+<META HTTP-EQUIV="Content-Type" Content="text/html; charset=Windows-1252">\r\r
+<TITLE>(Edit Clear All)</TITLE>\r\r
+</HEAD>\r\r
+\r\r
+<BODY>\r\r
+\r\r
+\r\r
+<P><A NAME="hid_edit_clear_all"></A><B>Clear All command (Edit menu)</B></P>\r\r
+\r\r
+<P>&lt;&lt; Write application-specific help here. &gt;&gt;</P>\r\r
+\r\r
+</BODY>\r\r
+</HTML>\r\r
diff --git a/src/TortoiseGitBlame/hlp/hid_edit_copy.htm b/src/TortoiseGitBlame/hlp/hid_edit_copy.htm
new file mode 100644 (file)
index 0000000..afb2552
--- /dev/null
@@ -0,0 +1,19 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">\r\r
+<HTML>\r\r
+<HEAD>\r\r
+<META HTTP-EQUIV="Content-Type" Content="text/html; charset=Windows-1252">\r\r
+<TITLE>(Copy command (Edit menu))</TITLE>\r\r
+</HEAD>\r\r
+\r\r
+<BODY>\r\r
+\r\r
+\r\r
+<P><A NAME="hid_edit_copy"></A><B>Copy command (Edit menu)</B></P>\r\r
+\r\r
+<P>Use this command to copy selected data onto the clipboard.  This command is unavailable if there is no data currently selected.</P>\r\r
+\r\r
+<P>Copying data to the clipboard replaces the contents previously stored there.</P>\r\r
+\r\r
+\r\r
+</BODY>\r\r
+</HTML>\r\r
diff --git a/src/TortoiseGitBlame/hlp/hid_edit_cut.htm b/src/TortoiseGitBlame/hlp/hid_edit_cut.htm
new file mode 100644 (file)
index 0000000..4b00071
--- /dev/null
@@ -0,0 +1,19 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">\r\r
+<HTML>\r\r
+<HEAD>\r\r
+<META HTTP-EQUIV="Content-Type" Content="text/html; charset=Windows-1252">\r\r
+<TITLE>(Cut command (Edit menu))</TITLE>\r\r
+</HEAD>\r\r
+\r\r
+<BODY>\r\r
+\r\r
+\r\r
+<P><A NAME="hid_edit_cut"></A><B>Cut command (Edit menu)</B></P>\r\r
+\r\r
+<P>Use this command to remove the currently selected data from the document and put it on the clipboard.  This command is unavailable if there is no data currently selected.</P>\r\r
+\r\r
+<P>Cutting data to the clipboard replaces the contents previously stored there.</P>\r\r
+\r\r
+\r\r
+</BODY>\r\r
+</HTML>\r\r
diff --git a/src/TortoiseGitBlame/hlp/hid_edit_find.htm b/src/TortoiseGitBlame/hlp/hid_edit_find.htm
new file mode 100644 (file)
index 0000000..46a7111
--- /dev/null
@@ -0,0 +1,16 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">\r\r
+<HTML>\r\r
+<HEAD>\r\r
+<META HTTP-EQUIV="Content-Type" Content="text/html; charset=Windows-1252">\r\r
+<TITLE>(Edit Find Command)</TITLE>\r\r
+</HEAD>\r\r
+\r\r
+<BODY>\r\r
+\r\r
+\r\r
+<P><A NAME="hid_edit_find"></A><B>Find command (Edit menu)</B></P>\r\r
+\r\r
+<P>&lt;&lt; Write application-specific help here. &gt;&gt;</P>\r\r
+\r\r
+</BODY>\r\r
+</HTML>\r\r
diff --git a/src/TortoiseGitBlame/hlp/hid_edit_paste.htm b/src/TortoiseGitBlame/hlp/hid_edit_paste.htm
new file mode 100644 (file)
index 0000000..a5b8b1b
--- /dev/null
@@ -0,0 +1,16 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">\r\r
+<HTML>\r\r
+<HEAD>\r\r
+<META HTTP-EQUIV="Content-Type" Content="text/html; charset=Windows-1252">\r\r
+<TITLE>(Paste command (Edit menu))</TITLE>\r\r
+</HEAD>\r\r
+\r\r
+<BODY>\r\r
+\r\r
+\r\r
+<P><A NAME="hid_edit_paste"></A><B>Paste command (Edit menu)</B></P>\r\r
+\r\r
+<P>Use this command to insert a copy of the clipboard contents at the insertion point.  This command is unavailable if the clipboard is empty.</P>\r\r
+\r\r
+</BODY>\r\r
+</HTML>\r\r
diff --git a/src/TortoiseGitBlame/hlp/hid_edit_redo.htm b/src/TortoiseGitBlame/hlp/hid_edit_redo.htm
new file mode 100644 (file)
index 0000000..672d3b0
--- /dev/null
@@ -0,0 +1,16 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">\r\r
+<HTML>\r\r
+<HEAD>\r\r
+<META HTTP-EQUIV="Content-Type" Content="text/html; charset=Windows-1252">\r\r
+<TITLE>(Redo command (Edit menu))</TITLE>\r\r
+</HEAD>\r\r
+\r\r
+<BODY>\r\r
+\r\r
+\r\r
+<P><A NAME="hid_edit_redo"></A><B>Redo command (Edit menu)</B></P>\r\r
+\r\r
+<P>&lt;&lt; Write application-specific help here. &gt;&gt;</P>\r\r
+\r\r
+</BODY>\r\r
+</HTML>\r\r
diff --git a/src/TortoiseGitBlame/hlp/hid_edit_repeat.htm b/src/TortoiseGitBlame/hlp/hid_edit_repeat.htm
new file mode 100644 (file)
index 0000000..ac806a1
--- /dev/null
@@ -0,0 +1,17 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">\r\r
+<HTML>\r\r
+<HEAD>\r\r
+<META HTTP-EQUIV="Content-Type" Content="text/html; charset=Windows-1252">\r\r
+<TITLE>(Edit Repeat Command)</TITLE>\r\r
+</HEAD>\r\r
+\r\r
+<BODY>\r\r
+\r\r
+\r\r
+<P><A NAME="hid_edit_repeat"></A><B>Repeat command (Edit menu)</B></P>\r\r
+\r\r
+<P>Use this command to repeat the last editing command carried out.  The <b> Repeat</b> menu item changes to\r\r
+<b> Can't Repeat </b> if you cannot repeat your last action.</P>\r\r
+\r\r
+</BODY>\r\r
+</HTML>\r\r
diff --git a/src/TortoiseGitBlame/hlp/hid_edit_replace.htm b/src/TortoiseGitBlame/hlp/hid_edit_replace.htm
new file mode 100644 (file)
index 0000000..b726a01
--- /dev/null
@@ -0,0 +1,16 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">\r\r
+<HTML>\r\r
+<HEAD>\r\r
+<META HTTP-EQUIV="Content-Type" Content="text/html; charset=Windows-1252">\r\r
+<TITLE>(Edit Replace Command)</TITLE>\r\r
+</HEAD>\r\r
+\r\r
+<BODY>\r\r
+\r\r
+\r\r
+<P><A NAME="hid_edit_replace"></A><B>Replace command (Edit menu)</B></P>\r\r
+\r\r
+<P>&lt;&lt; Write application-specific help here. &gt;&gt;</P>\r\r
+\r\r
+</BODY>\r\r
+</HTML>\r\r
diff --git a/src/TortoiseGitBlame/hlp/hid_edit_undo.htm b/src/TortoiseGitBlame/hlp/hid_edit_undo.htm
new file mode 100644 (file)
index 0000000..dacc084
--- /dev/null
@@ -0,0 +1,19 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">\r\r
+<HTML>\r\r
+<HEAD>\r\r
+<META HTTP-EQUIV="Content-Type" Content="text/html; charset=Windows-1252">\r\r
+<TITLE>(Undo/Can't Undo command (Edit menu))</TITLE>\r\r
+</HEAD>\r\r
+\r\r
+<BODY>\r\r
+\r\r
+\r\r
+<P><A NAME="hid_edit_undo"></A><B>Undo/Can't Undo command (Edit menu)</B></P>\r\r
+\r\r
+<P>&lt;&lt; Your application's user interface for Undo may differ from the one described below.  Modify this help text accordingly. &gt;&gt;</P>\r\r
+\r\r
+<P>Use this command to reverse the last editing action, if possible.   The name of the command changes, depending on what the last action was.  The\r\r
+<b> Undo</b> command changes to <b> Can't Undo</b> on the menu if you cannot reverse your last action.</P>\r\r
+\r\r
+</BODY>\r\r
+</HTML>\r\r
diff --git a/src/TortoiseGitBlame/hlp/hid_file_close.htm b/src/TortoiseGitBlame/hlp/hid_file_close.htm
new file mode 100644 (file)
index 0000000..bf60219
--- /dev/null
@@ -0,0 +1,22 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">\r\r
+<HTML>\r\r
+<HEAD>\r\r
+<META HTTP-EQUIV="Content-Type" Content="text/html; charset=Windows-1252">\r\r
+<TITLE>(File Close command)</TITLE>\r\r
+</HEAD>\r\r
+\r\r
+<BODY>\r\r
+\r\r
+\r\r
+<OBJECT TYPE="application/x-oleobject" CLASSID="clsid:1e2a7bd0-dab9-11d0-b93a-00c04fc99f9e">\r\r
+       <PARAM NAME="Keyword" VALUE="files: managing">\r\r
+</OBJECT>\r\r
+\r\r
+<P><A NAME="hid_file_close"></A><B>Close command (File menu)</B></P>\r\r
+\r\r
+<P>Use this command to close all windows containing the active document.  &lt;&lt;YourApp&gt;&gt; suggests that you save changes to your document before you close it.  If you close a document without saving, you lose all changes made since the last time y\r\r
+ou saved it.  Before closing an untitled document, &lt;&lt;YourApp&gt;&gt; displays the <A HREF="afx_hidd_filesave.htm">Save As dialog box</A> and suggests that you name and save the document.</P>\r\r
+\r\r
+\r\r
+</BODY>\r\r
+</HTML>\r\r
diff --git a/src/TortoiseGitBlame/hlp/hid_file_mru_file1.htm b/src/TortoiseGitBlame/hlp/hid_file_mru_file1.htm
new file mode 100644 (file)
index 0000000..fc349ad
--- /dev/null
@@ -0,0 +1,20 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">\r\r
+<HTML>\r\r
+<HEAD>\r\r
+<META HTTP-EQUIV="Content-Type" Content="text/html; charset=Windows-1252">\r\r
+<TITLE>(File 1, 2, 3, 4 command)</TITLE>\r\r
+</HEAD>\r\r
+\r\r
+<BODY>\r\r
+\r\r
+\r\r
+<OBJECT TYPE="application/x-oleobject" CLASSID="clsid:1e2a7bd0-dab9-11d0-b93a-00c04fc99f9e">\r\r
+       <PARAM NAME="Keyword" VALUE="files: managing">\r\r
+</OBJECT>\r\r
+\r\r
+<P><A NAME="hid_file_mru_file1"></A><B>1, 2, 3, 4 command (File menu)</B></P>\r\r
+\r\r
+<P>Use the numbers and filenames listed at the bottom of the <b> File </b> menu to open the last four documents you closed.  Choose the number that corresponds with the document you want to open.</P>\r\r
+\r\r
+</BODY>\r\r
+</HTML>\r\r
diff --git a/src/TortoiseGitBlame/hlp/hid_file_new.htm b/src/TortoiseGitBlame/hlp/hid_file_new.htm
new file mode 100644 (file)
index 0000000..9309619
--- /dev/null
@@ -0,0 +1,23 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">\r\r
+<HTML>\r\r
+<HEAD>\r\r
+<META HTTP-EQUIV="Content-Type" Content="text/html; charset=Windows-1252">\r\r
+<TITLE>(File New command)</TITLE>\r\r
+</HEAD>\r\r
+\r\r
+<BODY>\r\r
+\r\r
+\r\r
+<OBJECT TYPE="application/x-oleobject" CLASSID="clsid:1e2a7bd0-dab9-11d0-b93a-00c04fc99f9e">\r\r
+       <PARAM NAME="Keyword" VALUE="files: managing">\r\r
+</OBJECT>\r\r
+\r\r
+<P><A NAME="hid_file_new"></A><B>New command (File menu)</B></P>\r\r
+\r\r
+<P>Use this command to create a new document in &lt;&lt;YourApp&gt;&gt;.  Select the type of new file you want to create in the <A HREF="afx_hidd_newtypedlg.htm">File New dialog box</A>.  &lt;&lt; Remove previous sentence if your application supports only\r\r
+ one document type. &gt;&gt;</P>\r\r
+\r\r
+<P>You can open an existing document with the <A HREF="hid_file_open.htm">Open command</A>.</P>\r\r
+\r\r
+</BODY>\r\r
+</HTML>\r\r
diff --git a/src/TortoiseGitBlame/hlp/hid_file_open.htm b/src/TortoiseGitBlame/hlp/hid_file_open.htm
new file mode 100644 (file)
index 0000000..6ecb730
--- /dev/null
@@ -0,0 +1,24 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">\r\r
+<HTML>\r\r
+<HEAD>\r\r
+<META HTTP-EQUIV="Content-Type" Content="text/html; charset=Windows-1252">\r\r
+<TITLE>(File Open command)</TITLE>\r\r
+</HEAD>\r\r
+\r\r
+<BODY>\r\r
+\r\r
+\r\r
+<OBJECT TYPE="application/x-oleobject" CLASSID="clsid:1e2a7bd0-dab9-11d0-b93a-00c04fc99f9e">\r\r
+       <PARAM NAME="Keyword" VALUE="files: managing">\r\r
+</OBJECT>\r\r
+\r\r
+<P><A NAME="hid_file_open"></A><B>Open command (File menu)</B></P>\r\r
+\r\r
+<P>Use this command to open an existing document in a new window.  You can open multiple documents at once.  Use the\r\r
+<b> Window</b> menu to switch among the multiple open documents.  See <A HREF="hid_window_all.htm">Window 1, 2, ... command</A>.</P>\r\r
+\r\r
+<P>You can create new documents with the <A HREF="hid_file_new.htm">New command</A>.</P>\r\r
+\r\r
+\r\r
+</BODY>\r\r
+</HTML>\r\r
diff --git a/src/TortoiseGitBlame/hlp/hid_file_page_setup.htm b/src/TortoiseGitBlame/hlp/hid_file_page_setup.htm
new file mode 100644 (file)
index 0000000..fd33b19
--- /dev/null
@@ -0,0 +1,16 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">\r\r
+<HTML>\r\r
+<HEAD>\r\r
+<META HTTP-EQUIV="Content-Type" Content="text/html; charset=Windows-1252">\r\r
+<TITLE>(File Page Setup Command)</TITLE>\r\r
+</HEAD>\r\r
+\r\r
+<BODY>\r\r
+\r\r
+\r\r
+<P><A NAME="hid_file_page_setup"></A><B>Page Setup command (File menu)</B></P>\r\r
+\r\r
+<P>&lt;&lt; Write application-specific help here. &gt;&gt;</P>\r\r
+\r\r
+</BODY>\r\r
+</HTML>\r\r
diff --git a/src/TortoiseGitBlame/hlp/hid_file_print.htm b/src/TortoiseGitBlame/hlp/hid_file_print.htm
new file mode 100644 (file)
index 0000000..4de1299
--- /dev/null
@@ -0,0 +1,21 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">\r\r
+<HTML>\r\r
+<HEAD>\r\r
+<META HTTP-EQUIV="Content-Type" Content="text/html; charset=Windows-1252">\r\r
+<TITLE>(File Print command)</TITLE>\r\r
+</HEAD>\r\r
+\r\r
+<BODY>\r\r
+\r\r
+\r\r
+<OBJECT TYPE="application/x-oleobject" CLASSID="clsid:1e2a7bd0-dab9-11d0-b93a-00c04fc99f9e">\r\r
+       <PARAM NAME="Keyword" VALUE="printing and print preview">\r\r
+</OBJECT>\r\r
+\r\r
+<P><A NAME="hid_file_print"></A><B>Print command (File menu)</B></P>\r\r
+\r\r
+<P>Use this command to print a document.   This command presents a <A HREF="afx_hidd_print.htm">Print dialog box</A>, where you may specify the range of pages to be printed, the number of copies, the destination printer, and other printer setup options.</\r\r
+P>\r\r
+\r\r
+</BODY>\r\r
+</HTML>\r\r
diff --git a/src/TortoiseGitBlame/hlp/hid_file_print_preview.htm b/src/TortoiseGitBlame/hlp/hid_file_print_preview.htm
new file mode 100644 (file)
index 0000000..407ab18
--- /dev/null
@@ -0,0 +1,21 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">\r\r
+<HTML>\r\r
+<HEAD>\r\r
+<META HTTP-EQUIV="Content-Type" Content="text/html; charset=Windows-1252">\r\r
+<TITLE>(File Print Preview command)</TITLE>\r\r
+</HEAD>\r\r
+\r\r
+<BODY>\r\r
+\r\r
+\r\r
+<OBJECT TYPE="application/x-oleobject" CLASSID="clsid:1e2a7bd0-dab9-11d0-b93a-00c04fc99f9e">\r\r
+       <PARAM NAME="Keyword" VALUE="printing and print preview">\r\r
+</OBJECT>\r\r
+\r\r
+<P><A NAME="hid_file_print_preview"></A><B>Print Preview command (File menu)</B></P>\r\r
+\r\r
+<P>Use this command to display the active document as it would appear when printed.  When you choose this command, the main window will be replaced with a print preview window in which one or two pages will be displayed in their printed format.  The <A HR\r\r
+EF="afx_hidw_preview_bar.htm">print preview toolbar</A> offers you options to view either one or two pages at a time; move back and forth through the document; zoom in and out of pages; and initiate a print job.</P>\r\r
+\r\r
+</BODY>\r\r
+</HTML>\r\r
diff --git a/src/TortoiseGitBlame/hlp/hid_file_print_setup.htm b/src/TortoiseGitBlame/hlp/hid_file_print_setup.htm
new file mode 100644 (file)
index 0000000..e1a4948
--- /dev/null
@@ -0,0 +1,20 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">\r\r
+<HTML>\r\r
+<HEAD>\r\r
+<META HTTP-EQUIV="Content-Type" Content="text/html; charset=Windows-1252">\r\r
+<TITLE>(File Print Setup command)</TITLE>\r\r
+</HEAD>\r\r
+\r\r
+<BODY>\r\r
+\r\r
+\r\r
+<OBJECT TYPE="application/x-oleobject" CLASSID="clsid:1e2a7bd0-dab9-11d0-b93a-00c04fc99f9e">\r\r
+       <PARAM NAME="Keyword" VALUE="printing and print preview">\r\r
+</OBJECT>\r\r
+\r\r
+<P><A NAME="hid_file_print_setup"></A><B>Print Setup command (File menu)</B></P>\r\r
+\r\r
+<P>Use this command to select a printer and a printer connection.  This command presents a <A HREF="afx_hidd_printsetup.htm">Print Setup dialog box</A>, where you specify the printer and its connection.</P>\r\r
+\r\r
+</BODY>\r\r
+</HTML>\r\r
diff --git a/src/TortoiseGitBlame/hlp/hid_file_save.htm b/src/TortoiseGitBlame/hlp/hid_file_save.htm
new file mode 100644 (file)
index 0000000..22ad190
--- /dev/null
@@ -0,0 +1,22 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">\r\r
+<HTML>\r\r
+<HEAD>\r\r
+<META HTTP-EQUIV="Content-Type" Content="text/html; charset=Windows-1252">\r\r
+<TITLE>(File Save command)</TITLE>\r\r
+</HEAD>\r\r
+\r\r
+<BODY>\r\r
+\r\r
+\r\r
+<OBJECT TYPE="application/x-oleobject" CLASSID="clsid:1e2a7bd0-dab9-11d0-b93a-00c04fc99f9e">\r\r
+       <PARAM NAME="Keyword" VALUE="files: managing">\r\r
+</OBJECT>\r\r
+\r\r
+<P><A NAME="hid_file_save"></A><B>Save command (File menu)</B></P>\r\r
+\r\r
+<P>Use this command to save the active document to its current name and directory.  When you save a document for the first time, &lt;&lt;YourApp&gt;&gt; displays the <A HREF="afx_hidd_filesave.htm">Save As dialog box</A> so you can name your document.  If\r\r
+ you want to change the name and directory of an existing document before you save it, choose the <A HREF="hid_file_save_as.htm">Save As command</A>.</P>\r\r
+\r\r
+\r\r
+</BODY>\r\r
+</HTML>\r\r
diff --git a/src/TortoiseGitBlame/hlp/hid_file_save_as.htm b/src/TortoiseGitBlame/hlp/hid_file_save_as.htm
new file mode 100644 (file)
index 0000000..313ff42
--- /dev/null
@@ -0,0 +1,22 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">\r\r
+<HTML>\r\r
+<HEAD>\r\r
+<META HTTP-EQUIV="Content-Type" Content="text/html; charset=Windows-1252">\r\r
+<TITLE>(File Save As command)</TITLE>\r\r
+</HEAD>\r\r
+\r\r
+<BODY>\r\r
+\r\r
+\r\r
+<OBJECT TYPE="application/x-oleobject" CLASSID="clsid:1e2a7bd0-dab9-11d0-b93a-00c04fc99f9e">\r\r
+       <PARAM NAME="Keyword" VALUE="files: managing">\r\r
+</OBJECT>\r\r
+\r\r
+<P><A NAME="hid_file_save_as"></A><B>Save As command (File menu)</B></P>\r\r
+\r\r
+<P>Use this command to save and name the active document.  &lt;&lt;YourApp&gt;&gt; displays the <A HREF="afx_hidd_filesave.htm">Save As dialog box</A> so you can name your document.  </P>\r\r
+\r\r
+<P>To save a document with its existing name and directory, use the <A HREF="hid_file_save.htm">Save command</A>.</P>\r\r
+\r\r
+</BODY>\r\r
+</HTML>\r\r
diff --git a/src/TortoiseGitBlame/hlp/hid_file_send_mail.htm b/src/TortoiseGitBlame/hlp/hid_file_send_mail.htm
new file mode 100644 (file)
index 0000000..7449593
--- /dev/null
@@ -0,0 +1,18 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">\r\r
+<HTML>\r\r
+<HEAD>\r\r
+<META HTTP-EQUIV="Content-Type" Content="text/html; charset=Windows-1252">\r\r
+<TITLE>(Send command (File menu))</TITLE>\r\r
+</HEAD>\r\r
+\r\r
+<BODY>\r\r
+\r\r
+\r\r
+<P><A NAME="hid_file_send_mail"></A><B>Send command (File menu)</B></P>\r\r
+\r\r
+<P>Use this command to send the active document through e-mail.  This command presents a mail window with the active document attached to it.  You may then fill out the\r\r
+<b>To</b> field, <b>Subject</b> field, and so on, and add text to the body of the message.  When you are finished, you\r\r
+can click the <b>Send</b> button to send the message.</P>\r\r
+\r\r
+</BODY>\r\r
+</HTML>\r\r
diff --git a/src/TortoiseGitBlame/hlp/hid_help_index.htm b/src/TortoiseGitBlame/hlp/hid_help_index.htm
new file mode 100644 (file)
index 0000000..ce2c582
--- /dev/null
@@ -0,0 +1,18 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">\r\r
+<HTML>\r\r
+<HEAD>\r\r
+<META HTTP-EQUIV="Content-Type" Content="text/html; charset=Windows-1252">\r\r
+<TITLE>(Index command (Help menu))</TITLE>\r\r
+</HEAD>\r\r
+\r\r
+<BODY>\r\r
+\r\r
+\r\r
+<P><A NAME="hid_help_index"></A><B>Index command (Help menu)</B></P>\r\r
+\r\r
+<P>Use this command to display the opening screen of help.  From the opening screen, you can jump to step-by-step instructions for using &lt;&lt;YourApp&gt;&gt; and various types of reference information.  </P>\r\r
+\r\r
+<P>Once you open help, you can click the <b> Contents</b> button whenever you want to return to the opening screen.</P>\r\r
+\r\r
+</BODY>\r\r
+</HTML>\r\r
diff --git a/src/TortoiseGitBlame/hlp/hid_help_using.htm b/src/TortoiseGitBlame/hlp/hid_help_using.htm
new file mode 100644 (file)
index 0000000..5dfcb4f
--- /dev/null
@@ -0,0 +1,16 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">\r\r
+<HTML>\r\r
+<HEAD>\r\r
+<META HTTP-EQUIV="Content-Type" Content="text/html; charset=Windows-1252">\r\r
+<TITLE>(Using Help command (Help menu))</TITLE>\r\r
+</HEAD>\r\r
+\r\r
+<BODY>\r\r
+\r\r
+\r\r
+<P><A NAME="hid_help_using"></A><B>Using Help command (Help menu)</B></P>\r\r
+\r\r
+<P>Use this command for instructions about using help.</P>\r\r
+\r\r
+</BODY>\r\r
+</HTML>\r\r
diff --git a/src/TortoiseGitBlame/hlp/hid_ht_caption.htm b/src/TortoiseGitBlame/hlp/hid_ht_caption.htm
new file mode 100644 (file)
index 0000000..360c676
--- /dev/null
@@ -0,0 +1,36 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">\r\r
+<HTML>\r\r
+<HEAD>\r\r
+<META HTTP-EQUIV="Content-Type" Content="text/html; charset=Windows-1252">\r\r
+<TITLE>(Title Bar)</TITLE>\r\r
+</HEAD>\r\r
+\r\r
+<BODY>\r\r
+\r\r
+\r\r
+<P><A NAME="hid_ht_caption"></A><B>Title Bar</B></P>\r\r
+\r\r
+<P>&lt;&lt; Show your application's title bar here. &gt;&gt;</P>\r\r
+\r\r
+<P>The title bar is located along the top of a window.  It contains the name of the application and document.</P>\r\r
+\r\r
+<P>To move the window, drag the title bar.  Note: You can also move dialog boxes by dragging their title bars.</P>\r\r
+\r\r
+<P>A title bar may contain the following elements:</P>\r\r
+\r\r
+<P><IMG SRC="images/bullet.gif" ALT="" BORDER=0>Application Control menu button</P>\r\r
+\r\r
+<P><IMG SRC="images/bullet.gif" ALT="" BORDER=0>Document Control menu button</P>\r\r
+\r\r
+<P><IMG SRC="images/bullet.gif" ALT="" BORDER=0>Maximize button</P>\r\r
+\r\r
+<P><IMG SRC="images/bullet.gif" ALT="" BORDER=0>Minimize button</P>\r\r
+\r\r
+<P><IMG SRC="images/bullet.gif" ALT="" BORDER=0>Name of the application</P>\r\r
+\r\r
+<P><IMG SRC="images/bullet.gif" ALT="" BORDER=0>Name of the document</P>\r\r
+\r\r
+<P><IMG SRC="images/bullet.gif" ALT="" BORDER=0>Restore button</P>\r\r
+\r\r
+</BODY>\r\r
+</HTML>\r\r
diff --git a/src/TortoiseGitBlame/hlp/hid_ht_nowhere.htm b/src/TortoiseGitBlame/hlp/hid_ht_nowhere.htm
new file mode 100644 (file)
index 0000000..0a333d4
--- /dev/null
@@ -0,0 +1,16 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">\r\r
+<HTML>\r\r
+<HEAD>\r\r
+<META HTTP-EQUIV="Content-Type" Content="text/html; charset=Windows-1252">\r\r
+<TITLE>(No Help Available)</TITLE>\r\r
+</HEAD>\r\r
+\r\r
+<BODY>\r\r
+\r\r
+\r\r
+<P><A NAME="hid_ht_nowhere"></A><B>No Help Available</B></P>\r\r
+\r\r
+<P>No help is available for this area of the window.</P>\r\r
+\r\r
+</BODY>\r\r
+</HTML>\r\r
diff --git a/src/TortoiseGitBlame/hlp/hid_next_pane.htm b/src/TortoiseGitBlame/hlp/hid_next_pane.htm
new file mode 100644 (file)
index 0000000..4c10ec5
--- /dev/null
@@ -0,0 +1,16 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">\r\r
+<HTML>\r\r
+<HEAD>\r\r
+<META HTTP-EQUIV="Content-Type" Content="text/html; charset=Windows-1252">\r\r
+<TITLE>(Next Pane Command)</TITLE>\r\r
+</HEAD>\r\r
+\r\r
+<BODY>\r\r
+\r\r
+\r\r
+<P><A NAME="hid_next_pane"></A><B>Next Pane</B></P>\r\r
+\r\r
+<P>&lt;&lt; Write application-specific help here. &gt;&gt;</P>\r\r
+\r\r
+</BODY>\r\r
+</HTML>\r\r
diff --git a/src/TortoiseGitBlame/hlp/hid_prev_pane.htm b/src/TortoiseGitBlame/hlp/hid_prev_pane.htm
new file mode 100644 (file)
index 0000000..c062605
--- /dev/null
@@ -0,0 +1,16 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">\r\r
+<HTML>\r\r
+<HEAD>\r\r
+<META HTTP-EQUIV="Content-Type" Content="text/html; charset=Windows-1252">\r\r
+<TITLE>(Prev Pane Command)</TITLE>\r\r
+</HEAD>\r\r
+\r\r
+<BODY>\r\r
+\r\r
+\r\r
+<P><A NAME="hid_prev_pane"></A><B>Prev Pane</B></P>\r\r
+\r\r
+<P>&lt;&lt; Write application-specific help here. &gt;&gt;</P>\r\r
+\r\r
+</BODY>\r\r
+</HTML>\r\r
diff --git a/src/TortoiseGitBlame/hlp/hid_sc_close.htm b/src/TortoiseGitBlame/hlp/hid_sc_close.htm
new file mode 100644 (file)
index 0000000..1a33450
--- /dev/null
@@ -0,0 +1 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"><HTML><HEAD><META HTTP-EQUIV="Content-Type" Content="text/html; charset=Windows-1252"><TITLE>(Close command (Control menus))</TITLE></HEAD><BODY><P><A NAME="hid_sc_close"></A><B>Close command (Control menus)</B></P><P>Use this command to close the active window or dialog box.</P><P>Double-clicking a <b>Control</b> menu box is the same as choosing the <b> Close</b> command.</P><P>Note:  If you have multiple windows open for a single document, the <b> Close</b> command on the document<b> Control</b> menu closes only one window at a time.  You can close all windows at once with the<b> Close</b> command on the <b> File</b> menu.</P></BODY></HTML>\r
diff --git a/src/TortoiseGitBlame/hlp/hid_sc_maximize.htm b/src/TortoiseGitBlame/hlp/hid_sc_maximize.htm
new file mode 100644 (file)
index 0000000..4d21d3b
--- /dev/null
@@ -0,0 +1,17 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">\r\r
+<HTML>\r\r
+<HEAD>\r\r
+<META HTTP-EQUIV="Content-Type" Content="text/html; charset=Windows-1252">\r\r
+<TITLE>(Maximize command (System menu))</TITLE>\r\r
+</HEAD>\r\r
+\r\r
+<BODY>\r\r
+\r\r
+\r\r
+<P><A NAME="hid_sc_maximize"></A><B>Maximize command (System menu)</B></P>\r\r
+\r\r
+<P>Use this command to enlarge the active window to fill the available space.</P>\r\r
+\r\r
+\r\r
+</BODY>\r\r
+</HTML>\r\r
diff --git a/src/TortoiseGitBlame/hlp/hid_sc_minimize.htm b/src/TortoiseGitBlame/hlp/hid_sc_minimize.htm
new file mode 100644 (file)
index 0000000..ea936a3
--- /dev/null
@@ -0,0 +1,16 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">\r\r
+<HTML>\r\r
+<HEAD>\r\r
+<META HTTP-EQUIV="Content-Type" Content="text/html; charset=Windows-1252">\r\r
+<TITLE>(System Minimize Command)</TITLE>\r\r
+</HEAD>\r\r
+\r\r
+<BODY>\r\r
+\r\r
+\r\r
+<P><A NAME="hid_sc_minimize"></A><B>Minimize command (application Control menu)</B></P>\r\r
+\r\r
+<P>Use this command to reduce the &lt;&lt;YourApp&gt;&gt; window to an icon.</P>\r\r
+\r\r
+</BODY>\r\r
+</HTML>\r\r
diff --git a/src/TortoiseGitBlame/hlp/hid_sc_move.htm b/src/TortoiseGitBlame/hlp/hid_sc_move.htm
new file mode 100644 (file)
index 0000000..3a81e74
--- /dev/null
@@ -0,0 +1,18 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">\r\r
+<HTML>\r\r
+<HEAD>\r\r
+<META HTTP-EQUIV="Content-Type" Content="text/html; charset=Windows-1252">\r\r
+<TITLE>(Move command (Control menu))</TITLE>\r\r
+</HEAD>\r\r
+\r\r
+<BODY>\r\r
+\r\r
+\r\r
+<P><A NAME="hid_sc_move"></A><B>Move command (Control menu)</B></P>\r\r
+\r\r
+<P>Use this command to display a four-headed arrow so you can move the active window or dialog box with the arrow keys.</P>\r\r
+\r\r
+<P>Note:  This command is unavailable if you maximize the window.</P>\r\r
+\r\r
+</BODY>\r\r
+</HTML>\r\r
diff --git a/src/TortoiseGitBlame/hlp/hid_sc_nextwindow.htm b/src/TortoiseGitBlame/hlp/hid_sc_nextwindow.htm
new file mode 100644 (file)
index 0000000..7ff4339
--- /dev/null
@@ -0,0 +1,17 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">\r\r
+<HTML>\r\r
+<HEAD>\r\r
+<META HTTP-EQUIV="Content-Type" Content="text/html; charset=Windows-1252">\r\r
+<TITLE>(Next Window command (document Control menu))</TITLE>\r\r
+</HEAD>\r\r
+\r\r
+<BODY>\r\r
+\r\r
+\r\r
+<P><A NAME="hid_sc_nextwindow"></A><B>Next Window command (document Control menu)</B></P>\r\r
+\r\r
+<P>Use this command to switch to the next open document window.  &lt;&lt;YourApp&gt;&gt; determines which window is next according to the order in which you opened the windows.</P>\r\r
+\r\r
+\r\r
+</BODY>\r\r
+</HTML>\r\r
diff --git a/src/TortoiseGitBlame/hlp/hid_sc_prevwindow.htm b/src/TortoiseGitBlame/hlp/hid_sc_prevwindow.htm
new file mode 100644 (file)
index 0000000..23272c7
--- /dev/null
@@ -0,0 +1,16 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">\r\r
+<HTML>\r\r
+<HEAD>\r\r
+<META HTTP-EQUIV="Content-Type" Content="text/html; charset=Windows-1252">\r\r
+<TITLE>(Previous Window command (document Control menu))</TITLE>\r\r
+</HEAD>\r\r
+\r\r
+<BODY>\r\r
+\r\r
+\r\r
+<P><A NAME="hid_sc_prevwindow"></A><B>Previous Window command (document Control menu)</B></P>\r\r
+\r\r
+<P>Use this command to switch to the previous open document window.  &lt;&lt;YourApp&gt;&gt; determines which window is previous according to the order in which you opened the windows.</P>\r\r
+\r\r
+</BODY>\r\r
+</HTML>\r\r
diff --git a/src/TortoiseGitBlame/hlp/hid_sc_restore.htm b/src/TortoiseGitBlame/hlp/hid_sc_restore.htm
new file mode 100644 (file)
index 0000000..e1dc513
--- /dev/null
@@ -0,0 +1,17 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">\r\r
+<HTML>\r\r
+<HEAD>\r\r
+<META HTTP-EQUIV="Content-Type" Content="text/html; charset=Windows-1252">\r\r
+<TITLE>(Restore command (Control menu))</TITLE>\r\r
+</HEAD>\r\r
+\r\r
+<BODY>\r\r
+\r\r
+\r\r
+<P><A NAME="hid_sc_restore"></A><B>Restore command (Control menu)</B></P>\r\r
+\r\r
+<P>Use this command to return the active window to its size and position before you chose the\r\r
+<b> Maximize</b> or <b> Minimize</b> command.</P>\r\r
+\r\r
+</BODY>\r\r
+</HTML>\r\r
diff --git a/src/TortoiseGitBlame/hlp/hid_sc_size.htm b/src/TortoiseGitBlame/hlp/hid_sc_size.htm
new file mode 100644 (file)
index 0000000..1fbb557
--- /dev/null
@@ -0,0 +1,26 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">\r\r
+<HTML>\r\r
+<HEAD>\r\r
+<META HTTP-EQUIV="Content-Type" Content="text/html; charset=Windows-1252">\r\r
+<TITLE>(Size command (System menu))</TITLE>\r\r
+</HEAD>\r\r
+\r\r
+<BODY>\r\r
+\r\r
+\r\r
+<P><A NAME="hid_sc_size"></A><B>Size command (System menu)</B></P>\r\r
+\r\r
+<P>Use this command to display a four-headed arrow so you can size the active window with the arrow keys.</P>\r\r
+\r\r
+<P>After the pointer changes to the four-headed arrow:</P>\r\r
+\r\r
+<P>1.Press one of the direction keys (left, right, up, or down arrow key) to move the pointer to the border you want to move.  </P>\r\r
+\r\r
+<P>2.Press a direction key to move the border.</P>\r\r
+\r\r
+<P>3.Press ENTER when the window is the size you want.</P>\r\r
+\r\r
+<P>Note:  This command is unavailable if you maximize the window.</P>\r\r
+\r\r
+</BODY>\r\r
+</HTML>\r\r
diff --git a/src/TortoiseGitBlame/hlp/hid_sc_tasklist.htm b/src/TortoiseGitBlame/hlp/hid_sc_tasklist.htm
new file mode 100644 (file)
index 0000000..abd4e55
--- /dev/null
@@ -0,0 +1,50 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">\r\r
+<HTML>\r\r
+<HEAD>\r\r
+<META HTTP-EQUIV="Content-Type" Content="text/html; charset=Windows-1252">\r\r
+<TITLE>(Switch to command (application Control menu))</TITLE>\r\r
+</HEAD>\r\r
+\r\r
+<BODY>\r\r
+\r\r
+\r\r
+<P><A NAME="hid_sc_tasklist"></A><B>Switch to command (application Control menu)</B></P>\r\r
+\r\r
+<P>Use this command to display a list of all open applications.  Use this task\r\r
+List to switch to or close an application on the list.</P>\r\r
+\r\r
+\r\r
+<P><B>Dialog Box Options</B></P>\r\r
+\r\r
+<P>When you choose the <b> Switch To</b> command, you will be presented with a dialog box with the following options:</P>\r\r
+\r\r
+<P><B>Task List</B></P>\r\r
+\r\r
+<P>Specifies the application you want to switch to or close.</P>\r\r
+\r\r
+<P><B>Switch To</B></P>\r\r
+\r\r
+<P>Makes the selected application active.</P>\r\r
+\r\r
+<P><B>End Task</B></P>\r\r
+\r\r
+<P>Closes the selected application.</P>\r\r
+\r\r
+<P><B>Cancel</B></P>\r\r
+\r\r
+<P>Closes the Task List box.</P>\r\r
+\r\r
+<P><B>Cascade</B></P>\r\r
+\r\r
+<P>Arranges open applications so they overlap and you can see each title bar.  This option does not affect applications reduced to icons.</P>\r\r
+\r\r
+<P><B>Tile</B></P>\r\r
+\r\r
+<P>Arranges open applications into windows that do not overlap.  This option does not affect applications reduced to icons.</P>\r\r
+\r\r
+<P><B>Arrange Icons</B></P>\r\r
+\r\r
+<P>Arranges the icons of all minimized applications across the bottom of the screen.</P>\r\r
+\r\r
+</BODY>\r\r
+</HTML>\r\r
diff --git a/src/TortoiseGitBlame/hlp/hid_view_ruler.htm b/src/TortoiseGitBlame/hlp/hid_view_ruler.htm
new file mode 100644 (file)
index 0000000..d86ea8f
--- /dev/null
@@ -0,0 +1,16 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">\r\r
+<HTML>\r\r
+<HEAD>\r\r
+<META HTTP-EQUIV="Content-Type" Content="text/html; charset=Windows-1252">\r\r
+<TITLE>(View Ruler Command)</TITLE>\r\r
+</HEAD>\r\r
+\r\r
+<BODY>\r\r
+\r\r
+\r\r
+<P><A NAME="hid_view_ruler"></A><B>Ruler command (View menu)</B></P>\r\r
+\r\r
+<P>&lt;&lt; Write application-specific help here. &gt;&gt;</P>\r\r
+\r\r
+</BODY>\r\r
+</HTML>\r\r
diff --git a/src/TortoiseGitBlame/hlp/hid_view_status_bar.htm b/src/TortoiseGitBlame/hlp/hid_view_status_bar.htm
new file mode 100644 (file)
index 0000000..c05d2a2
--- /dev/null
@@ -0,0 +1,24 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">\r\r
+<HTML>\r\r
+<HEAD>\r\r
+<META HTTP-EQUIV="Content-Type" Content="text/html; charset=Windows-1252">\r\r
+<TITLE>(View Status Bar Command)</TITLE>\r\r
+</HEAD>\r\r
+\r\r
+<BODY>\r\r
+\r\r
+\r\r
+<OBJECT TYPE="application/x-oleobject" CLASSID="clsid:1e2a7bd0-dab9-11d0-b93a-00c04fc99f9e">\r\r
+       <PARAM NAME="Keyword" VALUE="status bar">\r\r
+</OBJECT>\r\r
+\r\r
+<P><A NAME="hid_view_status_bar"></A><B>Status Bar command (View menu)</B></P>\r\r
+\r\r
+<P>Use this command to display and hide the status bar, which describes the action to be executed by the selected menu item or\r\r
+pressed toolbar button, and keyboard latch state. A checkmark appears next to the menu item when the\r\r
+status bar is displayed.</P>\r\r
+\r\r
+<P>See <A HREF="afx_hidw_status_bar.htm">Status Bar</A> for help on using the status bar.</P>\r\r
+\r\r
+</BODY>\r\r
+</HTML>\r\r
diff --git a/src/TortoiseGitBlame/hlp/hid_view_toolbar.htm b/src/TortoiseGitBlame/hlp/hid_view_toolbar.htm
new file mode 100644 (file)
index 0000000..733124a
--- /dev/null
@@ -0,0 +1,23 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">\r\r
+<HTML>\r\r
+<HEAD>\r\r
+<META HTTP-EQUIV="Content-Type" Content="text/html; charset=Windows-1252">\r\r
+<TITLE>(View Toolbar command)</TITLE>\r\r
+</HEAD>\r\r
+\r\r
+<BODY>\r\r
+\r\r
+\r\r
+<OBJECT TYPE="application/x-oleobject" CLASSID="clsid:1e2a7bd0-dab9-11d0-b93a-00c04fc99f9e">\r\r
+       <PARAM NAME="Keyword" VALUE="toolbar">\r\r
+</OBJECT>\r\r
+\r\r
+<P><A NAME="hid_view_toolbar"></A><B>Toolbar command (View menu)</B></P>\r\r
+\r\r
+<P>Use this command to display and hide the toolbar, which includes buttons for some of the most common commands in &lt;&lt;YourApp&gt;&gt;, such as\r\r
+<b> File Open</b>.  A checkmark appears next to the menu item when the toolbar is displayed.</P>\r\r
+\r\r
+<P>See <A HREF="afx_hidw_toolbar.htm">Toolbar</A> for help on using the toolbar.</P>\r\r
+\r\r
+</BODY>\r\r
+</HTML>\r\r
diff --git a/src/TortoiseGitBlame/hlp/hid_window_all.htm b/src/TortoiseGitBlame/hlp/hid_window_all.htm
new file mode 100644 (file)
index 0000000..c14df11
--- /dev/null
@@ -0,0 +1,17 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">\r\r
+<HTML>\r\r
+<HEAD>\r\r
+<META HTTP-EQUIV="Content-Type" Content="text/html; charset=Windows-1252">\r\r
+<TITLE>(1, 2, ... command (Window menu))</TITLE>\r\r
+</HEAD>\r\r
+\r\r
+<BODY>\r\r
+\r\r
+\r\r
+<P><A NAME="hid_window_all"></A><B>1, 2, ... command (Window menu)</B></P>\r\r
+\r\r
+<P>&lt;&lt;YourApp&gt;&gt; displays a list of currently open document windows at the bottom of the\r\r
+<b> Window</b> menu.  A checkmark appears in front of the document name of the active window.  Choose a document from this list to make its window active.  </P>\r\r
+\r\r
+</BODY>\r\r
+</HTML>\r\r
diff --git a/src/TortoiseGitBlame/hlp/hid_window_arrange.htm b/src/TortoiseGitBlame/hlp/hid_window_arrange.htm
new file mode 100644 (file)
index 0000000..07d2328
--- /dev/null
@@ -0,0 +1,17 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">\r\r
+<HTML>\r\r
+<HEAD>\r\r
+<META HTTP-EQUIV="Content-Type" Content="text/html; charset=Windows-1252">\r\r
+<TITLE>(Window Arrange Icons Command)</TITLE>\r\r
+</HEAD>\r\r
+\r\r
+<BODY>\r\r
+\r\r
+\r\r
+<P><A NAME="hid_window_arrange"></A><B>Window Arrange Icons Command</B></P>\r\r
+\r\r
+<P>Use this command to arrange the icons for minimized windows at the bottom of the main window.  If there is an open document window at the bottom of the main window, then some or all of the icons may not be visible because they will be underneath this d\r\r
+ocument window.</P>\r\r
+\r\r
+</BODY>\r\r
+</HTML>\r\r
diff --git a/src/TortoiseGitBlame/hlp/hid_window_cascade.htm b/src/TortoiseGitBlame/hlp/hid_window_cascade.htm
new file mode 100644 (file)
index 0000000..a231054
--- /dev/null
@@ -0,0 +1,16 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">\r\r
+<HTML>\r\r
+<HEAD>\r\r
+<META HTTP-EQUIV="Content-Type" Content="text/html; charset=Windows-1252">\r\r
+<TITLE>(Cascade command (Window menu))</TITLE>\r\r
+</HEAD>\r\r
+\r\r
+<BODY>\r\r
+\r\r
+\r\r
+<P><A NAME="hid_window_cascade"></A><B>Cascade command (Window menu)</B></P>\r\r
+\r\r
+<P>Use this command to arrange multiple opened windows in an overlapped fashion. </P>\r\r
+\r\r
+</BODY>\r\r
+</HTML>\r\r
diff --git a/src/TortoiseGitBlame/hlp/hid_window_new.htm b/src/TortoiseGitBlame/hlp/hid_window_new.htm
new file mode 100644 (file)
index 0000000..1a3eb9f
--- /dev/null
@@ -0,0 +1,17 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">\r\r
+<HTML>\r\r
+<HEAD>\r\r
+<META HTTP-EQUIV="Content-Type" Content="text/html; charset=Windows-1252">\r\r
+<TITLE>(New command (Window menu))</TITLE>\r\r
+</HEAD>\r\r
+\r\r
+<BODY>\r\r
+\r\r
+\r\r
+<P><A NAME="hid_window_new"></A><B>New command (Window menu)</B></P>\r\r
+\r\r
+<P>Use this command to open a new window with the same contents as the active window.  You can open multiple document windows to display different parts or views of a document at the same time.  If you change the contents in one window, all other windows \r\r
+containing the same document reflect those changes.  When you open a new window, it becomes the active window and is displayed on top of all other open windows.</P>\r\r
+\r\r
+</BODY>\r\r
+</HTML>\r\r
diff --git a/src/TortoiseGitBlame/hlp/hid_window_split.htm b/src/TortoiseGitBlame/hlp/hid_window_split.htm
new file mode 100644 (file)
index 0000000..e9e0ee3
--- /dev/null
@@ -0,0 +1,18 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">\r\r
+<HTML>\r\r
+<HEAD>\r\r
+<META HTTP-EQUIV="Content-Type" Content="text/html; charset=Windows-1252">\r\r
+<TITLE>(Split Command (Window menu))</TITLE>\r\r
+</HEAD>\r\r
+\r\r
+<BODY>\r\r
+\r\r
+\r\r
+<P><A NAME="hid_window_split"></A><B>Split Command (Window menu)</B></P>\r\r
+\r\r
+<P>Use this command to split the active window into panes.  You may then use the mouse or the keyboard arrows to move the splitter bars.  When you are finished, press the mouse button or enter to leave the splitter bars in their new location.  Pressing es\r\r
+cape keeps the splitter bars in their original location.  &lt;&lt; In a single document interface application, this command will appear on the\r\r
+<b> View</b> menu. &gt;&gt;</P>\r\r
+\r\r
+</BODY>\r\r
+</HTML>\r\r
diff --git a/src/TortoiseGitBlame/hlp/hid_window_tile.htm b/src/TortoiseGitBlame/hlp/hid_window_tile.htm
new file mode 100644 (file)
index 0000000..6942ba0
--- /dev/null
@@ -0,0 +1,16 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">\r\r
+<HTML>\r\r
+<HEAD>\r\r
+<META HTTP-EQUIV="Content-Type" Content="text/html; charset=Windows-1252">\r\r
+<TITLE>(Tile command (Window menu))</TITLE>\r\r
+</HEAD>\r\r
+\r\r
+<BODY>\r\r
+\r\r
+\r\r
+<P><A NAME="hid_window_tile"></A><B>Tile command (Window menu)</B></P>\r\r
+\r\r
+<P>Use this command to arrange multiple opened windows in a nonoverlapped fashion.</P>\r\r
+\r\r
+</BODY>\r\r
+</HTML>\r\r
diff --git a/src/TortoiseGitBlame/hlp/hid_window_tile_horz.htm b/src/TortoiseGitBlame/hlp/hid_window_tile_horz.htm
new file mode 100644 (file)
index 0000000..ccb9694
--- /dev/null
@@ -0,0 +1,17 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">\r\r
+<HTML>\r\r
+<HEAD>\r\r
+<META HTTP-EQUIV="Content-Type" Content="text/html; charset=Windows-1252">\r\r
+<TITLE>(Tile Horizontal command (Window menu))</TITLE>\r\r
+</HEAD>\r\r
+\r\r
+<BODY>\r\r
+\r\r
+\r\r
+<P><A NAME="hid_window_tile_horz"></A><B>Tile Horizontal command (Window menu)</B></P>\r\r
+\r\r
+<P>Use this command to vertically arrange multiple opened windows in a\r\r
+nonoverlapped fashion.</P>\r\r
+\r\r
+</BODY>\r\r
+</HTML>\r\r
diff --git a/src/TortoiseGitBlame/hlp/hid_window_tile_vert.htm b/src/TortoiseGitBlame/hlp/hid_window_tile_vert.htm
new file mode 100644 (file)
index 0000000..ef0aa82
--- /dev/null
@@ -0,0 +1,16 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">\r\r
+<HTML>\r\r
+<HEAD>\r\r
+<META HTTP-EQUIV="Content-Type" Content="text/html; charset=Windows-1252">\r\r
+<TITLE>(Tile Vertical command (Window menu))</TITLE>\r\r
+</HEAD>\r\r
+\r\r
+<BODY>\r\r
+\r\r
+\r\r
+<P><A NAME="hid_window_tile_vert"></A><B>Tile Vertical command (Window menu)</B></P>\r\r
+\r\r
+<P>Use this command to arrange multiple opened windows side by side.</P>\r\r
+\r\r
+</BODY>\r\r
+</HTML>\r\r
diff --git a/src/TortoiseGitBlame/hlp/hidr_doc1type.htm b/src/TortoiseGitBlame/hlp/hidr_doc1type.htm
new file mode 100644 (file)
index 0000000..4a35f13
--- /dev/null
@@ -0,0 +1,28 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">\r\r
+<HTML>\r\r
+<HEAD>\r\r
+<META HTTP-EQUIV="Content-Type" Content="text/html; charset=Windows-1252">\r\r
+<TITLE>(Modifying the Document)</TITLE>\r\r
+</HEAD>\r\r
+\r\r
+<BODY>\r\r
+\r\r
+\r\r
+<P><A NAME="hidr_doc1type"></A><B>Modifying the Document</B></P>\r\r
+\r\r
+<P>&lt;&lt; Write application-specific help here that provides an overview of how the user should modify a document using your application.  </P>\r\r
+\r\r
+<P>If your application supports multiple document types and you want to have a distinct help topic for each, then use the help context\r\r
+ID generated by running the MAKEHELP.BAT file produced by the application\r\r
+wizard. Alternately, run MAKEHM as follows:</P>\r\r
+\r\r
+<P>makehm IDR_HIDR_,0x2000 resource.h</P>\r\r
+\r\r
+<P>If the IDR_ symbol for one of your document types is, for example, IDR_CHARTTYPE, then the help context\r\r
+ID generated by MAKEHM will be HIDR_CHARTTYPE.</P>\r\r
+\r\r
+<P>Note: The application wizard defines the HIDR_DOC1TYPE help context ID used by this help topic for the first document type supported by your application.\r\r
+The application wizard produces an alias in the .hpj file for your application, mapping HIDR_DOC1TYPE to the HIDR_ produced by MAKEHM for that document type. &gt;&gt;</P>\r\r
+\r\r
+</BODY>\r\r
+</HTML>\r\r
diff --git a/src/TortoiseGitBlame/hlp/main_index.htm b/src/TortoiseGitBlame/hlp/main_index.htm
new file mode 100644 (file)
index 0000000..eacf75c
--- /dev/null
@@ -0,0 +1,28 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">\r\r
+<HTML>\r\r
+<HEAD>\r\r
+<META HTTP-EQUIV="Content-Type" Content="text/html; charset=Windows-1252">\r\r
+<TITLE>(&lt;&lt;YourApp&gt;&gt; Help Index)</TITLE>\r\r
+</HEAD>\r\r
+\r\r
+<BODY>\r\r
+\r\r
+\r\r
+<P><A NAME="main_index"></A><B>&lt;&lt;YourApp&gt;&gt; Help Index</B></P>\r\r
+\r\r
+<P><B>How To ...</B></P>\r\r
+\r\r
+<P>&lt;&lt; Add your application-specific how-to topics here. &gt;&gt;</P>\r\r
+\r\r
+<P><B>Commands</B></P>\r\r
+\r\r
+<P><A HREF="menu_file.htm">File menu</A></P>\r\r
+\r\r
+<P><A HREF="menu_edit.htm">Edit menu</A></P>\r\r
+\r\r
+<P><A HREF="menu_view.htm">View menu</A></P>\r\r
+\r\r
+<P><A HREF="menu_help.htm">Help menu</A></P>\r\r
+\r\r
+</BODY>\r\r
+</HTML>\r\r
diff --git a/src/TortoiseGitBlame/hlp/menu_edit.htm b/src/TortoiseGitBlame/hlp/menu_edit.htm
new file mode 100644 (file)
index 0000000..a110239
--- /dev/null
@@ -0,0 +1,39 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">\r\r
+<HTML>\r\r
+<HEAD>\r\r
+<META HTTP-EQUIV="Content-Type" Content="text/html; charset=Windows-1252">\r\r
+<TITLE>(Edit menu commands)</TITLE>\r\r
+</HEAD>\r\r
+\r\r
+<BODY>\r\r
+\r\r
+\r\r
+<P><A NAME="menu_edit"></A><B>Edit menu commands</B></P>\r\r
+\r\r
+<P>The <b> Edit</b> menu offers the following commands:</P>\r\r
+\r\r
+<TABLE cols=2 width=900>\r\r
+\r\r
+<TR VALIGN="top">\r\r
+<TD width=15%><A HREF="hid_edit_undo.htm">Undo</A></TD>\r\r
+<TD width=85%>Reverse previous editing operation.</TD>\r\r
+</TR>\r\r
+<TR VALIGN="top">\r\r
+<TD width=15%><A HREF="hid_edit_cut.htm">Cut</A></TD>\r\r
+<TD width=85%>Deletes data from the document and moves it to the clipboard.</TD>\r\r
+</TR>\r\r
+\r\r
+<TR VALIGN="top">\r\r
+<TD width=15%><A HREF="hid_edit_copy.htm">Copy</A></TD>\r\r
+<TD width=85%>Copies data from the document to the clipboard.</TD>\r\r
+</TR>\r\r
+\r\r
+<TR VALIGN="top">\r\r
+<TD width=15%><A HREF="hid_edit_paste.htm">Paste</A></TD>\r\r
+<TD width=85%>Pastes data from the clipboard into the document.</TD>\r\r
+</TR>\r\r
+\r\r
+</TABLE>\r\r
+\r\r
+</BODY>\r\r
+</HTML>\r\r
diff --git a/src/TortoiseGitBlame/hlp/menu_file.htm b/src/TortoiseGitBlame/hlp/menu_file.htm
new file mode 100644 (file)
index 0000000..57d0453
--- /dev/null
@@ -0,0 +1,68 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">\r\r
+<HTML>\r\r
+<HEAD>\r\r
+<META HTTP-EQUIV="Content-Type" Content="text/html; charset=Windows-1252">\r\r
+<TITLE>(File menu commands)</TITLE>\r\r
+</HEAD>\r\r
+\r\r
+<BODY>\r\r
+\r\r
+\r\r
+<OBJECT TYPE="application/x-oleobject" CLASSID="clsid:1e2a7bd0-dab9-11d0-b93a-00c04fc99f9e">\r\r
+       <PARAM NAME="Keyword" VALUE="files: managing">\r\r
+</OBJECT>\r\r
+\r\r
+<P><A NAME="menu_file"></A><B>File menu commands</B></P>\r\r
+\r\r
+<P>The <b> File</b> menu offers the following commands:</P>\r\r
+\r\r
+<TABLE cols=2 width=900>\r\r
+\r\r
+<TR VALIGN="top">\r\r
+<TD width=16%><A HREF="hid_file_new.htm">New</A></TD>\r\r
+<TD width=84%>Creates a new document.</TD>\r\r
+</TR>\r\r
+\r\r
+<TR VALIGN="top">\r\r
+<TD width=16%><A HREF="hid_file_open.htm">Open</A></TD>\r\r
+<TD width=84%>Opens an existing document.</TD>\r\r
+</TR>\r\r
+\r\r
+<TR VALIGN="top">\r\r
+<TD width=16%><A HREF="hid_file_close.htm">Close</A></TD>\r\r
+<TD width=84%>Closes an opened document.</TD>\r\r
+</TR>\r\r
+\r\r
+<TR VALIGN="top">\r\r
+<TD width=16%><A HREF="hid_file_save.htm">Save</A></TD>\r\r
+<TD width=84%>Saves an opened document using the same file name.</TD>\r\r
+</TR>\r\r
+\r\r
+<TR VALIGN="top">\r\r
+<TD width=16%><A HREF="hid_file_save_as.htm">Save As</A></TD>\r\r
+<TD width=84%>Saves an opened document to a specified file name.</TD>\r\r
+</TR>\r\r
+\r\r
+<TR VALIGN="top">\r\r
+<TD width=16%><A HREF="hid_file_print.htm">Print</A></TD>\r\r
+<TD width=84%>Prints a document.</TD>\r\r
+</TR>\r\r
+\r\r
+<TR VALIGN="top">\r\r
+<TD width=16%><A HREF="hid_file_print_preview.htm">Print Preview</A></TD>\r\r
+<TD width=84%>Displays the document on the screen as it would appear printed.</TD>\r\r
+</TR>\r\r
+\r\r
+<TR VALIGN="top">\r\r
+<TD width=16%><A HREF="hid_file_print_setup.htm">Print Setup</A></TD>\r\r
+<TD width=84%>Selects a printer and printer connection.</TD>\r\r
+</TR>\r\r
+\r\r
+<TR VALIGN="top">\r\r
+<TD width=16%><A HREF="hid_app_exit.htm">Exit</A></TD>\r\r
+<TD width=84%>Exits &lt;&lt;YourApp&gt;&gt;.</TD>\r\r
+</TR>\r\r
+</TABLE><BR>\r\r
+\r\r
+</BODY>\r\r
+</HTML>\r\r
diff --git a/src/TortoiseGitBlame/hlp/menu_help.htm b/src/TortoiseGitBlame/hlp/menu_help.htm
new file mode 100644 (file)
index 0000000..868b555
--- /dev/null
@@ -0,0 +1,29 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">\r\r
+<HTML>\r\r
+<HEAD>\r\r
+<META HTTP-EQUIV="Content-Type" Content="text/html; charset=Windows-1252">\r\r
+<TITLE>(Help menu commands)</TITLE>\r\r
+</HEAD>\r\r
+\r\r
+<BODY>\r\r
+\r\r
+\r\r
+<P><A NAME="menu_help"></A><B>Help menu commands</B></P>\r\r
+\r\r
+<P>The <b> Help</b> menu offers the following commands, which provide you assistance with this application: </P>\r\r
+\r\r
+<TABLE cols=2 width=900>\r\r
+\r\r
+<TR VALIGN="top">\r\r
+<TD width=16%><A HREF="hid_help_index.htm">Help Topics</A></TD>\r\r
+<TD width=84%>Offers you an index to topics on which you can get help.</TD>\r\r
+</TR>\r\r
+\r\r
+<TR VALIGN="top">\r\r
+<TD width=16%><A HREF="hid_app_about.htm">About</A></TD>\r\r
+<TD width=84%>Displays the version number of this application.</TD>\r\r
+</TR>\r\r
+</TABLE><BR>\r\r
+\r\r
+</BODY>\r\r
+</HTML>\r\r
diff --git a/src/TortoiseGitBlame/hlp/menu_view.htm b/src/TortoiseGitBlame/hlp/menu_view.htm
new file mode 100644 (file)
index 0000000..67b4f15
--- /dev/null
@@ -0,0 +1,29 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">\r\r
+<HTML>\r\r
+<HEAD>\r\r
+<META HTTP-EQUIV="Content-Type" Content="text/html; charset=Windows-1252">\r\r
+<TITLE>(View menu commands)</TITLE>\r\r
+</HEAD>\r\r
+\r\r
+<BODY>\r\r
+\r\r
+\r\r
+<P><A NAME="menu_view"></A><B>View menu commands</B></P>\r\r
+\r\r
+<P>The <b> View</b> menu offers the following commands:</P>\r\r
+\r\r
+<TABLE cols=2 width=900>\r\r
+\r\r
+<TR VALIGN="top">\r\r
+<TD width=18%><A HREF="hid_view_toolbar.htm">Toolbar</A></TD>\r\r
+<TD width=82%>Shows or hides the toolbar.</TD>\r\r
+</TR>\r\r
+\r\r
+<TR VALIGN="top">\r\r
+<TD width=18%><A HREF="hid_view_status_bar.htm">Status Bar</A></TD>\r\r
+<TD width=82%>Shows or hides the status bar.</TD>\r\r
+</TR>\r\r
+</TABLE>\r\r
+\r\r
+</BODY>\r\r
+</HTML>\r\r
diff --git a/src/TortoiseGitBlame/hlp/menu_window.htm b/src/TortoiseGitBlame/hlp/menu_window.htm
new file mode 100644 (file)
index 0000000..b10a1c6
--- /dev/null
@@ -0,0 +1,43 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">\r\r
+<HTML>\r\r
+<HEAD>\r\r
+<META HTTP-EQUIV="Content-Type" Content="text/html; charset=Windows-1252">\r\r
+<TITLE>(Window menu commands)</TITLE>\r\r
+</HEAD>\r\r
+\r\r
+<BODY>\r\r
+\r\r
+\r\r
+<P><A NAME="menu_window"></A><B>Window menu commands</B></P>\r\r
+\r\r
+<P>The Window menu offers the following commands, which enable you to arrange multiple views of multiple documents in the application window:</P>\r\r
+\r\r
+<TABLE cols=2 width=900>\r\r
+\r\r
+<TR VALIGN="top">\r\r
+<TD width=21%><A HREF="hid_window_new.htm">New Window</A></TD>\r\r
+<TD width=79%>Creates a new window that views the same document.</TD>\r\r
+</TR>\r\r
+\r\r
+<TR VALIGN="top">\r\r
+<TD width=21%><A HREF="hid_window_cascade.htm">Cascade</A></TD>\r\r
+<TD width=79%>Arranges windows in an overlapped fashion.</TD>\r\r
+</TR>\r\r
+\r\r
+<TR VALIGN="top">\r\r
+<TD width=21%><A HREF="hid_window_tile.htm">Tile</A></TD>\r\r
+<TD width=79%>Arranges windows in non-overlapped tiles.</TD>\r\r
+</TR>\r\r
+\r\r
+<TR VALIGN="top">\r\r
+<TD width=21%><A HREF="hid_window_arrange.htm">Arrange Icons</A></TD>\r\r
+<TD width=79%>Arranges icons of closed windows.</TD>\r\r
+</TR>\r\r
+\r<TR VALIGN="top">\r\r
+<TD width=21%><A HREF="hid_window_all.htm">Window 1, 2, ...</A></TD>\r\r
+<TD width=79%>Goes to specified window.</TD>\r\r
+</TR>\r\r
+</TABLE><BR>\r\r
+\r\r
+</BODY>\r\r
+</HTML>\r\r
diff --git a/src/TortoiseGitBlame/hlp/scrollbars.htm b/src/TortoiseGitBlame/hlp/scrollbars.htm
new file mode 100644 (file)
index 0000000..a9a1a19
--- /dev/null
@@ -0,0 +1,18 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">\r\r
+<HTML>\r\r
+<HEAD>\r\r
+<META HTTP-EQUIV="Content-Type" Content="text/html; charset=Windows-1252">\r\r
+<TITLE>(Scroll bars)</TITLE>\r\r
+</HEAD>\r\r
+\r\r
+<BODY>\r\r
+\r\r
+\r\r
+<P><A NAME="scrollbars"></A><B>Scrollbars</B></P>\r\r
+\r\r
+<P>Displayed at the right and bottom edges of the document window.  The scroll boxes inside the scrollbars indicate your vertical and horizontal location in the document.  You can use the mouse to scroll to other parts of the document.</P>\r\r
+\r\r
+<P>&lt;&lt; Describe the actions of the various parts of the scrollbar, according to how they behave in your application. &gt;&gt;</P>\r\r
+\r\r
+</BODY>\r\r
+</HTML>\r\r
diff --git a/src/TortoiseGitBlame/res/Toolbar.bmp b/src/TortoiseGitBlame/res/Toolbar.bmp
new file mode 100644 (file)
index 0000000..0556e00
Binary files /dev/null and b/src/TortoiseGitBlame/res/Toolbar.bmp differ
diff --git a/src/TortoiseGitBlame/res/Toolbar256.bmp b/src/TortoiseGitBlame/res/Toolbar256.bmp
new file mode 100644 (file)
index 0000000..14bd422
Binary files /dev/null and b/src/TortoiseGitBlame/res/Toolbar256.bmp differ
diff --git a/src/TortoiseGitBlame/res/TortoiseGitBlame.ico b/src/TortoiseGitBlame/res/TortoiseGitBlame.ico
new file mode 100644 (file)
index 0000000..d56fbcd
Binary files /dev/null and b/src/TortoiseGitBlame/res/TortoiseGitBlame.ico differ
diff --git a/src/TortoiseGitBlame/res/TortoiseGitBlame.rc2 b/src/TortoiseGitBlame/res/TortoiseGitBlame.rc2
new file mode 100644 (file)
index 0000000..cf5c79b
--- /dev/null
@@ -0,0 +1,13 @@
+//\r
+// TortoiseGitBlame.RC2 - resources Microsoft Visual C++ does not edit directly\r
+//\r
+\r
+#ifdef APSTUDIO_INVOKED\r
+#error this file is not editable by Microsoft Visual C++\r
+#endif //APSTUDIO_INVOKED\r
+\r
+\r
+/////////////////////////////////////////////////////////////////////////////\r
+// Add manually edited resources here...\r
+\r
+/////////////////////////////////////////////////////////////////////////////\r
diff --git a/src/TortoiseGitBlame/res/TortoiseGitBlameDoc.ico b/src/TortoiseGitBlame/res/TortoiseGitBlameDoc.ico
new file mode 100644 (file)
index 0000000..96365d4
Binary files /dev/null and b/src/TortoiseGitBlame/res/TortoiseGitBlameDoc.ico differ
diff --git a/src/TortoiseGitBlame/res/output_wnd.ico b/src/TortoiseGitBlame/res/output_wnd.ico
new file mode 100644 (file)
index 0000000..d14f991
Binary files /dev/null and b/src/TortoiseGitBlame/res/output_wnd.ico differ
diff --git a/src/TortoiseGitBlame/res/output_wnd_hc.ico b/src/TortoiseGitBlame/res/output_wnd_hc.ico
new file mode 100644 (file)
index 0000000..fdd27e8
Binary files /dev/null and b/src/TortoiseGitBlame/res/output_wnd_hc.ico differ
diff --git a/src/TortoiseGitBlame/res/properties.bmp b/src/TortoiseGitBlame/res/properties.bmp
new file mode 100644 (file)
index 0000000..8bf6601
Binary files /dev/null and b/src/TortoiseGitBlame/res/properties.bmp differ
diff --git a/src/TortoiseGitBlame/res/properties_hc.bmp b/src/TortoiseGitBlame/res/properties_hc.bmp
new file mode 100644 (file)
index 0000000..6e90ff4
Binary files /dev/null and b/src/TortoiseGitBlame/res/properties_hc.bmp differ
diff --git a/src/TortoiseGitBlame/res/properties_wnd.ico b/src/TortoiseGitBlame/res/properties_wnd.ico
new file mode 100644 (file)
index 0000000..b8cb52e
Binary files /dev/null and b/src/TortoiseGitBlame/res/properties_wnd.ico differ
diff --git a/src/TortoiseGitBlame/res/properties_wnd_hc.ico b/src/TortoiseGitBlame/res/properties_wnd_hc.ico
new file mode 100644 (file)
index 0000000..05a6d0e
Binary files /dev/null and b/src/TortoiseGitBlame/res/properties_wnd_hc.ico differ
diff --git a/src/TortoiseGitBlame/stdafx.cpp b/src/TortoiseGitBlame/stdafx.cpp
new file mode 100644 (file)
index 0000000..4f02f63
--- /dev/null
@@ -0,0 +1,8 @@
+\r
+// stdafx.cpp : source file that includes just the standard includes\r
+// TortoiseGitBlame.pch will be the pre-compiled header\r
+// stdafx.obj will contain the pre-compiled type information\r
+\r
+#include "stdafx.h"\r
+\r
+\r
diff --git a/src/TortoiseGitBlame/stdafx.h b/src/TortoiseGitBlame/stdafx.h
new file mode 100644 (file)
index 0000000..a9b43c5
--- /dev/null
@@ -0,0 +1,60 @@
+\r
+// stdafx.h : include file for standard system include files,\r
+// or project specific include files that are used frequently,\r
+// but are changed infrequently\r
+\r
+#pragma once\r
+\r
+#ifndef _SECURE_ATL\r
+#define _SECURE_ATL 1\r
+#endif\r
+\r
+#ifndef VC_EXTRALEAN\r
+#define VC_EXTRALEAN            // Exclude rarely-used stuff from Windows headers\r
+#endif\r
+\r
+#include "targetver.h"\r
+\r
+#define _ATL_CSTRING_EXPLICIT_CONSTRUCTORS      // some CString constructors will be explicit\r
+\r
+// turns off MFC's hiding of some common and often safely ignored warning messages\r
+#define _AFX_ALL_WARNINGS\r
+\r
+#include <afxwin.h>         // MFC core and standard components\r
+#include <afxext.h>         // MFC extensions\r
+\r
+\r
+#include <afxdisp.h>        // MFC Automation classes\r
+\r
+\r
+\r
+#ifndef _AFX_NO_OLE_SUPPORT\r
+#include <afxdtctl.h>           // MFC support for Internet Explorer 4 Common Controls\r
+#endif\r
+#ifndef _AFX_NO_AFXCMN_SUPPORT\r
+#include <afxcmn.h>             // MFC support for Windows Common Controls\r
+#endif // _AFX_NO_AFXCMN_SUPPORT\r
+\r
+#include <afxcontrolbars.h>     // MFC support for ribbons and control bars\r
+\r
+\r
+\r
+\r
+\r
+\r
+\r
+\r
+\r
+#ifdef _UNICODE\r
+#if defined _M_IX86\r
+#pragma comment(linker,"/manifestdependency:\"type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='x86' publicKeyToken='6595b64144ccf1df' language='*'\"")\r
+#elif defined _M_IA64\r
+#pragma comment(linker,"/manifestdependency:\"type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='ia64' publicKeyToken='6595b64144ccf1df' language='*'\"")\r
+#elif defined _M_X64\r
+#pragma comment(linker,"/manifestdependency:\"type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='amd64' publicKeyToken='6595b64144ccf1df' language='*'\"")\r
+#else\r
+#pragma comment(linker,"/manifestdependency:\"type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='*' publicKeyToken='6595b64144ccf1df' language='*'\"")\r
+#endif\r
+#endif\r
+\r
+\r
diff --git a/src/TortoiseGitBlame/targetver.h b/src/TortoiseGitBlame/targetver.h
new file mode 100644 (file)
index 0000000..27867ba
--- /dev/null
@@ -0,0 +1,26 @@
+\r
+#pragma once\r
+\r
+// The following macros define the minimum required platform.  The minimum required platform\r
+// is the earliest version of Windows, Internet Explorer etc. that has the necessary features to run \r
+// your application.  The macros work by enabling all features available on platform versions up to and \r
+// including the version specified.\r
+\r
+// Modify the following defines if you have to target a platform prior to the ones specified below.\r
+// Refer to MSDN for the latest info on corresponding values for different platforms.\r
+#ifndef WINVER                          // Specifies that the minimum required platform is Windows Vista.\r
+#define WINVER 0x0600           // Change this to the appropriate value to target other versions of Windows.\r
+#endif\r
+\r
+#ifndef _WIN32_WINNT            // Specifies that the minimum required platform is Windows Vista.\r
+#define _WIN32_WINNT 0x0600     // Change this to the appropriate value to target other versions of Windows.\r
+#endif\r
+\r
+#ifndef _WIN32_WINDOWS          // Specifies that the minimum required platform is Windows 98.\r
+#define _WIN32_WINDOWS 0x0410 // Change this to the appropriate value to target Windows Me or later.\r
+#endif\r
+\r
+#ifndef _WIN32_IE                       // Specifies that the minimum required platform is Internet Explorer 7.0.\r
+#define _WIN32_IE 0x0700        // Change this to the appropriate value to target other versions of IE.\r
+#endif\r
+\r