Commit History

Author SHA1 Message Date
  BDisp ea8d84f185 Fixing the FocusNearestView method. 4 years ago
  BDisp 6d86e7f294 Fixes #1071. Toplevel.GetTopLevelSubviews (). Changed from HashSet<View> to IList<View>. 4 years ago
  Herman Schoenfeld 5e1e7c0ee4 XMLDOC fixes for prior commit 4 years ago
  Charlie Kindel 2e566c613e Merge pull request #1054 from BDisp/removing-application-currentView 4 years ago
  BDisp 9d721e94f6 Ensures clipping always respecting the anchoring if it's the case. Adding SetWidth and SetHeight methods to the View class. 4 years ago
  BDisp 2d6e7cda99 Fixes #1052. Application.CurrentView looks unused. 4 years ago
  BDisp 152d4e4d35 Allowing Key.AltMask + Key.Space to open the MenuBar too. 4 years ago
  BDisp 9dacb7d3ee Fixes #518. Added mouse support for the NetDriver. 4 years ago
  BDisp 88c33bb924 Reverting the breaking Toplevel Redraw. 4 years ago
  BDisp 148a813365 NetDriver now process the hot keys and shortcut keys. 4 years ago
  BDisp 71f1b6b002 Fixes #1011. LayoutNeeded must be a property with a private set, because it's used outside the View class. 4 years ago
  Charlie Kindel 81ae970c5f Merge pull request #1001 from BDisp/UI-label-as-buttons 4 years ago
  BDisp 19c684a3e1 Added a Unloaded event to the Toplevel class. 4 years ago
  BDisp fa0827a4af Fixes #1007. Added a Loaded event in the Toplevel class. 4 years ago
  BDisp 3b182790c5 Fixes #999. Toplevel should only redraw the subviews if !NeedDisplay.IsEmpty or layoutNeeded. 4 years ago
  BDisp 6be3aab2ce Changed casing for Shortcut. 4 years ago
  BDisp b1cc2f8035 Implemented ShortCut in the View class within the UICatalog example. 4 years ago
  BDisp 01d4b4f55f Added wide improvements on keys managements. 4 years ago
  Charlie Kindel 9c0a8529a6 Fixed build warnings and ensured tests run 4 years ago
  Charlie Kindel b1e28baa2a enables hiding statusbar 4 years ago
  Artyom 7da46a8f69 Convert TopLevel.Ready into event 4 years ago
  Melvyn Laïly 49ae8f1b21 Fix #882 5 years ago
  BDisp 0934cab654 Fixes #864. FrameView has only one contentView now. 5 years ago
  BDisp 2fc77b18c5 StatusBar fix when vertical shrinking. 5 years ago
  BDisp 109fd25c9e Fixes #644. Added a UICatalog Scenario for a dynamic menu bar. 5 years ago
  BDisp 1ea21d0a0b Fixed XML comments. 5 years ago
  BDisp c159d47b3b Fixes #783. Menu is now activated by Alt key if the focused view doesn't need it. 5 years ago
  BDisp f34e869ad6 Also fixed the position and unicode on StatusBar. 5 years ago
  BDisp fb317622ca Fixing a bug. 5 years ago
  BDisp 69e72c80d5 Fixes #775. Menu now is working properly on another toplevel and supports unicode. 5 years ago