Commit History

Author SHA1 Message Date
  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
  BDisp c90d1bd91e Fixes #386. Window can now be dragged inside another Window. 5 years ago
  Charlie Kindel 773c353df8 minor tweaks. ready to go? 5 years ago
  BDisp a6a3c99703 Fixes #698 StatusBar position on resizing. (#699) 5 years ago
  Charlie Kindel 1edf8189e1 added mainloop tests and updated others 5 years ago
  Charlie Kindel 8730ac6f37 first unit tests 5 years ago
  BDisp d788761710 Removed the unnecessary event flag too. 5 years ago
  BDisp 89a4bdeb03 Changed from Terminal.Gui all EventHandler to Action. 5 years ago
  Charlie Kindel 90b19a5e04 POC 5 years ago
  BDisp f123da4206 Fixes #503 Tab stop working. 5 years ago
  BDisp e8305ae04c Changed to GetToplevelSubviews and removed unnecessary parameter from FocusNearestView. 5 years ago