Commit History

Author SHA1 Message Date
  BDisp d55ae77331 Fixes #1446. Added more features to the Border and Toplevel focus. (#1447) 3 years ago
  BDisp c7d1e15cad Fixes #1467. AlternateForward/BackwardKey bypasses dialog modality (#1468) 3 years ago
  BDisp 23d4fa9016 Added Application.QuitKey property to allow change the quitting application key. (#1450) 3 years ago
  BDisp 8bfa2f0425 Border feature (#1436) 4 years ago
  BDisp 52f48b2044 Fixes #1384. Added a VisibleChanged event on the View class. (#1385) 4 years ago
  BDisp 9a73657cba Simplifying the Redraw method. 4 years ago
  BDisp 4cd694ac78 Added a Mdi Container feature. 4 years ago
  BDisp 480a63d222 Toplevel improvement as a subviews container without frame borders. 4 years ago
  BDisp 5b490a8c8f Fixes #1266. Using Ctrl+PageUp/PageDown to allowing navigate through windows. (#1283) 4 years ago
  BDisp 17496ac59e Fixes #1193. A non auto size default Button now preserves his width and thus the text alignment now work. (#1194) 4 years ago
  BDisp e784765094 Fixes #1179. TextView does not copy to the clipboard on deleting. (#1180) 4 years ago
  BDisp f7a8cf63d7 Since FocusNearestView method deals with navigation and focus is better use TabIndexes instead. 4 years ago
  BDisp 3dd17bd82c Added feature to navigate through all Application.Top's subviews. 4 years ago
  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