Skip to content

Commit 1e850f9

Browse files
author
Wayfarer
committed
Cleanup CommonControls a bit
1 parent 7603af6 commit 1e850f9

10 files changed

Lines changed: 14 additions & 14 deletions
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* COPYRIGHT: See COPYING in the top level directory
33
* PROJECT: CommonControls
4-
* FILE: CommonControls/ColorPick.cs
4+
* FILE: ColorPick.cs
55
* PURPOSE: Color Palette Control, much like Color Picker but for a finer selection of Colors
66
* PROGRAMER: Peter Geinitz (Wayfarer)
77
* SOURCE: https://manufacture.tistory.com/33

CommonControls/ColorPicker.xaml.cs

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

CommonControls/ColorPickerHelper.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* COPYRIGHT: See COPYING in the top level directory
33
* PROJECT: CommonControls
4-
* FILE: CommonControls/ColorPickerHelper.cs
4+
* FILE: ColorPickerHelper.cs
55
* PURPOSE: Helper functions for ColorPicker
66
* PROGRAMER: Peter Geinitz (Wayfarer)
77
*/
@@ -20,7 +20,7 @@ internal static class ColorPickerHelper
2020
/// <summary>
2121
/// Gets the color preview.
2222
/// </summary>
23-
/// <param name="colorHsv"></param>
23+
/// <param name="colorHsv">Color Converter class, ColorHsv.</param>
2424
/// <returns>A Rectangle</returns>
2525
internal static Rectangle GetColorPreview(ColorHsv colorHsv)
2626
{

CommonControls/ColorpickerMenu.xaml.cs

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

CommonControls/DataListView.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* COPYRIGHT: See COPYING in the top level directory
33
* PROJECT: CommonControls
4-
* FILE: CommonControls/DataListView.cs
4+
* FILE: DataListView.cs
55
* PURPOSE: Basic View for ListView
66
* PROGRAMER: Peter Geinitz (Wayfarer)
77
*/

CommonControls/ImageZoom.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* COPYRIGHT: See COPYING in the top level directory
33
* PROJECT: CommonControls
4-
* FILE: CommonControls/ImageZoom.xaml.cs
4+
* FILE: ImageZoom.xaml.cs
55
* PURPOSE: Image View Control, that can handle some tools
66
* PROGRAMER: Peter Geinitz (Wayfarer)
77
*/

CommonControls/InspectorGrid.xaml.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/*
2-
* COPYRIGHT: Your Company / Project Name
3-
* PROJECT: CommonControls
4-
* FILE: InspectorGrid.cs
5-
* PURPOSE: Reflection-based property editor control for WPF.
2+
* COPYRIGHT: See COPYING in the top level directory
3+
* PROJECT: CommonControls
4+
* FILE: InspectorGrid.cs
5+
* PURPOSE: Reflection-based property editor control for WPF.
66
* PROGRAMER: Peter Geinitz (Wayfarer)
77
*/
88

CommonControls/PickResults.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* COPYRIGHT: See COPYING in the top level directory
33
* PROJECT: CommonControls
4-
* FILE: CommonControls/PickResults.cs
4+
* FILE: PickResults.cs
55
* PURPOSE: Results of the Color Wheel Click
66
* PROGRAMER: Peter Geinitz (Wayfarer)
77
*/

CommonControls/SelectionFrame.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* COPYRIGHT: See COPYING in the top level directory
33
* PROJECT: CommonControls
4-
* FILE: CommonControls/SelectionFrame.cs
4+
* FILE: SelectionFrame.cs
55
* PURPOSE: Selection Frame
66
* PROGRAMER: Peter Geinitz (Wayfarer)
77
*/

CommonControls/Thumbnails.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* COPYRIGHT: See COPYING in the top level directory
33
* PROJECT: CommonControls
4-
* FILE: CommonControls/Thumbnails.xaml.cs
4+
* FILE: Thumbnails.xaml.cs
55
* PURPOSE: Custom Thumbnail Control
66
* PROGRAMER: Peter Geinitz (Wayfarer)
77
*/

0 commit comments

Comments
 (0)