Commit History

Author SHA1 Message Date
  BDisp f925625baa Add GetQuitKeyAndName helper method. 1 year ago
  BDisp ff7a68b2dc Change all Scenarios to merge their Init, Setup, and Run overrides into Main. 1 year ago
  Tig 6188127a24 Refactors CheckBox to use an enum instead of bool? for state. Cleans up naming to make more correct too (Toggle v. Toggled and State vs. Checked). 1 year ago
  Tig b55ee57371 Moved EventArgs<T> to sep file. 1 year ago
  Tig d7bd938664 Renamed StateChangedEventArgs 1 year ago
  Tig c877c1844d Simplified Alignment enum 1 year ago
  Tig ddd7e279c4 Merge/rebase with #3480 1 year ago
  Tig c372c065ac Fixed mouse scenario 1 year ago
  Tig ce1e243df2 Justification->Alignment 1 year ago
  Tig c5a6c907a4 Justifier->Aligner 1 year ago
  Tig c84dade64d WIP -> Getting rid of old TextAlignment enums 1 year ago
  Tig e6b6f77f9a AutoSize is GONE! 1 year ago
  Tig 16055c53b0 Fixes #3039. Fix View.HotKey (#3249) 1 year ago
  Tig 4430fe2cc6 Fixes #3192. Improve correctness / clarity of existing `View.AutoSize` functionality/unit tests (#3202) 1 year ago
  BDisp a3627aed5e Fixes #3189. TextValidateField doesn't show the cursor and doesn't have TextChanged event. (#3190) 1 year ago
  BDisp 43b889d1b1 Fixes #3157. DateField is validating wrong the date on different culture than us-US. (#3165) 1 year ago
  Tig d2ad11248f Fixes #3127 - View Layout improvements - Redefines how `LayoutStyle` works. Fixes `AutoSize` etc... (#3130) 1 year ago
  Tig dcb3b359ad Fixes #2926 - Refactor KeyEvent and KeyEventEventArgs to simplify (#2927) 1 year ago
  Tig 4d6781e5f9 Fixes #2649 - Unit Tests on Windows are failing (#2650) 2 years ago
  BDisp 713b2c4725 Fixes #92. Remove dependency on ustring. (#2620) 2 years ago
  BDisp 915af9b3ff Fixes #2558. MenuBar positions wrong in some situations. (#2567) 2 years ago
  BDisp ea24de3a27 Fixes #2482. Refactor Redraw - Non-virtual with the right set of virtual OnXXX methods. (#2577) 2 years ago
  Tig 5cf90b8bd0 Builds CollectionNavigator support into UI Catalog for TableView (#2584) 2 years ago
  BDisp be67e0f09f Fixes #2196. TextView: Setting Text places cursor at beginning, unlike TextField (#2572) 2 years ago
  Tig b4552ee14b Fixes #2493. Move all layout code out of View (and Toplevel) into a layout helper class (#2544) 2 years ago
  tznind f8ff486102 Fill space in append scenario 2 years ago
  tznind 5a0725df35 Change append autocomplete to use tab completion 2 years ago
  tznind b30dd8e065 Added Suggestion class 2 years ago
  tznind f7cad2a987 Add scaffold for append autocomplete 2 years ago
  tznind 53597b7cec Add TextChangedEventArgs (correctly this time) 2 years ago