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

Feature simplified ribbon #924

Merged
merged 45 commits into from
Aug 29, 2021

Commits on Mar 3, 2019

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

Commits on Mar 6, 2019

  1. And so it begins

    Splitwirez committed Mar 6, 2019
    Configuration menu
    Copy the full SHA
    1cb5a75 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2019

  1. Medium icons

    Splitwirez committed Mar 12, 2019
    Configuration menu
    Copy the full SHA
    c2e564f View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2021

  1. Configuration menu
    Copy the full SHA
    07a1a9b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    776eab8 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2021

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

Commits on Apr 28, 2021

  1. feat: Add read-only IsSimplified property to child controls

    - Add a read-only IsSimplified property to child controls of the ribbon control
    - Propagate the IsSimplified value of the ribbon control to the child controls
    nishy2000 committed Apr 28, 2021
    Configuration menu
    Copy the full SHA
    178c118 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2021

  1. feat: Add control template for simplified mode to child controls

    - Add control template for simplified mode to child controls of the RibbonGroupBox control
    nishy2000 committed Apr 29, 2021
    Configuration menu
    Copy the full SHA
    c9bae43 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e0c3b95 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d9b44f0 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2021

  1. Configuration menu
    Copy the full SHA
    86b8f40 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7945622 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2021

  1. Configuration menu
    Copy the full SHA
    bb7f0f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    226b7ca View commit details
    Browse the repository at this point in the history
  3. feat: add SimplifiedSizeDefinition property to child controls

    - add SimplifiedSizeDefinition property for simplified mode to child controls of the RibbonGroupBox control
    nishy2000 committed May 1, 2021
    Configuration menu
    Copy the full SHA
    deab6a4 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2021

  1. feat: change the retrieving method of RibbonGroupBox's child controls

    - change the retrieving method of RibbonGroupBox's child controls from Items to ItemContainerGenerator
    - refactor some controls (RibbonProperties/Ribbon/RibbonTabItem/DropDwonButton/SplitButton)
    nishy2000 committed May 3, 2021
    Configuration menu
    Copy the full SHA
    6300570 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1fa8615 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2021

  1. fix: fix the visual size might be incorrect when switching ribbon tabs

    - fix the visual size of the ribbon controls might be incorrect when switching between ribbon tabs
    nishy2000 committed May 4, 2021
    Configuration menu
    Copy the full SHA
    e1ce8ae View commit details
    Browse the repository at this point in the history

Commits on May 8, 2021

  1. feat: change layout of popup panel of RibbonGroupBox

    Display the items in the pop-up panel vertically when RibbonGroupBox is in the collapsed state
    nishy2000 committed May 8, 2021
    Configuration menu
    Copy the full SHA
    b08b173 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2021

  1. Configuration menu
    Copy the full SHA
    6b93ebf View commit details
    Browse the repository at this point in the history
  2. fix: add IsSimplified property to RibbonToolBar control

    - reflect IsSimplified property to chiled controls in RibbontoolBar control
    - reflect IsSimplified property to chiled controls in RibbonGroupBox control
    nishy2000 committed May 9, 2021
    Configuration menu
    Copy the full SHA
    c2493b0 View commit details
    Browse the repository at this point in the history
  3. refactor: change the key name of newly added templates to Fluent.Ribb…

    …on.Templates.xxx.Simplified format.
    nishy2000 committed May 9, 2021
    Configuration menu
    Copy the full SHA
    9b5eee5 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2021

  1. Configuration menu
    Copy the full SHA
    4c21827 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dd9c11b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fd5c858 View commit details
    Browse the repository at this point in the history
  4. feat: support SimplifiedStateDefinition property of RibbonGroupBox

    - The default value of StateDefinition is "Large,Middle,Small,Collapsed", but the default value of SimplifiedStateDefinition is "Large,Middle,Collapsed"
    nishy2000 committed May 10, 2021
    Configuration menu
    Copy the full SHA
    d553abf View commit details
    Browse the repository at this point in the history

Commits on May 15, 2021

  1. Configuration menu
    Copy the full SHA
    8f55607 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6754085 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2021

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

Commits on May 22, 2021

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

Commits on May 30, 2021

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

Commits on Jun 4, 2021

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

Commits on Jun 16, 2021

  1. Configuration menu
    Copy the full SHA
    9573714 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    52d4731 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7024cab View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e474580 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2021

  1. Configuration menu
    Copy the full SHA
    372683a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e1e4b63 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2021

  1. Configuration menu
    Copy the full SHA
    91777cc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e0612e3 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2021

  1. refactor: adjust the order of properties to make it easier to compare…

    … differences in ComboBox template definitions.
    nishy2000 committed Aug 9, 2021
    Configuration menu
    Copy the full SHA
    58f65f9 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2021

  1. refactor: adjust the order of properties to make it easier to compare…

    … differences in some control template definitions.
    nishy2000 committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    18d013e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    37d408e View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2021

  1. Configuration menu
    Copy the full SHA
    e511913 View commit details
    Browse the repository at this point in the history
  2. Fixing merge mistake

    batzen committed Aug 29, 2021
    Configuration menu
    Copy the full SHA
    261f97e View commit details
    Browse the repository at this point in the history