Develop and Download Open Source Software

Browse Subversion Repository

/[ttssh2]/trunk/teraterm/ttermpro.v8.sln

Log of /trunk/teraterm/ttermpro.v8.sln

Parent Directory Parent Directory | Revision Log Revision Log


Sticky Revision:
(Current path doesn't exist after revision 10429)

Revision 9518 - (view) (download) (annotate) - [select for diffs]
Modified Wed Nov 10 13:01:44 2021 UTC (2 years, 5 months ago) by zmatsuo
File length: 6541 byte(s)
Diff to previous 9346
cygwin/cyglib に複数個所に重複したコードを移動

- cyglaunch,ttermpro から利用
- パス、ファイル名をUnicode化
- cyglaunch の main() を wmain() へ変更

Revision 9346 - (view) (download) (annotate) - [select for diffs]
Modified Tue Aug 10 14:41:49 2021 UTC (2 years, 8 months ago) by zmatsuo
File length: 5994 byte(s)
Diff to previous 9325
layer for unicode フォルダを移動

- layer_for_unicode フォルダを移動
  - teraterm/common/layer_for_unicode -> teraterm/layer_for_unicode
  - 適宜ファイルも移動
- Windows 95 でロードできなかったプラグインを修正 (cmakeビルド)
  - TTProxy.dll
  - TTXCheckUpdate.dll
  - TTXRecurringCommand.dll
  - TTXViewMode.dll
- layer_for_unicode_crt.cpp,h 使用していないので削除
  - mingw向けだった
  - libmingw/ で対応

Revision 9325 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jun 29 15:20:36 2021 UTC (2 years, 9 months ago) by zmatsuo
File length: 6001 byte(s)
Diff to previous 9055
layer for unicode をライブラリに分離

- Windows 9xをサポートするためのパートをライブラリとして切り出し
  - MSUL(unicows.lib)と同様に、ライブラリをリンクするだけで 9x をサポート
  - Tera Term のソース(layer for unicode 以外の部分)では 9x を気にする必要がなくなった
- vs2005 のプロジェクトを調整
- CMakeLists.txt 調整
  - VS2005 を使用しないと 95での起動はできない
  - しかしVS2005をサポートしている cmake のバージョンが古い

Revision 9055 - (view) (download) (annotate) - [select for diffs]
Modified Sun Dec 20 12:06:51 2020 UTC (3 years, 3 months ago) by zmatsuo
File length: 5497 byte(s)
Diff to previous 8891
ttpfile.dll を使用しないようにした

- ttpfile.dll を参照するコードを無効化
- ttpfile.dll をビルド対象から外した
- インストーラーに ttpfile.dll を含まないようにした

Revision 8891 - (view) (download) (annotate) - [select for diffs]
Modified Tue Aug 18 15:09:55 2020 UTC (3 years, 7 months ago) by zmatsuo
File length: 6280 byte(s)
Copied from: trunk/teraterm/ttermpro.sln revision 8889
Diff to previous 8681
Visual Studio 2005のプロジェクトファイル名に v8 を付加

- 他のバージョンのプロジェクトファイルと統一した
- Ticket #40628

Revision 8681 - (view) (download) (annotate) - [select for diffs]
Modified Sat Apr 11 15:52:17 2020 UTC (4 years ago) by zmatsuo
Original Path: trunk/teraterm/ttermpro.sln
File length: 6259 byte(s)
Diff to previous 8511
svnrev_perl/ 追加

- teraterm/svnrev の置き換え
  - teraterm/svnrev/ 削除
- 生成ファイル
  - teraterm/ttpdlg/svnversion.h
  - svnrev_perl/sourcetree_info.bat
- 書き込まれる情報
  - リビジョン番号(従来と同じ)
  - リリース版か否か (svnのブランチ名から判定)
  - ブランチ名
- サポートするプロジェクト
  - vs2005
  - vs2019
  - cmake
- perl
  - perl のダウンロード (libs/getperl.bat) を追加
  - libs/ をビルドしているとき strawberry perl が見つからなかった場合は自動でダウンロードする

Revision 8511 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jan 29 15:22:19 2020 UTC (4 years, 2 months ago) by zmatsuo
Original Path: trunk/teraterm/ttermpro.sln
File length: 6238 byte(s)
Diff to previous 8496
プロジェクトファイル修正 vs2008

Revision 8496 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jan 22 13:53:43 2020 UTC (4 years, 2 months ago) by zmatsuo
Original Path: trunk/teraterm/ttermpro.sln
File length: 5989 byte(s)
Diff to previous 8495
common_static を ttpcmn からリンク, windowメニューを多言語化

Revision 8495 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jan 22 13:53:33 2020 UTC (4 years, 2 months ago) by zmatsuo
Original Path: trunk/teraterm/ttermpro.sln
File length: 5834 byte(s)
Diff to previous 8494
common_static を ttermpro からリンク

Revision 8494 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jan 22 13:53:23 2020 UTC (4 years, 2 months ago) by zmatsuo
Original Path: trunk/teraterm/ttermpro.sln
File length: 5751 byte(s)
Diff to previous 7530
common_static プロジェクトを追加

- 各プロジェクトにスタティクにリンクされるソースをまとめたプロジェクト
  - layer_for_unicode などを利用しやすくする
- layer_for_unicode.cpp に _AppendMenuW(), _HtmlHelpW() 追加
- comctl32.dll(lib)に依存する関数を別ソースに分離
  - layer_for_unicode.cpp の一部を layer_for_unicode_comctl32.cpp に分離
  - tmfc.cpp の一部を tmfc_property.cpp に分離

Revision 7530 - (view) (download) (annotate) - [select for diffs]
Modified Fri Mar 29 13:34:29 2019 UTC (5 years ago) by zmatsuo
Original Path: trunk/teraterm/ttermpro.sln
File length: 5278 byte(s)
Diff to previous 7517
プロジェクトファイル保守 VS2005

Revision 7517 - (view) (download) (annotate) - [select for diffs]
Modified Tue Mar 26 15:43:12 2019 UTC (5 years ago) by zmatsuo
Original Path: trunk/teraterm/ttermpro.sln
File length: 5195 byte(s)
Diff to previous 5308
プロジェクトファイル保守
VS2005とVS2017はビルドできる、その他は未調整

Revision 5308 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jun 9 14:19:15 2013 UTC (10 years, 10 months ago) by maya
Original Path: trunk/teraterm/ttermpro.sln
File length: 5972 byte(s)
Diff to previous 3236
マクロのエラーダイアログからヘルプの「エラーメッセージ一覧」を開けるようにした
  OpenHelp を ttpcmn.dll に移動

Revision 3236 - (view) (download) (annotate) - [select for diffs]
Modified Wed Mar 25 15:39:23 2009 UTC (15 years ago) by maya
Original Path: trunk/teraterm/ttermpro.sln
File length: 5817 byte(s)
Diff to previous 3227
SVN リビジョンを表示するプログラムを作成し、ttpdlg のビルド前イベントで svnversion.h に落とすようにした。
 これで OK なら svnversion.h を SVN 管理から外せるはず。

Revision 3227 - (view) (download) (annotate) - [select for diffs]
Modified Tue Mar 24 15:10:33 2009 UTC (15 years ago) by maya
Original Path: trunk/teraterm/ttermpro.sln
File length: 5278 byte(s)
Diff to previous 3221
CVS から SVN へ移行: 改行コードを LF から CR+LF へ変換

Revision 3221 - (view) (download) (annotate) - [select for diffs]
Modified Tue Mar 24 09:37:20 2009 UTC (15 years ago) by maya
Original Path: trunk/teraterm/ttermpro.sln
File length: 5197 byte(s)
Diff to previous 2476
CVS から SVN へ移行: trunk に集約

Revision 2476 - (view) (download) (annotate) - [select for diffs]
Added Mon Apr 14 17:35:50 2008 UTC (16 years ago) by maya
Original Path: teraterm/trunk/ttermpro.sln
File length: 5197 byte(s)
ファイル移動に伴う修正


This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26