Develop and Download Open Source Software

Browse Subversion Repository

Log of /trunk/teraterm/teraterm/teraprn.cpp

Parent Directory Parent Directory | Revision Log Revision Log


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

Revision 10806 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Jul 23 07:07:41 2023 UTC (8 months, 2 weeks ago) by zmatsuo
File length: 18694 byte(s)
Diff to previous 10345 , to selected 3666
文字を拡大縮小して描画できるようにした

- 拡大縮小して描画できるようにした
  - 2cell幅の文字を1cell幅に縮小して描画
  - 1cell幅の文字を2cell幅に拡大して描画,等
- フォントプロパティーページに設定を追加
  - "Drawing resized font to fit cell width" checkbox
- compat_win.cpp に TransparentBlt() (msimg32.dll) を追加
- ヘルプ追加(enはjaのコピー)

Revision 10345 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Nov 2 13:43:19 2022 UTC (17 months, 1 week ago) by zmatsuo
File length: 18706 byte(s)
Diff to previous 9324 , to selected 3666
TERATERM.INI の UnknownUnicodeCharacterAsWide を削除

- 不明な文字幅がなくなったため不要となった
- tttypes.UnknownUnicodeCharaAsWide を削除
- 関連ドキュメントを修正
- 表示できない文字の場合は '?' が文字のセル幅表示
  - ANSI API(Additional setting - Font)で描画時
- エスケープシーケンスによる印字はANSIで行う
  - "\x1b[5i" から
  - "\x1b[4i" まで

Revision 9324 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jun 29 15:20:20 2021 UTC (2 years, 9 months ago) by zmatsuo
File length: 18137 byte(s)
Diff to previous 9309 , to selected 3666
layer for unicode 向けのコードを削除

Revision 9309 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Jun 12 15:29:57 2021 UTC (2 years, 9 months ago) by zmatsuo
File length: 18175 byte(s)
Diff to previous 9115 , to selected 3666
layer_for_unicodeを使用するよう修正

Revision 9115 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Dec 28 14:29:48 2020 UTC (3 years, 3 months ago) by zmatsuo
File length: 18139 byte(s)
Diff to previous 9048 , to selected 3666
エスケープシーケンスからの印字を修正

- 内部は Unicode に対応した
- CP_ACP に変換して出力

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: 16563 byte(s)
Diff to previous 9040 , to selected 3666
ソースファイルの著作権表記の "最後の発行の年" を削除

ticket #40996

Revision 9040 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Nov 29 15:26:40 2020 UTC (3 years, 4 months ago) by zmatsuo
File length: 16567 byte(s)
Diff to previous 9039 , to selected 3666
[ファイル]/[印刷]からの印刷をUnicodeに対応した

- 文字描画関数 DrawStrW(), DrawStrA() を vtdisp.c に追加
  - 画面描画、印刷から利用
  - vtwinで背景付きのとき描画が乱れていたのを修正
- DispStr(), PrnOutText() 内で描画時にキリル文字変換を行っていたのを削除
  - RussConvStr()
  - 従来も無効化していた
  - 内部バッファに文字をUnicodeで保存したときに、表示に適したANSI文字コードに変換して保存している

Revision 9039 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Nov 29 15:26:29 2020 UTC (3 years, 4 months ago) by zmatsuo
File length: 17046 byte(s)
Diff to previous 9038 , to selected 3666
Win16APIをWin32API,Unicode版に置き換え

Revision 9038 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Nov 29 15:26:19 2020 UTC (3 years, 4 months ago) by zmatsuo
File length: 16134 byte(s)
Diff to previous 8331 , to selected 3666
グローバル変数削除

- PrnDlg
- PrnBox()内でグローバル変数 PrintDC にセットしないようにした
- Prnlf

Revision 8331 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Oct 25 15:01:20 2019 UTC (4 years, 5 months ago) by yutakapon
File length: 16232 byte(s)
Diff to previous 7936 , to selected 3666
一部のWindowsバージョンで、印刷ダイアログにヘルプボタンが表示されないことがある問題を修正した。

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: 15943 byte(s)
Diff to previous 7933 , to selected 3666
印字中止ダイアログがダイアログフォントの設定どおりになるよう修正

- ダイアログフォントの設定を考慮していなかった
- teraterm/teraprn.cpp 未使用変数、マクロ削除、debug用new設定

Revision 7933 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Aug 10 06:27:43 2019 UTC (4 years, 8 months ago) by zmatsuo
File length: 15942 byte(s)
Diff to previous 7528 , to selected 3666
印字中止ダイアログが出なくなっていたので修正

Revision 7528 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Mar 28 16:38:54 2019 UTC (5 years ago) by zmatsuo
File length: 15997 byte(s)
Diff to previous 7527 , to selected 3666
vtwin,teratermでMFCを使用しないようにした

Revision 7527 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Mar 28 16:38:41 2019 UTC (5 years ago) by zmatsuo
File length: 16001 byte(s)
Diff to previous 7291 , to selected 3666
tekwinでMFCを使用しないようにした

Revision 7291 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Nov 30 16:28:38 2018 UTC (5 years, 4 months ago) by zmatsuo
File length: 15964 byte(s)
Diff to previous 7290 , to selected 3666
extern "C" 削除

Revision 7290 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Nov 30 16:28:25 2018 UTC (5 years, 4 months ago) by zmatsuo
File length: 16149 byte(s)
Diff to previous 7174 , to selected 3666
win16apiを使用しないようにした

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: 15871 byte(s)
Diff to previous 6841 , to selected 3666
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: 16291 byte(s)
Diff to previous 6806 , to selected 3666
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: 16295 byte(s)
Diff to previous 6435 , to selected 3666
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: 14829 byte(s)
Diff to previous 5196 , to selected 3666
・行末の空白/タブを削除
・インデント調整

Revision 5196 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Apr 14 12:10:40 2013 UTC (10 years, 11 months ago) by yutakapon
File length: 14830 byte(s)
Diff to previous 4031 , to selected 3666
テキストが選択されている場合にプリントダイアログを表示すると、デフォルトの選択肢が
"Selection"になるようにした。
チケット #31153


Revision 4031 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Aug 21 03:12:13 2010 UTC (13 years, 7 months ago) by maya
File length: 14613 byte(s)
Diff to previous 3666
ファイル名に使う配列の長さを見直した
  ファイル名の長さに MAXPATHLEN を使っていたところは MAX_PATH を使うようにした
  MAXPATHLEN はフォルダ名の長さとしては正しいはず

Revision 3666 - (view) (download) (as text) (annotate) - [selected]
Modified Wed Oct 28 09:44:14 2009 UTC (14 years, 5 months ago) by doda
File length: 14617 byte(s)
Diff to previous 3392
・EnableBoldをFontFlagに改称し、フォント関連の設定を表すようにした。
・URLUnderlineをColorFlagからFontFlagに移動。


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: 14613 byte(s)
Diff to previous 3227 , to selected 3666
インデントを調整。コード的な変更はないはず。

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: 14683 byte(s)
Diff to previous 3221 , to selected 3666
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: 14046 byte(s)
Diff to previous 2476 , to selected 3666
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/teraprn.cpp
File length: 14046 byte(s)
Diff to selected 3666
ファイル移動に伴う修正


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