-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[RFC] [WIP] Color Picker Control #3710
Closed
Closed
Commits on Aug 27, 2020
-
- Implemented ColorItem-Class with Basic RGB -> HSV conversation - Started with Implementing a Color Canwas
Configuration menu - View commit details
-
Copy full SHA for 2312e54 - Browse repository at this point
Copy the full SHA 2312e54View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2eafde2 - Browse repository at this point
Copy the full SHA 2eafde2View commit details -
There is something wrong with this. Needs more work ...
Configuration menu - View commit details
-
Copy full SHA for 8ffd428 - Browse repository at this point
Copy the full SHA 8ffd428View commit details -
- HSV to RGB seems to be fixed - Setting Min / Max to the sliders - Fixed Gradient for Value
Configuration menu - View commit details
-
Copy full SHA for bb36216 - Browse repository at this point
Copy the full SHA bb36216View commit details -
Still to do: - Add alpha channel - Add HEX Converter
Configuration menu - View commit details
-
Copy full SHA for b135536 - Browse repository at this point
Copy the full SHA b135536View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d8a602 - Browse repository at this point
Copy the full SHA 0d8a602View commit details -
Configuration menu - View commit details
-
Copy full SHA for 49595ca - Browse repository at this point
Copy the full SHA 49595caView commit details -
... And some more fixes: - UI changed - Faster and safer event for the updates of the color
Configuration menu - View commit details
-
Copy full SHA for b936474 - Browse repository at this point
Copy the full SHA b936474View commit details -
Configuration menu - View commit details
-
Copy full SHA for b6263a8 - Browse repository at this point
Copy the full SHA b6263a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for d3ba0f3 - Browse repository at this point
Copy the full SHA d3ba0f3View commit details -
NUD handles percentage now in a different way, so we need to update this as well.
Configuration menu - View commit details
-
Copy full SHA for 00080c5 - Browse repository at this point
Copy the full SHA 00080c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for cc7cec1 - Browse repository at this point
Copy the full SHA cc7cec1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 690d4fa - Browse repository at this point
Copy the full SHA 690d4faView commit details -
Configuration menu - View commit details
-
Copy full SHA for 79ff188 - Browse repository at this point
Copy the full SHA 79ff188View commit details -
Configuration menu - View commit details
-
Copy full SHA for bbbb359 - Browse repository at this point
Copy the full SHA bbbb359View commit details -
- Seperated the Eyedropper into a new Control - PreviewImage available EyeDropper 2
Configuration menu - View commit details
-
Copy full SHA for 22e66bf - Browse repository at this point
Copy the full SHA 22e66bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 395afea - Browse repository at this point
Copy the full SHA 395afeaView commit details -
Configuration menu - View commit details
-
Copy full SHA for fd02369 - Browse repository at this point
Copy the full SHA fd02369View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b45d03 - Browse repository at this point
Copy the full SHA 2b45d03View commit details -
- Update BrushNames - Better Slider handing in ColorCanvas - Better HSV-selection handling
Configuration menu - View commit details
-
Copy full SHA for 0434def - Browse repository at this point
Copy the full SHA 0434defView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d59534 - Browse repository at this point
Copy the full SHA 8d59534View commit details -
Configuration menu - View commit details
-
Copy full SHA for 53ecd6a - Browse repository at this point
Copy the full SHA 53ecd6aView commit details -
- Ability to Add as many ColorPallets as whished - Ability to use ColorCanvas to select a custom Color - Some more improvements
Configuration menu - View commit details
-
Copy full SHA for 7795a4c - Browse repository at this point
Copy the full SHA 7795a4cView commit details -
- Standard Colors - WPF Colors - Example with a custom tinted palette
Configuration menu - View commit details
-
Copy full SHA for f7b254e - Browse repository at this point
Copy the full SHA f7b254eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c7db4d - Browse repository at this point
Copy the full SHA 1c7db4dView commit details -
Configuration menu - View commit details
-
Copy full SHA for e7ffc17 - Browse repository at this point
Copy the full SHA e7ffc17View commit details -
Configuration menu - View commit details
-
Copy full SHA for d919a87 - Browse repository at this point
Copy the full SHA d919a87View commit details -
Bubble up the scroll event on ColorPalette to the parent ScrollViewer
the scroll behavior was very odd
Configuration menu - View commit details
-
Copy full SHA for 493140f - Browse repository at this point
Copy the full SHA 493140fView commit details -
- Implement a DropDownOpened / -Closed Event - Implement a ObservableCollection for RecentColors - Implement a Helper to set RecentColors
Configuration menu - View commit details
-
Copy full SHA for 81b8c41 - Browse repository at this point
Copy the full SHA 81b8c41View commit details -
Configuration menu - View commit details
-
Copy full SHA for 96e7809 - Browse repository at this point
Copy the full SHA 96e7809View commit details -
- Add test - Simplify conversion - More precise calculation
Configuration menu - View commit details
-
Copy full SHA for c05bcf6 - Browse repository at this point
Copy the full SHA c05bcf6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f990fa - Browse repository at this point
Copy the full SHA 0f990faView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9720804 - Browse repository at this point
Copy the full SHA 9720804View commit details -
Implement IMultiValueConverter in ColorNamesConverter
- This way we can provide the ColorNamesDictionary via Binding - Implemented a Color Palette in the Demo with the MahApps-Accents (Named, see Tooltip) - Note: When the Converter is used in MultiBinding, There is no ConvertBack available.
Configuration menu - View commit details
-
Copy full SHA for f741bfb - Browse repository at this point
Copy the full SHA f741bfbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 250b1d9 - Browse repository at this point
Copy the full SHA 250b1d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6cb2b4a - Browse repository at this point
Copy the full SHA 6cb2b4aView commit details -
Configuration menu - View commit details
-
Copy full SHA for ae98842 - Browse repository at this point
Copy the full SHA ae98842View commit details -
Implement TextBoxHelper for ColorPicker
- You can now add a Watermark - You can now clear the selected color. It will either set null or (if definied) use the default color
Configuration menu - View commit details
-
Copy full SHA for d9c681b - Browse repository at this point
Copy the full SHA d9c681bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c00fcf - Browse repository at this point
Copy the full SHA 9c00fcfView commit details -
- Close on mouse down outside ColorPicker - Focus on ColorPalette when opening - Change the way ColorPalettes were implemented (Max. 5 Palettes can be used)
Configuration menu - View commit details
-
Copy full SHA for fdd2751 - Browse repository at this point
Copy the full SHA fdd2751View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b38910 - Browse repository at this point
Copy the full SHA 4b38910View commit details -
Configuration menu - View commit details
-
Copy full SHA for 65ffbaa - Browse repository at this point
Copy the full SHA 65ffbaaView commit details -
Configuration menu - View commit details
-
Copy full SHA for c65e362 - Browse repository at this point
Copy the full SHA c65e362View commit details -
Configuration menu - View commit details
-
Copy full SHA for 68acd71 - Browse repository at this point
Copy the full SHA 68acd71View commit details -
Update the preview image from the Background Threat to improve usability
Configuration menu - View commit details
-
Copy full SHA for 92708b1 - Browse repository at this point
Copy the full SHA 92708b1View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.