Commit History

Author SHA1 Message Date
  Charlie Kindel 55d4a786e0 Fixed tons of little doc typos 2 years ago
  BDisp 3a19822a1a Fixes 2094. View does not clear it's background. 2 years ago
  Alexandru Ciobanu bd5b122772 Correct for the comments on the PR and removed two unused imports. 2 years ago
  Alexandru Ciobanu b1ece93b5f cleanup and fix docs in View class 2 years ago
  tznind e7efa4058b Updated docs and made MouseEvent fields into properties for futureproofing and consistency 2 years ago
  tznind 46694ffa69 Change `MouseEvent` to a mutable class (previously struct) and added Handled 2 years ago
  BDisp e6e6dbb5f2 Fixes #2069. KeyDown and KeyUp events must run before OnKeyDown and OnKeyUp. 2 years ago
  BDisp 69562467a5 Fixes #2071. DrawContentComplete event is never called from the base if it's overridden. 2 years ago
  BDisp c350886b5d Fixes #2047. Tests are failing locally after merging #2046 2 years ago
  BDisp 281a849c08 Fixes #2026. Added ClearOnVisibleFalse to flag if the view must be cleared or not. (#2020) 2 years ago
  BDisp 09f005448e Fixes #1800. TextView now uses the same colors as TextField. (#1971) 2 years ago
  BDisp 9505987d40 Fixes #1984. Setting Label.Visible to false does not hide the Label (#1985) 2 years ago
  Thomas Nind bfe9878554 Add ToArray to prevent 'Collection has been modified' Exception in older runtimes (#1976) 2 years ago
  Thomas Nind 8a90453bb2 Fixes #1962 - Change KeyBindings to allow chaining commands (#1966) 2 years ago
  BDisp 32fa12e0bd Changes due to the requested changes. 3 years ago
  BDisp 6542e86979 Removing duplicate code. 3 years ago
  BDisp e02df8c043 Added some more features and bug fixes. 3 years ago
  BDisp 38bed3fd98 Added exceptions for AutoSize. 3 years ago
  BDisp 5b35b0a842 Changes GetTextFormatterBoundsSize and GetBoundsTextFormatterSize as public. 3 years ago
  BDisp 3160b4c914 Fixes some AutoSize issues with rules. 3 years ago
  Charlie Kindel ab503d1de1 more unit tests and refactoring 3 years ago
  Charlie Kindel 1bc2c79938 Progress on refactoring nav 3 years ago
  Tig Kindel 2451c19d15 Wizard fixes (#1802) 3 years ago
  BDisp 8f7bc395c7 Fixes #1791. View not turn off AutoSize if TextFormatter.Size fit the Anchor. (#1798) 3 years ago
  BDisp b33b658f5b Fixes #1769. Supports a minimum view size for non-automatic size views. (#1771) 3 years ago
  BDisp 7f3c26906b Reverting Clear method to use AddRune as initially. 3 years ago
  BDisp e941169dad Fixes the draw clip bounds issue visible on ScrollView. 3 years ago
  BDisp a82ac45843 Fixes AutoSize, Window Tile and added option to Border for fill or not. 3 years ago
  BDisp a822e1afa9 Adds a popup ContextMenu feature. Implements ContextMenu for TextField. (#1615) 3 years ago
  BDisp 4281030361 Changed Button Text property to use override instead of new. (#1622) 3 years ago