Skip to content

Commit d662f7e

Browse files
smaller touchups
1 parent 66722c2 commit d662f7e

17 files changed

Lines changed: 26 additions & 38 deletions

CommonControls.Images/ColorPick.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* COPYRIGHT: See COPYING in the top level directory
3-
* PROJECT: CommonControls
3+
* PROJECT: CommonControls.Images
44
* FILE: ColorPick.cs
55
* PURPOSE: Color Palette Control, much like Color Picker but for a finer selection of Colors
66
* PROGRAMER: Peter Geinitz (Wayfarer)

CommonControls.Images/ColorPicker.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* COPYRIGHT: See COPYING in the top level directory
3-
* PROJECT: CommonControls
3+
* PROJECT: CommonControls.Images
44
* FILE: ColorPicker.xaml.cs
55
* PURPOSE: Base UserControl for the ColorPicker
66
* PROGRAMER: Peter Geinitz (Wayfarer)

CommonControls.Images/ColorPickerHelper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* COPYRIGHT: See COPYING in the top level directory
3-
* PROJECT: CommonControls
3+
* PROJECT: CommonControls.Images
44
* FILE: ColorPickerHelper.cs
55
* PURPOSE: Helper functions for ColorPicker
66
* PROGRAMER: Peter Geinitz (Wayfarer)

CommonControls.Images/ColorPickerRegister.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* COPYRIGHT: See COPYING in the top level directory
3-
* PROJECT: CommonControls
3+
* PROJECT: CommonControls.Images
44
* FILE: ColorPickerRegister.cs
55
* PURPOSE: Central Register
66
* PROGRAMER: Peter Geinitz (Wayfarer)

CommonControls.Images/ColorProcessing.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* COPYRIGHT: See COPYING in the top level directory
3-
* PROJECT: CommonControls
3+
* PROJECT: CommonControls.Images
44
* FILE: ColorProcessing.cs
55
* PURPOSE: Some internal Processing for the clicked Point
66
* PROGRAMER: Peter Geinitz (Wayfarer)

CommonControls.Images/ColorSelection.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* COPYRIGHT: See COPYING in the top level directory
3-
* PROJECT: CommonControls
3+
* PROJECT: CommonControls.Images
44
* FILE: ColorPicker.xaml.cs
55
* PURPOSE: Basic Color Picker Control
66
* PROGRAMER: Peter Geinitz (Wayfarer)

CommonControls.Images/ColorpickerMenu.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* COPYRIGHT: See COPYING in the top level directory
3-
* PROJECT: CommonControls
3+
* PROJECT: CommonControls.Images
44
* FILE: ColorPickerMenu.xaml.cs
55
* PURPOSE: Menu Item for the ColorPicker
66
* PROGRAMER: Peter Geinitz (Wayfarer)

CommonControls.Images/ComCtlResources.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* COPYRIGHT: See COPYING in the top level directory
3-
* PROJECT: CommonControls
3+
* PROJECT: CommonControls.Images.Images
44
* FILE: ComCtlResources.cs
55
* PURPOSE: String Resources
66
* PROGRAMER: Peter Geinitz (Wayfarer)

CommonControls.Images/ImageZoom.xaml.cs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/*
2-
* COPYRIGHT: See COPYING in the top level directory
3-
* PROJECT: CommonControls
4-
* FILE: ImageZoom.xaml.cs
5-
* PURPOSE: Image View Control, that can handle some tools
6-
* PROGRAMER: Peter Geinitz (Wayfarer)
2+
* COPYRIGHT: See COPYING in the top level directory
3+
* PROJECT: CommonControls.Images
4+
* FILE: ImageZoom.xaml.cs
5+
* PURPOSE: Image View Control, that can handle some tools
6+
* PROGRAMER: Peter Geinitz (Wayfarer)
77
*/
88

99
// ReSharper disable EventNeverSubscribedTo.Global, only used outside of the dll

CommonControls.Images/ImageZoomTools.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* COPYRIGHT: See COPYING in the top level directory
3-
* PROJECT: CommonControls
3+
* PROJECT: CommonControls.Images
44
* FILE: ImageZoomTools.xaml.cs
55
* PURPOSE: Image View Control Tools, that are exposed to the Outside
66
* PROGRAMER: Peter Geinitz (Wayfarer)

0 commit comments

Comments
 (0)