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

Added more TextBox ContextMenu configuration #2758

Closed
wants to merge 13 commits into from
Closed

Added more TextBox ContextMenu configuration #2758

wants to merge 13 commits into from

Commits on Dec 6, 2016

  1. Added more TextBox ContextMenu configuration

    -Allow for disabling cut/copy/paste in a TextBox
    -Allow for custom context menu items in a TextBox
    -Added IsCutCopyPasteInContextMenu property (defaults to true)
    -Added ExtraContextMenuItems property (defaults to null)
    Deadpikle committed Dec 6, 2016
    Configuration menu
    Copy the full SHA
    c41bc4b View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2016

  1. Configuration menu
    Copy the full SHA
    85daeae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f51bff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d72c609 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f455008 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2016

  1. Configuration menu
    Copy the full SHA
    616dd7f View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop' of https://github.com/MahApps/MahApps.Metro in…

    …to extra-textbox-menu
    Deadpikle committed Dec 8, 2016
    Configuration menu
    Copy the full SHA
    8dc4778 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2016

  1. Refactor all ContextMenu code to 1 func

    Only add ContextMenuOpening event if not already added
    Deadpikle committed Dec 13, 2016
    Configuration menu
    Copy the full SHA
    10da6bd View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop' of https://github.com/MahApps/MahApps.Metro in…

    …to extra-textbox-menu
    Deadpikle committed Dec 13, 2016
    Configuration menu
    Copy the full SHA
    8a69399 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2016

  1. Configuration menu
    Copy the full SHA
    41f774c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e0e3b6c View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2016

  1. Configuration menu
    Copy the full SHA
    a24b866 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2016

  1. Configuration menu
    Copy the full SHA
    684aede View commit details
    Browse the repository at this point in the history