* Fixes#1159. Dialog must have a default button if none is provided.
* Reverting this because someone may don't want buttons at all. Thanks @tig
* Allow to specify which default button for MessageBox.
* Added a check if default button is greater than the buttons length and changing the MessageBox scenario.
* Fixes#1154. FileDialog blank constructor results in unstable window
* Fixes#1158. File Open Dialog should disable 'Open' if file is blank (or not valid).
* Changing to CanFocus behavior. Adding a Canceled check.
* Fixes#134. TextView: Add line wrapping.
* Facilitates exception handling in Debug mode.
* Fixes the cursor position if it is always on the same line.
* Fixed TextView column position and hiding the cursor if it is outside outbound frame.
* Added more wrap lines features.. Added a BottomOffset property. Fixed Ctrl+K and Ctrl+Y.
* Fixes the Text property and fixing a redraw behavior not cleaning well at right.
* Fixes Ctrl+K from adding an extra line feed.
* Implemented Ctrl+K and Ctrl-Y on wrapped lines and preventing left Column to be greater than 0 on wrap.
* Fixes more line feed issues.
* More line feed fixing.
* Fixes UpdateModel that must return the new row and new column from the wrapped lines.
* Fixes#1155. MoveForward/MoveBackward not bound on Text controls.
* Added much more features to TextView.
* Fixes ResetPosition and forcing the cursor visibility.
* Implemented the New, Save and SaveAs methods in the Editor.
* started working on tab view
* Ability to switch tabs
* Added interactive tab
* Added ShowBorder
* Fixed not being able to focus tabs
* Made tab row into private class and implemented PositionCursor
* Added support for TabsOnBottom
* Fixed layout flipping repeatedly between top and bottom tabs
* support for scrolling to infinite tabs
* Added scroll indicators
* Made Tabs readonly and added Notepad Scenario
* Fleshed out Notepad app
* Added SelectedTabChanged event
* Improved visiblity of where focus is and made example Absolute layout
* Added unicode tab to example
* Prototype mouse support
* Refactored tab rendering logic into sub view TabRowView
* Fixed bugs in Notepad scenario and xml doc
* Fixed position of cursor when TabsOnBottom and ShowHeaderOverline are both true
* Fixed PositionCursor when TabsOnBottom (properly this time)
* Fixed bugs when a Tab had a null View
* Fixed RemoveTab when SelectedTab is null and docs
* Fixed whitespace to match guidelines
* Fixed tabsBar position bug TabView.Y is not 0
* Added MaxTabTextWidth property
* Fixed issues based on feedback
* Support for clicking on scroll indicators
* Added tests for TabView
* Fixed horizontal line in empty tab view
* Fixed whitespace to match coding guidelines
* Added more tests, fixed AddTab allowing duplicates
* Fixed TabView not responding to double/triple click on arrows
* Refactored clicking scroll indicators to use SwitchTabBy
* Changed FileDialog to OpenDialog in Notepad Scenario
Includes support for opening multiple at once