|
|
|
|
|
|
Version 2.93 - December 24, 2011
- Windows 7 ribbon style support.
- Ribbon's Quick Access Toolbar is now integrated into the window caption in all UI themes.
- Added
CExtRibbonNodeContractExpand and CExtRibbonContractExpandButton classes that represent the contract and expand buttons in the collection of buttons on the right in the ribbon tab line.
- Printing and preview now supports a header, a footer, both left and right gutter areas, which are implemented through:
CExtPPVW_Printable::m_rcPageHeaderFooterGutters
CExtPPVW_Printable::OnMeasurePageHeaderFooterGutters()
CExtPPVW_Printable::OnDrawPageHeaderFooterGutters()
- Added a
CExtPageNavigatorWnd::StateSerialize() method to persist the page navigator using MFC archives.
Bug Fixes
- Child resizable dialogs no longer "eat up" the ALT key pressed to activate the menu bar.
- Fixed an HTML parser bug with the quote character parsed incorrectly when it was placed immediately after the opening tag.
- Fixed a bug with disappearing MDI document buttons in the ribbon bar in some cases.
|