Develop and Download Open Source Software

Browse Subversion Repository

Log of /branches/ttcomtester/teraterm/teraterm/ttime.c

Parent Directory Parent Directory | Revision Log Revision Log


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

Revision 10521 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jan 20 16:03:38 2023 UTC (14 months, 2 weeks ago) by zmatsuo
File length: 14600 byte(s)
Diff to previous 9382
add communication test tool

Revision 9382 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Aug 28 15:29:03 2021 UTC (2 years, 7 months ago) by zmatsuo
Original Path: trunk/teraterm/teraterm/ttime.c
File length: 14600 byte(s)
Diff to previous 9324
ttime.cでdllutilを使ってAPIのロードを行うようにした

- 警告対策
  - warning: cast between incompatible function types from 'FARPROC' ... [-Wcast-function-type] 等
- dllutil.cpp
  - DLLGetApiAddressFromList() dllハンドルを戻せるようにした
  - DLLFreeByFileName() 追加
  - DLLFreeByHandle() 追加

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
Original Path: trunk/teraterm/teraterm/ttime.c
File length: 15760 byte(s)
Diff to previous 9048
layer for unicode 向けのコードを削除

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
Original Path: trunk/teraterm/teraterm/ttime.c
File length: 15792 byte(s)
Diff to previous 8678
ソースファイルの著作権表記の "最後の発行の年" を削除

ticket #40996

Revision 8678 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Apr 8 16:01:23 2020 UTC (4 years ago) by zmatsuo
Original Path: trunk/teraterm/teraterm/ttime.c
File length: 15796 byte(s)
Diff to previous 8526
IME前後参照変換をUnicode化

- この機能は98/2000以降
- IsWindowUnicode()がTRUEのとき Unicode版を使用するようにした
  - ANSI版併用
- IME前後参照変換
  - https://ttssh2.osdn.jp/manual/4/ja/usage/tips/ime.html
- BuffGetLineStrW()追加
  - IME用文字列取得

Revision 8526 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Feb 4 13:34:09 2020 UTC (4 years, 2 months ago) by zmatsuo
Original Path: trunk/teraterm/teraterm/ttime.c
File length: 15723 byte(s)
Diff to previous 8391
IME前後参照変換が動作するよう修正

- 全く動作しない状態になっていたので修正
  - r7506
  - 4.103 から
- IsWindowUnicode()のチェックを無効化

Revision 8391 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Nov 21 15:00:01 2019 UTC (4 years, 4 months ago) by zmatsuo
Original Path: trunk/teraterm/teraterm/ttime.c
File length: 15719 byte(s)
Diff to previous 7882
_CRTDBG_MAP_ALLOC を使ってデバッグバージョンのヒープ割り当て関数へ切り替え

- r8390

Revision 7882 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jul 23 13:52:08 2019 UTC (4 years, 8 months ago) by zmatsuo
Original Path: trunk/teraterm/teraterm/ttime.c
File length: 15873 byte(s)
Diff to previous 7878
フォント設定にImmSetCompositionFontW()を使用する

- ImmSetCompositionFontW() が存在しない場合 or エラーを返してきた時は
  従来通り ImmSetCompositionFontA() を使用する

Revision 7878 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jul 22 14:32:45 2019 UTC (4 years, 8 months ago) by zmatsuo
Original Path: trunk/teraterm/teraterm/ttime.c
File length: 14619 byte(s)
Diff to previous 7506
IMEの変換中文字列のフォントが変化しないようにした

- フォントの再設定をIME On時と候補ウィンドウオープン時に行う
- ResetConversionLogFont()#ttime.cを追加

チケット #39333

Revision 7506 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Mar 22 14:38:12 2019 UTC (5 years ago) by zmatsuo
Original Path: trunk/teraterm/teraterm/ttime.c
File length: 14872 byte(s)
Diff to previous 7489
imm32.dllがない場合を考慮

Revision 7489 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Mar 18 09:28:54 2019 UTC (5 years ago) by doda
Original Path: trunk/teraterm/teraterm/ttime.c
File length: 14800 byte(s)
Diff to previous 7487
VS2005 でビルドできないのを修正

Revision 7487 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Mar 16 16:20:33 2019 UTC (5 years ago) by zmatsuo
Original Path: trunk/teraterm/teraterm/ttime.c
File length: 14790 byte(s)
Diff to previous 7486
IME前後参照変換が動作しなくなっていたので調整

Revision 7486 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Mar 14 15:54:31 2019 UTC (5 years ago) by zmatsuo
Original Path: trunk/teraterm/teraterm/ttime.c
File length: 10035 byte(s)
Diff to previous 7485
LoadIME()#ttime.cのエラー表示処理を呼び元のvtdisp.cに移動した

Revision 7485 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Mar 14 15:54:13 2019 UTC (5 years ago) by zmatsuo
Original Path: trunk/teraterm/teraterm/ttime.c
File length: 10637 byte(s)
Diff to previous 7484
ttime周りを整理

Revision 7484 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Mar 14 15:53:55 2019 UTC (5 years ago) by zmatsuo
Original Path: trunk/teraterm/teraterm/ttime.c
File length: 10528 byte(s)
Diff to previous 7458
GetConvString()#ttime.cの戻り値をconst wchar_t *に変更
前後参照変換の処理を ttime.c に移動
CommTextOutW(), CommTextEchoW() を ttcmn.c に追加
imm32.lib をリンクから外した

Revision 7458 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Mar 3 07:40:17 2019 UTC (5 years, 1 month ago) by zmatsuo
Original Path: trunk/teraterm/teraterm/ttime.c
File length: 7554 byte(s)
Diff to previous 7434
ticket #39007
キャレットON時IMEに候補ウィンドウ位置を通知するようにした(従来と同様。ただし、IME ON時のみ)
候補ウィンドウ位置設定時に候補ウィンドウのフォントの設定を行わないようにした。

Revision 7434 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Feb 23 17:46:15 2019 UTC (5 years, 1 month ago) by zmatsuo
Original Path: trunk/teraterm/teraterm/ttime.c
File length: 7419 byte(s)
Diff to previous 6841
IMEの状態設定/取得をメッセージを元に行うようにした
CaretOn()#vtdisp.cの処理を軽くした

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
Original Path: trunk/teraterm/teraterm/ttime.c
File length: 7355 byte(s)
Diff to previous 6806
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
Original Path: trunk/teraterm/teraterm/ttime.c
File length: 7359 byte(s)
Diff to previous 6801
TeraTerm Project としてのライセンス表記を追加

とりあえず Tera Term 本体分。
TeraTerm Project としての copyright 表記の年部分はコミットログを確認して書いたつもりだけど、ミスってたらすみません。

TODO: 過去に取り込んだパッチに関する著作権表記の追加

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
Original Path: trunk/teraterm/teraterm/ttime.c
File length: 5815 byte(s)
Diff to previous 6435
eliminate FAR keyword.

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
Original Path: trunk/teraterm/teraterm/ttime.c
File length: 5819 byte(s)
Diff to previous 4278
・行末の空白/タブを削除
・インデント調整

Revision 4278 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jan 17 10:50:28 2011 UTC (13 years, 2 months ago) by doda
Original Path: trunk/teraterm/teraterm/ttime.c
File length: 5820 byte(s)
Diff to previous 4134
試験的に IME 制御用制御シーケンスを新設。


Revision 4134 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Oct 24 04:43:01 2010 UTC (13 years, 5 months ago) by maya
Original Path: trunk/teraterm/teraterm/ttime.c
File length: 4989 byte(s)
Diff to previous 3227
システムディレクトリの dll 読み込み時にフルパスを指定するようにした。
インストーラが、TERATERM.INI に書き込まれた notepad.exe をフルパスにするようにした。

Revision 3227 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Mar 24 15:10:33 2009 UTC (15 years ago) by maya
Original Path: trunk/teraterm/teraterm/ttime.c
File length: 4839 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
Original Path: trunk/teraterm/teraterm/ttime.c
File length: 4638 byte(s)
Diff to previous 2482
CVS から SVN へ移行: trunk に集約

Revision 2482 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Apr 22 02:49:02 2008 UTC (15 years, 11 months ago) by maya
Original Path: teraterm/trunk/teraterm/ttime.c
File length: 4638 byte(s)
Diff to previous 2476
Terminal 設定の New-lin Transmit が空白になる問題を修正した。[Ttssh2-devel 930]
共有メモリの ts とやりとりする部分を #if 0 した。


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/ttime.c
File length: 4612 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