OSDN Git Service

初コミット
authorgdkhd812 <jbh03215@hotmail.com>
Wed, 24 Jul 2013 15:51:54 +0000 (00:51 +0900)
committergdkhd812 <jbh03215@hotmail.com>
Wed, 24 Jul 2013 15:51:54 +0000 (00:51 +0900)
commit358d26205329915abb81fab27cd4a1de83d183e4
treed81276af10c45d8f18e372f05ffe2c3474721dc0
初コミット
137 files changed:
.gitignore [new file with mode: 0644]
Common/Automaion/FooTextBoxAutomationPeer.cs [new file with mode: 0644]
Common/CacheManager.cs [new file with mode: 0644]
Common/CollectionDebugView.cs [new file with mode: 0644]
Common/Controller.cs [new file with mode: 0644]
Common/Direct2D/CustomTextRenderer.cs [new file with mode: 0644]
Common/Direct2D/D2DRenderCommon.cs [new file with mode: 0644]
Common/Direct2D/DrawingEffect.cs [new file with mode: 0644]
Common/Direct2D/InlineChar.cs [new file with mode: 0644]
Common/Direct2D/MarkerFactory.cs [new file with mode: 0644]
Common/Direct2D/MultiSet.cs [new file with mode: 0644]
Common/Direct2D/MyTextLayout.cs [new file with mode: 0644]
Common/Document.cs [new file with mode: 0644]
Common/DotNetTextStore/DotNetTextStore.Metro.csproj [new file with mode: 0644]
Common/DotNetTextStore/DotNetTextStore.csproj [new file with mode: 0644]
Common/DotNetTextStore/Properties/AssemblyInfo.cs [new file with mode: 0644]
Common/DotNetTextStore/Readme.txt [new file with mode: 0644]
Common/DotNetTextStore/TextStore.cs [new file with mode: 0644]
Common/DotNetTextStore/TextStore2.cs [new file with mode: 0644]
Common/DotNetTextStore/TextStoreBase.cs [new file with mode: 0644]
Common/DotNetTextStore/UnmanagedAPI/TSF.cs [new file with mode: 0644]
Common/DotNetTextStore/UnmanagedAPI/TSF/TextStore.cs [new file with mode: 0644]
Common/DotNetTextStore/UnmanagedAPI/WinDef.cs [new file with mode: 0644]
Common/DotNetTextStore/UnmanagedAPI/WinError.cs [new file with mode: 0644]
Common/EditView.cs [new file with mode: 0644]
Common/FoldingCollection.cs [new file with mode: 0644]
Common/GapBuffer+Enumerator.cs [new file with mode: 0644]
Common/GapBuffer.cs [new file with mode: 0644]
Common/IFoldingStrategy.cs [new file with mode: 0644]
Common/IHilighter.cs [new file with mode: 0644]
Common/ITextRender.cs [new file with mode: 0644]
Common/LineToIndex.cs [new file with mode: 0644]
Common/MarkerCollection.cs [new file with mode: 0644]
Common/PrintableView.cs [new file with mode: 0644]
Common/Range.cs [new file with mode: 0644]
Common/RangeCollection.cs [new file with mode: 0644]
Common/RangeTree.cs [new file with mode: 0644]
Common/RangeTreeNode.cs [new file with mode: 0644]
Common/ResourceManager.cs [new file with mode: 0644]
Common/SelectCollection.cs [new file with mode: 0644]
Common/StringBuffer.cs [new file with mode: 0644]
Common/Test/CharFoldingMethod.cs [new file with mode: 0644]
Common/Test/XmlHilighter.cs [new file with mode: 0644]
Common/TextPoint.cs [new file with mode: 0644]
Common/TextServiceFramework/TextStoreHelper.cs [new file with mode: 0644]
Common/UndoCommands.cs [new file with mode: 0644]
Common/UndoManager.cs [new file with mode: 0644]
Common/Util.cs [new file with mode: 0644]
Common/ViewBase.cs [new file with mode: 0644]
Help/fooeditengine_api.shfbproj [new file with mode: 0644]
Installer/install.cmd [new file with mode: 0644]
Libs/SharpDX.DXGI.dll [new file with mode: 0644]
Libs/SharpDX.Direct2D1.dll [new file with mode: 0644]
Libs/SharpDX.Direct3D10.dll [new file with mode: 0644]
Libs/SharpDX.Direct3D9.dll [new file with mode: 0644]
Libs/SharpDX.dll [new file with mode: 0644]
License.txt [new file with mode: 0644]
Metro/FooEditEngnine/Direct2D/D2DRender.cs [new file with mode: 0644]
Metro/FooEditEngnine/Direct2D/D2DRenderBase.cs [new file with mode: 0644]
Metro/FooEditEngnine/FooEditEngine.csproj [new file with mode: 0644]
Metro/FooEditEngnine/FooPrintText.cs [new file with mode: 0644]
Metro/FooEditEngnine/FooTextBox.cs [new file with mode: 0644]
Metro/FooEditEngnine/GripperManager.cs [new file with mode: 0644]
Metro/FooEditEngnine/Print/ComInterface.cs [new file with mode: 0644]
Metro/FooEditEngnine/Print/D2DPrintPreviewRender.cs [new file with mode: 0644]
Metro/FooEditEngnine/Print/D2DPrintRender.cs [new file with mode: 0644]
Metro/FooEditEngnine/Print/DocumentSource.cs [new file with mode: 0644]
Metro/FooEditEngnine/Properties/AssemblyInfo.cs [new file with mode: 0644]
Metro/FooEditEngnine/Themes/Generic.xaml [new file with mode: 0644]
Metro/FooEditEngnine/strings/en-US/Resources.resw [new file with mode: 0644]
Metro/FooEditEngnine/strings/ja-JP/Resources.resw [new file with mode: 0644]
Metro/Libs/SharpDX.DXGI.dll [new file with mode: 0644]
Metro/Libs/SharpDX.Direct2D1.dll [new file with mode: 0644]
Metro/Libs/SharpDX.Direct3D11.dll [new file with mode: 0644]
Metro/Libs/SharpDX.dll [new file with mode: 0644]
Metro/Test.sln [new file with mode: 0644]
Metro/Test/App.xaml [new file with mode: 0644]
Metro/Test/App.xaml.cs [new file with mode: 0644]
Metro/Test/AppSettings.cs [new file with mode: 0644]
Metro/Test/Assets/Logo.png [new file with mode: 0644]
Metro/Test/Assets/SmallLogo.png [new file with mode: 0644]
Metro/Test/Assets/SplashScreen.png [new file with mode: 0644]
Metro/Test/Assets/StoreLogo.png [new file with mode: 0644]
Metro/Test/Common/StandardStyles.xaml [new file with mode: 0644]
Metro/Test/MainPage.xaml [new file with mode: 0644]
Metro/Test/MainPage.xaml.cs [new file with mode: 0644]
Metro/Test/Package.appxmanifest [new file with mode: 0644]
Metro/Test/Properties/AssemblyInfo.cs [new file with mode: 0644]
Metro/Test/SettingsFlyout.xaml [new file with mode: 0644]
Metro/Test/SettingsFlyout.xaml.cs [new file with mode: 0644]
Metro/Test/Test.csproj [new file with mode: 0644]
WPF/FooEditEngine.sln [new file with mode: 0644]
WPF/FooEditEngine/Direct2D/D2DRender.cs [new file with mode: 0644]
WPF/FooEditEngine/Direct2D/NativeMethods.cs [new file with mode: 0644]
WPF/FooEditEngine/FooEditEngine.csproj [new file with mode: 0644]
WPF/FooEditEngine/FooPrintText.cs [new file with mode: 0644]
WPF/FooEditEngine/FooTextBox.cs [new file with mode: 0644]
WPF/FooEditEngine/FooTextBoxCommands.cs [new file with mode: 0644]
WPF/FooEditEngine/Properties/AssemblyInfo.cs [new file with mode: 0644]
WPF/FooEditEngine/Themes/Generic.xaml [new file with mode: 0644]
WPF/FooEditEngine/WPF/CustomTextSource.cs [new file with mode: 0644]
WPF/FooEditEngine/WPF/FontRendering.cs [new file with mode: 0644]
WPF/FooEditEngine/WPF/GenericTextProperties.cs [new file with mode: 0644]
WPF/FooEditEngine/WPF/TextLayout.cs [new file with mode: 0644]
WPF/FooEditEngine/WPF/WPFRender.cs [new file with mode: 0644]
WPF/Test/App.xaml [new file with mode: 0644]
WPF/Test/App.xaml.cs [new file with mode: 0644]
WPF/Test/MainWindow.xaml [new file with mode: 0644]
WPF/Test/MainWindow.xaml.cs [new file with mode: 0644]
WPF/Test/Properties/AssemblyInfo.cs [new file with mode: 0644]
WPF/Test/Properties/Resources.Designer.cs [new file with mode: 0644]
WPF/Test/Properties/Resources.resx [new file with mode: 0644]
WPF/Test/Properties/Settings.Designer.cs [new file with mode: 0644]
WPF/Test/Properties/Settings.settings [new file with mode: 0644]
WPF/Test/Test.csproj [new file with mode: 0644]
WPF/UnitTest/Properties/AssemblyInfo.cs [new file with mode: 0644]
WPF/UnitTest/UnitTest.csproj [new file with mode: 0644]
WPF/UnitTest/UnitTest1.cs [new file with mode: 0644]
WPF/UnitTest/UnitTest2.cs [new file with mode: 0644]
Windows/FooEditEngine.sln [new file with mode: 0644]
Windows/FooEditEngine/D2DTextRender.cs [new file with mode: 0644]
Windows/FooEditEngine/FooEditEngine.csproj [new file with mode: 0644]
Windows/FooEditEngine/FooPrintText.cs [new file with mode: 0644]
Windows/FooEditEngine/FooTextBox.cs [new file with mode: 0644]
Windows/FooEditEngine/PrintableTextRender.cs [new file with mode: 0644]
Windows/FooEditEngine/Properties/AssemblyInfo.cs [new file with mode: 0644]
Windows/FooEditEngine/WinIME.cs [new file with mode: 0644]
Windows/Test/Form1.Designer.cs [new file with mode: 0644]
Windows/Test/Form1.cs [new file with mode: 0644]
Windows/Test/Form1.resx [new file with mode: 0644]
Windows/Test/Program.cs [new file with mode: 0644]
Windows/Test/Properties/AssemblyInfo.cs [new file with mode: 0644]
Windows/Test/Properties/Resources.Designer.cs [new file with mode: 0644]
Windows/Test/Properties/Resources.resx [new file with mode: 0644]
Windows/Test/Properties/Settings.Designer.cs [new file with mode: 0644]
Windows/Test/Properties/Settings.settings [new file with mode: 0644]
Windows/Test/Test.csproj [new file with mode: 0644]