オープンソース・ソフトウェアの開発とダウンロード

Subversion リポジトリの参照

Log of /trunk/teraterm/teraterm/ttdde.c

Parent Directory Parent Directory | Revision Log Revision Log


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

Revision 3974 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Aug 9 12:07:13 2010 UTC (13 years, 9 months ago) by doda
File length: 28875 byte(s)
Diff to previous 3887
マクロコマンド dispstr を追加。
http://sourceforge.jp/ticket/browse.php?group_id=1412&tid=14733


Revision 3887 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri May 14 12:21:04 2010 UTC (14 years ago) by doda
File length: 28761 byte(s)
Diff to previous 3874
"ファイル送信" と "ログ" の binary flag を分離。
http://sourceforge.jp/ticket/browse.php?group_id=1412&tid=20881


Revision 3874 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue May 11 11:15:21 2010 UTC (14 years ago) by maya
File length: 28760 byte(s)
Diff to previous 3872
シリアルポート接続のボーレートを直接入力できるようにした。

Revision 3872 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun May 9 09:21:21 2010 UTC (14 years ago) by doda
File length: 28810 byte(s)
Diff to previous 3841
Bracketed Paste Mode をサポート。
対応しているホスト側のアプリケーションで、キー入力と貼り付けの区別が付けられるようになる。

.vimrcの例:
if &term == "xterm"
  let &t_ti = &t_ti . "\e[?2004h"
  let &t_te = "\e[?2004l" . &t_te
  set pastetoggle=<Esc>[201~
  function XTermPasteBegin(ret)
    set paste
    return a:ret
  endfunction
  map <special> <expr> <Esc>[200~ XTermPasteBegin("i")
  imap <special> <expr> <Esc>[200~ XTermPasteBegin("")
endif

参考: https://bugzilla.gnome.org/show_bug.cgi?id=605299


Revision 3841 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Apr 4 14:45:45 2010 UTC (14 years, 2 months ago) by yutakapon
File length: 28799 byte(s)
Diff to previous 3839
ShowShow Macro Windowにおいて、statusbox をフォアグラウンド化できるようにした。
cf.
http://d.hatena.ne.jp/gsf_zero1/20071211/p1



Revision 3839 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Apr 4 09:28:00 2010 UTC (14 years, 2 months ago) by yutakapon
File length: 28554 byte(s)
Diff to previous 3837
Show Macro Windowにおいて、マクロウィンドウはforegroundへ持ってこられるようにした。
Show Macro Windowメニューのローカライズ化を行った。


Revision 3837 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Apr 3 15:39:39 2010 UTC (14 years, 2 months ago) by yutakapon
File length: 28608 byte(s)
Diff to previous 3836
すでに実行中のマクロウィンドウを、分かりやすくフラッシュするために、新規に Control - Show Macro Window 
メニューを追加した。
また、マクロから起動された statusbox なども明確にするために、フラッシュするようにした。


Revision 3836 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Apr 1 15:27:55 2010 UTC (14 years, 2 months ago) by yutakapon
File length: 28547 byte(s)
Diff to previous 3827
マクロ実行中においても、Control - Macroメニューを選択できるようにし、該当するマクロウィンドウをアクティブ化できるようにした。

ただし、アクティブ化できているのは、現状「マクロウィンドウ」のみであり、マクロから起動された
statusboxなどは、アクティブ化されないため、改善が必要。
また、メニューストリングの localize 化は未対応。


Revision 3827 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Mar 26 10:47:59 2010 UTC (14 years, 2 months ago) by yutakapon
File length: 28405 byte(s)
Diff to previous 3822
Control - Macro メニューからのマクロ呼び出し後、さらに当該メニューを選択すると、
すでに起動中のマクロウィンドウ群がアクティブ化され、どのttermpro.exeとttpmacro.exeが
関連付けされているのかを分かるようにする。

ただし、うまく動いていないので、フタをしてあります。


Revision 3822 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Mar 25 13:19:53 2010 UTC (14 years, 2 months ago) by yutakapon
File length: 27930 byte(s)
Diff to previous 3702
YMODEM マクロコマンドを追加した。
 ・ymodemsend
 ・ymodemrecv


Revision 3702 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Nov 24 09:01:54 2009 UTC (14 years, 6 months ago) by maya
File length: 27287 byte(s)
Diff to previous 3700
callmenu の実装に独自の関数を作る必要はなかったので削除した。

Revision 3700 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Nov 23 06:36:07 2009 UTC (14 years, 6 months ago) by maya
File length: 27285 byte(s)
Diff to previous 3699
インデントを修正

Revision 3699 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Nov 23 06:15:47 2009 UTC (14 years, 6 months ago) by maya
File length: 27521 byte(s)
Diff to previous 3698
disconnect マクロコマンドに、TCP/IP 接続切断時の確認ダイアログを制御するオプションを追加した。

Revision 3698 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Nov 23 05:11:28 2009 UTC (14 years, 6 months ago) by maya
File length: 27402 byte(s)
Diff to previous 3637
インデントを修正

Revision 3637 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Oct 8 16:38:28 2009 UTC (14 years, 7 months ago) by yutakapon
File length: 27393 byte(s)
Diff to previous 3300
setdebug マクロコマンドを追加した。
制御コードを wait することができるようになる。また、ts.Debug を立てることなく、デバッグモードを切り替えられる。


Revision 3300 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Apr 10 10:03:37 2009 UTC (15 years, 1 month ago) by doda
File length: 27262 byte(s)
Diff to previous 3299
AcceptTitleChangeRequest が overwrite の時のみリモートタイトルをクリアするように変更。


Revision 3299 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Apr 10 08:23:56 2009 UTC (15 years, 1 month ago) by doda
File length: 27185 byte(s)
Diff to previous 3227
・リモートからタイトルを変更されているとsettitleが効かないのを修正
・ウィンドウ設定ダイアログでタイトルが変更された場合、リモートタイトルをクリアするように修正
http://sourceforge.jp/ticket/browse.php?group_id=1412&tid=16079


Revision 3227 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Mar 24 15:10:33 2009 UTC (15 years, 2 months ago) by maya
File length: 27156 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, 2 months ago) by maya
File length: 26050 byte(s)
Diff to previous 2686
CVS から SVN へ移行: trunk に集約

Revision 2686 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Mar 4 15:17:53 2009 UTC (15 years, 3 months ago) by yutakapon
Original Path: teraterm/trunk/teraterm/ttdde.c
File length: 26050 byte(s)
Diff to previous 2669
マルチキャストコマンドのサポートのための準備。


Revision 2669 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Mar 2 16:12:43 2009 UTC (15 years, 3 months ago) by yutakapon
Original Path: teraterm/trunk/teraterm/ttdde.c
File length: 25657 byte(s)
Diff to previous 2637
sendbroadcast コマンドを新規追加した。


Revision 2637 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jan 22 09:03:55 2009 UTC (15 years, 4 months ago) by maya
Original Path: teraterm/trunk/teraterm/ttdde.c
File length: 25347 byte(s)
Diff to previous 2623
logopen マクロコマンドで、ログファイルが開けたかどうかを result に格納するようにした。


Revision 2623 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Dec 15 14:20:40 2008 UTC (15 years, 5 months ago) by maya
Original Path: teraterm/trunk/teraterm/ttdde.c
File length: 25158 byte(s)
Diff to previous 2545
gethostname マクロコマンドを追加


Revision 2545 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jun 20 11:58:47 2008 UTC (15 years, 11 months ago) by doda
Original Path: teraterm/trunk/teraterm/ttdde.c
File length: 24792 byte(s)
Diff to previous 2476
・TeraTerm -> Tera Term
・その他細かい修正


Revision 2476 - (view) (download) (as text) (annotate) - [select for diffs]
Added Mon Apr 14 17:35:50 2008 UTC (16 years, 1 month ago) by maya
Original Path: teraterm/trunk/teraterm/ttdde.c
File length: 24791 byte(s)
ファイル移動に伴う修正


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