Skip to content

Commit

Permalink
update v1.5
Browse files Browse the repository at this point in the history
- fixed open GIF file
- fixed delete, rename
  • Loading branch information
Dương Diệu Pháp committed Sep 20, 2013
1 parent 5567a83 commit aa90a7b
Show file tree
Hide file tree
Showing 719 changed files with 81 additions and 871 deletions.
Binary file modified Source/Commands/igcmd/bin/Debug/ImageGlass.Core.dll
Binary file not shown.
Binary file modified Source/Commands/igcmd/bin/Debug/ImageGlass.Core.pdb
Binary file not shown.
Binary file modified Source/Commands/igcmd/bin/Debug/ImageGlass.Services.dll
Binary file not shown.
Binary file modified Source/Commands/igcmd/bin/Debug/ImageGlass.Services.pdb
Binary file not shown.
Binary file modified Source/Commands/igcmd/bin/Debug/ImageGlass.Theme.dll
Binary file not shown.
Binary file modified Source/Commands/igcmd/bin/Debug/ImageGlass.Theme.pdb
Binary file not shown.
Binary file modified Source/Commands/igcmd/bin/Debug/igcmd.exe
Binary file not shown.
Binary file modified Source/Commands/igcmd/bin/Debug/igcmd.pdb
Binary file not shown.
Binary file modified Source/Commands/igcmd/bin/Release/ImageGlass.Core.dll
Binary file not shown.
Binary file modified Source/Commands/igcmd/bin/Release/ImageGlass.Core.pdb
Binary file not shown.
Binary file modified Source/Commands/igcmd/bin/Release/ImageGlass.Library.dll
Binary file not shown.
Binary file modified Source/Commands/igcmd/bin/Release/ImageGlass.Library.pdb
Binary file not shown.
Binary file modified Source/Commands/igcmd/bin/Release/ImageGlass.Services.dll
Binary file not shown.
Binary file modified Source/Commands/igcmd/bin/Release/ImageGlass.Services.pdb
Binary file not shown.
Binary file modified Source/Commands/igcmd/bin/Release/ImageGlass.Theme.dll
Binary file not shown.
Binary file modified Source/Commands/igcmd/bin/Release/ImageGlass.Theme.pdb
Binary file not shown.
Binary file modified Source/Commands/igcmd/bin/Release/igcmd.exe
Binary file not shown.
Binary file modified Source/Commands/igcmd/bin/Release/igcmd.pdb
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ F:\My Software\ImageGlass\ImageGlass\Source\Commands\igcmd\obj\Debug\igcmd.cspro
F:\My Software\ImageGlass\ImageGlass\Source\Commands\igcmd\obj\Debug\igcmd.exe
F:\My Software\ImageGlass\ImageGlass\Source\Commands\igcmd\obj\Debug\igcmd.pdb
F:\My Software\ImageGlass\ImageGlass\Source\Commands\igcmd\obj\Debug\igcmd.frmReview.resources
F:\My Software\ImageGlass\ImageGlass\Source\Commands\igcmd\bin\Debug\Ionic.Zip.dll
F:\My Software\ImageGlass\ImageGlass\Source\Commands\igcmd\bin\Debug\ImageGlass.Core.dll
F:\My Software\ImageGlass\ImageGlass\Source\Commands\igcmd\bin\Debug\ImageGlass.Library.dll
F:\My Software\ImageGlass\ImageGlass\Source\Commands\igcmd\bin\Debug\ImageGlass.Core.pdb
F:\My Software\ImageGlass\ImageGlass\Source\Commands\igcmd\bin\Debug\ImageGlass.Library.pdb
F:\My Software\ImageGlass\ImageGlass\Source\Commands\igcmd\bin\Debug\Ionic.Zip.dll
Binary file not shown.
Binary file modified Source/Commands/igcmd/obj/Debug/igcmd.exe
Binary file not shown.
Binary file modified Source/Commands/igcmd/obj/Debug/igcmd.pdb
Binary file not shown.
Binary file not shown.
Binary file modified Source/Commands/igcmd/obj/Release/igcmd.exe
Binary file not shown.
Binary file modified Source/Commands/igcmd/obj/Release/igcmd.pdb
Binary file not shown.
Binary file modified Source/Commands/igtasks/bin/Debug/ImageGlass.Core.dll
Binary file not shown.
Binary file modified Source/Commands/igtasks/bin/Debug/ImageGlass.Core.pdb
Binary file not shown.
Binary file modified Source/Commands/igtasks/bin/Debug/ImageGlass.Services.dll
Binary file not shown.
Binary file modified Source/Commands/igtasks/bin/Debug/ImageGlass.Services.pdb
Binary file not shown.
Binary file modified Source/Commands/igtasks/bin/Debug/igtasks.exe
Binary file not shown.
Binary file modified Source/Commands/igtasks/bin/Debug/igtasks.pdb
Binary file not shown.
Binary file modified Source/Commands/igtasks/bin/Release/ImageGlass.Core.dll
Binary file not shown.
Binary file modified Source/Commands/igtasks/bin/Release/ImageGlass.Core.pdb
Binary file not shown.
Binary file modified Source/Commands/igtasks/bin/Release/ImageGlass.Library.dll
Binary file not shown.
Binary file modified Source/Commands/igtasks/bin/Release/ImageGlass.Library.pdb
Binary file not shown.
Binary file modified Source/Commands/igtasks/bin/Release/ImageGlass.Services.dll
Binary file not shown.
Binary file not shown.
Binary file modified Source/Commands/igtasks/bin/Release/igtasks.exe
Binary file not shown.
Binary file modified Source/Commands/igtasks/bin/Release/igtasks.pdb
Binary file not shown.
Binary file not shown.
Binary file modified Source/Commands/igtasks/obj/Debug/igtasks.exe
Binary file not shown.
Binary file modified Source/Commands/igtasks/obj/Debug/igtasks.pdb
Binary file not shown.
Binary file not shown.
Binary file modified Source/Commands/igtasks/obj/Release/igtasks.exe
Binary file not shown.
Binary file modified Source/Commands/igtasks/obj/Release/igtasks.pdb
Binary file not shown.
2 changes: 2 additions & 0 deletions Source/Extensions/ImageGlass.Core/Interpreter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,13 @@ public class Interpreter
public static Bitmap load(string path)
{
if (path.ToLower().EndsWith(".tga")) return Targa(path);
if (path.ToLower().EndsWith(".gif")) return new Bitmap(path);

using(FileStream fs = new FileStream(path, FileMode.Open, FileAccess.Read))
{
return new Bitmap(fs);
}

}

// Tested on files created by:
Expand Down
Binary file modified Source/Extensions/ImageGlass.Core/bin/Debug/ImageGlass.Core.dll
Binary file not shown.
Binary file modified Source/Extensions/ImageGlass.Core/bin/Debug/ImageGlass.Core.pdb
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified Source/Extensions/ImageGlass.Core/obj/Debug/ImageGlass.Core.dll
Binary file not shown.
Binary file modified Source/Extensions/ImageGlass.Core/obj/Debug/ImageGlass.Core.pdb
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ F:\My Software\ImageGlass\ImageGlass\Source\Extensions\ImageGlass.Plugins\bin\Re
F:\My Software\ImageGlass\ImageGlass\Source\Extensions\ImageGlass.Plugins\bin\Release\ImageGlass.Plugins.pdb
F:\My Software\ImageGlass\ImageGlass\Source\Extensions\ImageGlass.Plugins\obj\Release\ImageGlass.Plugins.dll
F:\My Software\ImageGlass\ImageGlass\Source\Extensions\ImageGlass.Plugins\obj\Release\ImageGlass.Plugins.pdb
F:\My Software\ImageGlass\ImageGlass\Source\Extensions\ImageGlass.Plugins\obj\Release\ImageGlass.Plugins.csprojResolveAssemblyReference.cache
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,9 @@ F:\My Software\ImageGlass\ImageGlass\Source\Extensions\ImageGlass.Theme\bin\Debu
F:\My Software\ImageGlass\ImageGlass\Source\Extensions\ImageGlass.Theme\obj\Debug\ImageGlass.Theme.dll
F:\My Software\ImageGlass\ImageGlass\Source\Extensions\ImageGlass.Theme\obj\Debug\ImageGlass.Theme.pdb
F:\My Software\ImageGlass\ImageGlass\Source\Extensions\ImageGlass.Theme\obj\Debug\ImageGlass.Theme.csprojResolveAssemblyReference.cache
F:\My Software\ImageGlass\ImageGlass\Source\Extensions\ImageGlass.Theme\bin\Debug\ImageGlass.Services.dll
F:\My Software\ImageGlass\ImageGlass\Source\Extensions\ImageGlass.Theme\bin\Debug\ImageGlass.Core.dll
F:\My Software\ImageGlass\ImageGlass\Source\Extensions\ImageGlass.Theme\bin\Debug\ImageGlass.Library.dll
F:\My Software\ImageGlass\ImageGlass\Source\Extensions\ImageGlass.Theme\bin\Debug\ImageGlass.Services.pdb
F:\My Software\ImageGlass\ImageGlass\Source\Extensions\ImageGlass.Theme\bin\Debug\ImageGlass.Core.pdb
F:\My Software\ImageGlass\ImageGlass\Source\Extensions\ImageGlass.Theme\bin\Debug\ImageGlass.Library.pdb
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions Source/ImageGlass.sln
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ Global
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{97F81263-4825-4C06-A7B6-2E999765FA28}.Debug|Any CPU.ActiveCfg = Release|Any CPU
{97F81263-4825-4C06-A7B6-2E999765FA28}.Debug|Any CPU.Build.0 = Release|Any CPU
{97F81263-4825-4C06-A7B6-2E999765FA28}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{97F81263-4825-4C06-A7B6-2E999765FA28}.Debug|Any CPU.Build.0 = Debug|Any CPU
{97F81263-4825-4C06-A7B6-2E999765FA28}.Release|Any CPU.ActiveCfg = Release|Any CPU
{97F81263-4825-4C06-A7B6-2E999765FA28}.Release|Any CPU.Build.0 = Release|Any CPU
{8540D406-E362-4ECC-9761-F978996354DF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
Expand Down
Binary file modified Source/ImageGlass.v11.suo
Binary file not shown.
1 change: 1 addition & 0 deletions Source/ImageGlass/ImageGlass.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@
<Compile Include="Properties\AssemblyInfo.cs" />
<EmbeddedResource Include="frmAbout.resx">
<DependentUpon>frmAbout.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="frmExtension.resx">
<DependentUpon>frmExtension.cs</DependentUpon>
Expand Down
4 changes: 2 additions & 2 deletions Source/ImageGlass/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.5.22.2013")]
[assembly: AssemblyFileVersionAttribute("1.5.22.2013")]
[assembly: AssemblyVersion("1.5.22.2014")]
[assembly: AssemblyFileVersionAttribute("1.5.22.2014")]
File renamed without changes.
File renamed without changes.
Binary file not shown.
Binary file added Source/ImageGlass/bin/Debug/ImageGlass.Core.pdb
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added Source/ImageGlass/bin/Debug/ImageGlass.Theme.dll
Binary file not shown.
Binary file added Source/ImageGlass/bin/Debug/ImageGlass.Theme.pdb
Binary file not shown.
Binary file not shown.
4 changes: 4 additions & 0 deletions Source/ImageGlass/bin/Debug/ImageGlass.exe.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?xml version="1.0"?>
<configuration>
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup>
</configuration>
Binary file added Source/ImageGlass/bin/Debug/ImageGlass.pdb
Binary file not shown.
4 changes: 4 additions & 0 deletions Source/ImageGlass/bin/Debug/ImageGlass.vshost.exe.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?xml version="1.0"?>
<configuration>
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup>
</configuration>
File renamed without changes.
Binary file added Source/ImageGlass/bin/Debug/igcmd.exe
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed Source/ImageGlass/bin/Debug_/ImageGlass.Core.pdb
Binary file not shown.
Binary file not shown.
Binary file removed Source/ImageGlass/bin/Debug_/ImageGlass.Plugins.pdb
Binary file not shown.
Binary file not shown.
Binary file removed Source/ImageGlass/bin/Debug_/ImageGlass.Services.pdb
Binary file not shown.
Binary file removed Source/ImageGlass/bin/Debug_/ImageGlass.Theme.dll
Binary file not shown.
Binary file removed Source/ImageGlass/bin/Debug_/ImageGlass.Theme.pdb
Binary file not shown.
Binary file removed Source/ImageGlass/bin/Debug_/ImageGlass.exe
Binary file not shown.
25 changes: 0 additions & 25 deletions Source/ImageGlass/bin/Debug_/ImageGlass.exe.Config

This file was deleted.

Binary file removed Source/ImageGlass/bin/Debug_/ImageGlass.pdb
Binary file not shown.
25 changes: 0 additions & 25 deletions Source/ImageGlass/bin/Debug_/ImageGlass.vshost.exe.Config

This file was deleted.

117 changes: 0 additions & 117 deletions Source/ImageGlass/bin/Debug_/Languages/french.iglang

This file was deleted.

Loading

0 comments on commit aa90a7b

Please sign in to comment.