Skip to content

Commit

Permalink
Merge pull request #142 from dimaaan/master
Browse files Browse the repository at this point in the history
Little improvments on GlobalSetting
  • Loading branch information
d2phap committed Nov 2, 2016
2 parents 791e93b + 4e15327 commit 7d64fe9
Show file tree
Hide file tree
Showing 72 changed files with 92 additions and 430 deletions.
2 changes: 0 additions & 2 deletions Source/Components/ImageGlass.Core/BitmapBooster.cs
@@ -1,6 +1,4 @@
using System;
using System.Collections.Generic;
using System.Text;
using System.Drawing;
using System.Drawing.Imaging;

Expand Down
2 changes: 0 additions & 2 deletions Source/Components/ImageGlass.Core/Img.cs
Expand Up @@ -16,8 +16,6 @@
* http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt
*/
using System;
using System.Collections.Generic;
using System.Text;
using System.Drawing;

namespace ImageGlass.Core
Expand Down
3 changes: 0 additions & 3 deletions Source/Components/ImageGlass.Core/ImgMan.cs
Expand Up @@ -17,11 +17,8 @@
*/
using System;
using System.Collections.Generic;
using System.Text;
using System.Drawing;
using System.Threading;
using System.Windows.Forms;
using System.Drawing.Imaging;

namespace ImageGlass.Core
{
Expand Down
4 changes: 0 additions & 4 deletions Source/Components/ImageGlass.Core/InputBox.cs
Expand Up @@ -16,11 +16,7 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
using System;
using System.Collections.Generic;
using System.Text;
using System.Windows.Forms;
using System.Drawing;

namespace ImageGlass.Core
{
Expand Down
@@ -1,5 +1,4 @@
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

// General Information about an assembly is controlled through the following
Expand Down
3 changes: 0 additions & 3 deletions Source/Components/ImageGlass.FileList/ImageGlass.FileList.cs
Expand Up @@ -17,12 +17,9 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Drawing;
using System.Data;
using System.Text;
using System.Windows.Forms;
using System.Diagnostics;

Expand Down
Expand Up @@ -17,11 +17,7 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Drawing;
using System.Data;
using System.Text;
using System.Windows.Forms;

namespace ImageGlass.FileList
Expand Down
@@ -1,5 +1,4 @@
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

// General Information about an assembly is controlled through the following
Expand Down
26 changes: 11 additions & 15 deletions Source/Components/ImageGlass.ImageBox/ImageBoxScrollBarStyle.cs
@@ -1,22 +1,18 @@
using System;
using System.Collections.Generic;
using System.Text;

namespace ImageGlass
namespace ImageGlass
{
// Cyotek ImageBox
// Copyright (c) 2010-2015 Cyotek Ltd.
// http://cyotek.com
// http://cyotek.com/blog/tag/imagebox
// Cyotek ImageBox
// Copyright (c) 2010-2015 Cyotek Ltd.
// http://cyotek.com
// http://cyotek.com/blog/tag/imagebox

// Licensed under the MIT License. See license.txt for the full text.
// Licensed under the MIT License. See license.txt for the full text.

// If you use this control in your applications, attribution, donations or contributions are welcome.
// If you use this control in your applications, attribution, donations or contributions are welcome.

/// <summary>
/// Specifies the style of a scroll bar
/// </summary>
public enum ImageBoxScrollBarStyle
/// <summary>
/// Specifies the style of a scroll bar
/// </summary>
public enum ImageBoxScrollBarStyle
{
/// <summary>
/// The scroll bar is automatically displayed when needed.
Expand Down
1 change: 0 additions & 1 deletion Source/Components/ImageGlass.ImageListView/Events.cs
Expand Up @@ -20,7 +20,6 @@
using System.Drawing;
using System.Runtime.InteropServices;
using System.ComponentModel;
using System.Collections.Generic;


namespace ImageGlass.ImageListView
Expand Down
1 change: 0 additions & 1 deletion Source/Components/ImageGlass.ImageListView/HitInfo.cs
Expand Up @@ -15,7 +15,6 @@
//
// Ozgur Ozcitak (ozcitak@yahoo.com)

using System;
namespace ImageGlass.ImageListView
{
public partial class ImageListView
Expand Down
Expand Up @@ -21,7 +21,6 @@
using System.ComponentModel;
using System.Drawing;
using System.Resources;
using System.Reflection;

namespace ImageGlass.ImageListView
{
Expand Down
Expand Up @@ -17,17 +17,15 @@

using System;
using System.Collections.Generic;
using System.Drawing;
using System.Threading;
using System.IO;

namespace ImageGlass.ImageListView
{
/// <summary>
/// Represents the cache manager responsible for asynchronously loading
/// item metadata.
/// </summary>
internal class ImageListViewCacheMetadata : IDisposable
/// <summary>
/// Represents the cache manager responsible for asynchronously loading
/// item metadata.
/// </summary>
internal class ImageListViewCacheMetadata : IDisposable
{
#region Member Variables
private QueuedBackgroundWorker bw;
Expand Down
Expand Up @@ -18,10 +18,7 @@
using System;
using System.Globalization;
using System.ComponentModel;
using System.Drawing;
using System.Text;
using System.Reflection;
using System.Collections.Generic;
using System.ComponentModel.Design.Serialization;

namespace ImageGlass.ImageListView
Expand Down
Expand Up @@ -19,7 +19,6 @@
using System.Windows.Forms;
using System.ComponentModel;
using System.Resources;
using System.Reflection;

namespace ImageGlass.ImageListView
{
Expand Down
Expand Up @@ -19,9 +19,6 @@
using System.Collections.Generic;
using System.ComponentModel;
using System.Collections;
using System.Drawing.Design;
using System.Resources;
using System.Reflection;

namespace ImageGlass.ImageListView
{
Expand Down
Expand Up @@ -18,10 +18,7 @@
using System;
using System.Globalization;
using System.ComponentModel;
using System.Drawing;
using System.Text;
using System.Reflection;
using System.Collections.Generic;
using System.ComponentModel.Design.Serialization;

namespace ImageGlass.ImageListView
Expand Down
Expand Up @@ -21,8 +21,6 @@
using System.Drawing.Design;
using System.ComponentModel.Design;
using System.Windows.Forms.Design;
using System.Drawing;
using System.Windows.Forms.Design.Behavior;

namespace ImageGlass.ImageListView
{
Expand Down
Expand Up @@ -17,11 +17,7 @@

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Collections;
using System.Drawing.Design;
using System.Resources;
using System.Reflection;
using System.Drawing;
using System.Windows.Forms;

Expand Down
Expand Up @@ -19,9 +19,6 @@
using System.Collections.Generic;
using System.ComponentModel;
using System.Collections;
using System.Drawing.Design;
using System.Resources;
using System.Reflection;

namespace ImageGlass.ImageListView
{
Expand Down
@@ -1,6 +1,4 @@
using System;
using System.Collections.Generic;
using System.Text;
using System.Drawing;

namespace ImageGlass.ImageListView
Expand Down
@@ -1,10 +1,7 @@
using System;
using System.Collections.Generic;
using System.Text;
using System.Collections.Generic;
using System.Drawing;
using System.IO;
using System.Net;
using System.Data;

namespace ImageGlass.ImageListView
{
Expand Down
Expand Up @@ -18,10 +18,7 @@
using System;
using System.Globalization;
using System.ComponentModel;
using System.Drawing;
using System.Text;
using System.Reflection;
using System.Collections.Generic;
using System.ComponentModel.Design.Serialization;

namespace ImageGlass.ImageListView
Expand Down
Expand Up @@ -22,7 +22,6 @@
using System.Drawing.Drawing2D;
using System.Windows.Forms.VisualStyles;
using System.Diagnostics;
using System.Drawing.Imaging;

namespace ImageGlass.ImageListView
{
Expand Down
Expand Up @@ -16,7 +16,6 @@
// Ozgur Ozcitak (ozcitak@yahoo.com)

using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

// General Information about an assembly is controlled through the following
Expand Down
Expand Up @@ -23,12 +23,10 @@
using System.Drawing;
using System.Drawing.Drawing2D;
using System.Text;
using Svg;
#if USEWIC
using System.Windows.Media;
using System.Windows.Media.Imaging;
#endif
using FreeImageAPI;

namespace ImageGlass.ImageListView
{
Expand Down
Expand Up @@ -19,7 +19,6 @@

using System;
using System.Collections;
using System.IO;

namespace ImageGlass.Library.Comparer
{
Expand Down
Expand Up @@ -17,7 +17,6 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

using System;
using System.Collections;
using System.IO;

Expand Down
Expand Up @@ -20,7 +20,6 @@
// (c) Vasian Cepa 2005
// Version 2

using System;
using System.Collections; // required for NumericComparer : IComparer only

namespace ImageGlass.Library.Comparer
Expand Down
@@ -1,9 +1,6 @@
using System;
using System.Collections;
using System.Collections.Generic;
using System.IO;
using System.Runtime.InteropServices;
using System.Security;

namespace ImageGlass.Library.Comparer
{
Expand Down
@@ -1,8 +1,6 @@
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace ImageGlass.Library
Expand Down
Expand Up @@ -27,9 +27,7 @@
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/

using System;
using System.Collections.Generic;
using System.Text;

namespace ImageGlass.Library.FileAssociations
{
Expand Down
Expand Up @@ -29,7 +29,6 @@

using System;
using System.Collections.Generic;
using System.Text;
using Microsoft.Win32;

namespace ImageGlass.Library.FileAssociations
Expand Down
Expand Up @@ -27,9 +27,6 @@
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/

using System;
using System.Collections.Generic;
using System.Text;

namespace ImageGlass.Library.FileAssociations
{
Expand Down
Expand Up @@ -27,9 +27,6 @@
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/

using System;
using System.Collections.Generic;
using System.Text;

namespace ImageGlass.Library.FileAssociations
{
Expand Down
Expand Up @@ -28,8 +28,6 @@
*/

using System;
using System.Collections.Generic;
using System.Text;

namespace ImageGlass.Library.FileAssociations
{
Expand Down
Expand Up @@ -28,8 +28,6 @@
*/

using System;
using System.Collections.Generic;
using System.Text;
using Microsoft.Win32;

namespace ImageGlass.Library.FileAssociations
Expand Down
Expand Up @@ -28,8 +28,6 @@
*/

using System;
using System.Collections.Generic;
using System.Text;
using System.Runtime.InteropServices;

namespace ImageGlass.Library.FileAssociations
Expand Down

0 comments on commit 7d64fe9

Please sign in to comment.