Browse Subversion Repository
Log of /branches/ttcomtester/teraterm/teraterm/broadcast.cpp
Revision 10521 - (view) (download) (as text) (annotate) - [select for diffs] Modified Fri Jan 20 16:03:38 2023 UTC (13 months, 2 weeks ago) by zmatsuo File length: 26226 byte(s) Diff to previous 10488 add communication test tool Revision 10488 - (view) (download) (as text) (annotate) - [select for diffs] Modified Sat Jan 14 15:33:43 2023 UTC (13 months, 3 weeks ago) by zmatsuo Original Path: trunk/teraterm/teraterm/broadcast.cpp File length: 26226 byte(s) Diff to previous 10176 ブロードキャストコマンドの履歴のコマンド長上限をなくした - ドロップダウンに対して EM_LIMITTEXT は有効ではないようなので削除 Revision 10176 - (view) (download) (as text) (annotate) - [select for diffs] Modified Wed Aug 24 13:42:14 2022 UTC (18 months, 2 weeks ago) by zmatsuo Original Path: trunk/teraterm/teraterm/broadcast.cpp File length: 26298 byte(s) Diff to previous 10150 コンパイラの警告を修正 - 不透明tooltipのlangファイル参照をUnicode化 (addsetting.cpp) - 次の警告を修正 - addsetting.h:147:7: warning: private field 'm_StartPage' is not used - addsetting.cpp(822,88): warning C4100: 'UILanguageFile': 引数は関数の本体部で 1 度も参照されません。 - addsetting.cpp(983): warning C6386: 'ts.ANSIColor' への書き込み中にバッファー オーバーランが発生しました。 - filesys_proto.cpp(1503): warning C6386: 'FileDirExpanded' への書き込み中にバッファー オーバーランが発生しました。 - broadcast.cpp(115): warning C6386: 'Command' への書き込み中にバッファー オーバーランが発生しました。 Revision 10150 - (view) (download) (as text) (annotate) - [select for diffs] Modified Sat Aug 13 14:01:35 2022 UTC (18 months, 3 weeks ago) by zmatsuo Original Path: trunk/teraterm/teraterm/broadcast.cpp File length: 26295 byte(s) Diff to previous 9744 ダイアログフォント名をUnicode化した
- tttset DialogFontName -> DialogFontNameW
- ChooseFontW() を使用するようにした
- 変更前は ChooseFontA() (ANSI版)を使用していた
- SetDialogFont() の引数を Unicode に変更
- iniファイルのダイアログフォント名への読み書きをUnicode行うよう修正
- 従来は ANSI だった
- Unicode化してもつかえないフォントがある
- 例,日本語環境では次のように指定してもフォントを選択できない
- DlgFont=돋움,9,1
- フォントが見つからないのでデフォルトのフォントが使用される
Revision 9744 - (view) (download) (as text) (annotate) - [select for diffs] Modified Sun Feb 13 15:04:44 2022 UTC (2 years ago) by nmaya Original Path: trunk/teraterm/teraterm/broadcast.cpp File length: 26293 byte(s) Diff to previous 9710 My Documents の TERATERM.INI の参照を削除 ticket #36575, ttssh2-dev 234 Revision 9710 - (view) (download) (as text) (annotate) - [select for diffs] Modified Sun Jan 30 14:59:22 2022 UTC (2 years, 1 month ago) by nmaya Original Path: trunk/teraterm/teraterm/broadcast.cpp File length: 26669 byte(s) Diff to previous 9501 「My Documents に broadcast.log が存在する場合に使う」動作を削除 Revision 9501 - (view) (download) (as text) (annotate) - [select for diffs] Modified Wed Oct 27 12:48:49 2021 UTC (2 years, 4 months ago) by zmatsuo Original Path: trunk/teraterm/teraterm/broadcast.cpp File length: 26669 byte(s) Diff to previous 9432 設定ファイルを置くフォルダを変更
- フォルダ
- %APPDATA%\teraterm5 (%USERPROFILE%\AppData\Roaming\teraterm5)
- ファイル
- TERATERM.INI
- KEYBOARD.CFG
- broadcast.log
- 使用していない GetDefaultFName() を削除
- GetDefaultFNameW() に置き換えた
- フォルダに関する関数を整理
- GetHomeDirW() を修正
- 設定ファイルを置くフォルダを返す
- ttypes.HomeDirW と同一
- 従来は ttermpro.exe などが置いてあるフォルダを返していた
- GetLogDirW() を追加
- ログなどを置くフォルダを返す
- ttypes.LogDirW と同一
- GetExeDirW() を追加
- ttermpro.exe などが存在するフォルダを返す
- ttypes.LogDirW と同一
Revision 9432 - (view) (download) (as text) (annotate) - [select for diffs] Modified Sun Sep 19 15:14:27 2021 UTC (2 years, 5 months ago) by zmatsuo Original Path: trunk/teraterm/teraterm/broadcast.cpp File length: 26035 byte(s) Diff to previous 9350 plugin AddValueToList() を利用しているところを Unicode化 - iniファイル内のリスト(キュー)に値を追加 - AddHostToList() - teraterm/broadcast.cpp Revision 9350 - (view) (download) (as text) (annotate) - [select for diffs] Modified Tue Aug 10 14:42:28 2021 UTC (2 years, 6 months ago) by zmatsuo Original Path: trunk/teraterm/teraterm/broadcast.cpp File length: 26089 byte(s) Diff to previous 9324 UILanguageFile を unicode版(UILanguageFileW)へ切り替え - SetI18nDlgStrs() -> SetI18nDlgStrsW() - SetDlgTexts() -> SetDlgTextsW() - SetDlgMenuTexts() -> SetDlgMenuTextsW() Revision 9324 - (view) (download) (as text) (annotate) - [select for diffs] Modified Tue Jun 29 15:20:20 2021 UTC (2 years, 8 months ago) by zmatsuo Original Path: trunk/teraterm/teraterm/broadcast.cpp File length: 26087 byte(s) Diff to previous 9230 layer for unicode 向けのコードを削除 Revision 9230 - (view) (download) (as text) (annotate) - [select for diffs] Modified Mon May 3 15:04:42 2021 UTC (2 years, 10 months ago) by zmatsuo Original Path: trunk/teraterm/teraterm/broadcast.cpp File length: 26124 byte(s) Diff to previous 9048 _WIN32_WINNTをコンパイルオプションで指定
- Tera Term は _WIN32_WINNT >= 0x0501 でビルドすることが前提となっている
- 0x0501=_WIN32_WINNT_WINXP
- Windows XP
- Windows Server 2003
- Visual Studio 2005 のプロジェクトファイルに /D_WIN32_WINNT=0x0501 追加済み(r9191)
- teraterm_conf.h を削除
- WIN32_WINNT をコンパイルオプションで指定するため r7554 で追加した
- コマンドラインで明示的に指定するようになったた不要となった
- SDK 7.0 では _WIN32_WINNT が自動で設定されない
- SDK 7.0 より新しいSDKでは、特に指定されていない場合、自動で設定される
- SDKのバージョンによって自動で設定される_WIN32_WINNT の値は異なっている
- SDK 7.1 の場合 0x0601
- SDK 10.0.18362.0 の場合 0x0A00
- sdkddkver.h 内で設定される
- MinGWの場合は _mingw.h
- Visual Studio 2005 では次のSDKでビルドできることを確認済み
- SDK 7.0
- SDK 7.1
- Tera Term は Visual Studio 2005 以上をサポート
- MSC_VER >= 1400
Revision 9048 - (view) (download) (as text) (annotate) - [select for diffs] Modified Wed Dec 16 12:24:13 2020 UTC (3 years, 2 months ago) by nmaya Original Path: trunk/teraterm/teraterm/broadcast.cpp File length: 26152 byte(s) Diff to previous 8827 ソースファイルの著作権表記の "最後の発行の年" を削除 ticket #40996 Revision 8827 - (view) (download) (as text) (annotate) - [select for diffs] Modified Fri Jul 3 14:43:36 2020 UTC (3 years, 8 months ago) by zmatsuo Original Path: trunk/teraterm/teraterm/broadcast.cpp File length: 26151 byte(s) Diff to previous 8826 ブロードキャストコマンドのリアルタイム=ON時、Unicode化 - リアルタイム入力で漢字変換できるようにした - WM_UNICHAR を使ったUTF-32文字の送受ができるようになった Revision 8826 - (view) (download) (as text) (annotate) - [select for diffs] Modified Fri Jul 3 14:43:28 2020 UTC (3 years, 8 months ago) by zmatsuo Original Path: trunk/teraterm/teraterm/broadcast.cpp File length: 24765 byte(s) Diff to previous 8823 ブロードキャストコマンドのリアルタイム=OFF、マクロコマンドをUnicode化 - リアルタイム=OFF時の送信時、エディットボックスをUnicode化 - マクロコマンドのブロードキャスト,マルチキャストをUnicode化 - sendbroadcast - sendmulticast - setmulticastname Revision 8823 - (view) (download) (as text) (annotate) - [select for diffs] Added Fri Jul 3 14:42:55 2020 UTC (3 years, 8 months ago) by zmatsuo Original Path: trunk/teraterm/teraterm/broadcast.cpp File length: 22341 byte(s) ブロードキャスト関連を vtwin.cpp から broadcast.cpp へ分離 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.
|