Historique des commits

Auteur SHA1 Message Date
  tznind fe2ed669c5 Merge branch 'events' of https://github.com/tznind/gui.cs into events il y a 2 ans
  tznind 2ed71e284c Move all nested eventargs out of parent classes to root il y a 2 ans
  BDisp 8f7fc8129b Fixes #2416. Single smaller top level leaves chunk trails on move. il y a 2 ans
  Thomas Nind 8fedfdd616 Merge pull request #162 from BDisp/events-mouse-grab-fix il y a 2 ans
  BDisp 82bf8f0546 Fixes https://github.com/gui-cs/Terminal.Gui/issues/2413. GrabMouse ungrab other view that was grabbed and still need it. il y a 2 ans
  tznind 53597b7cec Add TextChangedEventArgs (correctly this time) il y a 2 ans
  tznind 4b5fbfb89c Revert "Added TextChangedEventArgs" il y a 2 ans
  tznind 7a52f45a10 Add PointEventArgs il y a 2 ans
  tznind 50a299adea Made HistoryTextItem inherit from EventArgs il y a 2 ans
  tznind fe2710ad2d Added TextChangedEventArgs il y a 2 ans
  tznind 6a33f142e0 Added MenuOpenedEventArgs class il y a 2 ans
  tznind e347a255b7 Add HexViewEditEventArgs il y a 2 ans
  tznind 6f5ef32fb7 Switch `event Action` to `event EventHandler` il y a 2 ans
  tznind 997bfe63a9 Added MouseFlagsChangedEventArgs il y a 2 ans
  tznind 796e15a64d Added DrawEventArgs il y a 2 ans
  tznind 09683a2cd5 Refactor more `event Action` to `event EventHandler` il y a 2 ans
  tznind 3bec36ac47 Change Action to EventHandler for more events il y a 2 ans
  tznind 43f67a6387 Convert more Actions to EventHandlers in View il y a 2 ans
  tznind fcc75e7147 Update View Action events to EventHandler events il y a 2 ans
  tznind 17a33f3b11 Refactor `Action<bool?> Toggled` to `EventHandler<ToggleEventArgs>` il y a 2 ans
  Tigger Kindel 1de683c13a still broken - documenting weird behavior il y a 2 ans
  tznind 02825d89ba Added SuperViewChangedEventArgs for Added/Removed to clarify situation il y a 2 ans
  tznind 1491e01d6a Fix xmldoc il y a 2 ans
  tznind 9c4f3eda16 Update Added/Removed and other events to use `EventHandler il y a 2 ans
  tznind 7764006932 Add ViewEventArgs il y a 2 ans
  tznind 17e2d1d341 Refactor Action<Size> events to EventHandler<SizeChangedEventArgs> il y a 2 ans
  tznind 5187310b9a Refactor 'AlternateKey' events in Toplevel to use new signature il y a 2 ans
  tznind bdcbd55856 Switch to EventHandler<ToplevelEventArgs> for il y a 2 ans
  tznind 58c267fd7c Switch to EventHandler for TopLevel methods il y a 2 ans
  tznind a949b790ec Refactor HotKeyChanged event il y a 2 ans