Develop and Download Open Source Software

Browse Subversion Repository

Log of /trunk/teraterm/teraterm/ftdlg.h

Parent Directory Parent Directory | Revision Log Revision Log


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

Revision 10614 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Mar 1 14:18:19 2023 UTC (13 months, 1 week ago) by zmatsuo
File length: 2753 byte(s)
Diff to previous 10009
lngファイル名変数を ANSI版から Unicode 版へ切り替え

- tttset.UILanguageFile 参照部分を tttset.UILanguageFileW へ変更
- SetI18nMenuStrs() -> SetI18nMenuStrsW()
- GetI18nStrWA() -> GetI18nStrWW()
- MessageBox() -> MessageBoxW()
- GetCommonDialogFilterW() -> GetCommonDialogFilterWW()
  - GetCommonDialogFilterW() は ANSI版lngファイル名を参照
  - GetCommonDialogFilterW() 削除

Revision 10009 - (view) (download) (as text) (annotate) - [selected]
Modified Thu Jun 23 23:59:07 2022 UTC (21 months, 2 weeks ago) by nmaya
File length: 2746 byte(s)
Diff to previous 9070
アイコンまわりを整理した

ディスプレイ拡大率にあったサイズのアイコンが使われるようにした
  各ウィンドウに動的にセットされるアイコン(タイトルバー・タスクバーなどで表示される)
  通知アイコン
通知アイコンにフルカラーのアイコンが使われるようにした
TTSSH から通知があったときには TTSSH のアイコンが使われるようにした
カスタム通知アイコンをセットする API を変更した

merge from branches/adjust_icon
ticket #43907, #44517

Revision 9070 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Dec 20 12:09:55 2020 UTC (3 years, 3 months ago) by zmatsuo
File length: 2699 byte(s)
Diff to previous 9056 , to selected 10009
ftdlg.cpp,h 無効部分削除、OpLog,OpSendFileを移動

Revision 9056 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Dec 20 12:07:03 2020 UTC (3 years, 3 months ago) by zmatsuo
File length: 2835 byte(s)
Diff to previous 9048 , to selected 10009
ftdlg.cpp,h から FileVar 依存を削除

Revision 9048 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Dec 16 12:24:13 2020 UTC (3 years, 3 months ago) by nmaya
File length: 2805 byte(s)
Diff to previous 8902 , to selected 10009
ソースファイルの著作権表記の "最後の発行の年" を削除

ticket #40996

Revision 8902 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Aug 18 15:30:18 2020 UTC (3 years, 7 months ago) by zmatsuo
File length: 2809 byte(s)
Diff to previous 8899 , to selected 10009
ftdlgのファイル名表示が誤っていたので修正

- フルパスからファイル名を抽出するコードを ftdlg.cpp に移動した

Revision 8899 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Aug 18 15:29:19 2020 UTC (3 years, 7 months ago) by zmatsuo
File length: 2760 byte(s)
Diff to previous 8895 , to selected 10009
ログに関するAPIをUnicode化した

- FLogOpen(), FLogGetFilename(), FLogGetLogFilename()
  - FLogGetLogFilename() の内部は ANSI のまま
  - ファイル名に Unicode が使用できるようになった
- ログファイルが作成できなかった時の MessageBox を vtwin.cpp に移動
- ftdlg.cpp のファイル名表示を Unicode 化

Revision 8895 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Aug 18 15:27:38 2020 UTC (3 years, 7 months ago) by zmatsuo
File length: 2742 byte(s)
Diff to previous 8857 , to selected 10009
ファイル転送ダイアログ(ftdlg)を汎用的に使用できるよう修正

- メンバ変数から PFileVar をなくした
  - TFile(PVarPFileVar), TTTSet, TComVar なしで使用可
- 従来と同等のAPIも残した

Revision 8857 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Jul 25 15:59:47 2020 UTC (3 years, 8 months ago) by zmatsuo
File length: 2294 byte(s)
Diff to previous 8850 , to selected 10009
ログ関連API追加,ftdlg修正

- FLogWindow() 追加
  - グローバル変数 HWND HWndLog 削除
- FLogPause() 追加
  - FLogChangeButton() を static関数に変更
- FLogShowDlg() 追加
  - ShowFTDlg() を static関数に変更
- FLogIsPause()追加
- ftdlg
  - cv->FilePauseを操作しないようにした
    - FileTransPause()#filesys を追加
  - WM_USER_FTCANCEL メッセージを削除
    - FileTransEnd() を直接コール

Revision 8850 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jul 13 15:31:18 2020 UTC (3 years, 8 months ago) by zmatsuo
File length: 2305 byte(s)
Diff to previous 8445 , to selected 10009
ヘッダからリソースIDを削除した

Revision 8445 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Dec 17 12:15:31 2019 UTC (4 years, 3 months ago) by doda
File length: 2342 byte(s)
Diff to previous 7526 , to selected 10009
Merge branch 'unicode_buf'

Revision 7526 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Mar 28 16:38:29 2019 UTC (5 years ago) by zmatsuo
File length: 2330 byte(s)
Diff to previous 6841 , to selected 10009
ファイル転送関連を高DPI化

Revision 6841 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jul 4 15:02:28 2017 UTC (6 years, 9 months ago) by doda
File length: 2665 byte(s)
Diff to previous 6806 , to selected 10009
TeraTerm Project としてのライセンス表記を追加

・Tera Term 本体分を横 80 桁に収まるように改行位置を調整
・ttssh 関連の分を追加

Revision 6806 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jun 15 00:37:01 2017 UTC (6 years, 9 months ago) by doda
File length: 2669 byte(s)
Diff to previous 6504 , to selected 10009
TeraTerm Project としてのライセンス表記を追加

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

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

Revision 6504 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Oct 5 11:08:00 2016 UTC (7 years, 6 months ago) by yutakapon
File length: 1203 byte(s)
Diff to previous 6501 , to selected 10009
チケット #36655 ログファイルオープンエラー

ログダイアログをクローズする際、アイコンリソースを削除するようにした。


Revision 6501 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Oct 3 13:54:12 2016 UTC (7 years, 6 months ago) by yutakapon
File length: 1125 byte(s)
Diff to previous 3227 , to selected 10009
チケット #36655 ログファイルオープンエラー

ログダイアログをクローズする際、論理フォントを削除するようにした。


Revision 3227 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Mar 24 15:10:33 2009 UTC (15 years ago) by maya
File length: 1080 byte(s)
Diff to previous 3221 , to selected 10009
CVS から SVN へ移行: 改行コードを LF から CR+LF へ変換

Revision 3221 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Mar 24 09:37:20 2009 UTC (15 years ago) by maya
File length: 1030 byte(s)
Diff to previous 2476 , to selected 10009
CVS から SVN へ移行: trunk に集約

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


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