Commit History

Author SHA1 Message Date
  Tig 17efda9926 Fixed ScrollViwe 1 year ago
  Tig d25f98f8e3 Everything appears to work (except ScrollView which I broke but will fix). 1 year ago
  Tig 90e38384c4 WIP towards scrolling working 1 year ago
  Tig 6b1a429e56 Rebased with v2_develop 1 year ago
  Tig d915c4e6f8 Fixed API doc typo 1 year ago
  BDisp 704f1407d8 Break the loop if the superview is found. 1 year ago
  BDisp 1573bb025b Check for the superview instead of check if it contains on the subviews. 1 year ago
  BDisp 0120a3648f Fixes #3333. Application.UnGrabbedMouse event doesn't allow grab another view after exit. 1 year ago
  Tig b187a8e70f Reamed Bounds -> Viewport - MOAR rename 1 year ago
  Tig 0900333e12 Reamed Bounds -> Viewport - more rename 1 year ago
  Tig f6ff36968e Reamed Bounds -> ViewPort to see how it feels 1 year ago
  Tig 745e2c21a2 Added low-level unit tests; found latent bugs in View.Clear, Bounds, etc... Fixed. 1 year ago
  Tig Kindel 6e18bc4a2e Fixed IsOverriddent tests 1 year ago
  Tig Kindel 7a988e47ae Make OnMouseXX protected internal as a quick-fix workaround that at least makes them not public, so work can continue. 1 year ago
  Tig Kindel 7036f5f8f8 Cleaned up MouseClick related stuff. 1 year ago
  Tig Kindel bd8edbe201 Merged MouseEvent() and OnMouseEvent() 1 year ago
  Brandon Thetford bfedfee9ee Simplify construction of new Rectangle, Size, Point, and *F instances 1 year ago
  Brandon Thetford 3d807c3833 Merge branch 'v2_develop' into v2_3256_prepare_for_Rect_removal 1 year ago
  Tig 16055c53b0 Fixes #3039. Fix View.HotKey (#3249) 1 year ago
  Brandon Thetford a638edeeaf Rename Rect to Rectangle in preparation for removal 1 year ago
  dodexahedron 34bef2c839 Fixes #3242 - Replaces simple null checks (#3248) 1 year ago
  Brandon Thetford 142b621395 Replace 354 `!= null` with `is { }` 1 year ago
  Brandon Thetford da3fe3663d Replace all 342 `== null` with `is null` 1 year ago
  Tig 4430fe2cc6 Fixes #3192. Improve correctness / clarity of existing `View.AutoSize` functionality/unit tests (#3202) 1 year ago
  Tig dcb3b359ad Fixes #2926 - Refactor KeyEvent and KeyEventEventArgs to simplify (#2927) 1 year ago
  BDisp 66ca7f887e Fixes #2970. ScrollView doesn't remove a view that was previously added on both versions. (#2973) 1 year ago
  Tig 0df485a890 Fixes #666. Refactor `ConsoleDriver`s to simplify and remove duplicated code (#2612) 2 years ago
  Tig ecf6d4f340 Revamps CharMap (#2625) 2 years ago
  BDisp 4bde80cfb7 Fixes #2626. ScrollView contentBottomRightCorner isn't set to false if not needed. (#2627) 2 years ago
  BDisp ea24de3a27 Fixes #2482. Refactor Redraw - Non-virtual with the right set of virtual OnXXX methods. (#2577) 2 years ago