-
- Office 2010 and Windows 8 themes got removed. Office 2013 theme was moved from "Themes/Office2013/Generic.xaml" to "Themes/Generic.xaml". This was a community voted decision.
ComboBox
now uses the defaultItemsPanelTemplate
instead ofVirtualizingStackPanel
again.
If you prefer to useVirtualizingStackPanel
you can change this on a per instance level or add it to your defaultStyle
.- #301 - Remove Office 2010 and Windows 8 themes
- #302 - Rename Office 2013 theme to Generic
- #309 - Remove grouping from ComboBox and make GalleryPanel inherit from StackPanel
- #310 - Refactoring of localization
- #349 - Move
RibbonTitleBar
fromRibbon
toRibbonWindow
RibbonWindow
exposesTitleBar
which is of typeRibbonTitleBar
.
Ribbon
uses theTitleBar
provided by theRibbonWindow
by default, through it'sStyle
.
This allows changing theTitleBar
being used by theRibbon
.
- Removed
RibbonProperties.TitleBarHeight
to simplify usage of theRibbon
in nonRibbonWindow
.
To support this the following things were added:SelectedContentMargin
was added toBackstageTabControl
QuickAccessToolBarHeight
onRibbon
TitleBarHeight
onRibbonWindow
-
- #288 - Fluent:DropDownButton Background can't be changed
- #300 - Startscreen not working in 4.0.3
- #305 - Combobox items will be drawn above each other on scroll down
- #311 - State loading too verbose
- #315 - Menu button gets blurry
- #325 - Running RibbonWindow not on the main thread.
- #329 - ArgumentOutOfRangeException when adding StatusBarItem
- #333 - NullReference Exception app.Run
- #339 - SelectedTabChanged fired when selection of contained Selector changes
- #341 - Fix text going under custom window commands (thanks @chrfin)
- #342 - Fixed dependency property name of property Groups in GalleryGroupFilter. (thanks @polepage)
- #346 - RibbonWindow icon is blurry (thanks @chdft)
- #365 - BackstageAdorner is not removed
- #368 - Render Glitch when Maximizing RibbonWindow with SizeToContent Enabled
- #369 - "Restore" button in title bar not displayed correctly when application starts maximized
- #377 - ToggleButton highlight doesn't match the button size
- #388 - QuickAccess item not visible when added from backstage
- #391 - QAT items not displayed properly if tab is made visible after initialization
- #392 - Change Window Title doesn't update Title length
-
- #250 - Enable change/hide of window title foreground
Foreground
of window titel can now be changed by settingTitleForeground
onRibbonWindow
.
This is bound toForeground
ofRibbonWindow
.
- #276 - Custom method for saving and restoring QAT items
- #279 - Localization of ColorGallery
- #299 - Quick access items should show item text as tool tip if no tooltip is set
- #324 - Add "IsSeparatorVisible" to RibbonGroupBox (thanks to @maurosampietro)
- #326 - Add interface for controls which provide LargeIcon
- #334 - Select all text in Spinner on focus
- #340 - Expose GroupByAdvanced from GalleryPanel on Gallery and InRibbonGallery
- #360 - Toggling of KeyTips should not happen when Shift is pressed (thanks to @stylefish)
- #387 - Disable/Hide the Menu-DropDown in QuickAccessToolbar
Ribbon
now hasIsQuickAccessToolBarMenuDropDownVisible
andQuickAccessToolbar
now hasIsMenuDropDownVisible
.
- Added
CanChangeIsOpen
toBackstage
- Added
ActiveTabBackground
andActiveTabBorderBrush
toRibbonTabItem
- #250 - Enable change/hide of window title foreground
-
- Fixes issues with window border on Windows 7 and Windows 8
-
- #294 - Issues with default style and OverridesDefaultStyle
-
- #293 - ArgumentNullException in BackstageTabControl while trying to find the selected tab
-
- As of now the Office 2010 and Windows 8 themes will be removed in version 5.0. You can vote for this at Future direction of this library.
-
- New nuget dependency: ControlzEx. So don't forget to add ControlzEx.dll to your distribution/setup.
- BorderlessWindowBehavior was replaced by WindowChromeBehavior from ControlzEx. This also removes the dependency Microsoft.Windows.Shell as ControlzEx contains everything we need to use WindowChrome. This behavior is initialized in code behind (InitializeWindowChromeBehavior) and shows which properties of RibbonWindow can be used to control the behavior.
- SaveWindowPosition and WindowSettingBehavior were removed #196
- GlassBorderThickness was renamed to GlassFrameThickness to be consitent with WindowChrome and WindowChromeBehavior #209
- FluentTest project was renamed to Fluent.Ribbon.Showcase #212
-
- We switched to Visual Studio 2015 so we can use nameof etc. #219
-
- #10 - Maximising a ribbon window with DWM enabled results in it not maximising properly
- #90 - Window chrome turning black during window resize.
- #116 - MenuItem: When the description is long the MenuItem does not expands in Width or Height, does not wrap text
- #129 - DontUseDwm="True" case the window corner unpainted
- #146 - Rendering of Office 2010 theme incorrect on Windows 10
- #191 - Windows 8 Theme - Blue/black margin around the window in windows 10
- #210 - Fix wrong dimensions assumed for WindowCaptionButtons on Windows 10 in Office2010 and Windows 8 themes
- #218 - Not displaying properly when maximized
- #221 - Office2013 theme undesired space between tabItem and its content when showing unpinned
- #223 - RibbonContextualTabGroup ignores Window.ResizeMode
- #226 - Maximising a ribbon window on Win7 "Non-Aero" Mode causes rendering issues
- #228 - Backstage disappears when changing DontUseDwm
- #234 - Disable KeyTips when Ribbon isn't Enabled
- #235 - Items of invisble tab are shown
- #236 - Window size is wrong when window is maximized, backstage is closed and window should be restored to normal size
- #237 - Ribbon Buttons with large text cut off a few pixels
- #238 - New WindowChrome does not work correctly on Windows 7
- #240 - Backstage closes when popup is dismissed inside backstage
- #241 - Keytips should be cancelled if Alt+Num0 is pressed
- #244 - KeyTip not working for childs of ContentPresenter
- #246 - Bind RibbonGroupBox.DataContext on QuickAccessToolBar (thanks to @nishy2000)
- #251 - Changing RibbonStatusBar height to 23 and RibbonStatusBarItem foreground to BackstageFontBrush (thanks to @maurosampietro)
- #253 - Icons of buttons not aligned correctly in Office 2013 theme (thanks to @floele-sp)
- #254 - Basic fix for KeyTips not working when focus is inside a WinForms control
- #256 - ComboBox items don't update properly on ItemsSource binding source collection changes
- #255 - Submenus don't show scroll viewer if items exceed the available space on screen (thanks to @floele-sp)
- #257 - Windows8 RibbonWindowTitleTextGlowBackground was missing (thanks to @maurosampietro)
- #263 - Changing theme from backstage is broken
- #267 - maximizing in Win 10
- #269 - Show underscore of header text on RibbonTabItem
- #272 - Changing RibbonThemeColorBrush does not change background of ItemsPanel in Backstage
- #274 - RadioButton Icon and LargeIcon
- #280 - Keytips of the Ribbon overlay StartScreen
- #284 - Overriding width of button does not work as it should
- #285 - MaterialDesign DialogHost issue with FluentRibbon
- #291 - BackStageTabItem leftmousedown event not firing
- OpenBackstage command was not acting on the correct backstage in a multiple backstage scenario (thanks to @maurosampietro)
-
- #120 - Adding short-cuts or additional information to Application Menu Item
- #185 - Major refactoring of how WindowChrome is used
- #194 - There should be an option to disable animations in the whole control
- #205 - Fluent Spinner handles Format="P0" incorrectly.
- #207 - Enable DragMove on unused RibbonTabControl space like in Office 2013
- #230 - Option to disable the "Minimize"-Ribbon Button & Behavior (thanks to @robertmuehsig)
- #242 - Add start screen like in office 2013 and upwards
- #258 - Refactoring of KeyTipService and KeyTipAdorner (merged with #264)
-
- #29 - Backstage flicker
- #112 - Backstage flicker
- #192 - Background of RibbonGroupBox can't be set/changed
- #197 - Some adaptions to better align with Office 2013
- #200 - KeyTips in SplitButton no longer work
- #201 - Cannot change Fluent.Button Icon Dynamically
- #202 - Center the button labels in Office 2013 theme
- #206 - Center alignment button inside RIbbonGroupBox
- #214 - Assign a StringFormat binding to a RibbonGroupBox Header
Commits: v3.6.0...v3.6.1
-
- #163 - ColorGallery produces Binding errors because of Binding of Color on SolidColorBrush in Fill/Background
- #166 - Type is mismatch for IsCheckedProperty of ToggleButton
- #170 - Black RibbonWindow title bar
- #173 - Binding Observable Collection to InRibbonGallery causes Layout Error
- #178 - Ribbonwindow crashes
Commits: c7151027f5...97001b17e9
-
- #161 - Window not maximized correctly when MaxHeight and/or MaxWidth are set
- #160 - Invisible first tab is selected when selected tab becomes invisible
- #159 - Maximized RibbonWindow state error after long IO operation.
- #158 - Treat all themes equally by generating their Generic.xaml in the specific theme folder
- #154 - Removing item (that has DropDown ) from QAT removes items in Ribbon Toolbar
- #153 - Incorrect rendering with SizeToContent="WidthAndHeight"
- #151 - RibbonToolBarLayoutDefinition is not compatible with some bindings?
- #150 - Menu Item Tool tip not appearing when in a datatemplate
- #147 - Foreground colour backstage items
- #80 - Window "Not Responding" cut Title
Commits: 9f8c919f1b...175ba6c882
-
- #143 "Resizing InRibbonGallery causes content to be narrower than container"
-
- #113 "Ribbon starts with no active tab selected"
- #122 "The CanAddToQuickAccessToolBar="False" property not work correctly for "MenuItem""
- #135 "Null pointer exception when trying to bring back QuickAccessItem"
- #136 "Add translation for TradChinese(Taiwan)"
- When backstage was open while items were added to quick access the items were not immediately visible after closing backstage
- Show above/below can't be added to quick access from now on
- Fixing warning that was caused by an not applied storyboard being removed
- Removed opacity animation from backstage in Office 2013 theme to align with Office 2013
-
- #78 "Minimized but visible ribbon lacks top border in theme 2013"
- #81 "Invalid typeof in style resolution of RadioButton"
- #83 "Aligned vertical alignment of dropdownbutton and button."
- #85 "ComboBox Items don t get a overlay color when mouse over items"
- #95 "repair nullref combobox combined with focus on winforms control"
- #97 "Fixed possible InvalidCastException when creating a QAT item of a CheckBox"
- #102 "Redundant separator in context menu if quick access is hidden"
- #104 "Non-DWM fullscreen window is not fullscreen"
- #106 "BackStage should be 1 px higher"
- #115 "MenuItem: IsSplited="True" gray line issue"
- #117 "Backstage not shown when Window Content is not a FrameworkElement"
- #124 "The text in fluent:Spinner cannot be centered vertically."
-
- #74 "Added DropDownButton.ClosePopupOnMouseDownDelay to allow the end-developer to tweak the delay (sometimes 100 ms is too fast)"
-
- #34 "A bug in the Menu of DropdownButton"
- #45 "Little style Bug in Office2013 Style"
- #61 "Fix for backstage controls in Windows 8 theme"
- #62 "Review TODO:s in Windows 8 theme"
- #63 "Office2013 Icon fixing"
- #65 "Problems when layout is scaled"
- #66 "RibbonWindow not closed when system menu icon is double clicked"
- #68 "NullReferenceException is thrown on closing by Alt+Space and C"
- #69 "Ribbon Title not update its position"
- #71 "Starting application with backstage menu open causes problems"
-
- #45 Little style Bug in Office2013 Style
- #46 Little Bug in Office2010 style
- #49 Fluent:RibbonProperties.TitleBarHeight="0" no longer works!
- #50 Blurred Window Icon in Office 2013 Style
- #55 Changing menu font size in Windows mess ups ribbon
- #57 Slimmer arrow on combo box
- #58 ColorGallery SelectedColor
- #59 Little style bug in Windows 8 theme
-
- Ribbon, RibbonTitleBar and RibbonStatusBar now use SystemFonts.MenuFont* as font settings
-
- #23 "Drop support for ancient .NET 3.5"
- #24 "RibbonTitleBar.MeasureOverride should not return the constraint parameter value"
- #25 "Press Alt key without Backstage raises ArgumentNullException"
- #28 "Height and FontSize of MenuItem"
- #30 "Line break in _minimizeButtonScreenTipText"
- #33 "Fix Issue #24 : measureoverride"
- #35 "Quick Access Toolbar IsChecked never correctly set"
- #36 "Fix size of group box controls with large font."
- #39 "Application menu button has wrong height"
- #40 "Simplified Chinese translation may be wrong"
- #41 "Fix issue #30 - Line break in _minimizeButtonScreenTipText"
- #42 "Set correct height on backstage and application menu button"
- #43 "Added delay in ClosePopupOnMouseDown feature"
- #44 "Little Bug in Office2013 style"
-
- Added DropDownButton.ClosePopupOnMouseDown property which defaults to false. If true, it will close the drop down popup automatically when a mouse down event occurs.
- #3 "Consider using GitLink to allow users to step through Fluent source code"
-
- Renaming InnerBackstageTabCotrolItem to InnerBackstageTabControlItem
-
- Fixed: #11 "ContextMenu and Popup has 10px space at bottom and right side"
- Fixed: #13 "Backstage does not open at application start anymore"
- Fixed: #17 "Problem with Mouse Capture on SplitButton"
- Fixed: #18 "Tabs are disabled when using datatemplate for viewmodel in window content"
- Fixed: #19 "Vertical Scrollbar will not hide in Fluent:Combobox"
- Fixed: 22521 "RibbonWindow is activated when focus is lost after Alt+Tab"
- Fixed: 22523 "Typo in Generic.xaml"
- Fixed: 22519 "Normalize button closes application) Thanks to GeertvanHorrik for finding out that the version of Microsoft.Windows.Shell for .NET 4.0 that was used is buggy."
- Fixed: 22519 "Normalize button closes application"
- Fixed an issue with closed direct member menus (keytips were always redirected for direct childs)
- Fixed: 22518 "Faulty white margin on the right and left of the window body"
- Fixed: 22516 "Issues with backstage content localization using WPF Localization Extension"
- Too much work to write down changes made in 4 years. Please have a look at changes in version 3.0.