Commit History

Author SHA1 Message Date
  BDisp 3937feb976 Fixes #2434. Dialog bounds bigger than Cols and Rows must be allowed to drag beyond left, right and bottom. 2 years ago
  Thomas Nind 057cea44d2 Merge branch 'v2_develop' into events 2 years ago
  Tig Kindel 8bd9ac7bce More cleanup 2 years ago
  Tig Kindel ab2bda109b improved API docs, removed duplicate code, refactored to make more readable 2 years ago
  BDisp 69a1c6ebde Recovering GrabbingMouse and UnGrabbingMouse implementation. 2 years ago
  tznind 7aae407efe Get rid of the EventArgs folder 2 years ago
  tznind fe2ed669c5 Merge branch 'events' of https://github.com/tznind/gui.cs into events 2 years ago
  tznind 2ed71e284c Move all nested eventargs out of parent classes to root 2 years ago
  BDisp 82bf8f0546 Fixes https://github.com/gui-cs/Terminal.Gui/issues/2413. GrabMouse ungrab other view that was grabbed and still need it. 2 years ago
  tznind 9c4f3eda16 Update Added/Removed and other events to use `EventHandler 2 years ago
  tznind 17e2d1d341 Refactor Action<Size> events to EventHandler<SizeChangedEventArgs> 2 years ago
  tznind 5187310b9a Refactor 'AlternateKey' events in Toplevel to use new signature 2 years ago
  tznind bdcbd55856 Switch to EventHandler<ToplevelEventArgs> for 2 years ago
  tznind 58c267fd7c Switch to EventHandler for TopLevel methods 2 years ago
  BDisp d59bc80ca4 Undoing the changes because is causing continuous run loop. 2 years ago
  BDisp 2880247cbc Fixes Toplevel which was broken with many unit tests fails. 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 9cfa78a033 Fixes #2354. View.Redraw doesn't clear itself and PositionCursor doesn't ensure focus when a prior view was disabled. (#2355) 2 years ago
  Tig ff8ac0faac Merge branch 'develop' into invisible-cursor-fix_2326 2 years ago
  BDisp 057bbcaea8 Fixes #2326. Invisible cursor after modal dialog. 2 years ago
  Tig Kindel de5af990df removed unused Cook/UncookMouse APIs 2 years ago
  BDisp 03e0f086c3 Fixes #2267. Toplevel.EnsureVisibleBounds throws an exception if border is null. 2 years ago
  BDisp a37e2d4134 Fixes #2219. Moving a grab a top with a superview fails with Dim. 2 years ago
  BDisp d1a03aeecf Fixes #2162. Toplevel dragging wasn't moving well. 2 years ago
  Charlie Kindel bf1ed31281 Refactored UI Catalog and added tons of unit tests 2 years ago
  Tig Kindel 11491b3f79 Fixes #1883. Toplevel now propogates Loaded & Ready events to child Toplevel views. 3 years ago
  Tig Kindel 492966048c Fixes #1849. Wizard as non-popup is broken (#1853) 3 years ago
  BDisp 18be3731bb Fixes #1732. Toplevel shouldn't clear the buffer. 3 years ago
  BDisp a82ac45843 Fixes AutoSize, Window Tile and added option to Border for fill or not. 3 years ago
  BDisp 484e98998a Feature to display the sub-menus on a single frame instead multiple frames. 3 years ago