Browse Subversion RepositoryLog of /trunk/teraterm/teraterm/prnabort.cpp
Revision 10150 - (view) (download) (as text) (annotate) - [select for diffs] Modified Sat Aug 13 14:01:35 2022 UTC (19 months, 4 weeks ago) by zmatsuo File length: 3524 byte(s) Diff to previous 9359 , to selected 7377 ダイアログフォント名をUnicode化した
- tttset DialogFontName -> DialogFontNameW
- ChooseFontW() を使用するようにした
- 変更前は ChooseFontA() (ANSI版)を使用していた
- SetDialogFont() の引数を Unicode に変更
- iniファイルのダイアログフォント名への読み書きをUnicode行うよう修正
- 従来は ANSI だった
- Unicode化してもつかえないフォントがある
- 例,日本語環境では次のように指定してもフォントを選択できない
- DlgFont=돋움,9,1
- フォントが見つからないのでデフォルトのフォントが使用される
Revision 9359 - (view) (download) (as text) (annotate) - [select for diffs] Modified Sat Aug 14 03:26:30 2021 UTC (2 years, 7 months ago) by zmatsuo File length: 3522 byte(s) Diff to previous 9048 , to selected 7377 UILanguageFile を unicode版(UILanguageFileW)へ切り替え - SetDlgTexts() -> SetDlgTextsW() - get_lang_msgW() ->GetI18nStrWW() - SetI18nList() -> SetI18nListW() 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: 3522 byte(s) Diff to previous 8567 , to selected 7377 ソースファイルの著作権表記の "最後の発行の年" を削除 ticket #40996 Revision 8567 - (view) (download) (as text) (annotate) - [select for diffs] Modified Wed Feb 26 16:26:42 2020 UTC (4 years, 1 month ago) by zmatsuo File length: 3526 byte(s) Diff to previous 7936 , to selected 7377 印字中ダイアログ整理 - CreateDialogIndirectParam() -> TTCreateDialogParam() Revision 7936 - (view) (download) (as text) (annotate) - [select for diffs] Modified Sat Aug 10 07:32:44 2019 UTC (4 years, 8 months ago) by zmatsuo File length: 3624 byte(s) Diff to previous 7653 , to selected 7377 印字中止ダイアログがダイアログフォントの設定どおりになるよう修正 - ダイアログフォントの設定を考慮していなかった - teraterm/teraprn.cpp 未使用変数、マクロ削除、debug用new設定 Revision 7653 - (view) (download) (as text) (annotate) - [select for diffs] Modified Tue May 7 16:46:27 2019 UTC (4 years, 11 months ago) by zmatsuo File length: 3593 byte(s) Diff to previous 7377 prnabortダイアログで、不要となったフォント設定処理が残っていたので削除 Revision 7377 - (view) (download) (as text) (annotate) - [selected] Modified Fri Dec 28 14:57:41 2018 UTC (5 years, 3 months ago) by zmatsuo File length: 3883 byte(s) Diff to previous 7174 ソースの文字コードを揃えた UTF8(BOM) -> Shift_JIS Revision 7174 - (view) (download) (as text) (annotate) - [select for diffs] Modified Sun Aug 5 13:28:57 2018 UTC (5 years, 8 months ago) by zmatsuo File length: 3886 byte(s) Diff to previous 6841 , to selected 7377 teraterm/teraterm/dnddlg.cpp フォントの削除をNCDESTROYで行うようにした teraterm/teraterm/prnabort.cpp,h MFCを使わないようにした teraterm/common/dlglib.c,h dnddlgからSetDlgFonts()を移動 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: 3283 byte(s) Diff to previous 6806 , to selected 7377 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: 3287 byte(s) Diff to previous 6435 , to selected 7377 TeraTerm Project としてのライセンス表記を追加 とりあえず Tera Term 本体分。 TeraTerm Project としての copyright 表記の年部分はコミットログを確認して書いたつもりだけど、ミスってたらすみません。 TODO: 過去に取り込んだパッチに関する著作権表記の追加 Revision 6435 - (view) (download) (as text) (annotate) - [select for diffs] Modified Mon Jul 11 08:53:02 2016 UTC (7 years, 9 months ago) by doda File length: 1821 byte(s) Diff to previous 3392 , to selected 7377 ・行末の空白/タブを削除 ・インデント調整 Revision 3392 - (view) (download) (as text) (annotate) - [select for diffs] Modified Tue May 12 11:55:27 2009 UTC (14 years, 11 months ago) by maya File length: 1824 byte(s) Diff to previous 3227 , to selected 7377 インデントを調整。コード的な変更はないはず。 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: 1849 byte(s) Diff to previous 3221 , to selected 7377 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: 1766 byte(s) Diff to previous 2476 , to selected 7377 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/prnabort.cpp File length: 1766 byte(s) Diff to selected 7377 ファイル移動に伴う修正 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.
|