Develop and Download Open Source Software

Browse CVS Repository

/[OSDN]/tombo/Tombo/Src/MemoDetailsView.cpp

Log of /tombo/Tombo/Src/MemoDetailsView.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


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

Revision 1.36 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Aug 27 11:11:36 2006 UTC (17 years, 7 months ago) by hirami
Branch: MAIN
CVS Tags: B224, B225, B226, B227, B228, B229, B230, B231, HEAD, Tombo_2_0b1, Tombo_2_0b2, Tombo_2_0b3, Tombo_2_0b4
Changes since 1.35: +2 -2 lines
Diff to previous 1.35
- Create new project for WM5 platform.
	In current version, feature is same as PocketPC.


Revision 1.35 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 22 15:18:09 2006 UTC (18 years, 1 month ago) by hirami
Branch: MAIN
CVS Tags: B219, B220, B222, B223
Changes since 1.34: +4 -1 lines
Diff to previous 1.34
- Fixes to YAE
	* Context menu support(PocketPC)
	* Read only mode support
	* Wrapping support
	* INS key support


Revision 1.34 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Feb 20 15:07:42 2006 UTC (18 years, 1 month ago) by hirami
Branch: MAIN
CVS Tags: B217, B218
Changes since 1.33: +53 -50 lines
Diff to previous 1.33
- Enable YAE Option


Revision 1.33 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Feb 18 06:33:37 2006 UTC (18 years, 1 month ago) by hirami
Branch: MAIN
CVS Tags: B214, B215, B216
Changes since 1.32: +111 -24 lines
Diff to previous 1.32
- Remove Ctrl-A accelarator and handle it by MemoDetailsView.

- Fixes to YAE
	* Ctrl-A support
	* Insert date (Ctrl-1, Ctrl-2) support
	* ABEND when clipborad item is not text
	* CRLF was always inserted when saving
	* Vert scrollbar is not shown when pasting long texts


Revision 1.32 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Feb 4 04:44:00 2006 UTC (18 years, 2 months ago) by hirami
Branch: MAIN
CVS Tags: B198, B199, B200, B201, B202, B203, B205, B206, B207, B208, B211, B212, B213, B221, Tombo_1_16, Tombo_1_17, Tombo_1_17_1, Tombo_2_0a3
Branch point for: Tombo_1_17_1_branch
Changes since 1.31: +5 -5 lines
Diff to previous 1.31
* Save/load properties to/from file.


Revision 1.31 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 20 06:19:55 2005 UTC (18 years, 3 months ago) by hirami
Branch: MAIN
CVS Tags: B192, B193, B194, B196, B197, SNAPSHOT20051220, Tombo_1_15
Changes since 1.30: +2 -31 lines
Diff to previous 1.30
* Change toolbar bitmap size for testing W-ZERO3.
* Replace regex engine to oniguruma.
* change install target directory \Program Files to \Program Files\Tombo.


Revision 1.30 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Dec 17 02:51:46 2005 UTC (18 years, 3 months ago) by hirami
Branch: MAIN
CVS Tags: B191
Changes since 1.29: +5 -9 lines
Diff to previous 1.29
* Change encoding MBCS to UTF-8 on search logic.
* Change toolbar bitmap 4bit color to 8bit color.


Revision 1.29 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Dec 10 17:03:47 2005 UTC (18 years, 4 months ago) by hirami
Branch: MAIN
CVS Tags: B189
Changes since 1.28: +32 -12 lines
Diff to previous 1.28
- merge YAEDocCallbackHandler class and YAEditCallback class, so YAEDocCallbackHandler is no longer exists.
- remove MemoDetailsViewCallback


Revision 1.28 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Apr 9 22:12:14 2005 UTC (19 years ago) by hirami
Branch: MAIN
CVS Tags: B181, B183, B184, B186, B187, B188, Tombo_1_14, Tombo_2_0a2
Changes since 1.27: +1 -0 lines
Diff to previous 1.27
* FIX: tdt is not renamed when renaming.


Revision 1.27 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 28 18:32:49 2005 UTC (19 years ago) by hirami
Branch: MAIN
CVS Tags: B179, B180, Tombo_2_0a1
Changes since 1.26: +9 -10 lines
Diff to previous 1.26
* Impliment caret positioning for YAE.


Revision 1.26 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 11 16:46:42 2005 UTC (19 years, 1 month ago) by hirami
Branch: MAIN
CVS Tags: B177, B178
Changes since 1.25: +13 -19 lines
Diff to previous 1.25
* Fix: YAE focusing problem
* MemoManager::AllocNewMemo refactoring


Revision 1.25 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 8 16:55:23 2005 UTC (19 years, 1 month ago) by hirami
Branch: MAIN
Changes since 1.24: +53 -1 lines
Diff to previous 1.24
Fix: Resource leak around YAE.


Revision 1.24 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 14 14:31:06 2004 UTC (19 years, 6 months ago) by hirami
Branch: MAIN
CVS Tags: B158, B159, B160, B161, B162, B163, B164, B165, B166, B168, B169, B171, B172, B173, B174, B175, SNAPSHOT_20041121, Tombo_1_12, Tombo_1_13
Changes since 1.23: +23 -8 lines
Diff to previous 1.23
* DEV: Change MemoSelectView::InsertFile for removing MemoNote.
* DEV: TomboURI inherits TString now.
* DEV: MemoNote::GetURI logic moved to TombURI::InitByNotePath.
* DEV: Some other refactorings.


Revision 1.23 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Sep 10 17:08:53 2004 UTC (19 years, 7 months ago) by hirami
Branch: MAIN
CVS Tags: B150, B151, B152, B153, B154, B155, B156, B157, SNAPSHOT_20040920, SNAPSHOT_20040925, Tombo_1_10, Tombo_1_11, Tombo_1_9
Changes since 1.22: +0 -2 lines
Diff to previous 1.22
* Rename message generate scripts
* Realign message files
* Update release scripts


Revision 1.17.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 8 16:37:39 2004 UTC (19 years, 9 months ago) by hirami
Branch: Tombo_2_0alpha_branch
Changes since 1.17.2.2: +74 -39 lines
Diff to previous 1.17.2.2 , to branch point 1.17 , to next main 1.36
* merged B130 to B141 on main trunk


Revision 1.22 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jul 1 17:21:05 2004 UTC (19 years, 9 months ago) by hirami
Branch: MAIN
CVS Tags: B140, B141, B142, B143, B144, B145, B146, B147, B148, B149, Tombo_1_9b1
Changes since 1.21: +1 -1 lines
Diff to previous 1.21
* FIX: when tapping edit view then tapping tree view, menu don't be changed.
* FIX: window size is not correct when 2 pane view.


Revision 1.21 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jun 27 10:37:52 2004 UTC (19 years, 9 months ago) by hirami
Branch: MAIN
CVS Tags: B139
Changes since 1.20: +3 -1 lines
Diff to previous 1.20
* support two pane and edit view style on PocketPC.
* support BE-x00


Revision 1.20 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 17 19:07:22 2004 UTC (19 years, 9 months ago) by hirami
Branch: MAIN
CVS Tags: B138
Changes since 1.19: +70 -37 lines
Diff to previous 1.19
* major refactoring
	- modify MemoDetailsView for multi instance support.
	- impliment MemoDetailsViewDlg for support morden PocketPC style but not used in this version.


Revision 1.19 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jun 5 22:14:28 2004 UTC (19 years, 10 months ago) by hirami
Branch: MAIN
CVS Tags: B135, B136
Changes since 1.18: +3 -3 lines
Diff to previous 1.18
* supporting two-pane layout for PocketPC version.


Revision 1.17.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 26 17:29:04 2004 UTC (19 years, 10 months ago) by hirami
Branch: Tombo_2_0alpha_branch
CVS Tags: B132, B133
Changes since 1.17.2.1: +1 -1 lines
Diff to previous 1.17.2.1 , to branch point 1.17
* Down button ignored at filterdef dialog(#2771,#2772)
* Crush when pressing "Search Next" button(#4308,#4309)


Revision 1.17.4.1 - (view) (download) (as text) (annotate) - [select for diffs]
Fri May 21 18:08:07 2004 UTC (19 years, 10 months ago) by hirami
Branch: Tombo_1_8_1_branch
CVS Tags: B131, Tombo_1_8_1
Changes since 1.17: +1 -1 lines
Diff to previous 1.17 , to next main 1.36
* Crush when encrypting folder(#4286,#4287)
* Crush when pressing "Search Next" button(#4308,#4309)
* Down button ignored at filterdef dialog(#2771,#2772)


Revision 1.18 - (view) (download) (as text) (annotate) - [select for diffs]
Fri May 14 20:45:01 2004 UTC (19 years, 11 months ago) by hirami
Branch: MAIN
CVS Tags: B128, B129, B130, B134
Changes since 1.17: +27 -31 lines
Diff to previous 1.17
merged from B126(2.0 branch)
 * separate MemoDetailsView and its implimentation.
 * FIX: Crush when encrypting folder(#4286,#4287).


Revision 1.17.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sat May 8 15:48:42 2004 UTC (19 years, 11 months ago) by hirami
Branch: Tombo_2_0alpha_branch
CVS Tags: B122, B123, B124, B125, B126
Changes since 1.17: +27 -31 lines
Diff to previous 1.17
2.0 alpha initial version.


Revision 1.17 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Apr 25 16:57:19 2004 UTC (19 years, 11 months ago) by hirami
Branch: MAIN
CVS Tags: B121, Tombo_1_8
Branch point for: Tombo_1_8_1_branch, Tombo_2_0alpha_branch
Changes since 1.16: +8 -0 lines
Diff to previous 1.16
* Change bookmark format path to URI.
* Support virtual folder's bookmark/startpage.
* Add '%I' to date format. (#4190, #4191)


Revision 1.16 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Apr 13 18:49:23 2004 UTC (20 years ago) by hirami
Branch: MAIN
CVS Tags: B118, B120
Changes since 1.15: +1 -0 lines
Diff to previous 1.15
* Add bookmark(#2716).
	Edit bookmark is not implimented yet.
	PsPC, BE-[35]00 is not implimented yet.


Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 9 18:46:37 2003 UTC (20 years, 8 months ago) by hirami
Branch: MAIN
CVS Tags: B109, B110, B111, B113, B114, B115, B116, B117, SNAPSHOT_20030824, SNAPSHOT_20040314, Tombo_1_7, Tombo_1_8b1
Changes since 1.14: +117 -6 lines
Diff to previous 1.14
* Add '%f and '%F' format to insert date strings.(#2713)


Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 5 14:02:47 2003 UTC (20 years, 10 months ago) by hirami
Branch: MAIN
CVS Tags: B105, B106, B107, B108, Tombo_1_7b5
Changes since 1.13: +6 -2 lines
Diff to previous 1.13
B015


Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Apr 8 17:16:16 2003 UTC (21 years ago) by hirami
Branch: MAIN
CVS Tags: B098, B099, B100, B101, B102, B103, B104, Tombo_1_7b2, Tombo_1_7b3, Tombo_1_7b4
Branch point for: Tombo_1_7b3_branch
Changes since 1.12: +4 -0 lines
Diff to previous 1.12
* Add "%n" macro for inserting newline in date strings(#1720)


Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Apr 8 15:13:07 2003 UTC (21 years ago) by hirami
Branch: MAIN
Changes since 1.11: +39 -13 lines
Diff to previous 1.11
* Assign Ctrl-;/Ctrl-: key to insert date on edit view(#1702)


Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Mar 26 16:29:17 2003 UTC (21 years ago) by hirami
Branch: MAIN
CVS Tags: B096
Changes since 1.10: +2 -0 lines
Diff to previous 1.10
* Disable update *.tdt when the note is not updated.(#1557)


Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Mar 19 17:10:16 2003 UTC (21 years ago) by hirami
Branch: MAIN
CVS Tags: B094, B095, Tombo_1_7b1
Changes since 1.9: +1 -0 lines
Diff to previous 1.9
* Control grep menu item.


Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 17 16:02:25 2003 UTC (21 years ago) by hirami
Branch: MAIN
Changes since 1.8: +1 -1 lines
Diff to previous 1.8
* Disable new folder menu item when virtual folder nodes selected.


Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Mar 9 19:01:10 2003 UTC (21 years, 1 month ago) by hirami
Branch: MAIN
CVS Tags: B092, B093
Changes since 1.7: +10 -5 lines
Diff to previous 1.7
B092


Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 6 15:35:57 2003 UTC (21 years, 1 month ago) by hirami
Branch: MAIN
CVS Tags: B091
Changes since 1.6: +5 -1 lines
Diff to previous 1.6
B091


Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 7 16:29:19 2003 UTC (21 years, 2 months ago) by hirami
Branch: MAIN
CVS Tags: B084, B085, B086, B087, B088, B089, B090
Changes since 1.5: +4 -0 lines
Diff to previous 1.5
B084:

* NEW: Add New folder by selecting right menu(#1170).
* MOD: Disable "Not match" dialog when search starts with treeview(#940).


Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 23 18:31:08 2003 UTC (21 years, 2 months ago) by hirami
Branch: MAIN
CVS Tags: B083, Tombo_1_6
Changes since 1.4: +5 -4 lines
Diff to previous 1.4
* Disable save icon when a note is not modified.(#1075)
  - support PsPC, BE300/500 platform


Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 8 15:39:36 2003 UTC (21 years, 3 months ago) by hirami
Branch: MAIN
CVS Tags: B081, B082, Tombo_1_6b2
Changes since 1.3: +8 -0 lines
Diff to previous 1.3
* FIX: Can't use Ctrl-Z(Undo) (#959,#960)
* FIX: Switch view-mode when B key pressed.(#993,#994)


Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 25 17:30:03 2002 UTC (21 years, 3 months ago) by hirami
Branch: MAIN
CVS Tags: B080, Tombo_1_6b1
Changes since 1.2: +14 -2 lines
Diff to previous 1.2
* impliment viewer mode.(#832)


Revision 1.2.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 13 18:08:37 2002 UTC (21 years, 4 months ago) by hirami
Branch: Tombo_1_5_1_branch
CVS Tags: B077
Changes since 1.2: +3 -0 lines
Diff to previous 1.2 , to next main 1.36
Add debug logging.(for #854)


Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 31 17:03:53 2002 UTC (21 years, 5 months ago) by hirami
Branch: MAIN
CVS Tags: B072, B073, B074, B075, B076, B078, B079, Tombo_1_4, Tombo_1_5, Tombo_1_5_1
Branch point for: Tombo_1_5_1_branch
Changes since 1.1: +4 -3 lines
Diff to previous 1.1
NEW:#696 Implimenting Greek code conversion library.


Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 4 23:56:39 2002 UTC (21 years, 6 months ago) by hirami
Branch: MAIN
CVS Tags: B066, B067, B068, B069, B070, B071, Tombo_1_3
Tombo 1.3公開時のソースからビットマップ・アイコンをSrc/images下に移動したもの


This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26