Develop and Download Open Source Software

Browse Subversion Repository

Revision 1200


Jump to revision: Previous Next
Author: tsawada2
Date: Sun May 9 03:12:57 2010 UTC (13 years, 11 months ago)
Changed paths: 61
Log Message:
CocoaOniguruma Update, Navigation bar Update, Thread Layout System Update, and some fix

Changed paths

Path Details
Directorybathyscaphe/trunk/application/BathyScaphe.xcodeproj/project.pbxproj modified , text changed
Directorybathyscaphe/trunk/application/Info-bathyscaphe.plist modified , text changed
Directorybathyscaphe/trunk/application/Resources/Japanese.lproj/Acknowledgments.rtf modified , text changed
Directorybathyscaphe/trunk/application/Resources/Japanese.lproj/CMRBrowser.nib/designable.nib modified , text changed
Directorybathyscaphe/trunk/application/Resources/Japanese.lproj/CMRBrowser.nib/keyedobjects.nib modified , text changed
Directorybathyscaphe/trunk/application/Resources/Japanese.lproj/CMRThreadViewer.xib added
Directorybathyscaphe/trunk/application/Resources/Japanese.lproj/MainMenu.xib modified , text changed
Directorybathyscaphe/trunk/application/Resources/image/LabelIcon1.png added
Directorybathyscaphe/trunk/application/Resources/image/LabelIcon2.png added
Directorybathyscaphe/trunk/application/Resources/image/LabelIcon3.png added
Directorybathyscaphe/trunk/application/Resources/image/LabelIcon4.png added
Directorybathyscaphe/trunk/application/Resources/image/LabelIcon5.png added
Directorybathyscaphe/trunk/application/source/browser/BSDBThreadList.m modified , text changed
Directorybathyscaphe/trunk/application/source/browser/CMRBrowser-Action.m modified , text changed
Directorybathyscaphe/trunk/application/source/browser/CMRBrowser-Delegate.m modified , text changed
Directorybathyscaphe/trunk/application/source/browser/CMRBrowser-Validation.m modified , text changed
Directorybathyscaphe/trunk/application/source/browser/CMRBrowser-ViewAccessor.m modified , text changed
Directorybathyscaphe/trunk/application/source/browser/CMRBrowser_p.h modified , text changed
Directorybathyscaphe/trunk/application/source/composer/CMRSpamFilter.m modified , text changed
Directorybathyscaphe/trunk/application/source/thread/CMRThreadComposingTask.h modified , text changed
Directorybathyscaphe/trunk/application/source/thread/CMRThreadComposingTask.m modified , text changed
Directorybathyscaphe/trunk/application/source/thread/CMRThreadDocument.m modified , text changed
Directorybathyscaphe/trunk/application/source/thread/CMRThreadFileLoadingTask.m modified , text changed
Directorybathyscaphe/trunk/application/source/thread/CMRThreadLayout-MessageRange.m modified , text changed
Directorybathyscaphe/trunk/application/source/thread/CMRThreadLayout.h modified , text changed
Directorybathyscaphe/trunk/application/source/thread/CMRThreadLayout.m modified , text changed
Directorybathyscaphe/trunk/application/source/thread/CMRThreadViewer-Action.m modified , text changed
Directorybathyscaphe/trunk/application/source/thread/CMRThreadViewer-MoveAction.m modified , text changed
Directorybathyscaphe/trunk/application/source/thread/CMRThreadViewer-ViewAccessor.m modified , text changed
Directorybathyscaphe/trunk/application/source/thread/CMRThreadViewer.h modified , text changed
Directorybathyscaphe/trunk/application/source/thread/CMRThreadViewer.m modified , text changed
Directorybathyscaphe/trunk/application/source/thread/CMRThreadViewer_p.h modified , text changed
Directorybathyscaphe/trunk/application/source/view/ThreadsListTable.m modified , text changed
Directorybathyscaphe/trunk/application/source/window/CMRReplyMessenger.m modified , text changed
Directorybathyscaphe/trunk/application/source/window/CMRStatusLineWindowController.h modified , text changed
Directorybathyscaphe/trunk/application/source/window/CMRStatusLineWindowController.m modified , text changed
Directorybathyscaphe/trunk/application/subproj/preference/Japanese.lproj/GeneralPreferences.xib modified , text changed
Directorybathyscaphe/trunk/changelog.txt modified , text changed
Directorybathyscaphe/trunk/frameworks/CocoaOniguruma/framework/CocoaOniguruma.xcodeproj/project.pbxproj modified , text changed
Directorybathyscaphe/trunk/frameworks/CocoaOniguruma/framework/CocoaOniguruma_Prefix.pch modified , text changed
Directorybathyscaphe/trunk/frameworks/CocoaOniguruma/framework/core/OnigRegexp.h modified , text changed
Directorybathyscaphe/trunk/frameworks/CocoaOniguruma/framework/core/OnigRegexp.m modified , text changed
Directorybathyscaphe/trunk/frameworks/CocoaOniguruma/framework/core/OnigRegexpUtility.h modified , text changed
Directorybathyscaphe/trunk/frameworks/CocoaOniguruma/framework/core/OnigRegexpUtility.m modified , text changed
Directorybathyscaphe/trunk/frameworks/CocoaOniguruma/framework/core/oniguruma/enc/unicode.c modified , text changed
Directorybathyscaphe/trunk/frameworks/CocoaOniguruma/framework/core/oniguruma/enc/utf16_le.c modified , text changed
Directorybathyscaphe/trunk/frameworks/CocoaOniguruma/framework/core/oniguruma/oniguruma.h modified , text changed
Directorybathyscaphe/trunk/frameworks/CocoaOniguruma/framework/core/oniguruma/regcomp.c modified , text changed
Directorybathyscaphe/trunk/frameworks/CocoaOniguruma/framework/core/oniguruma/regenc.h modified , text changed
Directorybathyscaphe/trunk/frameworks/CocoaOniguruma/framework/core/oniguruma/regexec.c modified , text changed
Directorybathyscaphe/trunk/frameworks/CocoaOniguruma/framework/core/oniguruma/regext.c modified , text changed
Directorybathyscaphe/trunk/frameworks/CocoaOniguruma/framework/core/oniguruma/regint.h modified , text changed
Directorybathyscaphe/trunk/frameworks/CocoaOniguruma/framework/core/oniguruma/regparse.c modified , text changed
Directorybathyscaphe/trunk/frameworks/CocoaOniguruma/framework/core/oniguruma/regversion.c modified , text changed
Directorybathyscaphe/trunk/frameworks/CocoaOniguruma/framework/testcommand/main.m modified , text changed
Directorybathyscaphe/trunk/frameworks/CocoaOniguruma/framework/tests/OnigRegexpTest.h modified , text changed
Directorybathyscaphe/trunk/frameworks/CocoaOniguruma/framework/tests/OnigRegexpTest.m modified , text changed
Directorybathyscaphe/trunk/frameworks/CocoaOniguruma/readme.txt modified , text changed
Directorybathyscaphe/trunk/frameworks/SGAppKit/Info-SGAppKit.plist modified , text changed
Directorybathyscaphe/trunk/frameworks/SGAppKit/SGAppKit.xcodeproj/project.pbxproj modified , text changed
Directorybathyscaphe/trunk/frameworks/SGAppKit/framework/src/SGAppKit.h modified , text changed

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