OSDN Git Service

winbottle/winbottle.git
20 years agoThis commit was manufactured by cvs2svn to create tag 'BOTTLE2-69'. BOTTLE2-69
naru [Fri, 12 Mar 2004 10:17:58 +0000 (10:17 +0000)]
This commit was manufactured by cvs2svn to create tag 'BOTTLE2-69'.

20 years agoバージョン番号2.68→2.69
naru [Fri, 12 Mar 2004 10:17:57 +0000 (10:17 +0000)]
バージョン番号2.68→2.69

20 years agoログ窓の日付表示欄を右揃え表示に変更(カラムを狭めたときに時間だけ表示できる)
naru [Fri, 12 Mar 2004 10:15:52 +0000 (10:15 +0000)]
ログ窓の日付表示欄を右揃え表示に変更(カラムを狭めたときに時間だけ表示できる)

20 years ago正規表現ではない普通のマッチングで検索が出来なくなっていた問題を修正。
naru [Fri, 12 Mar 2004 10:09:11 +0000 (10:09 +0000)]
正規表現ではない普通のマッチングで検索が出来なくなっていた問題を修正。

20 years agoMidStrをCopy関数に修正(MidStrはマルチバイト対応なので逆に都合が悪い)
naru [Fri, 12 Mar 2004 08:41:17 +0000 (08:41 +0000)]
MidStrをCopy関数に修正(MidStrはマルチバイト対応なので逆に都合が悪い)

20 years agospnTabWidth, cbxAutoTabWidthにHint設定
naru [Fri, 12 Mar 2004 08:13:20 +0000 (08:13 +0000)]
spnTabWidth, cbxAutoTabWidthにHint設定

20 years agoチャンネルタブの幅について、ヘルプ更新
naru [Fri, 12 Mar 2004 08:11:40 +0000 (08:11 +0000)]
チャンネルタブの幅について、ヘルプ更新

20 years ago正規表現まわりの再修正
C.Ponapalt [Fri, 12 Mar 2004 08:11:20 +0000 (08:11 +0000)]
正規表現まわりの再修正

20 years ago「送信前にローカル確認を強制する」「送信後にスクリプトをクリア」の2つの設定をデフォルトでONに
naru [Fri, 12 Mar 2004 06:49:41 +0000 (06:49 +0000)]
「送信前にローカル確認を強制する」「送信後にスクリプトをクリア」の2つの設定をデフォルトでONに

20 years agoチャンネルタブの幅を手動で決められる設定項目追加
naru [Fri, 12 Mar 2004 06:33:13 +0000 (06:33 +0000)]
チャンネルタブの幅を手動で決められる設定項目追加

20 years agoSakuraSeekerからのTEditor及びIndyの指定削除に追従。
Yune Kotomi [Fri, 12 Mar 2004 06:11:21 +0000 (06:11 +0000)]
SakuraSeekerからのTEditor及びIndyの指定削除に追従。

20 years agoスラッシュで始まる場合に限り正規表現戦闘のmは省略できるので、そんな風に条件修正。
naru [Thu, 11 Mar 2004 23:06:55 +0000 (23:06 +0000)]
スラッシュで始まる場合に限り正規表現戦闘のmは省略できるので、そんな風に条件修正。
どこまでやっても簡易判定ですが…

20 years agoTEditor,Indyはインストール時に自動的に追加されるのでプロジェクトファイルから削除
C.Ponapalt [Thu, 11 Mar 2004 17:58:08 +0000 (17:58 +0000)]
TEditor,Indyはインストール時に自動的に追加されるのでプロジェクトファイルから削除

20 years agoFMOを調べるごとにリソースリークしていた可能性を潰す
C.Ponapalt [Thu, 11 Mar 2004 16:51:29 +0000 (16:51 +0000)]
FMOを調べるごとにリソースリークしていた可能性を潰す

20 years agoSafeRegExpの条件を絞る
C.Ponapalt [Thu, 11 Mar 2004 16:50:48 +0000 (16:50 +0000)]
SafeRegExpの条件を絞る

20 years ago正規表現まわりの再整備 (ToDo #389)
C.Ponapalt [Thu, 11 Mar 2004 14:25:22 +0000 (14:25 +0000)]
正規表現まわりの再整備 (ToDo #389)

20 years ago正規表現周りのドキュメント更新
naru [Thu, 11 Mar 2004 09:07:11 +0000 (09:07 +0000)]
正規表現周りのドキュメント更新

20 years agom//等のブラケットで囲まれていない正規表現を自動で囲むSafeRegExp関数を導入、ログ検索部とアクション条件部分で利用するようにした
naru [Thu, 11 Mar 2004 08:58:08 +0000 (08:58 +0000)]
m//等のブラケットで囲まれていない正規表現を自動で囲むSafeRegExp関数を導入、ログ検索部とアクション条件部分で利用するようにした

20 years agoBRegExp.pasのSingletonユーティリティ関数function brxの解放関連にどうも疑問があるので、brxの代わりにRegExp(BottleDef...
naru [Thu, 11 Mar 2004 08:27:11 +0000 (08:27 +0000)]
BRegExp.pasのSingletonユーティリティ関数function brxの解放関連にどうも疑問があるので、brxの代わりにRegExp(BottleDef.pasで定義)を使うように変更

20 years ago正規表現検索系を再修正 (ToDo #389)
C.Ponapalt [Thu, 11 Mar 2004 08:07:08 +0000 (08:07 +0000)]
正規表現検索系を再修正 (ToDo #389)

20 years agom/パターン/k を入れなくても、正規表現パターンを入れるだけで検索できるよう変更
C.Ponapalt [Thu, 11 Mar 2004 07:11:03 +0000 (07:11 +0000)]
m/パターン/k を入れなくても、正規表現パターンを入れるだけで検索できるよう変更
※m//を入れても通るようにしてありますが、不要かも……

20 years ago正規表現検索絡みの不具合対処 BRegExp.pasの最新版への更新
C.Ponapalt [Thu, 11 Mar 2004 06:15:53 +0000 (06:15 +0000)]
正規表現検索絡みの不具合対処 BRegExp.pasの最新版への更新

20 years agoヘルプメニューのクライアントヘルプページが403表示なので、ジャンプ先を
yese [Thu, 11 Mar 2004 03:34:59 +0000 (03:34 +0000)]
ヘルプメニューのクライアントヘルプページが403表示なので、ジャンプ先を
http://bottle.mikage.to/clihelp/  から
http://bottle.mikage.to/clihelp/index.html  に変更。

20 years agoバージョン番号→2.68
naru [Thu, 11 Mar 2004 03:09:04 +0000 (03:09 +0000)]
バージョン番号→2.68

20 years ago色設定画面について説明を少し改変
naru [Thu, 11 Mar 2004 03:07:27 +0000 (03:07 +0000)]
色設定画面について説明を少し改変

20 years agoログ検索機能について説明文更新
naru [Thu, 11 Mar 2004 03:07:03 +0000 (03:07 +0000)]
ログ検索機能について説明文更新

20 years ago原著作者の言及部分についてライセンス文を少し修正
naru [Thu, 11 Mar 2004 02:46:49 +0000 (02:46 +0000)]
原著作者の言及部分についてライセンス文を少し修正

20 years agoメニュー項目追加、情報のコピー機能追加
naru [Thu, 11 Mar 2004 02:33:02 +0000 (02:33 +0000)]
メニュー項目追加、情報のコピー機能追加

20 years ago空の定型句ファイルに対して各種操作しようとするとメモリアクセスエラーが出る問題を修正(#377)。
naru [Thu, 11 Mar 2004 01:51:51 +0000 (01:51 +0000)]
空の定型句ファイルに対して各種操作しようとするとメモリアクセスエラーが出る問題を修正(#377)。
メニューアイコンが変だったので修正。

20 years agoTalkColorがINIファイルに指定されていない場合のデフォルト値を、clBlackではなくTalkColorHの値から取るように変更
naru [Wed, 10 Mar 2004 14:52:41 +0000 (14:52 +0000)]
TalkColorがINIファイルに指定されていない場合のデフォルト値を、clBlackではなくTalkColorHの値から取るように変更

20 years agoFocusControl, Hintの各プロパティを設定
naru [Wed, 10 Mar 2004 14:34:11 +0000 (14:34 +0000)]
FocusControl, Hintの各プロパティを設定

20 years ago同意数・投票数の検索条件の入力ボックスに、100票より大きい無茶苦茶な条件を入力できないように制限
naru [Wed, 10 Mar 2004 14:22:24 +0000 (14:22 +0000)]
同意数・投票数の検索条件の入力ボックスに、100票より大きい無茶苦茶な条件を入力できないように制限

20 years ago色設定項目の追加(ToDo #378) ちょっと手抜き気味
C.Ponapalt [Wed, 10 Mar 2004 04:26:50 +0000 (04:26 +0000)]
色設定項目の追加(ToDo #378) ちょっと手抜き気味

20 years agoログ窓リストビュー右クリックでゴースト名コピー
naru [Wed, 10 Mar 2004 01:38:33 +0000 (01:38 +0000)]
ログ窓リストビュー右クリックでゴースト名コピー

20 years agoログの多彩な条件での検索機能を、ひととおり実装。
naru [Wed, 10 Mar 2004 01:04:50 +0000 (01:04 +0000)]
ログの多彩な条件での検索機能を、ひととおり実装。

20 years agoSpinEdit内でのEnter押下でログダウンロードが開始されるように修正。
yese [Tue, 9 Mar 2004 18:42:41 +0000 (18:42 +0000)]
SpinEdit内でのEnter押下でログダウンロードが開始されるように修正。
タブオーダーを修正。

20 years agorequires Indy60/70の条件コンパイルの試行
C.Ponapalt [Tue, 9 Mar 2004 18:07:12 +0000 (18:07 +0000)]
requires Indy60/70の条件コンパイルの試行
D7でコンパイル不能になっていたら即戻してください。

20 years agoビルド環境構築の説明
Yune Kotomi [Tue, 9 Mar 2004 16:02:36 +0000 (16:02 +0000)]
ビルド環境構築の説明

20 years agoビルド環境構築の説明へのリンク追加。
Yune Kotomi [Tue, 9 Mar 2004 16:01:39 +0000 (16:01 +0000)]
ビルド環境構築の説明へのリンク追加。

20 years ago元に戻す/やり直しにアイコン追加 アクション修正
C.Ponapalt [Tue, 9 Mar 2004 14:02:13 +0000 (14:02 +0000)]
元に戻す/やり直しにアイコン追加 アクション修正

20 years agoa trivial correction
yese [Tue, 9 Mar 2004 10:10:35 +0000 (10:10 +0000)]
a trivial correction

20 years agoみかげさんもWinBottle Project内定したので、著作権情報もう一度修正。
naru [Tue, 9 Mar 2004 09:13:55 +0000 (09:13 +0000)]
みかげさんもWinBottle Project内定したので、著作権情報もう一度修正。

20 years ago「取り消し、やり直し」のメニュー項目説明を追加
naru [Tue, 9 Mar 2004 01:11:36 +0000 (01:11 +0000)]
「取り消し、やり直し」のメニュー項目説明を追加

20 years agoa trivial correction
yese [Tue, 9 Mar 2004 00:19:35 +0000 (00:19 +0000)]
a trivial correction

20 years ago著作権情報を変更。WinBottle Project
naru [Mon, 8 Mar 2004 23:52:47 +0000 (23:52 +0000)]
著作権情報を変更。WinBottle Project

20 years agoヘルプ関係をリポジトリにインポート
naru [Mon, 8 Mar 2004 23:26:36 +0000 (23:26 +0000)]
ヘルプ関係をリポジトリにインポート

20 years ago著作権情報をそれっぽく変更。(C)WinBottle Project + Mikage Sawatariに。
naru [Mon, 8 Mar 2004 19:56:51 +0000 (19:56 +0000)]
著作権情報をそれっぽく変更。(C)WinBottle Project + Mikage Sawatariに。

20 years agoAdd Undo/Redo Menu.
C.Ponapalt [Mon, 8 Mar 2004 18:56:00 +0000 (18:56 +0000)]
Add Undo/Redo Menu.

20 years agoImplementing advanced log search functionality. (half done)
naru [Mon, 8 Mar 2004 14:30:18 +0000 (14:30 +0000)]
Implementing advanced log search functionality. (half done)

20 years agoFixed layout
naru [Mon, 8 Mar 2004 14:29:13 +0000 (14:29 +0000)]
Fixed layout

20 years agoImplemented ExtractUniqueGhosts and ExtractUniqueChannels functions
naru [Sat, 6 Mar 2004 02:32:14 +0000 (02:32 +0000)]
Implemented ExtractUniqueGhosts and ExtractUniqueChannels functions

20 years agoSearchLog Dialog implemented
naru [Sat, 6 Mar 2004 02:25:43 +0000 (02:25 +0000)]
SearchLog Dialog implemented

20 years agoDialog implemented
naru [Sat, 6 Mar 2004 02:25:28 +0000 (02:25 +0000)]
Dialog implemented

20 years agoAdded SearchLog (not implemented yet)
naru [Thu, 4 Mar 2004 14:33:54 +0000 (14:33 +0000)]
Added SearchLog (not implemented yet)

20 years agoFixed the bug in ExtractUrls - normal talk could be handled as a tag
naru [Wed, 3 Mar 2004 19:52:54 +0000 (19:52 +0000)]
Fixed the bug in ExtractUrls - normal talk could be handled as a tag

20 years agoHighlight that 'require' clause in sakurasuite.dpk may have to be modified according...
naru [Wed, 3 Mar 2004 19:45:12 +0000 (19:45 +0000)]
Highlight that 'require' clause in sakurasuite.dpk may have to be modified according to the environment

20 years agoString manipulation fixed again
naru [Wed, 3 Mar 2004 19:37:18 +0000 (19:37 +0000)]
String manipulation fixed again

20 years agoReplaced RightBStr to AnsiRightStr
naru [Wed, 3 Mar 2004 19:27:29 +0000 (19:27 +0000)]
Replaced RightBStr to AnsiRightStr

20 years agoShow the order of the selected bottle
naru [Mon, 26 Jan 2004 16:18:50 +0000 (16:18 +0000)]
Show the order of the selected bottle

20 years agoVersion string
naru [Mon, 26 Jan 2004 16:18:31 +0000 (16:18 +0000)]
Version string

20 years agoUses its own SsParser
naru [Mon, 26 Jan 2004 16:03:16 +0000 (16:03 +0000)]
Uses its own SsParser

20 years agoDragging log item with Ctrl key will copy the item
naru [Sat, 24 Jan 2004 17:27:20 +0000 (17:27 +0000)]
Dragging log item with Ctrl key will copy the item

20 years agoRemoved cbxNoSendGhostList and related properties
naru [Sat, 24 Jan 2004 17:26:56 +0000 (17:26 +0000)]
Removed cbxNoSendGhostList and related properties

20 years agoRemoved cbxNoSendGhostList
naru [Sat, 24 Jan 2004 17:10:39 +0000 (17:10 +0000)]
Removed cbxNoSendGhostList

20 years agoFix: TBottleChainGhostNotCondition is not working at all
naru [Sat, 24 Jan 2004 16:48:19 +0000 (16:48 +0000)]
Fix: TBottleChainGhostNotCondition is not working at all

20 years agoBottleServer and its port can be modified by inifile
naru [Fri, 16 Jan 2004 15:15:53 +0000 (15:15 +0000)]
BottleServer and its port can be modified by inifile

20 years agoImproved scroll speed
naru [Tue, 13 Jan 2004 11:55:53 +0000 (11:55 +0000)]
Improved scroll speed

20 years agoVersion string
naru [Tue, 13 Jan 2004 11:55:28 +0000 (11:55 +0000)]
Version string

20 years agoFix: Contents of narrow subitems will no be displayed in lvwLog
naru [Mon, 5 Jan 2004 23:16:02 +0000 (23:16 +0000)]
Fix: Contents of narrow subitems will no be displayed in lvwLog

20 years agoFix PrintSurfaceImage -- Invalid file name might be used
naru [Mon, 5 Jan 2004 22:14:14 +0000 (22:14 +0000)]
Fix PrintSurfaceImage -- Invalid file name might be used

20 years agoBottleChainNotRegExpCondition added and implemented
naru [Mon, 5 Jan 2004 04:37:39 +0000 (04:37 +0000)]
BottleChainNotRegExpCondition added and implemented

20 years agoRemoved glog function
naru [Mon, 5 Jan 2004 04:12:32 +0000 (04:12 +0000)]
Removed glog function

20 years agoLayout of controls modified
naru [Thu, 6 Nov 2003 14:46:40 +0000 (14:46 +0000)]
Layout of controls modified

20 years agoBitmap image replaced
naru [Thu, 6 Nov 2003 14:23:03 +0000 (14:23 +0000)]
Bitmap image replaced

20 years agoFixed the index error when another bottle is arrived while loading the log
naru [Wed, 5 Nov 2003 04:05:16 +0000 (04:05 +0000)]
Fixed the index error when another bottle is arrived while loading the log

20 years agoVersion string
naru [Sat, 20 Sep 2003 13:03:13 +0000 (13:03 +0000)]
Version string

20 years agoFix: invalid script can be sent
naru [Sat, 20 Sep 2003 13:02:28 +0000 (13:02 +0000)]
Fix: invalid script can be sent

20 years agoVersion string
naru [Sat, 20 Sep 2003 12:41:41 +0000 (12:41 +0000)]
Version string

20 years agoModified try - except clause in PlayTime method
naru [Sat, 20 Sep 2003 12:41:05 +0000 (12:41 +0000)]
Modified try - except clause in PlayTime method

20 years agoMinor fix
naru [Sat, 20 Sep 2003 12:40:10 +0000 (12:40 +0000)]
Minor fix

20 years agoHTML Output function completed
naru [Sat, 20 Sep 2003 12:36:35 +0000 (12:36 +0000)]
HTML Output function completed

20 years agoHTML Output updated (70% implemented)
naru [Sat, 20 Sep 2003 11:09:07 +0000 (11:09 +0000)]
HTML Output updated (70% implemented)

20 years agoFix that invalid script could be locally confirmed
naru [Sat, 20 Sep 2003 07:48:26 +0000 (07:48 +0000)]
Fix that invalid script could be locally confirmed
Send confirmation dialog will be displayed after script validation

20 years agoPartially implemented
naru [Wed, 17 Sep 2003 08:25:12 +0000 (08:25 +0000)]
Partially implemented
Design and image saving not yet implemented

20 years agoFix that XMLEntity may return errournous string
naru [Wed, 17 Sep 2003 07:53:46 +0000 (07:53 +0000)]
Fix that XMLEntity may return errournous string

20 years agoPartially implemented (not tested)
naru [Wed, 17 Sep 2003 07:50:31 +0000 (07:50 +0000)]
Partially implemented (not tested)

20 years agoFix AV
naru [Wed, 17 Sep 2003 07:13:18 +0000 (07:13 +0000)]
Fix AV

20 years agoHTML Output implemented partially (not tested)
naru [Wed, 17 Sep 2003 06:56:47 +0000 (06:56 +0000)]
HTML Output implemented partially (not tested)

20 years agoAdded HTMLOutputConfig form
naru [Wed, 17 Sep 2003 06:26:48 +0000 (06:26 +0000)]
Added HTMLOutputConfig form

20 years agoFixed some mistypes
naru [Thu, 11 Sep 2003 04:32:39 +0000 (04:32 +0000)]
Fixed some mistypes

20 years agoChanged license term
naru [Thu, 11 Sep 2003 04:32:26 +0000 (04:32 +0000)]
Changed license term

20 years agoAdded note on play time synchronization strategy on SSP
naru [Thu, 11 Sep 2003 04:28:42 +0000 (04:28 +0000)]
Added note on play time synchronization strategy on SSP

20 years agoChanged license term a bit
naru [Thu, 11 Sep 2003 04:28:02 +0000 (04:28 +0000)]
Changed license term a bit

20 years agoAdded SsPlayTime manual
naru [Thu, 11 Sep 2003 03:55:40 +0000 (03:55 +0000)]
Added SsPlayTime manual

20 years agoAdd information about synchronized session
naru [Thu, 11 Sep 2003 03:55:22 +0000 (03:55 +0000)]
Add information about synchronized session

20 years agoFix: SurfaceReplace
naru [Sun, 31 Aug 2003 14:21:26 +0000 (14:21 +0000)]
Fix: SurfaceReplace

20 years agoFix: SurfaceReplace
naru [Sun, 31 Aug 2003 05:50:21 +0000 (05:50 +0000)]
Fix: SurfaceReplace

20 years agoException handled in OnSlppEvent
naru [Sun, 31 Aug 2003 05:50:02 +0000 (05:50 +0000)]
Exception handled in OnSlppEvent

20 years agoDeleted commented out //MemCheck, declearation
naru [Sun, 31 Aug 2003 03:16:14 +0000 (03:16 +0000)]
Deleted commented out //MemCheck, declearation

20 years agoFixed memory leaks
naru [Sun, 31 Aug 2003 03:15:48 +0000 (03:15 +0000)]
Fixed memory leaks