Commit History

Author SHA1 Message Date
  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
  BDisp a9a0d176c1 The KeyPress event must only be used by the most focused view in the ProcessHotKey event. (#1614) 3 years ago
  BDisp 56c28f6d37 Fixes the CanFocus equal to false from setting HasFocus to true again. (#1612) 3 years ago
  BDisp 0168a3c054 Fixes the auto-size text bug. (#1603) 3 years ago
  BDisp b185722ab6 Standalone update fix (#1596) 3 years ago
  Thomas Nind ea7981dc59 Adds Key Binding support. Also refactors Autocomplete and Undo/Redo. (#1556) 3 years ago
  BDisp 87f6cfc8ed Fixes #1557 - Border and PanelView fixes (#1563) 3 years ago
  BDisp 6d108fd99d Fixed #1534. Label autosize redraw fix on shrink. 3 years ago
  BDisp 58e7698f4c Fixes #1475. Selection ending with a white space error. (#1478) 3 years ago
  BDisp 2ef4edd08e NetDriver fixes keys modifiers not reseting and enter key on Windows Terminal. (#1484) 3 years ago
  BDisp 9d767a4171 Dynamic menu/statusbar and Enable property fix. (#1489) 3 years ago
  BDisp d55ae77331 Fixes #1446. Added more features to the Border and Toplevel focus. (#1447) 3 years ago
  Igor Bagdamyan f602d3bd1d ComboBox cursonDownKey nullref fix (#1472) 3 years ago
  BDisp 8bfa2f0425 Border feature (#1436) 4 years ago
  BDisp 52f48b2044 Fixes #1384. Added a VisibleChanged event on the View class. (#1385) 4 years ago
  Charlie Kindel 91c3294491 Merge pull request #1366 from BDisp/colorscheme-setter 4 years ago
  BDisp d24b7ef25c Fixing the potential infinite loops on changing the property. 4 years ago
  BDisp 69200a2f85 Reverting the draw text. 4 years ago
  BDisp fdf11163dc Fixes #1078. ColorScheme setter now calls SetNeedsDisplay. 4 years ago
  BDisp 4cd694ac78 Added a Mdi Container feature. 4 years ago
  BDisp 21714b64b8 Fixes #1341. Now if AutoSize is true the Bounds size is always updated by using the Dim.Fill or the Dim.Absolute. 4 years ago
  BDisp ee75af620d Fixes the restriction of the AutoSize = true of only being true if both the width and the height are true. 4 years ago
  BDisp 432e9cb801 Fixes GetCurrentWidth and GetCurrentHeight providing the correct current values. 4 years ago
  BDisp 8dabd16975 Fixes #1276. Added TextDirection constructor to View and Label and improving AutoSize. (#1277) 4 years ago
  BDisp 3418f2882a Fixes #1234. Setting Handled to true in the KeyPress event avoids ProcessKey from running. (#1237) 4 years ago
  José Miguel Perricone cec9cc3559 Add Vertical Alignment and Text Direction + UICatalog Demo (#1195) 4 years ago
  BDisp 17496ac59e Fixes #1193. A non auto size default Button now preserves his width and thus the text alignment now work. (#1194) 4 years ago