| 496 |
* Add edit bookmark dialog |
* Add edit bookmark dialog |
| 497 |
|
|
| 498 |
//////////////////////////////// |
//////////////////////////////// |
| 499 |
// B121 |
// B121 (Tombo_1_8) |
| 500 |
//////////////////////////////// |
//////////////////////////////// |
| 501 |
|
|
| 502 |
* Change bookmark format path to URI. |
* Change bookmark format path to URI. |
| 503 |
* Support virtual folder's bookmark/startpage. |
* Support virtual folder's bookmark/startpage. |
| 504 |
* Add '%I' to date format. (#4190, #4191) |
* Add '%I' to date format. (#4190, #4191) |
| 505 |
|
|
| 506 |
|
//////////////////////////////// |
| 507 |
|
// B122 |
| 508 |
|
//////////////////////////////// |
| 509 |
|
// 2.0 branch |
| 510 |
|
|
| 511 |
|
* Initial version of TOMBO 2.0 alpha |
| 512 |
|
* You can build only win32 version. CE version is not yet. |
| 513 |
|
* Very very unstable. there are crush, hung up, and so on. |
| 514 |
|
|
| 515 |
|
//////////////////////////////// |
| 516 |
|
// B123 |
| 517 |
|
//////////////////////////////// |
| 518 |
|
// 2.0 branch |
| 519 |
|
|
| 520 |
|
* Rename some classes |
| 521 |
|
* Add unit test modules |
| 522 |
|
|
| 523 |
|
//////////////////////////////// |
| 524 |
|
// B124 |
| 525 |
|
//////////////////////////////// |
| 526 |
|
// 2.0 branch |
| 527 |
|
|
| 528 |
|
* FIX: when select whole lines and hit BS key, YAE hangups. |
| 529 |
|
* some refactorings. |
| 530 |
|
caret positions |
| 531 |
|
BS/DEL key handers |
| 532 |
|
... |
| 533 |
|
|
| 534 |
|
//////////////////////////////// |
| 535 |
|
// B125 |
| 536 |
|
//////////////////////////////// |
| 537 |
|
// 2.0 branch |
| 538 |
|
|
| 539 |
|
* FIX: YAE hangups when switch to other note and click the text. |
| 540 |
|
* FIX: Selected region shifts when resizing. |
| 541 |
|
* Support CE version. |
| 542 |
|
|
| 543 |
|
//////////////////////////////// |
| 544 |
|
// B126 |
| 545 |
|
//////////////////////////////// |
| 546 |
|
// 2.0 branch |
| 547 |
|
|
| 548 |
|
* FIX: Crush when encrypting folder(#4286,#4287). |
| 549 |
|
* FIX: Ctrl-C,V,X is not worked on HPC. |
| 550 |
|
|
| 551 |
|
//////////////////////////////// |
| 552 |
|
// B127 |
| 553 |
|
//////////////////////////////// |
| 554 |
|
// main trunk |
| 555 |
|
|
| 556 |
|
// merged from B126 |
| 557 |
|
|
| 558 |
|
* separate MemoDetailsView and its implimentation. |
| 559 |
|
* FIX: Crush when encrypting folder(#4286,#4287). |
| 560 |
|
|
| 561 |
|
//////////////////////////////// |
| 562 |
|
// B128 |
| 563 |
|
//////////////////////////////// |
| 564 |
|
// main trunk |
| 565 |
|
|
| 566 |
|
* minor refactoring to MainFrame.cpp |
| 567 |
|
* remove MWM_OPEN_REQUEST and add MWM_SWITCH_VIEW |
| 568 |
|
* remove HTREEITEM from MemoManager for simplify the node management. |
| 569 |
|
|
| 570 |
|
//////////////////////////////// |
| 571 |
|
// B129 |
| 572 |
|
//////////////////////////////// |
| 573 |
|
// main trunk |
| 574 |
|
|
| 575 |
|
* remove MemoLocator |
| 576 |
|
* many refactoring |
| 577 |
|
|
| 578 |
|
//////////////////////////////// |
| 579 |
|
// B130 |
| 580 |
|
//////////////////////////////// |
| 581 |
|
// main trunk |
| 582 |
|
|
| 583 |
|
* remove MemoManager::pCurrentNote |
| 584 |
|
|
| 585 |
|
//////////////////////////////// |
| 586 |
|
// B131 (Tombo_1_8_1) |
| 587 |
|
//////////////////////////////// |
| 588 |
|
// Tombo_1_8_1 branch |
| 589 |
|
|
| 590 |
|
* Crush when encrypting folder(#4286,#4287) |
| 591 |
|
* Crush when pressing "Search Next" button(#4308,#4309) |
| 592 |
|
* Down button ignored at filterdef dialog(#2771,#2772) |
| 593 |
|
|
| 594 |
|
//////////////////////////////// |
| 595 |
|
// |
| 596 |
|
//////////////////////////////// |
| 597 |
|
// 2.0 branch |
| 598 |
|
|
| 599 |
|
merged from B131 |
| 600 |
|
|
| 601 |
|
* Down button ignored at filterdef dialog(#2771,#2772) |
| 602 |
|
* Crush when pressing "Search Next" button(#4308,#4309) |
| 603 |
|
|
| 604 |
|
other fix: |
| 605 |
|
|
| 606 |
|
* show caret when moving by cursor. |
| 607 |
|
* disable Ctrl-S handler. |
| 608 |
|
|