Commit History

Author SHA1 Message Date
  BDisp ee7fc3022d Fixes #355 stack overflow with Pos based on the size of windows at startup. Added a OnResized action to set the Pos after the terminal are resized. (#367) 5 years ago
  miguel 6d08364ad9 Move the text alignment demo elsewhere, so I can debug other things 5 years ago
  miguel f8548666ee Improve the UI of the ListView demo, and the demo; And add a crashing scenario that I will fix 5 years ago
  BDisp 49cd29853f All my pull-request at once (#345) 5 years ago
  Fabian R d3ec722bd9 Fixed and Enabled Library reinitialization (#291) 5 years ago
  BDisp 0c72b8eae1 Fixes issue #306 async/await hang (#312) 5 years ago
  Adrian Alonso d0790712e5 Fixed key events traversal for modal dialogs (#288) 5 years ago
  Daniel Cazzulino 20d87ae815 Add documentation on ISupportInitialize/ISupportInitializeNotification (#286) 5 years ago
  Daniel Cazzulino c072e29a68 Allow key events to traverse the TopLevel hierarchy unless IsModal=true (#262) 5 years ago
  Daniel Cazzulino ebb3c186ce Add support for ISupportInitialize/ISupportInitializeNotification for UIs (#261) 5 years ago
  Miguel de Icaza 0d9ea2c409 Comments 5 years ago
  giladlevi 5424e6d43b [Core - Subviews]: added InternalSubview property without allocations (the calling to subviews.AsReadOnly() actually allocates and Copy the List) for internal usages and keeps the public Subview property for api compatibility. (#277) 5 years ago
  Miguel de Icaza e89a6122df View.{BrinbSubviewForward,SendSubviewBackwards,SendSubviewToBack,BringSubviewToFront 5 years ago
  Daniel Cazzulino 90ce395484 Add Application.Run<T> entry point (#247) 6 years ago
  Martin Björkström bacf7cb688 Fixes changing focus using backtab (#243) 6 years ago
  Cameron MacFarland 740ee36ecc Fixed subview layout (#159) 6 years ago
  miguel d8b4fd425c Containers that have a contentView where they host their children must override RemoveAll 6 years ago
  miguel 00c11ad70b Prevent a crash if there are no views added to the Toplevel 6 years ago
  Shargon 8bd35f0f10 Error on RemoveAll 7 years ago
  Martin Björkström ea4d0646b2 Fix for setting and removing focus when using mouse. 7 years ago
  Miha Markič 06bfd0da9d Fixes cases where subviews can be null 7 years ago
  Miguel de Icaza 0a654c1643 More docs 7 years ago
  Miguel de Icaza 77f554ef04 Doc updates 7 years ago
  miguel d0e187585e Refactor the windows driver to avoid the races 7 years ago
  miguel 92d35cde97 Disable WindowsDriver until I have a chance to fix it 7 years ago
  Nick Van Dyck ead3ddaaac Windows: fix cursor position movement 7 years ago
  Nick Van Dyck 8eea18b8e8 First implementation of mouse events on windows 7 years ago
  Miguel de Icaza 4cf9c7b138 FileDialog work, HexViewer view 7 years ago
  Miguel de Icaza a3a680b3e2 Small fixes to the Open File dialog 7 years ago
  miguel 6fbccd6659 Fix the Fill computations for layout, by only special casing the Pos.Center scenarios and unrolling the rest 7 years ago