Commit History

Author SHA1 Message Date
  Tig 4629e2b85e Merge branch 'v2_develop' into v2_draw-over-a-modal-view_2478 2 years ago
  BDisp f0a4212e6d Prevents FocusNext throw exception if tabIndexes collection was modified. 2 years ago
  BDisp df95acc77d View with a null SuperView should be allowed to set focus. 2 years ago
  BDisp 1eaa0a9925 Fixes #2457. View without subviews mustn't set CanFocus to false on Remove them. 2 years ago
  BDisp 9ca23e5c4a Only set hasFocus to true if it's false. 2 years ago
  BDisp d5c584425c Fixes #2446. Currently is allowed two views on different toplevels having HasFocus as true. 2 years ago
  BDisp 6223d889c7 Fixes #2462. FindDeepestView should be a public static method on the View class. 2 years ago
  BDisp edd53173d1 Fixes #2478. Currently it isn't possible to draw over a modal view. 2 years ago
  tznind 1c3e8e37d3 Fix malformed xmldoc and missing using statement 2 years ago
  Thomas Nind 057cea44d2 Merge branch 'v2_develop' into events 2 years ago
  Tig Kindel 42832cafa2 Fixes bug in MessageBox scenario that is latent in v1 2 years ago
  Tig Kindel 8bd9ac7bce More cleanup 2 years ago
  Tig Kindel f08e45f493 Renamed ProcessViewSize to OnResizeNeeded 2 years ago
  Tig Kindel ab2bda109b improved API docs, removed duplicate code, refactored to make more readable 2 years ago
  BDisp 3960ff4e7a Grouping views events in the ViewEventArgs.cs file. 2 years ago
  tznind 2ed71e284c Move all nested eventargs out of parent classes to root 2 years ago
  tznind 796e15a64d Added DrawEventArgs 2 years ago
  tznind 43f67a6387 Convert more Actions to EventHandlers in View 2 years ago
  tznind fcc75e7147 Update View Action events to EventHandler events 2 years ago
  tznind 02825d89ba Added SuperViewChangedEventArgs for Added/Removed to clarify situation 2 years ago
  tznind 1491e01d6a Fix xmldoc 2 years ago
  tznind 9c4f3eda16 Update Added/Removed and other events to use `EventHandler 2 years ago
  tznind a949b790ec Refactor HotKeyChanged event 2 years ago
  BDisp 2eb05113af Fix negative bounds on draw text and thus fixes scrolling. 2 years ago
  BDisp f1e4e21456 Removing and refactoring code. 2 years ago
  BDisp 6c44b0413d Removing GetMaxNeedDisplay that was causing false changed values. 2 years ago
  BDisp 5840ad25e8 Added IsLoaded property to allow control if a change was done before or after the toplevel was loaded. 2 years ago
  BDisp a7c13b5d48 Fixes merge conflicts errors. 2 years ago
  BDisp eac93a7973 Resolving merge conflicts. 2 years ago
  BDisp 886cfc6a8e GetContainerBounds already has called ViewToScreen, so do the same to GetNeedDisplay and fixing some typo. 2 years ago