Develop and Download Open Source Software

Browse Subversion Repository

Log of /branches/ttcomtester/teraterm/teraterm/ttermpro.rc

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (download) (annotate)
Sticky Revision:

Revision 10521 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jan 20 16:03:38 2023 UTC (14 months, 2 weeks ago) by zmatsuo
File length: 34993 byte(s)
Diff to previous 10464 , to selected 2476
add communication test tool

Revision 10464 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jan 7 15:12:14 2023 UTC (15 months ago) by zmatsuo
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 34993 byte(s)
Diff to previous 10443 , to selected 2476
標準ログファイル名の文字長の制限をなくした

- ドロップダウンのエディットボックス部分は表示幅が文字長上限となるようだ
- CBS_AUTOHSCROLLを付ければ制限なく入力できるようになる
- wcsftime()でフォーマットする時文字長を自動拡張するようにした
  - 修正前(r10444)は最大128文字固定だった

ticket #46481

Revision 10443 - (view) (download) (annotate) - [select for diffs]
Modified Thu Dec 29 16:43:20 2022 UTC (15 months, 1 week ago) by zmatsuo
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 34975 byte(s)
Diff to previous 10435 , to selected 2476
ログタブの標準ファイル名に設定できない文字があったので修正

- 修正前の動作
  - strftime() で %c %x %X %Z などにファイル名に使えない文字が含まれる時、
  - ダイアログで設定できない
    - OKボタンを押した後エラーが出て設定されない
    - 時間や日付の区切りに':','/'が使われるため(ロケール=日本)
  - 設定ファイル(TERATERM.INI)に直接設定すると使用できる
- ダイアログでのファイル名の判定方法を変更
  - strftime()でフォーマット後に使用できない文字を置換するようにした
  - 日本以外のロケールでも使用できる
- フォーマット後のプレビューを出すようにした
- ダイアログでのファイル名の扱いUnicode化した
- ログファイル名でよく使うと思われるパターンをドロップダウンで選択できるようにした

ticket #45553

Revision 10435 - (view) (download) (annotate) - [select for diffs]
Modified Fri Dec 23 16:01:11 2022 UTC (15 months, 2 weeks ago) by zmatsuo
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 34951 byte(s)
Diff to previous 10404 , to selected 2476
マニュアルのテーマ設定について修正

- スクリーンショットのファイル名変更
- 説明を追記
- 使用画像の参照元
- Susie Plug-in の説明を追加

ticket #44376

Revision 10404 - (view) (download) (annotate) - [select for diffs]
Modified Sun Dec 11 12:08:18 2022 UTC (16 months ago) by zmatsuo
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 34941 byte(s)
Diff to previous 10395 , to selected 2476
Susie Plugin Pathを設定できるようにした

Revision 10395 - (view) (download) (annotate) - [select for diffs]
Modified Sat Dec 3 06:40:31 2022 UTC (16 months, 1 week ago) by zmatsuo
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 34724 byte(s)
Diff to previous 10373 , to selected 2476
トレイアイコンを出したままにできるようにした

- Additional setting - General tab
- [Tray test]ボタンを追加
- Windowsで表示/非表示設定するため
  - アイコンが出ている間だけ設定できる

ticket #46094

Revision 10373 - (view) (download) (annotate) - [select for diffs]
Modified Sun Nov 20 14:18:21 2022 UTC (16 months, 3 weeks ago) by zmatsuo
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 34638 byte(s)
Diff to previous 10358 , to selected 2476
通知サウンド設定追加

- 通知サウンドenable/disable追加
- 通知テストボタン追加

Revision 10358 - (view) (download) (annotate) - [select for diffs]
Modified Fri Nov 11 14:13:11 2022 UTC (16 months, 4 weeks ago) by zmatsuo
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 34381 byte(s)
Diff to previous 10340 , to selected 2476
印字開始シーケンスを無効化、ベルの動作設定をダイアログに追加

- 設定-その他設定-制御シーケンス タブ

Revision 10340 - (view) (download) (annotate) - [select for diffs]
Modified Sat Oct 29 12:09:43 2022 UTC (17 months, 1 week ago) by zmatsuo
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 34104 byte(s)
Diff to previous 10338 , to selected 2476
lngファイルへの反映が漏れていた

- r10338
- IDC_CHECK_FAST_SIZE_MOVE にテキストを設定した
  - "Disable theme when moving or resizing window"
- 文字の最後が切れる場合があったので表示領域を広くした

Revision 10338 - (view) (download) (annotate) - [select for diffs]
Modified Fri Oct 28 13:25:45 2022 UTC (17 months, 1 week ago) by zmatsuo
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 34104 byte(s)
Diff to previous 10334 , to selected 2476
テーマの文字背景の透過設定の種類を増やした

- 次の文字背景部分の透過を個別に設定できるようにした
  - 通常属性(SGR0)部
  - 反転属性(SGR7)部
  - その他の背景部分
- 従来は反転属性(SGR7)以外の文字背景部分しか設定できなかった
- テーマファイルのドキュメント修正
- IDC_CHECK_FAST_SIZE_MOVE にテキストを設定した
  - "Disable theme when moving or resizing window"
  - "ウィンドウ移動/リサイズ時テーマを一時的にdisableする"

Revision 10334 - (view) (download) (annotate) - [select for diffs]
Modified Sun Oct 23 15:16:36 2022 UTC (17 months, 2 weeks ago) by zmatsuo
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 34028 byte(s)
Diff to previous 10290 , to selected 2476
additional setting の visual タブに theme enable/disable を追加

Revision 10290 - (view) (download) (annotate) - [select for diffs]
Modified Thu Sep 29 15:11:21 2022 UTC (18 months, 1 week ago) by zmatsuo
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 33929 byte(s)
Diff to previous 10266 , to selected 2476
ウィンドウの角を丸くしない設定をGUIからできるようにした

- その他の設定-表示タブ
- r10036

Revision 10266 - (view) (download) (annotate) - [select for diffs]
Modified Tue Sep 13 10:13:27 2022 UTC (18 months, 4 weeks ago) by nmaya
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 33919 byte(s)
Diff to previous 10223 , to selected 2476
rc ファイル内のアイコンの順番をリソース ID 順に変更

実行ファイルには rc ファイル内での指定順ではなくリソース ID 順に格納される
インストーラで "n個目のアイコン" を指定することもあるので格納順にしておく

Revision 10223 - (view) (download) (annotate) - [select for diffs]
Modified Thu Sep 1 14:17:23 2022 UTC (19 months, 1 week ago) by zmatsuo
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 33935 byte(s)
Diff to previous 10219 , to selected 2476
その他設定-表示タブのレイアウトを修正

- レイアウトを修正
- Eterm look and feel を削除
  - lngから削除
  - リソースIDを削除
- debugプロパティーシートのリソースを別ファイルに分離

Revision 10219 - (view) (download) (annotate) - [select for diffs]
Modified Wed Aug 31 14:24:38 2022 UTC (19 months, 1 week ago) by zmatsuo
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 34567 byte(s)
Diff to previous 10214 , to selected 2476
下線属性の設定を修正

- チェックボックスの順序を変更
  - SGRの番号順にした
- lng修正
- コントロールID名を規則性のあるものに修正
- TEK WindowとVT Windowでラベルがが異なっている
  - ttdlg.c
- TERATERM.INI に初期値を追記

Revision 10214 - (view) (download) (annotate) - [select for diffs]
Modified Mon Aug 29 15:15:56 2022 UTC (19 months, 1 week ago) by zmatsuo
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 34529 byte(s)
Diff to previous 10189 , to selected 2476
下線属性の文字表示の設定を追加

- 下線属性の設定を追加、設定に従って下線属性を表示するよう修正
- INIに項目追加
  - UnderlineAttrFont
    - font on/off
    - default on
  - UnderlineAttrColor
    - color on/off
    - default on
  - VTUnderlineColor
    - color(R,G,B,R,G,B)
    - デフォルト色は仮です
- その他設定-表示タブに項目追加
  - 下線属性に下線を付加する
  - 下線属性色を有効にする
  - 太文字を文字を有効
    - 設定-ウィンドウの設定にあるものと同じ
- theme editorで設定できるようにした

ticket #45372

Revision 10189 - (view) (download) (annotate) - [select for diffs]
Modified Fri Aug 26 14:28:40 2022 UTC (19 months, 2 weeks ago) by zmatsuo
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 34005 byte(s)
Diff to previous 10134 , to selected 2476
BGテーマダイアログの文字列の一部をlngに追加

- タブのタイトル、
- reverse text bg alpha

Revision 10134 - (view) (download) (annotate) - [select for diffs]
Modified Tue Aug 9 15:11:40 2022 UTC (20 months ago) by zmatsuo
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 33971 byte(s)
Diff to previous 9960 , to selected 2476
Theme Editor Dialog を追加

- Theme Editor Dialog の追加
  - 背景画像、文字色の修正を行うダイアログ
  - teraterm/themedlg.*
  - doc/ja/html/menu/setup-additional-visual-theme.html(ヘルプ)
- [その他の設定]-[表示タブ]変更(teraterm/addsetting.cpp)
  - eterm関連を無効化(非表示)
  - 起動時テーマファイル指定を追加
  - テーマエディタ起動ボタンを追加
- tttset 変更
  - eterm_lookfeel_t.BGEnable の内容を変更
    - 0/1/2 = theme使用しない/固定テーマ/ランダムテーマ
  - 削除
    - BGImageFilePath
    - BGImgBrightness
- vtdisp.c
  - テーマ(色、背景)を操作するAPIを追加
  - 自動でテーマを読み込まないようにした

Revision 9960 - (view) (download) (annotate) - [select for diffs]
Modified Tue May 24 14:21:26 2022 UTC (22 months, 2 weeks ago) by zmatsuo
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 33412 byte(s)
Diff to previous 9917 , to selected 2476
設定ダイアログでFastSizeMoveとFlickerLessMove を設定できるようにした

- ts.EtermLookfeel.BGNoFrame
- ts.EtermLookfeel.BGNoCopyBits

Revision 9917 - (view) (download) (annotate) - [select for diffs]
Modified Thu May 12 13:55:46 2022 UTC (23 months ago) by zmatsuo
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 33178 byte(s)
Diff to previous 9916 , to selected 2476
[Setup]/[Setup directory...] の従来のコントロールを削除

- エディット、ボタンを削除
- リストのサイズを変更

Revision 9916 - (view) (download) (annotate) - [select for diffs]
Modified Thu May 12 13:55:37 2022 UTC (23 months ago) by zmatsuo
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 35149 byte(s)
Diff to previous 9808 , to selected 2476
[Setup]/[Setup directory...] に表示できるパスを追加

- リストビューを追加、
- 次のフォルダ,ファイルも表示
  - カレントディレクトリ
  - HomeDir, 個人設定ファイルのあるフォルダ
  - ExeDir, 実行ファイル(ttermpro.exeなど)のあるフォルダ
  - LogDir, Tera Termの動作ログやダンプを置くフォルダ
  - LogDefaultPathW, 端末ログを置くフォルダ
  - Download, ダウンロードフォルダ
  - Susie Plugin Path, Susiプラグイン
  - UI language file, UI langファイル

Revision 9808 - (view) (download) (annotate) - [select for diffs]
Modified Sun Mar 13 14:03:44 2022 UTC (2 years ago) by nmaya
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 35009 byte(s)
Diff to previous 9516 , to selected 2476
Tera Term 4 のアイコンを別名で残す・r9807 の修正を反映

Revision 9516 - (view) (download) (annotate) - [select for diffs]
Modified Wed Nov 10 13:01:23 2021 UTC (2 years, 5 months ago) by zmatsuo
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 34871 byte(s)
Diff to previous 9412 , to selected 2476
cygwin/ を作成、cygterm/, cygtool/ を移動, cyglaunch/ 追加

- cygwin/ でビルドできるよう sln, vcproj を追加
  - installer/build.bat 修正
- cyglaunch/ 追加
  - cygterm から cyglaunch を移動
  - cyglaunch は cygwinを利用しないバイナリで、cygwin(mingw)でビルドしなくてもよい
  - 起動時にコンソールを出さないよう subsystem:windows でリンク
- パス変更対応
  - installer/ の bat,iss など
  - teratermpro.rc アイコンパス

Revision 9412 - (view) (download) (annotate) - [select for diffs]
Modified Sat Sep 11 16:12:44 2021 UTC (2 years, 6 months ago) by zmatsuo
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 34864 byte(s)
Diff to previous 9146 , to selected 2476
Setup directory ダイアログに ok と help ボタンを追加

Revision 9146 - (view) (download) (annotate) - [select for diffs]
Modified Sat Feb 6 05:44:30 2021 UTC (3 years, 2 months ago) by zmatsuo
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 34770 byte(s)
Diff to previous 8852 , to selected 2476
ファイル送信を整理

- ファイル送信のUIを Tera Term 4 と 5 で追加した方法の2つから選択できるよう修正
  - 変更前はコードを変更する必要があった
- filesys.cpp からファイル選択ダイアログに関するコードを削除
  - sendfiledlg にまとめた

Revision 8852 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jul 13 15:31:46 2020 UTC (3 years, 8 months ago) by zmatsuo
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 34621 byte(s)
Diff to previous 8588 , to selected 2476
ログファイルダイアログを追加

- ログダイアログ(IDD_LOGDLG)を追加
  - ログファイルのダイアログ表示に共通関数を使用しないよう修正
    - GetTransFname()#ttpfile を使用しない
  - filesys_log.rc, filesys_log_res.h 追加
  - ログコメントダイアログ(IDD_COMMENT_DIALOG)を移動
  - VS2005,2019,cmake にファイルを追加
- LogVar#filesys.cpp をグローバル変数からファイル内変数に変更
  - APIを追加,Log...()#filesys.cpp

Revision 8588 - (view) (download) (annotate) - [select for diffs]
Modified Wed Mar 11 15:36:57 2020 UTC (4 years, 1 month ago) by zmatsuo
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 35037 byte(s)
Diff to previous 8459 , to selected 2476
Merge branch 'sendmem_sendsize' into trunk

- sendfiledlg.cpp の SetI18nDropDownList() を削除
- SetI18nDropDownList() を SetI18nList() に変更

Revision 8459 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jan 10 13:12:35 2020 UTC (4 years, 3 months ago) by zmatsuo
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 34367 byte(s)
Diff to previous 8445 , to selected 2476
クリップボードからのペースト時、改行を常に正規化する

- 設定など削除
  - lng ファイルの DLG_TAB_COPYPASTE_NORMALIZE_LINEBREAK を削除
  - iniファイルのNormalizeLineBreakOnPasteを削除
  - CPF_NORMALIZE_LINEBREAK 削除
- リソース IDD_TABSHEET_COPYPASTE
  - Normalize line break when pasting チェックボックスを削除
  - レイアウト調整

Revision 8445 - (view) (download) (annotate) - [select for diffs]
Modified Tue Dec 17 12:15:31 2019 UTC (4 years, 3 months ago) by doda
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 34523 byte(s)
Diff to previous 8396 , to selected 2476
Merge branch 'unicode_buf'

Revision 8396 - (view) (download) (annotate) - [select for diffs]
Modified Fri Nov 22 15:14:50 2019 UTC (4 years, 4 months ago) by doda
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 33814 byte(s)
Diff to previous 8383 , to selected 2476
[File] メニューに [Pause Logging] / [Stop Logging] を追加

Ticket: #39062

問題:
  ログ取得中にログを一時中断したり終了する場合、[Show Log Dialog] 等で
  一度ログダイアログを表示する必要が有り、手間がかかる。

対処:
  [File] メニューに [Pause Logging] / [Stop Logging] を追加した。

Revision 8383 - (view) (download) (annotate) - [select for diffs]
Modified Thu Nov 21 11:29:48 2019 UTC (4 years, 4 months ago) by doda
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 33683 byte(s)
Diff to previous 8137 , to selected 2476
xterm の ED/DECSED 3 (スクロールバッファクリア) に対応

Ticket: #39568

問題:
  clear コマンドでスクロールバッファの内容が消えない。

対応:
  xterm の ED/DESED 3 (スクロールバッファクリア) に対応した。
  有効/無効を設定出来るようにした。clear コマンドでスクロールバッファが
  クリアされない事を望む人が多いようなので、デフォルトでは off とする。

参考:
  https://twitter.com/ttdoda/status/1166913096167776257

Revision 8137 - (view) (download) (annotate) - [select for diffs]
Modified Thu Sep 12 16:40:30 2019 UTC (4 years, 6 months ago) by yasuhide
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 33520 byte(s)
Diff to previous 8122 , to selected 2476
Additional settings VISUALタブ表示位置調整

Revision 8122 - (view) (download) (annotate) - [select for diffs]
Modified Thu Sep 12 15:30:01 2019 UTC (4 years, 6 months ago) by zmatsuo
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 33517 byte(s)
Diff to previous 8116 , to selected 2476
case sensitive なファイルシステム上でのビルドを考慮

- ファイル名は変更しない方針で修正
- パスセパレータは "/" に変更 (teraterm/teraterm/ttermpro.rc)
- r8072

Revision 8116 - (view) (download) (annotate) - [select for diffs]
Modified Wed Sep 11 15:19:29 2019 UTC (4 years, 7 months ago) by yasuhide
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 33519 byte(s)
Diff to previous 8111 , to selected 2476
Additional settingsのVISUALタブでスライダーで不透明度を変更できるようにした

- 不透明度スライダー指定の改版履歴を記載した
- 不透明度ツールチップに小数第1位を表示した
- 不透明度ツールチップの文字数が変化したときにはみ出る問題の暫定対策
- 言語ファイルの変更日を 2019-09-11 に更新した

Revision 8111 - (view) (download) (annotate) - [select for diffs]
Modified Wed Sep 11 10:27:42 2019 UTC (4 years, 7 months ago) by yutakapon
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 33263 byte(s)
Diff to previous 8106 , to selected 2476
Visual Studioでリソースファイルを編集するとヘッダファイルが teraterm/common/tt_res.h に生成されるようにした。


Revision 8106 - (view) (download) (annotate) - [select for diffs]
Modified Tue Sep 10 14:42:39 2019 UTC (4 years, 7 months ago) by yutakapon
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 33241 byte(s)
Diff to previous 8096 , to selected 2476
Eterm look-feel: 
- 「壁紙と画像を混合する」を設定できるようにした。
  -- teraterm.ini に BGIgnoreThemeFile エントリを追加した。デフォルトはoff。
- 壁紙と混合する画像ファイルをランダムに選択する際、無関係なファイルを選択することがある問題を修正した。


Revision 8096 - (view) (download) (annotate) - [select for diffs]
Modified Sun Sep 8 14:03:19 2019 UTC (4 years, 7 months ago) by yasuhide
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 33064 byte(s)
Diff to previous 8095 , to selected 2476
半透明度(transparency)を不透明度(opacity)に変更した

Revision 8095 - (view) (download) (annotate) - [select for diffs]
Modified Sun Sep 8 14:03:15 2019 UTC (4 years, 7 months ago) by yasuhide
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 33069 byte(s)
Diff to previous 8003 , to selected 2476
半透明度をAlpha値からパーセント表示に変更した

- 半透明度ツールチップをパーセント表示にした
- Additional settingsの半透明度をパーセント表示にした

Revision 8003 - (view) (download) (annotate) - [select for diffs]
Modified Wed Aug 21 13:30:06 2019 UTC (4 years, 7 months ago) by zmatsuo
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 33065 byte(s)
Diff to previous 7976 , to selected 2476
英語の時 SelectOnActive の文章が最後まで表示されないので調整

- 日本語のアクセラレータを大文字'&B'にした (r7942 で小文字にしていた)
- DLG_TAB_COPYPASTE_SELECT_ON_ACTIVATE

Revision 7976 - (view) (download) (annotate) - [select for diffs]
Modified Fri Aug 16 13:49:20 2019 UTC (4 years, 7 months ago) by zmatsuo
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 33065 byte(s)
Diff to previous 7940 , to selected 2476
言語ファイルの SelectOnActivate の英文に by mouse を追加

- DLG_TAB_COPYPASTE_SELECT_ON_ACTIVATE
- by mouse でマウス操作であることを強調
- ダイアログリソースも修正 (Disable->Enable r7974 修正もれ)
- Ttssh2-devel 4062

Revision 7940 - (view) (download) (annotate) - [select for diffs]
Modified Sun Aug 11 11:29:52 2019 UTC (4 years, 8 months ago) by zmatsuo
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 33057 byte(s)
Diff to previous 7542 , to selected 2476
SelectOnActivateをGUIから設定できるようにした

Revision 7542 - (view) (download) (annotate) - [select for diffs]
Modified Mon Apr 1 13:51:02 2019 UTC (5 years ago) by zmatsuo
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 32865 byte(s)
Diff to previous 7531 , to selected 2476
Linux上のMinGWでビルドできるよう調整

Revision 7531 - (view) (download) (annotate) - [select for diffs]
Modified Fri Mar 29 13:34:43 2019 UTC (5 years ago) by zmatsuo
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 32882 byte(s)
Diff to previous 7528 , to selected 2476
VS2005 Express 対応

Revision 7528 - (view) (download) (annotate) - [select for diffs]
Modified Thu Mar 28 16:38:54 2019 UTC (5 years ago) by zmatsuo
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 32860 byte(s)
Diff to previous 7444 , to selected 2476
vtwin,teratermでMFCを使用しないようにした

Revision 7444 - (view) (download) (annotate) - [select for diffs]
Modified Thu Feb 28 03:00:47 2019 UTC (5 years, 1 month ago) by doda
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 32790 byte(s)
Diff to previous 7390 , to selected 2476
ダイアログの AlphaBlend 関連の i18n 対応 & 微調整

Transparent Window (透明なウィンドウ) よりは Window Transparency
(ウィンドウの透明度) の方が設定の意味を表していると思う

Revision 7390 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jan 13 09:24:24 2019 UTC (5 years, 2 months ago) by zmatsuo
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 32789 byte(s)
Diff to previous 7198 , to selected 2476
透過具合をActive/Inactiveで各々調整できるようにした
タイトルバー上でホイール操作をすると透過調整できるようにした

Revision 7198 - (view) (download) (annotate) - [select for diffs]
Modified Mon Aug 27 23:11:25 2018 UTC (5 years, 7 months ago) by maya
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 32549 byte(s)
Diff to previous 7193 , to selected 2476
日本語の言語ファイルを更新

Revision 7193 - (view) (download) (annotate) - [select for diffs]
Modified Sun Aug 26 15:54:01 2018 UTC (5 years, 7 months ago) by maya
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 32549 byte(s)
Diff to previous 7157 , to selected 2476
File Drag and Drop ダイアログ内の表現を修正

cf. ttssh2-devel 3478

Revision 7157 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jul 17 14:15:59 2018 UTC (5 years, 8 months ago) by zmatsuo
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 32553 byte(s)
Diff to previous 7148 , to selected 2476
多言語対応抜けを追加
- ドキュメント追記
- ガイドラインのマージ抜け ttermpro.rc


Revision 7148 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jul 13 11:05:13 2018 UTC (5 years, 9 months ago) by zmatsuo
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 32553 byte(s)
Diff to previous 7136 , to selected 2476
merge drag and drop branch r7147

- drag and drop branchをマージ
- ttssh2/installer/release/lang/Russian.lngが未編集
- teraterm/teraterm/dnddlg.cpp,hをプロジェクトファイルに追加できていない


Revision 7136 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jun 14 10:57:23 2018 UTC (5 years, 9 months ago) by doda
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 31094 byte(s)
Diff to previous 7131 , to selected 2476
微妙に重なっていたので調整

Revision 7131 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jun 14 08:43:41 2018 UTC (5 years, 9 months ago) by doda
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 31094 byte(s)
Diff to previous 6956 , to selected 2476
UI から TitleFormat を変更可能にした。 #35766

アクセスキーの選び方が微妙。改善案募集中。

Revision 6956 - (view) (download) (annotate) - [select for diffs]
Modified Tue Oct 24 09:40:46 2017 UTC (6 years, 5 months ago) by doda
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 30136 byte(s)
Diff to previous 6857 , to selected 2476
Additional Settings ダイアログでタイムスタンプの種類を設定できるようにした。

Revision 6857 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jul 12 09:25:51 2017 UTC (6 years, 9 months ago) by doda
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 30038 byte(s)
Diff to previous 6837 , to selected 2476
ListHiddenFonts を Additional Setting Dialog で変更可能にした。

説明が判りづらい気がする……変更案募集中

ja: 非表示のフォントをフォントダイアログの一覧に含める(&H)
en: List &hidden fonts in font dialog

Revision 6837 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jul 4 15:01:52 2017 UTC (6 years, 9 months ago) by doda
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 29885 byte(s)
Diff to previous 6836 , to selected 2476
バージョン情報をヘッダファイルへ移動 (Tera Term 本体分)

・ttermpro.rc, ttpmacro.rc からバージョン情報を別ファイルに分離した
・共有メモリの名前にバージョン番号を含めるようにした
・Tera Term 本体のバージョン番号の取得を、定義したマクロを使うようにした

検討事項:
・マクロ getver は未だ ttermpro.exe から取得している。これは変更すべき?
  - ttermpro.exe と ttpmacro.exe が違うバージョンの時に動作が変わる
    ⇒ そのような状況はサポート対象外なので、考慮する必要なし?
  - そもそも getver はどちらのバージョンを返すべき?
    ⇒ 大抵の場合はマクロコマンドの利用可否の判別だろうから ttpmacro.exe の
       バージョンの方が正しい?

・tt-version.h の場所、および所属プロジェクトは?
  - 場所は Tera Term 本体, ttpmacro の両方が参照するという事で common でいい?
  - プロジェクトは、現在は teraterm.h, tttypes.h と同じという事で ttpset に
    している。他の候補は
    * 共通ファイルという事で ttpcmn
    * ttdlg.c から参照するので ttpdlg
    * Tera Term のバージョンという事で teraterm

・About ダイアログで svn revision を表示しているが、Release No. または
  Build No. 辺りに埋め込めば起動せずに確認できるので便利?
  ⇒ Release No. と Build No. ではどっちがいい?

・現在は ttpcmn.dll 等の dll, keycode.exe にはバージョン情報が無いが、
  これらにも付加した方がよくないか?

・tt(m)-version.rc は手動更新のみなので出来るだけ変更を行わなくしたい。
  現状、著作権表記を毎年書き換える事になるが、更新年の部分だけでもヘッダに
  移動するべき?
  他の dll 等にもバージョン情報を付けると変更対象が多くなるのでやるべき?
  どうせ機械的に一括で書き換えるのでそこまでする必要はない?

Revision 6836 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jul 4 15:01:46 2017 UTC (6 years, 9 months ago) by doda
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 30824 byte(s)
Diff to previous 6806 , to selected 2476
リソースエディタで更新時に消されるので、ライセンス表記を削除

Revision 6806 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jun 15 00:37:01 2017 UTC (6 years, 9 months ago) by doda
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 32372 byte(s)
Diff to previous 6760 , to selected 2476
TeraTerm Project としてのライセンス表記を追加

とりあえず Tera Term 本体分。
TeraTerm Project としての copyright 表記の年部分はコミットログを確認して書いたつもりだけど、ミスってたらすみません。

TODO: 過去に取り込んだパッチに関する著作権表記の追加

Revision 6760 - (view) (download) (annotate) - [select for diffs]
Modified Wed May 31 11:09:51 2017 UTC (6 years, 10 months ago) by maya
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 30824 byte(s)
Diff to previous 6688 , to selected 2476
bump up the version.

Revision 6688 - (view) (download) (annotate) - [select for diffs]
Modified Mon Apr 24 11:49:42 2017 UTC (6 years, 11 months ago) by doda
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 30824 byte(s)
Diff to previous 6676 , to selected 2476
typo fix.

Revision 6676 - (view) (download) (annotate) - [select for diffs]
Modified Mon Apr 10 17:52:44 2017 UTC (7 years ago) by doda
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 30822 byte(s)
Diff to previous 6620 , to selected 2476
クリップボードアクセス通知を設定ダイアログで設定できるようにした。

Revision 6620 - (view) (download) (annotate) - [select for diffs]
Modified Tue Mar 7 08:57:41 2017 UTC (7 years, 1 month ago) by doda
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 30667 byte(s)
Diff to previous 6617 , to selected 2476
ドラッグ&ドロップ時のダイアログの挙動を調整 [Ttssh2-devel 3200]

scp のリモートパス入力ボックスで Return を押した時に scp が実行される
ように DEFPUSHBUTTON を SCP に変更。
その上で初期状態での Return で Cancel になるようにフォーカスを変更
するようにした。

Revision 6617 - (view) (download) (annotate) - [select for diffs]
Modified Mon Feb 27 22:56:00 2017 UTC (7 years, 1 month ago) by maya
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 30667 byte(s)
Diff to previous 6595 , to selected 2476
bump up the version.

Revision 6595 - (view) (download) (annotate) - [select for diffs]
Modified Mon Feb 20 18:46:41 2017 UTC (7 years, 1 month ago) by doda
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 30667 byte(s)
Diff to previous 6548 , to selected 2476
改行の正規化
ticket:36721

Revision 6548 - (view) (download) (annotate) - [select for diffs]
Modified Tue Nov 29 16:58:11 2016 UTC (7 years, 4 months ago) by maya
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 30511 byte(s)
Diff to previous 6483 , to selected 2476
bump up the version.

Revision 6483 - (view) (download) (annotate) - [select for diffs]
Modified Wed Aug 31 12:11:01 2016 UTC (7 years, 7 months ago) by maya
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 30511 byte(s)
Diff to previous 6435 , to selected 2476
bump up the version.

Revision 6435 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jul 11 08:53:02 2016 UTC (7 years, 9 months ago) by doda
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 30503 byte(s)
Diff to previous 6418 , to selected 2476
・行末の空白/タブを削除
・インデント調整

Revision 6418 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jun 29 23:43:12 2016 UTC (7 years, 9 months ago) by doda
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 30511 byte(s)
Diff to previous 6399 , to selected 2476
貼り付け時に末尾の改行を削除する設定を追加

Revision 6399 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jun 5 10:52:11 2016 UTC (7 years, 10 months ago) by yutakapon
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 30350 byte(s)
Diff to previous 6392 , to selected 2476
Japanese.lng 適用時、「Eterm風にする」をマウスでポイントすると、「画像の明るさ」の
左端文字が欠ける問題を修正した。


Revision 6392 - (view) (download) (annotate) - [select for diffs]
Modified Tue May 31 12:33:55 2016 UTC (7 years, 10 months ago) by maya
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 30350 byte(s)
Diff to previous 6386 , to selected 2476
bump up the version.

Revision 6386 - (view) (download) (annotate) - [select for diffs]
Modified Tue May 31 06:21:54 2016 UTC (7 years, 10 months ago) by maya
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 30350 byte(s)
Diff to previous 6337 , to selected 2476
フラットアイコンを追加

Revision 6337 - (view) (download) (annotate) - [select for diffs]
Modified Fri Mar 4 16:17:26 2016 UTC (8 years, 1 month ago) by maya
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 30198 byte(s)
Diff to previous 6299 , to selected 2476
bump up the version.

Revision 6299 - (view) (download) (annotate) - [select for diffs]
Modified Fri Feb 12 15:18:37 2016 UTC (8 years, 1 month ago) by yutakapon
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 30198 byte(s)
Diff to previous 6181 , to selected 2476
チケット #36019 Copyright修正年度の変更

Copyrightの修正年度を 2016 に変更した。


Revision 6181 - (view) (download) (annotate) - [select for diffs]
Modified Mon Nov 30 22:13:51 2015 UTC (8 years, 4 months ago) by maya
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 30198 byte(s)
Diff to previous 6161 , to selected 2476
bump up the version.

Revision 6161 - (view) (download) (annotate) - [select for diffs]
Modified Wed Nov 25 15:55:59 2015 UTC (8 years, 4 months ago) by maya
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 30193 byte(s)
Diff to previous 6116 , to selected 2476
Additional settings - Visual ダイアログのコントロールのタブオーダー ( rcファイル内の記述順 ) を、コントロールが並んでいる順に修正

Revision 6116 - (view) (download) (annotate) - [select for diffs]
Modified Tue Nov 10 15:54:38 2015 UTC (8 years, 5 months ago) by maya
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 30193 byte(s)
Diff to previous 6108 , to selected 2476
Setup directory ダイアログのLTEXTの幅を調整

Revision 6108 - (view) (download) (annotate) - [select for diffs]
Modified Tue Nov 10 14:23:32 2015 UTC (8 years, 5 months ago) by maya
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 30193 byte(s)
Diff to previous 6105 , to selected 2476
known_hosts ファイルを SSH のものだと明記

Revision 6105 - (view) (download) (annotate) - [select for diffs]
Modified Tue Nov 10 14:04:00 2015 UTC (8 years, 5 months ago) by maya
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 30189 byte(s)
Diff to previous 6104 , to selected 2476
Setup directory ダイアログに表示するファイルの種類を、LTEXTからGROUPBOXに移動した

Revision 6104 - (view) (download) (annotate) - [select for diffs]
Modified Tue Nov 10 13:41:28 2015 UTC (8 years, 5 months ago) by maya
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 30439 byte(s)
Diff to previous 6103 , to selected 2476
コントロールの間隔が均等でないのを修正

Revision 6103 - (view) (download) (annotate) - [select for diffs]
Modified Tue Nov 10 13:32:49 2015 UTC (8 years, 5 months ago) by yutakapon
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 30439 byte(s)
Diff to previous 6102 , to selected 2476
チケット #35205
設定フォルダ:改善項目

Windows7だと、Group boxの枠が小さすぎたため、少し枠を広げる。



Revision 6102 - (view) (download) (annotate) - [select for diffs]
Modified Tue Nov 10 04:08:30 2015 UTC (8 years, 5 months ago) by maya
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 30439 byte(s)
Diff to previous 6097 , to selected 2476
Setup directory ダイアログのコントロールのタブオーダー(rcファイル内の記述順)を、コントロールが並んでいる順に修正

Revision 6097 - (view) (download) (annotate) - [select for diffs]
Modified Mon Nov 9 06:50:58 2015 UTC (8 years, 5 months ago) by yutakapon
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 30439 byte(s)
Diff to previous 6095 , to selected 2476
チケット #35205
設定フォルダ:改善項目

項番3「VirtualStoreの扱い」に対応した。


Revision 6095 - (view) (download) (annotate) - [select for diffs]
Modified Sat Nov 7 17:59:01 2015 UTC (8 years, 5 months ago) by yutakapon
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 29479 byte(s)
Diff to previous 6064 , to selected 2476
チケット #35696
背景画像の透過設定

Setup - Additional settings - Visual tabに、"Image Brightness"を追加した。


Revision 6064 - (view) (download) (annotate) - [select for diffs]
Modified Mon Oct 26 23:29:25 2015 UTC (8 years, 5 months ago) by maya
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 29274 byte(s)
Diff to previous 5988 , to selected 2476
Copyright 表記を調整

Revision 5988 - (view) (download) (annotate) - [select for diffs]
Modified Tue Sep 1 14:38:55 2015 UTC (8 years, 7 months ago) by maya
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 29261 byte(s)
Diff to previous 5965 , to selected 2476
bump up the version.

Revision 5965 - (view) (download) (annotate) - [select for diffs]
Modified Fri Aug 28 14:49:56 2015 UTC (8 years, 7 months ago) by maya
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 29231 byte(s)
Diff to previous 5963 , to selected 2476
リソースで指定するフォントを修正

Revision 5963 - (view) (download) (annotate) - [select for diffs]
Modified Fri Aug 28 13:22:00 2015 UTC (8 years, 7 months ago) by maya
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 29239 byte(s)
Diff to previous 5947 , to selected 2476
日本語リソースから英語リソースに移動し、日本語リソースを削除
AFX_DIALOG_LAYOUT を削除

Revision 5947 - (view) (download) (annotate) - [select for diffs]
Modified Mon Aug 17 12:01:21 2015 UTC (8 years, 7 months ago) by yutakapon
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 29890 byte(s)
Diff to previous 5945 , to selected 2476
チケット #35205 設定フォルダ:改善項目

ファイルとフォルダのいずれかを開けるように、ファイル用のボタンを追加した。


Revision 5945 - (view) (download) (annotate) - [select for diffs]
Modified Mon Aug 17 04:57:57 2015 UTC (8 years, 7 months ago) by yutakapon
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 29603 byte(s)
Diff to previous 5896 , to selected 2476
チケット #35205 設定フォルダ:改善項目

ダイアログの項目名を変更し、I18Nに対応した。


Revision 5896 - (view) (download) (annotate) - [select for diffs]
Modified Sat May 30 16:09:30 2015 UTC (8 years, 10 months ago) by maya
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 29590 byte(s)
Diff to previous 5883 , to selected 2476
bump up the version.

Revision 5883 - (view) (download) (annotate) - [select for diffs]
Modified Sat May 23 12:50:25 2015 UTC (8 years, 10 months ago) by yutakapon
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 29534 byte(s)
Diff to previous 5819 , to selected 2476
チケット #34943 設定フォルダを開く

案3に変更する。
Eterm look-feelの設定を削除した。


Revision 5819 - (view) (download) (annotate) - [select for diffs]
Modified Sat Mar 7 16:09:55 2015 UTC (9 years, 1 month ago) by yutakapon
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 30221 byte(s)
Diff to previous 5816 , to selected 2476
チケット #34943 設定フォルダを開く

フォルダ名とファイル名を合わせて、エディットボックスに表示するようにした。


Revision 5816 - (view) (download) (annotate) - [select for diffs]
Modified Fri Mar 6 15:30:52 2015 UTC (9 years, 1 month ago) by yutakapon
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 30239 byte(s)
Diff to previous 5809 , to selected 2476
チケット #34943 設定フォルダを開く

モーダルダイアログに設定ファイル一覧を表示するようにした。
ssh_known_hostsには未対応。


Revision 5809 - (view) (download) (annotate) - [select for diffs]
Modified Sat Feb 28 16:35:58 2015 UTC (9 years, 1 month ago) by yutakapon
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 27639 byte(s)
Diff to previous 5807 , to selected 2476
チケット #34943 設定フォルダを開く

設定 - 設定フォルダメニューを追加した。

teraterm.ini ファイルを読み込んでいるパスを、エクスプローラで開く。
#Virtual Storeには未対策。


Revision 5807 - (view) (download) (annotate) - [select for diffs]
Modified Sat Feb 28 14:26:11 2015 UTC (9 years, 1 month ago) by maya
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 27606 byte(s)
Diff to previous 5804 , to selected 2476
year++

Revision 5804 - (view) (download) (annotate) - [select for diffs]
Modified Sat Feb 28 12:59:48 2015 UTC (9 years, 1 month ago) by maya
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 27606 byte(s)
Diff to previous 5726 , to selected 2476
bump up the version.

Revision 5726 - (view) (download) (annotate) - [select for diffs]
Modified Sat Nov 29 15:11:13 2014 UTC (9 years, 4 months ago) by maya
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 27606 byte(s)
Diff to previous 5698 , to selected 2476
bump up the version.

Revision 5698 - (view) (download) (annotate) - [select for diffs]
Modified Sun Nov 16 02:35:19 2014 UTC (9 years, 4 months ago) by maya
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 27784 byte(s)
Diff to previous 5684 , to selected 2476
マニフェストの指定をリソースファイルから削除
  ログによると、ここで指定しなくてもマニフェストは追加されている模様
  おそらく上記の理由で Visual Studio 2013 で重複エラーとなるため

Revision 5684 - (view) (download) (annotate) - [select for diffs]
Modified Sat Oct 11 01:16:12 2014 UTC (9 years, 6 months ago) by maya
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 27782 byte(s)
Diff to previous 5675 , to selected 2476
アクセスキー Alt+D と Alt+G を無効にできるスイッチを追加
  https://sourceforge.jp/ticket/browse.php?group_id=1412&tid=34396

Revision 5675 - (view) (download) (annotate) - [select for diffs]
Modified Wed Oct 1 17:49:34 2014 UTC (9 years, 6 months ago) by maya
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 27784 byte(s)
Diff to previous 5655 , to selected 2476
コントロールの配置を調整

Revision 5655 - (view) (download) (annotate) - [select for diffs]
Modified Sat Aug 30 15:25:45 2014 UTC (9 years, 7 months ago) by maya
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 27784 byte(s)
Diff to previous 5613 , to selected 2476
bump up the version.

Revision 5613 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jun 21 12:29:59 2014 UTC (9 years, 9 months ago) by yutakapon
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 27784 byte(s)
Diff to previous 5601 , to selected 2476
チケット #33912
「TeraTerm:その他の設定」画面の「ログ」タブに、手動ログ採取時に選択できる
下記オプション群を設定できるようにした。
 ・バイナリ
 ・追記
 ・プレーンテキスト
 ・タイムスタンプ
 ・ダイアログを非表示
 ・現在バッファを含む


Revision 5601 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jun 1 05:40:55 2014 UTC (9 years, 10 months ago) by maya
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 27106 byte(s)
Diff to previous 5573 , to selected 2476
bump up the version.

Revision 5573 - (view) (download) (annotate) - [select for diffs]
Modified Wed Apr 30 12:57:36 2014 UTC (9 years, 11 months ago) by yutakapon
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 27106 byte(s)
Diff to previous 5509 , to selected 2476
Eterm look-feel: 背景画像を指定するかどうかをチェックボックスで判別するようにした。

・組み合わせパターン
 Eterm look-feel   Background Image   画像ファイル指定
       ✓なし             無効               無効
       ✓あり             ✓なし             無効
       ✓あり             ✓あり             有効


Revision 5509 - (view) (download) (annotate) - [select for diffs]
Modified Sat Mar 8 13:02:00 2014 UTC (10 years, 1 month ago) by maya
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 27065 byte(s)
Diff to previous 5505 , to selected 2476
bump up the version.

Revision 5505 - (view) (download) (annotate) - [select for diffs]
Modified Fri Mar 7 12:28:07 2014 UTC (10 years, 1 month ago) by maya
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 27065 byte(s)
Diff to previous 5493 , to selected 2476
マルチキャスト名を設定できる箇所を調整
  r5493 の使わない部分(INI読み書き・設定ダイアログ)をrevert
  コマンドライン引数を追加

Revision 5493 - (view) (download) (annotate) - [select for diffs]
Modified Sun Mar 2 14:46:06 2014 UTC (10 years, 1 month ago) by yutakapon
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 27199 byte(s)
Diff to previous 5489 , to selected 2476
チケット #32524
sendmulticast マクロコマンドの宛先を、Additional settings - General ダイアログで、
マルチキャスト名を設定できるようにした。また、それに伴い teraterm.ini に MulticastName 
エントリを追加した。


Revision 5489 - (view) (download) (annotate) - [select for diffs]
Modified Fri Feb 28 14:44:08 2014 UTC (10 years, 1 month ago) by maya
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 27065 byte(s)
Diff to previous 5459 , to selected 2476
bump up the version.

Revision 5459 - (view) (download) (annotate) - [select for diffs]
Modified Tue Dec 31 15:31:41 2013 UTC (10 years, 3 months ago) by yutakapon
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 27065 byte(s)
Diff to previous 5450 , to selected 2476
year++


Revision 5450 - (view) (download) (annotate) - [select for diffs]
Modified Sat Nov 30 01:41:57 2013 UTC (10 years, 4 months ago) by maya
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 27065 byte(s)
Diff to previous 5380 , to selected 2476
bump up the version.

Revision 5380 - (view) (download) (annotate) - [select for diffs]
Modified Sun Sep 1 10:45:31 2013 UTC (10 years, 7 months ago) by maya
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 27065 byte(s)
Diff to previous 5296 , to selected 2476
bump up the version.

Revision 5296 - (view) (download) (annotate) - [select for diffs]
Modified Thu May 30 15:07:42 2013 UTC (10 years, 10 months ago) by maya
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 27065 byte(s)
Diff to previous 5257 , to selected 2476
bump up the version.

Revision 5257 - (view) (download) (annotate) - [select for diffs]
Modified Sat May 11 12:45:19 2013 UTC (10 years, 11 months ago) by maya
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 27065 byte(s)
Diff to previous 5233 , to selected 2476
幅が狭くて日本語のラベルが表示されない所を広くした

Revision 5233 - (view) (download) (annotate) - [select for diffs]
Modified Sun May 5 12:41:52 2013 UTC (10 years, 11 months ago) by yutakapon
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 27065 byte(s)
Diff to previous 5172 , to selected 2476
File メニューに Exit All を追加した。
IDが52000番台になってしまったのが、いまひとつ。


Revision 5172 - (view) (download) (annotate) - [select for diffs]
Modified Sun Mar 24 11:13:14 2013 UTC (11 years ago) by yutakapon
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 27000 byte(s)
Diff to previous 5171 , to selected 2476
ログ・ローテート設定の I18N 化。
ただし、英語と日本語のみ。



Revision 5171 - (view) (download) (annotate) - [select for diffs]
Modified Sun Mar 24 10:55:37 2013 UTC (11 years ago) by yutakapon
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 26999 byte(s)
Diff to previous 5133 , to selected 2476
ログ・ローテートの設定を Additional settings ダイアログから行えるようにした。


Revision 5133 - (view) (download) (annotate) - [select for diffs]
Modified Thu Feb 28 14:27:17 2013 UTC (11 years, 1 month ago) by maya
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 26489 byte(s)
Diff to previous 5129 , to selected 2476
bump up the version.

Revision 5129 - (view) (download) (annotate) - [select for diffs]
Modified Fri Feb 22 04:17:55 2013 UTC (11 years, 1 month ago) by maya
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 26489 byte(s)
Diff to previous 5106 , to selected 2476
i18n対応

Revision 5106 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jan 1 09:30:54 2013 UTC (11 years, 3 months ago) by yutakapon
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 26488 byte(s)
Diff to previous 5084 , to selected 2476
year++


Revision 5084 - (view) (download) (annotate) - [select for diffs]
Modified Sun Dec 2 12:50:06 2012 UTC (11 years, 4 months ago) by maya
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 26488 byte(s)
Diff to previous 5013 , to selected 2476
bump up the version.

Revision 5013 - (view) (download) (annotate) - [select for diffs]
Modified Fri Aug 31 08:07:41 2012 UTC (11 years, 7 months ago) by maya
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 26488 byte(s)
Diff to previous 4956 , to selected 2476
bump up the version.

Revision 4956 - (view) (download) (annotate) - [select for diffs]
Modified Thu May 31 12:06:40 2012 UTC (11 years, 10 months ago) by maya
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 26488 byte(s)
Diff to previous 4944 , to selected 2476
bump up the version.

Revision 4944 - (view) (download) (annotate) - [select for diffs]
Modified Sun May 13 15:41:52 2012 UTC (11 years, 11 months ago) by maya
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 26488 byte(s)
Diff to previous 4942 , to selected 2476
再起動が必要な設定項目での保存・再起動をしないようにした

Revision 4942 - (view) (download) (annotate) - [select for diffs]
Modified Sun May 13 12:59:07 2012 UTC (11 years, 11 months ago) by yutakapon
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 26396 byte(s)
Diff to previous 4916 , to selected 2476
Eterm look-feel 機能の背景画像指定を Additional settings ダイアログから行えるようにした。
ダイアログ上から画像ファイルを指定すると、

  BGThemeFile(teraterm.ini) = theme\ImageFile.INI
  BGDestFile(theme\ImageFile.INI) = 画像ファイル

に更新する。
ダイアログ上から Eterm look-feel を off にすると、

  BGThemeFile(teraterm.ini) = theme\*.INI

に戻す。


Revision 4916 - (view) (download) (annotate) - [select for diffs]
Modified Mon Apr 30 15:11:59 2012 UTC (11 years, 11 months ago) by yutakapon
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 26207 byte(s)
Diff to previous 4892 , to selected 2476
Additional settings - Visual tabで、Eterm look-feel をチェックできるようにした。
設定変更後、Tera Termを再起動するかどうか問い合わせるようにした。


Revision 4892 - (view) (download) (annotate) - [select for diffs]
Modified Wed Apr 11 22:47:15 2012 UTC (12 years ago) by maya
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 26221 byte(s)
Diff to previous 4891 , to selected 2476
ボタンの位置がずれているのを修正

Revision 4891 - (view) (download) (annotate) - [select for diffs]
Modified Wed Apr 11 14:52:53 2012 UTC (12 years ago) by yutakapon
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 26891 byte(s)
Diff to previous 4876 , to selected 2476
ファイルのD&DによるSCP送信において、送信先パスを設定できるようにした。
設定内容は teraterm.ini のメモリに記録されるため、ディスクに保存するには、
手動で Save setup が必要。


Revision 4876 - (view) (download) (annotate) - [select for diffs]
Modified Tue Apr 3 13:18:02 2012 UTC (12 years ago) by maya
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 25508 byte(s)
Diff to previous 4874 , to selected 2476
Windows 2000 以前だと、ドロップダウンリストの選択肢が表示されない問題を修正した。
  *開いた時*の高さを指定する必要がある。

Revision 4874 - (view) (download) (annotate) - [select for diffs]
Modified Tue Apr 3 12:40:28 2012 UTC (12 years ago) by maya
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 25508 byte(s)
Diff to previous 4844 , to selected 2476
フォントの品質を選べるようにした
  http://sourceforge.jp/ticket/browse.php?group_id=1412&tid=27719

Revision 4844 - (view) (download) (annotate) - [select for diffs]
Modified Tue Feb 28 21:23:04 2012 UTC (12 years, 1 month ago) by maya
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 25337 byte(s)
Diff to previous 4788 , to selected 2476
bump up the version. 4.73

Revision 4788 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jan 3 10:13:28 2012 UTC (12 years, 3 months ago) by yutakapon
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 25337 byte(s)
Diff to previous 4765 , to selected 2476
Copyright updated to 2012.
  - Tera Term
  - TTSSH
  - HTML help index


Revision 4765 - (view) (download) (annotate) - [select for diffs]
Modified Sun Dec 4 12:13:10 2011 UTC (12 years, 4 months ago) by maya
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 25337 byte(s)
Diff to previous 4702 , to selected 2476
bump up the version

Revision 4702 - (view) (download) (annotate) - [select for diffs]
Modified Tue Nov 1 11:29:59 2011 UTC (12 years, 5 months ago) by doda
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 25337 byte(s)
Diff to previous 4603 , to selected 2476
OSC 52 の許可の設定 UI を追加。


Revision 4603 - (view) (download) (annotate) - [select for diffs]
Modified Wed Aug 31 12:23:14 2011 UTC (12 years, 7 months ago) by maya
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 25145 byte(s)
Diff to previous 4513 , to selected 2476
bump

Revision 4513 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jun 26 13:00:32 2011 UTC (12 years, 9 months ago) by maya
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 25145 byte(s)
Diff to previous 4461 , to selected 2476
バージョン更新

Revision 4461 - (view) (download) (annotate) - [select for diffs]
Modified Wed Apr 27 07:52:07 2011 UTC (12 years, 11 months ago) by doda
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 25146 byte(s)
Diff to previous 4460 , to selected 2476
ファイル転送ダイアログの経過時間の I18N 対応。


Revision 4460 - (view) (download) (annotate) - [select for diffs]
Modified Wed Apr 27 07:14:16 2011 UTC (12 years, 11 months ago) by doda
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 25144 byte(s)
Diff to previous 4454 , to selected 2476
文字の case を統一。


Revision 4454 - (view) (download) (annotate) - [select for diffs]
Modified Tue Apr 19 13:23:37 2011 UTC (12 years, 11 months ago) by doda
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 25144 byte(s)
Diff to previous 4361 , to selected 2476
ファイル転送ダイアログ/ファイル送信ダイアログで、経過時間と転送速度を表示するようにした。


Revision 4361 - (view) (download) (annotate) - [select for diffs]
Modified Sat Mar 5 13:26:29 2011 UTC (13 years, 1 month ago) by maya
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 24862 byte(s)
Diff to previous 4204 , to selected 2476
バージョン更新

Revision 4204 - (view) (download) (annotate) - [select for diffs]
Modified Tue Dec 7 05:16:13 2010 UTC (13 years, 4 months ago) by maya
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 24862 byte(s)
Diff to previous 4148 , to selected 2476
バージョン更新

Revision 4148 - (view) (download) (annotate) - [select for diffs]
Modified Wed Nov 3 16:07:06 2010 UTC (13 years, 5 months ago) by maya
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 24868 byte(s)
Diff to previous 4147 , to selected 2476
リソースの言語を可能な限り英語にした

Revision 4147 - (view) (download) (annotate) - [select for diffs]
Modified Wed Nov 3 15:07:23 2010 UTC (13 years, 5 months ago) by maya
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 25232 byte(s)
Diff to previous 4145 , to selected 2476
リソースのフォントの言語をすべて0x0に統一
Systemフォントの大きさをすべて14に統一(14しか選択できないので)

Revision 4145 - (view) (download) (annotate) - [select for diffs]
Modified Wed Nov 3 14:44:29 2010 UTC (13 years, 5 months ago) by maya
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 25234 byte(s)
Diff to previous 4067 , to selected 2476
フォントの幅を FW_DONTCHAR に統一
  http://msdn.microsoft.com/en-us/library/aa381013(VS.85).aspx

Revision 4067 - (view) (download) (annotate) - [select for diffs]
Modified Tue Aug 31 05:08:41 2010 UTC (13 years, 7 months ago) by maya
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 25252 byte(s)
Diff to previous 4043 , to selected 2476
バージョン更新

Revision 4043 - (view) (download) (annotate) - [select for diffs]
Modified Sun Aug 22 17:53:38 2010 UTC (13 years, 7 months ago) by doda
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 25252 byte(s)
Diff to previous 3921 , to selected 2476
IME状態依存カーソルを additional settings で設定できるようにした。 [Ttssh2-devel 1736]


Revision 3921 - (view) (download) (annotate) - [select for diffs]
Modified Mon May 31 12:39:36 2010 UTC (13 years, 10 months ago) by maya
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 25097 byte(s)
Diff to previous 3911 , to selected 2476
バージョン更新

Revision 3911 - (view) (download) (annotate) - [select for diffs]
Modified Tue May 25 06:06:02 2010 UTC (13 years, 10 months ago) by maya
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 25097 byte(s)
Diff to previous 3902 , to selected 2476
YMODEMのメニューにショートカットキーを追加
  i18n対応

Revision 3902 - (view) (download) (annotate) - [select for diffs]
Modified Thu May 20 22:40:51 2010 UTC (13 years, 10 months ago) by maya
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 25097 byte(s)
Diff to previous 3842 , to selected 2476
ConfirmChangePaste の確認ダイアログ表示中にクリップボードがロックされたままにならないようにした。

Revision 3842 - (view) (download) (annotate) - [select for diffs]
Modified Mon Apr 5 03:37:18 2010 UTC (14 years ago) by maya
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 25190 byte(s)
Diff to previous 3837 , to selected 2476
"Show Macro Window" メニューの ID および定義を修正
"Show Macro Window" メニューを "Macro" の下に移動した

Revision 3837 - (view) (download) (annotate) - [select for diffs]
Modified Sat Apr 3 15:39:39 2010 UTC (14 years ago) by yutakapon
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 25182 byte(s)
Diff to previous 3790 , to selected 2476
すでに実行中のマクロウィンドウを、分かりやすくフラッシュするために、新規に Control - Show Macro Window 
メニューを追加した。
また、マクロから起動された statusbox なども明確にするために、フラッシュするようにした。


Revision 3790 - (view) (download) (annotate) - [select for diffs]
Modified Sat Feb 20 13:43:23 2010 UTC (14 years, 1 month ago) by maya
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 25119 byte(s)
Diff to previous 3777 , to selected 2476
バージョンを更新

Revision 3777 - (view) (download) (annotate) - [select for diffs]
Modified Sun Feb 14 05:09:56 2010 UTC (14 years, 1 month ago) by maya
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 25119 byte(s)
Diff to previous 3746 , to selected 2476
Additional settings に Control Sequence タブを追加
  制御シーケンスの設定項目を移動
  いくつかの設定項目をUI上に移動
設定項目名がINIのキー名のままなのを修正

Revision 3746 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jan 28 02:50:44 2010 UTC (14 years, 2 months ago) by doda
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 24371 byte(s)
Diff to previous 3735 , to selected 2476
コントロールの位置調整


Revision 3735 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jan 12 16:41:13 2010 UTC (14 years, 3 months ago) by yutakapon
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 24370 byte(s)
Diff to previous 3727 , to selected 2476
dditional Settings ダイアログに CursorCtrlSequence を追加した。


Revision 3727 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jan 8 09:17:05 2010 UTC (14 years, 3 months ago) by doda
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 24256 byte(s)
Diff to previous 3720 , to selected 2476
Additional Settings で ClearOnResize を設定できるようにした。


Revision 3720 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jan 1 04:56:43 2010 UTC (14 years, 3 months ago) by maya
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 24104 byte(s)
Diff to previous 3678 , to selected 2476
year++; // 前回のリリースから修正が入っているものだけ

Revision 3678 - (view) (download) (annotate) - [select for diffs]
Modified Tue Nov 10 10:22:39 2009 UTC (14 years, 5 months ago) by maya
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 24104 byte(s)
Diff to previous 3667 , to selected 2476
バージョンを更新

Revision 3667 - (view) (download) (annotate) - [select for diffs]
Modified Wed Oct 28 11:42:00 2009 UTC (14 years, 5 months ago) by doda
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 24104 byte(s)
Diff to previous 3635 , to selected 2476
URLUnderlineの設定をAdditional Settingsダイアログに追加。


Revision 3635 - (view) (download) (annotate) - [select for diffs]
Modified Wed Oct 7 15:46:43 2009 UTC (14 years, 6 months ago) by yutakapon
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 23989 byte(s)
Diff to previous 3634 , to selected 2476
ConfirmChangePasteダイアログにステータスバーを付け、ダイアログウィンドウの右下にリサイズアイコンが表示されるようにした。


Revision 3634 - (view) (download) (annotate) - [select for diffs]
Modified Wed Oct 7 15:06:01 2009 UTC (14 years, 6 months ago) by yutakapon
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 23989 byte(s)
Diff to previous 3633 , to selected 2476
Broadcast Commandにステータスバーを付け、ダイアログウィンドウの右下にリサイズアイコンが表示されるようにした。


Revision 3633 - (view) (download) (annotate) - [select for diffs]
Modified Wed Oct 7 14:06:50 2009 UTC (14 years, 6 months ago) by yutakapon
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 23987 byte(s)
Diff to previous 3628 , to selected 2476
Broadcast Commandのリストボックスにおいて、CTRL+Aで全選択できるようにした。


Revision 3628 - (view) (download) (annotate) - [select for diffs]
Modified Sat Oct 3 13:08:37 2009 UTC (14 years, 6 months ago) by yutakapon
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 23963 byte(s)
Diff to previous 3594 , to selected 2476
Broadcast Commandのダイアログをリサイズできるようにした。


Revision 3594 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jul 14 09:48:47 2009 UTC (14 years, 9 months ago) by doda
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 23963 byte(s)
Diff to previous 3577 , to selected 2476
中ボタンペーストの有効/無効を Additional Settings ダイアログで設定を行えるようにした。


Revision 3577 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jul 5 13:40:58 2009 UTC (14 years, 9 months ago) by maya
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 23813 byte(s)
Diff to previous 3564 , to selected 2476
バージョンを更新

Revision 3564 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jul 1 12:20:56 2009 UTC (14 years, 9 months ago) by maya
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 23813 byte(s)
Diff to previous 3562 , to selected 2476
ConfirmChangePasteStringFile のコントロールにショートカットキーを追加した

Revision 3562 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jul 1 12:17:44 2009 UTC (14 years, 9 months ago) by maya
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 23812 byte(s)
Diff to previous 3561 , to selected 2476
ConfirmChangePasteStringFile のコントロールのラベル名付けを他にあわせた

Revision 3561 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jul 1 12:13:20 2009 UTC (14 years, 9 months ago) by maya
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 23813 byte(s)
Diff to previous 3560 , to selected 2476
ConfirmChangePasteStringFile のコントロールの位置を調整

Revision 3560 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jul 1 12:03:42 2009 UTC (14 years, 9 months ago) by maya
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 23813 byte(s)
Diff to previous 3559 , to selected 2476
ConfirmChangePasteStringFile のタブオーダーを変更

Revision 3559 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jul 1 11:55:28 2009 UTC (14 years, 9 months ago) by yutakapon
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 23813 byte(s)
Diff to previous 3558 , to selected 2476
ConfirmChangePasteStringFile の設定をGUIから行えるようにしたことに対する、
言語ファイルを更新した。



Revision 3558 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jul 1 11:28:04 2009 UTC (14 years, 9 months ago) by yutakapon
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 23813 byte(s)
Diff to previous 3306 , to selected 2476
ConfirmChangePasteStringFile の設定をGUIから行えるようにした。


Revision 3306 - (view) (download) (annotate) - [select for diffs]
Modified Sun Apr 12 12:45:43 2009 UTC (15 years ago) by maya
Original Path: trunk/teraterm/teraterm/ttermpro.rc
File length: 23593 byte(s)
Diff to previous 3227 , to selected 2476
複数行のデータをペーストするとき、改行ごとに遅延させる時間を設定できるようにした。
  http://sourceforge.jp/ticket/browse.php?group_id=1412&tid=15575
  500バイトごとに 10ms 待つ workaround (http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi?view=rev&root=ttssh2&revision=2578) は削除した。

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/teraterm/ttermpro.rc
File length: 23374 byte(s)
Diff to previous 3221 , to selected 2476
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/teraterm/ttermpro.rc
File length: 22792 byte(s)
Diff to previous 2709 , to selected 2476
CVS から SVN へ移行: trunk に集約

Revision 2709 - (view) (download) (annotate) - [select for diffs]
Modified Sun Mar 22 11:42:11 2009 UTC (15 years ago) by maya
Original Path: teraterm/trunk/teraterm/ttermpro.rc
File length: 22792 byte(s)
Diff to previous 2707 , to selected 2476
バージョンをインクリメント


Revision 2707 - (view) (download) (annotate) - [select for diffs]
Modified Mon Mar 16 07:21:43 2009 UTC (15 years ago) by doda
Original Path: teraterm/trunk/teraterm/ttermpro.rc
File length: 22708 byte(s)
Diff to previous 2704 , to selected 2476
URL color -> URL attribute color.
ドキュメント更新


Revision 2704 - (view) (download) (annotate) - [select for diffs]
Modified Sat Mar 14 08:40:43 2009 UTC (15 years, 1 month ago) by maya
Original Path: teraterm/trunk/teraterm/ttermpro.rc
File length: 22698 byte(s)
Diff to previous 2676 , to selected 2476
属性名の表記を [Setup]-[Window] のプルダウンにあわせた


Revision 2676 - (view) (download) (annotate) - [select for diffs]
Modified Tue Mar 3 14:41:35 2009 UTC (15 years, 1 month ago) by doda
Original Path: teraterm/trunk/teraterm/ttermpro.rc
File length: 22698 byte(s)
Diff to previous 2670 , to selected 2476
アクセラレータキーを設定。


Revision 2670 - (view) (download) (annotate) - [select for diffs]
Modified Tue Mar 3 09:53:59 2009 UTC (15 years, 1 month ago) by doda
Original Path: teraterm/trunk/teraterm/ttermpro.rc
File length: 22693 byte(s)
Diff to previous 2654 , to selected 2476
Additional settingsダイアログに、EnableBoldAttrColor等に対応するチェックボックスを追加。


Revision 2654 - (view) (download) (annotate) - [select for diffs]
Modified Mon Feb 9 04:55:52 2009 UTC (15 years, 2 months ago) by doda
Original Path: teraterm/trunk/teraterm/ttermpro.rc
File length: 22074 byte(s)
Diff to previous 2632 , to selected 2476
ログウィンドウを非表示に指定した時、一瞬ログウィンドウが表示されていたのを表示されないようにした。
[Ttssh2-devel 1343]
http://sourceforge.jp/tracker/index.php?func=detail&aid=14960&group_id=1412&atid=5336


Revision 2632 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jan 12 06:12:40 2009 UTC (15 years, 3 months ago) by yutakapon
Original Path: teraterm/trunk/teraterm/ttermpro.rc
File length: 22087 byte(s)
Diff to previous 2628 , to selected 2476
Additional setttings ダイアログからの"Eterm look feel"の変更は、実装上できていないので、
変更ができないようにした(暫定処置)。
将来的に、ダイアログ上から変更できるようになった場合に、元に戻す。


Revision 2628 - (view) (download) (annotate) - [select for diffs]
Modified Wed Dec 24 09:38:42 2008 UTC (15 years, 3 months ago) by doda
Original Path: teraterm/trunk/teraterm/ttermpro.rc
File length: 22073 byte(s)
Diff to previous 2624 , to selected 2476
Controlを押している間はMouse Event Trackingを無効に出来るようにした。
http://sourceforge.jp/tracker/index.php?func=detail&aid=14342&group_id=1412&atid=5336


Revision 2624 - (view) (download) (annotate) - [select for diffs]
Modified Mon Dec 15 14:32:43 2008 UTC (15 years, 3 months ago) by maya
Original Path: teraterm/trunk/teraterm/ttermpro.rc
File length: 21883 byte(s)
Diff to previous 2619 , to selected 2476
バージョンの更新


Revision 2619 - (view) (download) (annotate) - [select for diffs]
Modified Wed Nov 19 11:43:17 2008 UTC (15 years, 4 months ago) by doda
Original Path: teraterm/trunk/teraterm/ttermpro.rc
File length: 21883 byte(s)
Diff to previous 2615 , to selected 2476
区切り文字設定を、全般タブからコピーと貼り付けタブへ移動。 [Ttssh2-devel 1223]


Revision 2615 - (view) (download) (annotate) - [select for diffs]
Modified Mon Nov 10 09:48:23 2008 UTC (15 years, 5 months ago) by doda
Original Path: teraterm/trunk/teraterm/ttermpro.rc
File length: 21884 byte(s)
Diff to previous 2614 , to selected 2476
コントロールの位置/サイズ調整


Revision 2614 - (view) (download) (annotate) - [select for diffs]
Modified Fri Nov 7 15:48:29 2008 UTC (15 years, 5 months ago) by maya
Original Path: teraterm/trunk/teraterm/ttermpro.rc
File length: 21883 byte(s)
Diff to previous 2612 , to selected 2476
no message


Revision 2612 - (view) (download) (annotate) - [select for diffs]
Modified Thu Nov 6 11:45:15 2008 UTC (15 years, 5 months ago) by doda
Original Path: teraterm/trunk/teraterm/ttermpro.rc
File length: 21883 byte(s)
Diff to previous 2610 , to selected 2476
Additional settingsダイアログの各コントロールの位置/サイズを調整した。


Revision 2610 - (view) (download) (annotate) - [select for diffs]
Modified Wed Nov 5 14:27:54 2008 UTC (15 years, 5 months ago) by doda
Original Path: teraterm/trunk/teraterm/ttermpro.rc
File length: 21879 byte(s)
Diff to previous 2609 , to selected 2476
Additional SettingsダイアログのCygwinタブにSSH_AGENT_PROXYを追加。


Revision 2609 - (view) (download) (annotate) - [select for diffs]
Modified Mon Nov 3 17:36:43 2008 UTC (15 years, 5 months ago) by maya
Original Path: teraterm/trunk/teraterm/ttermpro.rc
File length: 21774 byte(s)
Diff to previous 2603 , to selected 2476
cv.TitleRemote が空のときはタイトルに反映しないようにした。
cv.TitleRemote をリセットするメニューを追加した。
[Ttssh2-devel 1218]


Revision 2603 - (view) (download) (annotate) - [select for diffs]
Modified Sat Nov 1 12:31:02 2008 UTC (15 years, 5 months ago) by maya
Original Path: teraterm/trunk/teraterm/ttermpro.rc
File length: 21698 byte(s)
Diff to previous 2592 , to selected 2476
リモートからのタイトルを、標準のタイトルとは別のバッファに入れるようにした。
リモートからのタイトルを、標準のタイトルの前または後に表示できるようにした。
AcceptTitleChangeRequest の設定値を off/on から off/overwrite/before/after に変更した。互換性のため on は overwrite として扱う。


Revision 2592 - (view) (download) (annotate) - [select for diffs]
Modified Mon Oct 6 00:16:56 2008 UTC (15 years, 6 months ago) by maya
Original Path: teraterm/trunk/teraterm/ttermpro.rc
File length: 21649 byte(s)
Diff to previous 2589 , to selected 2476
no message


Revision 2589 - (view) (download) (annotate) - [select for diffs]
Modified Tue Sep 23 12:31:15 2008 UTC (15 years, 6 months ago) by maya
Original Path: teraterm/trunk/teraterm/ttermpro.rc
File length: 21651 byte(s)
Diff to previous 2576 , to selected 2476
no message


Revision 2576 - (view) (download) (annotate) - [select for diffs]
Modified Fri Aug 8 01:28:34 2008 UTC (15 years, 8 months ago) by doda
Original Path: teraterm/trunk/teraterm/ttermpro.rc
File length: 21651 byte(s)
Diff to previous 2575 , to selected 2476
ファイル送信時のダイアログボックスにプログレスバーを表示するようにした。


Revision 2575 - (view) (download) (annotate) - [select for diffs]
Modified Thu Aug 7 03:50:58 2008 UTC (15 years, 8 months ago) by doda
Original Path: teraterm/trunk/teraterm/ttermpro.rc
File length: 21651 byte(s)
Diff to previous 2563 , to selected 2476
kermit等でのファイル転送時、可能ならばプログレスバーを表示するようにした。


Revision 2563 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jul 16 16:07:32 2008 UTC (15 years, 8 months ago) by maya
Original Path: teraterm/trunk/teraterm/ttermpro.rc
File length: 21405 byte(s)
Diff to previous 2560 , to selected 2476
クリップボード用ダイアログのリサイズに対応。


Revision 2560 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jul 13 08:21:45 2008 UTC (15 years, 9 months ago) by yutakapon
Original Path: teraterm/trunk/teraterm/ttermpro.rc
File length: 21405 byte(s)
Diff to previous 2558 , to selected 2476
クリップボード用ダイアログをリサイズ可能としようとしたが、失敗。
http://sourceforge.jp/tracker/index.php?func=detail&aid=13021&group_id=1412&atid=5336
http://d.hatena.ne.jp/u-ichi/20080710/1215621656


Revision 2558 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jul 9 06:06:56 2008 UTC (15 years, 9 months ago) by doda
Original Path: teraterm/trunk/teraterm/ttermpro.rc
File length: 21405 byte(s)
Diff to previous 2548 , to selected 2476
リモートからのウィンドウタイトル変更要求を受け入れるかを設定できるようにした。
http://sourceforge.jp/tracker/index.php?func=detail&aid=12951&group_id=1412&atid=5333

設定パラメータ名は暫定であり、要検討。


Revision 2548 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jun 24 15:14:37 2008 UTC (15 years, 9 months ago) by maya
Original Path: teraterm/trunk/teraterm/ttermpro.rc
File length: 21246 byte(s)
Diff to previous 2545 , to selected 2476
バージョン更新


Revision 2545 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jun 20 11:58:47 2008 UTC (15 years, 9 months ago) by doda
Original Path: teraterm/trunk/teraterm/ttermpro.rc
File length: 21245 byte(s)
Diff to previous 2525 , to selected 2476
・TeraTerm -> Tera Term
・その他細かい修正


Revision 2525 - (view) (download) (annotate) - [select for diffs]
Modified Wed May 21 06:29:32 2008 UTC (15 years, 10 months ago) by doda
Original Path: teraterm/trunk/teraterm/ttermpro.rc
File length: 21253 byte(s)
Diff to previous 2511 , to selected 2476
Additional SettingsのGeneralタブに、Mouse Event Trackingのチェックボックスを追加。


Revision 2511 - (view) (download) (annotate) - [select for diffs]
Modified Wed May 14 16:33:09 2008 UTC (15 years, 11 months ago) by yutakapon
Original Path: teraterm/trunk/teraterm/ttermpro.rc
File length: 21097 byte(s)
Diff to previous 2507 , to selected 2476
YMODEMメニュー呼び出しの追加。まだ動かないので、子メニューは隠蔽してあります。


Revision 2507 - (view) (download) (annotate) - [select for diffs]
Modified Tue May 13 14:40:15 2008 UTC (15 years, 11 months ago) by maya
Original Path: teraterm/trunk/teraterm/ttermpro.rc
File length: 20897 byte(s)
Diff to previous 2505 , to selected 2476
Additional settings に、「コピーとペースト」タブを追加した。


Revision 2505 - (view) (download) (annotate) - [select for diffs]
Modified Sun May 11 15:45:33 2008 UTC (15 years, 11 months ago) by maya
Original Path: teraterm/trunk/teraterm/ttermpro.rc
File length: 20623 byte(s)
Diff to previous 2504 , to selected 2476
表記を修正した。


Revision 2504 - (view) (download) (annotate) - [select for diffs]
Modified Sun May 11 15:37:00 2008 UTC (15 years, 11 months ago) by maya
Original Path: teraterm/trunk/teraterm/ttermpro.rc
File length: 20623 byte(s)
Diff to previous 2499 , to selected 2476
Additional settings を、タブコントロールから CPropertySheet に変更した。
vtwin.cpp から addsetting.cpp に処理を移動した。


Revision 2499 - (view) (download) (annotate) - [select for diffs]
Modified Tue May 6 10:54:34 2008 UTC (15 years, 11 months ago) by yutakapon
Original Path: teraterm/trunk/teraterm/ttermpro.rc
File length: 21146 byte(s)
Diff to previous 2497 , to selected 2476
最下行でのみスクロールするパッチを追加した。salarm氏に感謝します。


Revision 2497 - (view) (download) (annotate) - [select for diffs]
Modified Fri May 2 20:01:40 2008 UTC (15 years, 11 months ago) by doda
Original Path: teraterm/trunk/teraterm/ttermpro.rc
File length: 20988 byte(s)
Diff to previous 2476
コマンドライン/設定ファイルで、VT/TEKウィンドウのアイコンを変えられるようにした。
・コマンドラインオプション /VTICON=, /TEKICON= を追加した。
・設定オプション VTIcon, TekIcon を追加した。
・CygTermのアイコンをttermpro.exeに追加した。

アイコン名には、以下が指定できる。
  TTERM
  VT
  TEK
  TTERM_CLASSIC
  VT_CLASSIC
  CYGTERM
  Default


Revision 2476 - (view) (download) (annotate) - [selected]
Added Mon Apr 14 17:35:50 2008 UTC (16 years ago) by maya
Original Path: teraterm/trunk/teraterm/ttermpro.rc
File length: 20909 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