Skip to content
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

Update MaterialDesignTheme.MahApps for MahApps v1.6.5 #898

Merged
merged 64 commits into from
Sep 5, 2018
Merged

Update MaterialDesignTheme.MahApps for MahApps v1.6.5 #898

merged 64 commits into from
Sep 5, 2018

Commits on Feb 16, 2018

  1. Configuration menu
    Copy the full SHA
    1b11a38 View commit details
    Browse the repository at this point in the history
  2. Update nuspec dependencies

    punker76 committed Feb 16, 2018
    Configuration menu
    Copy the full SHA
    1b2b48a View commit details
    Browse the repository at this point in the history
  3. Update Flyout style

    punker76 committed Feb 16, 2018
    Configuration menu
    Copy the full SHA
    c424061 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2018

  1. Simple Grammar Corrections

    Missing 'r' in 'library' and removed ',' in the sentence because a compound predicate composed of two objects shouldn’t be separated by a comma and a conjunction.
    matheuscuba authored and punker76 committed Aug 24, 2018
    Configuration menu
    Copy the full SHA
    5e6ca21 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #978 from MatheusMCuba/patch-1

    Simple Grammar Corrections
    Keboo authored and punker76 committed Aug 24, 2018
    Configuration menu
    Copy the full SHA
    a07723b View commit details
    Browse the repository at this point in the history
  3. Merge pull request #769 from Joris8/master

    DatePicker Style: Added FloatingHint Trigger to change margin
    Keboo authored and punker76 committed Aug 24, 2018
    Configuration menu
    Copy the full SHA
    e161e16 View commit details
    Browse the repository at this point in the history
  4. Update MaterialDesignTheme.PasswordBox.xaml

    Add context menu to password box to prevent ugly non-themed menu
    William Haskell authored and punker76 committed Aug 24, 2018
    Configuration menu
    Copy the full SHA
    5e5963f View commit details
    Browse the repository at this point in the history
  5. Update MaterialDesignTheme.PasswordBox.xaml

    Fix naming
    William Haskell authored and punker76 committed Aug 24, 2018
    Configuration menu
    Copy the full SHA
    e93d8b3 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #981 from LeafyDev/patch-2

    Update MaterialDesignTheme.PasswordBox.xaml
    Keboo authored and punker76 committed Aug 24, 2018
    Configuration menu
    Copy the full SHA
    aa9de13 View commit details
    Browse the repository at this point in the history
  7. Move opacitymask from grid to adornerdecorater

    Resolves the issue: #835
    CookiesAndCoffee authored and punker76 committed Aug 24, 2018
    Configuration menu
    Copy the full SHA
    cd2a200 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #959 from CookiesAndCoffee/FixCardShadowRender

    Shadow forces rerender in Cards #835
    Keboo authored and punker76 committed Aug 24, 2018
    Configuration menu
    Copy the full SHA
    d35eafd View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    93e0b91 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #910 from mgnslndh/datagridcolumnheader-wrapping

    Fix text wrapping in DataGridColumnHeader
    Keboo authored and punker76 committed Aug 24, 2018
    Configuration menu
    Copy the full SHA
    a46c613 View commit details
    Browse the repository at this point in the history
  11. Added Scale and Offset to the combobox template

    This allows the attached properties to be put on comboboxes and affect the hint. Currently it has the side affect of the hint being cut off when the combobox is expanded and the hint is too big.
    glen-nicol authored and punker76 committed Aug 24, 2018
    Configuration menu
    Copy the full SHA
    2d05ee8 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #899 from glen-nicol/combobox_hint_scaling

    Added Scale and Offset to the combobox template
    Keboo authored and punker76 committed Aug 24, 2018
    Configuration menu
    Copy the full SHA
    970216f View commit details
    Browse the repository at this point in the history
  13. Merge pull request #894 from ahausmann/patch-1

    Remove Header from default context menu in TextBox
    Keboo authored and punker76 committed Aug 24, 2018
    Configuration menu
    Copy the full SHA
    53904d2 View commit details
    Browse the repository at this point in the history
  14. Merge pull request #880 from redstripes89/patch-1

    Update ButtonProgressAssist.cs
    Keboo authored and punker76 committed Aug 24, 2018
    Configuration menu
    Copy the full SHA
    3645a8a View commit details
    Browse the repository at this point in the history
  15. Merge pull request #780 from Alliance-Network/GridViewColumnHeader_Thumb

    Fix Thumb of GridViewColumnHeader.
    Keboo authored and punker76 committed Aug 24, 2018
    Configuration menu
    Copy the full SHA
    3531c41 View commit details
    Browse the repository at this point in the history
  16. Merge pull request #772 from cjvaughter/master

    Fix DialogHost and DrawerHost background fadeout
    Keboo authored and punker76 committed Aug 24, 2018
    Configuration menu
    Copy the full SHA
    75b7341 View commit details
    Browse the repository at this point in the history
  17. Merge pull request #952 from Keboo/fix929

    Updating ShowMeTheXaml to 1.0.10
    Keboo authored and punker76 committed Aug 24, 2018
    Configuration menu
    Copy the full SHA
    fdcc324 View commit details
    Browse the repository at this point in the history
  18. Merge pull request #887 from Keboo/fix885

    Copy button display fix
    Keboo authored and punker76 committed Aug 24, 2018
    Configuration menu
    Copy the full SHA
    de9126a View commit details
    Browse the repository at this point in the history
  19. Merge pull request #873 from Keboo/fixCursorMissing

    Fix textbox cursor disappearing
    Keboo authored and punker76 committed Aug 24, 2018
    Configuration menu
    Copy the full SHA
    8078bd4 View commit details
    Browse the repository at this point in the history
  20. Merge pull request #951 from Keboo/fix950

    Fixing ElementName bindings in TransitioningContent
    Keboo authored and punker76 committed Aug 24, 2018
    Configuration menu
    Copy the full SHA
    67f068a View commit details
    Browse the repository at this point in the history
  21. When parent window cannot be found the paired snackbar is still avail…

    …able. This can occur if the Snackbar is hosted outside of a WPF Window such as in a WinForms application.
    
    Fixes #946
    Keboo authored and punker76 committed Aug 24, 2018
    Configuration menu
    Copy the full SHA
    53b0ed8 View commit details
    Browse the repository at this point in the history
  22. Merge pull request #949 from Keboo/fix946

    Fix snackbar not being found
    Keboo authored and punker76 committed Aug 24, 2018
    Configuration menu
    Copy the full SHA
    16b63b3 View commit details
    Browse the repository at this point in the history
  23. Update appveyor.yml

    Updating version to 2.4.1
    Keboo authored and punker76 committed Aug 24, 2018
    Configuration menu
    Copy the full SHA
    0cc9777 View commit details
    Browse the repository at this point in the history
  24. Remove duplicate margine from cards (#948)

    Fixes #947
    Keboo authored and punker76 committed Aug 24, 2018
    Configuration menu
    Copy the full SHA
    6e65a50 View commit details
    Browse the repository at this point in the history
  25. Added Documentation (#991)

    * Reminder about programming syntax correction
    
    * Fix grammatical errors
    ChinKX authored and punker76 committed Aug 24, 2018
    Configuration menu
    Copy the full SHA
    c2b597a View commit details
    Browse the repository at this point in the history
  26. Update README.md

    Fixing links that were pointed at the old repo
    Keboo authored and punker76 committed Aug 24, 2018
    Configuration menu
    Copy the full SHA
    e227821 View commit details
    Browse the repository at this point in the history
  27. Adding support for floating scale and floating offset on DatePicker a…

    …nd TimePicker. (#957)
    Keboo authored and punker76 committed Aug 24, 2018
    Configuration menu
    Copy the full SHA
    372589a View commit details
    Browse the repository at this point in the history
  28. Update appveyor.yml

    Attempting fix to pick up demo app in build artifacts.
    Keboo authored and punker76 committed Aug 24, 2018
    Configuration menu
    Copy the full SHA
    8f6ffc0 View commit details
    Browse the repository at this point in the history
  29. Update appveyor.yml

    Reverting appveyor for now.
    Keboo authored and punker76 committed Aug 24, 2018
    Configuration menu
    Copy the full SHA
    871ecb0 View commit details
    Browse the repository at this point in the history
  30. Update appveyor.yml

    Explicitly specifying the artifact type. https://www.appveyor.com/docs/packaging-artifacts/
    Keboo authored and punker76 committed Aug 24, 2018
    Configuration menu
    Copy the full SHA
    b76e8ff View commit details
    Browse the repository at this point in the history
  31. Update appveyor.yml

    Adjusting output path to include project directory
    Keboo authored and punker76 committed Aug 24, 2018
    Configuration menu
    Copy the full SHA
    8a48c61 View commit details
    Browse the repository at this point in the history
  32. Update appveyor.yml

    Attempting to use the built-in 7-zip to create the demo artifact
    Keboo authored and punker76 committed Aug 24, 2018
    Configuration menu
    Copy the full SHA
    e547951 View commit details
    Browse the repository at this point in the history
  33. Update appveyor.yml

    Removing environment variable path.
    Keboo authored and punker76 committed Aug 24, 2018
    Configuration menu
    Copy the full SHA
    195c535 View commit details
    Browse the repository at this point in the history
  34. Update appveyor.yml

    Prefixing zip with "Demo"
    Keboo authored and punker76 committed Aug 24, 2018
    Configuration menu
    Copy the full SHA
    8b1bd20 View commit details
    Browse the repository at this point in the history
  35. Update appveyor.yml

    Fixing variable resolution
    Keboo authored and punker76 committed Aug 24, 2018
    Configuration menu
    Copy the full SHA
    970d6a2 View commit details
    Browse the repository at this point in the history
  36. Update appveyor.yml

    Use build number instead of version to avoid invalid file path chars
    Keboo authored and punker76 committed Aug 24, 2018
    Configuration menu
    Copy the full SHA
    0753898 View commit details
    Browse the repository at this point in the history
  37. Update appveyor.yml

    Just matching on all Demo.*.zip files
    Keboo authored and punker76 committed Aug 24, 2018
    Configuration menu
    Copy the full SHA
    f8c8c81 View commit details
    Browse the repository at this point in the history
  38. Update appveyor.yml

    Adding the zip support for the release branch as well
    Keboo authored and punker76 committed Aug 24, 2018
    Configuration menu
    Copy the full SHA
    68479f6 View commit details
    Browse the repository at this point in the history
  39. Fixing spelling mistake. (#760)

    Moved DialogHost to its own dictionary.
    Alternate DialogHost style to embed the content as part of the visual tree.
    Keboo authored and punker76 committed Aug 24, 2018
    Configuration menu
    Copy the full SHA
    8f41a11 View commit details
    Browse the repository at this point in the history
  40. Update appveyor.yml

    Bumping version to 2.5.0
    Keboo authored and punker76 committed Aug 24, 2018
    Configuration menu
    Copy the full SHA
    d559b12 View commit details
    Browse the repository at this point in the history
  41. Fix Button template so that ContentStringFormat works (#1002)

    Add demo displaying issue
    Fixes #1001
    jcummings2 authored and punker76 committed Aug 24, 2018
    Configuration menu
    Copy the full SHA
    a790372 View commit details
    Browse the repository at this point in the history
  42. Update MaterialDesignTheme.MahApps for MahApps v1.6.5 (#1006)

    * Updated Version of #898 that uses MahApps.Metro v1.6.5
    
    * Fix for MahApps.NumericUpDown Controller
    
    * Fixing indentation
    
    * Fixing up nuspec changes.
    
    * Reving test projects and packet dependencies.
    ahmed-abdelrazek authored and punker76 committed Aug 24, 2018
    Configuration menu
    Copy the full SHA
    2f649b2 View commit details
    Browse the repository at this point in the history
  43. Update MaterialDesignTheme.Button.xaml (#874)

    Styling ButtonBase instead of Button only
    
    Changes:
    TargetType="{x:Type Button}" -> TargetType="{x:Type ButtonBase}"
    Property="IsDefaulted" -> Property="Button.IsDefaulted"
    
    Working correctly for all buttons(based on ButtonBase)
    IsDefaulted working for Button only
    equimal authored and punker76 committed Aug 24, 2018
    Configuration menu
    Copy the full SHA
    74796ae View commit details
    Browse the repository at this point in the history
  44. Adding attached property to control the background color of the valid…

    …ation templates (#911)
    Keboo authored and punker76 committed Aug 24, 2018
    Configuration menu
    Copy the full SHA
    449ecc5 View commit details
    Browse the repository at this point in the history
  45. Added MaterialDesignUserForegroundRadioButton (same idea as MaterialD…

    …esignUserForegroundCheckBox) and sync'd CheckBox changes (#983)
    
    * Added MaterialDesignUserForegroundRadioButton (same idea as MaterialDesignUserForegroundCheckBox) and sync'd CheckBox changes
    
    It's nice to have a RadioButton that can be used on any dark background
    so used same logic as MaterialDesignUserForegroundCheckBox.
    Also, there were a couple of tweaks in MaterialDesignCheckBox that
    didn't make it to MaterialDesignUserForegroundCheckBox so now it's in
    sync.
    
    * Moving the example into the cards page with the others
    bebenins authored and punker76 committed Aug 24, 2018
    Configuration menu
    Copy the full SHA
    c65f4ee View commit details
    Browse the repository at this point in the history
  46. Indeterminate Progressbar on button #961 (#964)

    * change progress bar from border to a real progress bar on buttons with style MaterialDesignRaisedButton and MaterialDesignRaisedAccentButton
    
    * make opacity bindable
    
    * now realy bindable
    
    * bind IsIndicatorVisible to Visibility of Progressbar, add default values for opacity
    
    * fix MaterialDesignRaisedAccentButton is washed out
    
    * Minor cleanup of the examples.
    Streissi authored and punker76 committed Aug 24, 2018
    Configuration menu
    Copy the full SHA
    113bcca View commit details
    Browse the repository at this point in the history
  47. Fixing issue with botched nuspec merge.

    Keboo authored and punker76 committed Aug 24, 2018
    Configuration menu
    Copy the full SHA
    c3e2d70 View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    8306466 View commit details
    Browse the repository at this point in the history
  49. Fixes #1014

    When the double margin bug on cards were fixed it caused the shadow on dialogs to get cropped. Previously the default DialogMargin was 22, which when doubled left 44 units of space around the dialog's card (pleasnty for the 35 needed by shadow Depth5). But when that was cut it half the shadow was then clipped.
    Keboo authored and punker76 committed Aug 24, 2018
    Configuration menu
    Copy the full SHA
    c0e963a View commit details
    Browse the repository at this point in the history
  50. Password field box #973 (#984)

    * added style for passwordFieldBox, added demo passwordFieldBox in demo application
    
    * style the xaml
    Streissi authored and punker76 committed Aug 24, 2018
    Configuration menu
    Copy the full SHA
    1bb1508 View commit details
    Browse the repository at this point in the history
  51. Fixing duplicate key

    Keboo authored and punker76 committed Aug 24, 2018
    Configuration menu
    Copy the full SHA
    934e103 View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    77155f1 View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    d09695c View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    59f1b93 View commit details
    Browse the repository at this point in the history
  55. update to latest paket

    punker76 committed Aug 24, 2018
    Configuration menu
    Copy the full SHA
    0d36d20 View commit details
    Browse the repository at this point in the history
  56. paket update

    punker76 committed Aug 24, 2018
    Configuration menu
    Copy the full SHA
    19cfd5d View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2018

  1. Added ValueChanged event for RatingBar - Fixes #1027 (#1029)

    Added ValueChangedEvent for RatingBar
    dhilmathy authored and punker76 committed Sep 4, 2018
    Configuration menu
    Copy the full SHA
    3b4dc35 View commit details
    Browse the repository at this point in the history
  2. Fix the background problem on Toolbar (#1031)

    Now user and Set the Listbox Background to Null to get a Fully transparent toolbar
    hv0905 authored and punker76 committed Sep 4, 2018
    Configuration menu
    Copy the full SHA
    ce48305 View commit details
    Browse the repository at this point in the history
  3. Change DashedLine default visibility to collapsed (#1019)

    The X2 binding is causing the textbox to never give up any width it's gotten. The visibility change makes it so it's only ever an issue if the textbox is disabled and the text is shortend programmatically.
    jizc authored and punker76 committed Sep 4, 2018
    Configuration menu
    Copy the full SHA
    e02f48a View commit details
    Browse the repository at this point in the history
  4. Update RangeSlider style

    punker76 committed Sep 4, 2018
    Configuration menu
    Copy the full SHA
    c6ec165 View commit details
    Browse the repository at this point in the history
  5. Adjust MahApps Dialog stuff

    punker76 committed Sep 4, 2018
    Configuration menu
    Copy the full SHA
    46efaa1 View commit details
    Browse the repository at this point in the history