Develop and Download Open Source Software

Browse Subversion Repository

Log of /trunk/ttssh2/ttxssh/x11util.c

Parent Directory Parent Directory | Revision Log Revision Log


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

Revision 10618 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Mar 3 15:15:16 2023 UTC (13 months, 1 week ago) by zmatsuo
File length: 9041 byte(s)
Diff to previous 9048
ttxsshで tttset.UIMsg[] ではなく TInstVar.UIMsg[] を使用するよう修正

- lng(i18n)用文字列領域
- ttxssh 以外は tttset.UIMsg[] を使用しなくなった
  - Unicode(wchar_t)版動的な文字列取得に切り替えた
  - tttset.UIMsg[] は ANSI(char) 文字列
- プラグイン用ワーク内に TInstVar.UIMsg[] を新設した

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

ticket #40996

Revision 6842 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jul 4 15:02:44 2017 UTC (6 years, 9 months ago) by doda
File length: 9049 byte(s)
Diff to previous 6841
ポート転送関連のコード整理

・デバッグし易さの為に enum に変更
・forward filter のリソース開放の判断を FWD_FILTER_CLEANUP で呼ばれた時に変更
・インデントおよび改行位置を一部修正

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: 9054 byte(s)
Diff to previous 6801
TeraTerm Project としてのライセンス表記を追加

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

Revision 6801 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jun 13 10:30:12 2017 UTC (6 years, 9 months ago) by doda
File length: 8977 byte(s)
Diff to previous 6229
eliminate FAR keyword.

Revision 6229 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jan 1 11:06:37 2016 UTC (8 years, 3 months ago) by yutakapon
File length: 9105 byte(s)
Diff to previous 5793
チケット #35870 ゼロクリアの削除

memset()やZeroMemory()は、コンパイラの最適化で削除されることがあるため、
セキュリティ上削除されると困る箇所に関しては SecureZeroMemory() に置き換える。
SecureZeroMemory() はインライン関数のため、Windows95 でも動作する。


Revision 5793 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Feb 22 13:04:28 2015 UTC (9 years, 1 month ago) by doda
File length: 9091 byte(s)
Diff to previous 4690
X転送時の転送先をコマンドラインで指定できるようにした。


Revision 4690 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Oct 27 14:59:30 2011 UTC (12 years, 5 months ago) by doda
File length: 8710 byte(s)
Diff to previous 3227
スクリーン番号としてディスプレイ番号を使っていたのを修正。


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: 8518 byte(s)
Diff to previous 3221
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: 8256 byte(s)
Diff to previous 3153
CVS から SVN へ移行: trunk に集約

Revision 3153 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Oct 8 05:03:48 2008 UTC (15 years, 6 months ago) by maya
Original Path: ttssh2/trunk/ttxssh/x11util.c
File length: 8256 byte(s)
Diff to previous 3003
DISPLAY 環境変数が設定されている場合に X 転送が開始できない問題を修正した。
http://sourceforge.jp/tracker/index.php?func=detail&aid=13627&group_id=1412&atid=5333


Revision 3003 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Aug 20 14:21:57 2007 UTC (16 years, 7 months ago) by maya
Original Path: ttssh2/trunk/ttxssh/x11util.c
File length: 8239 byte(s)
Diff to previous 2995
インデントを変更した。


Revision 2995 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Aug 15 04:03:26 2007 UTC (16 years, 8 months ago) by maya
Original Path: ttssh2/trunk/ttxssh/x11util.c
File length: 7939 byte(s)
Diff to previous 2994
$Log$ を削除した。


Revision 2994 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Aug 13 22:30:03 2007 UTC (16 years, 8 months ago) by maya
Original Path: ttssh2/trunk/ttxssh/x11util.c
File length: 8391 byte(s)
Diff to previous 2992
国際化関数を修正した。
NO_I18N マクロを削除した。


Revision 2992 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Aug 8 16:04:09 2007 UTC (16 years, 8 months ago) by maya
Original Path: ttssh2/trunk/ttxssh/x11util.c
File length: 8572 byte(s)
Diff to previous 2980
安全な関数を使用するように変更した。


Revision 2980 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jun 6 14:10:12 2007 UTC (16 years, 10 months ago) by maya
Original Path: ttssh2/trunk/ttxssh/x11util.c
File length: 8421 byte(s)
Diff to previous 2937
プリプロセッサにより構造体が変わってしまうので、INET6 と I18N の #define を逆転させた。


Revision 2937 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Nov 23 02:19:30 2006 UTC (17 years, 4 months ago) by maya
Original Path: ttssh2/trunk/ttxssh/x11util.c
File length: 8301 byte(s)
Diff to previous 2761
表示メッセージを言語ファイルから読み込みむコードの作成を開始した。


Revision 2761 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Dec 19 15:39:58 2004 UTC (19 years, 3 months ago) by yutakakn
Original Path: ttssh2/trunk/ttxssh/x11util.c
File length: 7938 byte(s)
Diff to previous 2729
CVS LogIDの追加


Revision 2729 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Nov 14 15:53:21 2004 UTC (19 years, 5 months ago) by yutakakn
Original Path: ttssh2/trunk/ttxssh/x11util.c
File length: 7894 byte(s)
Copied from: ttssh2/branches/avendor/ttxssh/x11util.c revision 2728
Diff to previous 2728
This commit was generated by cvs2svn to compensate for changes in r2,
which included commits to RCS files with non-trunk default branches.


Revision 2728 - (view) (download) (as text) (annotate) - [select for diffs]
Added Sun Nov 14 15:53:21 2004 UTC (19 years, 5 months ago) by yutakakn
Original Path: ttssh2/branches/avendor/ttxssh/x11util.c
File length: 7894 byte(s)
no message


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