Commit Graph

  • 12fdf1d59e Initial plan copilot-swe-agent[bot] 2025-10-26 22:30:49 +00:00
  • 254a0f984c Refactor ApplicationImpl and IApplication interfaces copilot/remove-static-members-from-application Tig 2025-10-26 15:58:08 -06:00
  • 9fb77a353e Complete Rows/Cols read-only refactor - fix all test files copilot/fakedriver-followup-of-4347 copilot-swe-agent[bot] 2025-10-26 21:47:19 +00:00
  • 82e28d1a4f Make IConsoleDriver.Rows and Cols read-only - WIP copilot-swe-agent[bot] 2025-10-26 21:42:16 +00:00
  • 93ec92e6a0 Refactor Application constants and remove unused field Tig 2025-10-26 15:35:52 -06:00
  • c653dc37c3 Refactor ApplicationImpl to reduce dependency on Application static class copilot-swe-agent[bot] 2025-10-26 21:18:08 +00:00
  • c4a73d71c7 Add SetScreenSize to IConsoleDriver and fix test issues copilot-swe-agent[bot] 2025-10-26 21:14:01 +00:00
  • e3b7b96122 Address code review feedback copilot-swe-agent[bot] 2025-10-26 20:59:26 +00:00
  • 12cf49bf26 Keep InitializedChanged as static event copilot-swe-agent[bot] 2025-10-26 20:56:07 +00:00
  • ba531af5fd Fix IFakeConsoleDriver casting issues and update FakeDriverRenderingTests copilot-swe-agent[bot] 2025-10-26 20:52:48 +00:00
  • 0001f1e24d Simplify InitializedChanged event accessor copilot-swe-agent[bot] 2025-10-26 20:52:35 +00:00
  • c547586533 Fix ResetState to properly reset all fields copilot-swe-agent[bot] 2025-10-26 20:47:52 +00:00
  • 086d6da1e4 Move static members to IApplication/ApplicationImpl copilot-swe-agent[bot] 2025-10-26 20:41:34 +00:00
  • 42bf7526e6 Step 4: Remove MockConsoleDriver and add FakeDriver tests copilot-swe-agent[bot] 2025-10-26 20:30:47 +00:00
  • 0486ce7fc4 Initial plan copilot-swe-agent[bot] 2025-10-26 20:26:18 +00:00
  • 359e6a5d7e Step 3: Port SetupFakeDriverAttribute to use built-in FakeDriver copilot-swe-agent[bot] 2025-10-26 20:23:14 +00:00
  • 8feed295e8 Initial plan copilot-swe-agent[bot] 2025-10-26 20:08:24 +00:00
  • 9dead3b110 Fixes #4334. Propose minimal terminology improvements for Application.Run lifecycle APIs copilot-swe-agent[bot] 2025-10-26 19:57:02 +00:00
  • a8f74f49c9 Update MAINLOOP_DEEP_DIVE.md to reflect removal of legacy MainLoop infrastructure copilot-swe-agent[bot] 2025-10-26 19:55:09 +00:00
  • c38506e2bd Fix MAINLOOP_DEEP_DIVE.md filename copilot-swe-agent[bot] 2025-10-26 19:52:58 +00:00
  • 8fd7bae3f0 Update MAINLOOP_DEEP_DIVE.md to reflect removal of legacy MainLoop copilot-swe-agent[bot] 2025-10-26 19:52:34 +00:00
  • 8ed9e284fb Merge branch 'v2_develop' into copilot/fix-3ee850b1-eb6b-46b0-964b-3b98d2c0c14e Tig 2025-10-26 13:49:42 -06:00
  • 99156fc381 Merge branch 'v2_develop' into copilot/fix-54af9417-84eb-4b53-b2ca-14c9bd07be5a Tig 2025-10-26 13:49:35 -06:00
  • 2fbfb31a73 Merge branch 'v2_develop' into copilot/fix-e6dde989-9ea1-4d83-8522-54ed8f70815a Tig 2025-10-26 13:49:26 -06:00
  • 60b86d8383 Merge branch 'v2_develop' into copilot/clarify-application-run-terminology Tig 2025-10-26 13:46:33 -06:00
  • 6a9dfb1f34 merged Tig 2025-10-26 13:45:02 -06:00
  • a0979368cb Fixes #4125. Remove legacy MainLoop infrastructure (#4343) Copilot 2025-10-26 13:39:44 -06:00
  • 4ea7d32d65 Fix formatting and update section titles in migration docs (#4345) Friedrich von Never 2025-10-26 20:05:00 +01:00
  • afa7da3ae5 Fixes #4078 - Implement automatic URL detection with OSC 8 hyperlinks at driver level (#4340) Copilot 2025-10-26 13:03:17 -06:00
  • 44149594c7 Merge branch 'v2_develop' into copilot/clarify-application-run-terminology Tig 2025-10-26 11:42:46 -06:00
  • 4e52b98ec9 Refactor newinv2.md deep dive doc (#4341) Tig 2025-10-26 09:57:51 -06:00
  • 76b8f026e8 Refactor newinv2.md deep dive doc Tig 2025-10-26 09:56:55 -06:00
  • 5aecf4bf84 Merge branch 'v2_develop' into copilot/fix-3ee850b1-eb6b-46b0-964b-3b98d2c0c14e Tig 2025-10-26 09:51:51 -06:00
  • 1a458b6be5 Merge branch 'v2_develop' into copilot/clarify-application-run-terminology Tig 2025-10-26 09:50:41 -06:00
  • 7b4ad8cb59 Merge branch 'v2_develop' of tig:tig/Terminal.Gui into v2_develop Tig 2025-10-26 09:48:56 -06:00
  • f068709d13 Fixes #4331 - Use Application.Screen and ScreenContents to reduce Driver coupling (#4336) Copilot 2025-10-26 09:48:30 -06:00
  • 587134fe0f Merge branch 'v2_develop' into copilot/clarify-application-run-terminology Tig 2025-10-26 09:19:19 -06:00
  • d1a709af1e Merge branch 'v2_develop' of tig:tig/Terminal.Gui into v2_develop Tig 2025-10-26 09:16:45 -06:00
  • aef88ad4bb Fixes #4332 - Refactor test infrastructure to use modern ApplicationImpl.Coordinator instead of legacy MainLoop (#4335) Copilot 2025-10-26 09:15:46 -06:00
  • 01f3261945 Merge branch 'v2_develop' into copilot/fix-3ee850b1-eb6b-46b0-964b-3b98d2c0c14e Tig 2025-10-26 08:19:38 -06:00
  • 31c8784c34 Add comprehensive MainLoop architecture deep dive analysis copilot-swe-agent[bot] 2025-10-26 12:41:24 +00:00
  • 94fb4173e8 Merge branch 'v2_develop' into copilot/clarify-application-run-terminology Tig 2025-10-26 06:31:40 -06:00
  • 1046b47be7 Fixes #4325. ApplicationImpl.Invoke is sometimes running on UI thread when Application.Top is null (#4339) BDisp 2025-10-26 02:15:13 +00:00
  • 11b2c5f05a Fix code example to follow CONTRIBUTING.md style guidelines copilot-swe-agent[bot] 2025-10-25 22:47:49 +00:00
  • 40b28de4a3 Merge branch 'v2_develop' into copilot/fix-e6dde989-9ea1-4d83-8522-54ed8f70815a Tig 2025-10-25 16:46:14 -06:00
  • 45f9d36959 Merge branch 'v2_develop' into copilot/fix-54af9417-84eb-4b53-b2ca-14c9bd07be5a Tig 2025-10-25 16:46:04 -06:00
  • 2cb80828fa Merge branch 'v2_develop' into copilot/fix-3ee850b1-eb6b-46b0-964b-3b98d2c0c14e Tig 2025-10-25 16:45:58 -06:00
  • 948c05aa9c Merge branch 'v2_develop' into copilot/clarify-application-run-terminology Tig 2025-10-25 16:45:36 -06:00
  • 9530fb677a Fixes #3863 - Finalize IApplication interface and complete facade pattern (#4328) Copilot 2025-10-25 16:44:30 -06:00
  • 3f5fea0cd0 Revise terminology proposal based on maintainer feedback copilot-swe-agent[bot] 2025-10-25 22:04:11 +00:00
  • 76a5401414 Add executive summary for terminology proposal copilot-swe-agent[bot] 2025-10-25 21:36:29 +00:00
  • 75d5c49df7 Add visual guide and README for terminology proposal copilot-swe-agent[bot] 2025-10-25 21:34:50 +00:00
  • 372612e361 Add comprehensive Application.Run terminology proposal documents copilot-swe-agent[bot] 2025-10-25 21:32:33 +00:00
  • 28513039e1 Merge branch 'v2_develop' into copilot/clarify-application-run-terminology Tig 2025-10-25 15:30:17 -06:00
  • 496b6b869f Optimize CI workflows with single centralized build and remove redundant workflow (#4327) Copilot 2025-10-25 15:29:12 -06:00
  • 73d789d088 Initial plan copilot-swe-agent[bot] 2025-10-25 21:26:00 +00:00
  • 5199663551 Fixes #4125 - Decouple ApplicationImpl from static Application references (#4324) Copilot 2025-10-25 12:20:03 -06:00
  • 2d84ab4f01 Fixes #4322 - FluentTests: Forward configurable timeout to GuiTestContext (#4323) Copilot 2025-10-25 11:48:43 -06:00
  • 4974343e74 Fixes #4317 - Refactor Application.Mouse for decoupling and parallelism (#4318) Copilot 2025-10-25 08:48:26 -06:00
  • db5fdebfa9 Fixes #4320 - Dialog focus (#4321) Tig 2025-10-25 06:58:20 -06:00
  • d72cfcd317 Merge branch 'v2_develop' of tig:gui-cs/Terminal.Gui into v2_develop Tig 2025-10-24 15:25:42 -06:00
  • 4437398508 Refactor Application.Keyboard to support fully decoupled state and parallelizable unit tests (#4316) Copilot 2025-10-24 15:24:50 -06:00
  • 4b193ecb0d Add onboarding instructions for Copilot and other AI coding agents (#4314) Copilot 2025-10-23 15:32:17 -06:00
  • 1eb5a4e1b9 Fixes #4305 - 'FileDialog` TreeView (#4306) Tig 2025-10-23 14:54:06 -06:00
  • cb748a1c09 Fix InvokeLeakTest debugger failure on x64 with high-resolution timing (#4304) Copilot 2025-10-21 19:41:03 -06:00
  • ce46e71c40 Revert incorrect FIFO fix - logic was inverted causing LIFO copilot/fix-macos-test-failure copilot-swe-agent[bot] 2025-10-21 16:41:28 +00:00
  • 5b43a1147e Fix TimeSpan.Zero timeout execution order to maintain FIFO copilot-swe-agent[bot] 2025-10-21 14:25:16 +00:00
  • 93cd131d19 Initial plan copilot-swe-agent[bot] 2025-10-21 14:07:12 +00:00
  • b502471ee6 Fixes #4300 - Scrolling intermittently causes All_Scenarios_Quit_And_Init_Shutdown_Properly to fail (#4301) Tig 2025-10-21 02:36:52 -06:00
  • 7a810b0b87 Remove TileView; use View.Arrangement instead (#4271) Copilot 2025-10-20 14:51:14 -06:00
  • fdeaa8331b Fixes #4298 - Updates test namespaces (#4299) Tig 2025-10-20 14:14:38 -06:00
  • 041e9de70e Migrate 210 tests to UnitTests.Parallelizable, add CreateFakeDriver helper, prove View.Draw() works in parallel tests, and provide comprehensive performance analysis (#4297) Copilot 2025-10-20 08:56:11 -06:00
  • ed64f5773e Fixes #4282 - Migrate tests from UnitTests to UnitTests.Parallelizable (67 tests migrated + comprehensive documentation) (#4293) Copilot 2025-10-19 19:04:43 -06:00
  • b6fff43824 Prevents unnecessary noise log errors on unit tests (#4294) BDisp 2025-10-19 21:41:22 +01:00
  • fa0b173559 Merge branch 'v2_develop' into copilot/fix-e6dde989-9ea1-4d83-8522-54ed8f70815a Tig 2025-10-19 12:20:35 -06:00
  • 11dcd7c0d7 Merge branch 'v2_develop' into copilot/fix-54af9417-84eb-4b53-b2ca-14c9bd07be5a Tig 2025-10-19 12:20:30 -06:00
  • 0b37ee9b9a Merge branch 'v2_develop' into copilot/fix-3ee850b1-eb6b-46b0-964b-3b98d2c0c14e Tig 2025-10-19 12:20:24 -06:00
  • 549436e343 Fixes #4177: View.GetAttributeForRole now defers to SuperView for proper attribute hierarchy (#4292) Copilot 2025-10-19 12:19:33 -06:00
  • ebe2080346 Merge branch 'v2_develop' into copilot/port-parallelizable-unit-tests copilot/port-parallelizable-unit-tests Tig 2025-10-19 12:02:36 -06:00
  • 5e7db67791 Merge branch 'v2_develop' into copilot/fix-3ee850b1-eb6b-46b0-964b-3b98d2c0c14e Tig 2025-10-19 12:02:25 -06:00
  • abf07ba7ca Merge branch 'v2_develop' into copilot/fix-54af9417-84eb-4b53-b2ca-14c9bd07be5a Tig 2025-10-19 12:02:21 -06:00
  • 08a3c1921e Merge branch 'v2_develop' into copilot/fix-e6dde989-9ea1-4d83-8522-54ed8f70815a Tig 2025-10-19 12:02:16 -06:00
  • 86b7996598 Fix intermittent macOS unit test failures by forcing FakeDriver when ConsoleDriver.RunningUnitTests is true (#4291) Copilot 2025-10-19 11:50:28 -06:00
  • 2a5d82be7b Merge branch 'v2_develop' into copilot/fix-54af9417-84eb-4b53-b2ca-14c9bd07be5a Tig 2025-10-19 09:47:10 -06:00
  • 8e863d9b0d Merge branch 'v2_develop' into copilot/fix-3ee850b1-eb6b-46b0-964b-3b98d2c0c14e Tig 2025-10-19 09:46:58 -06:00
  • a35f09eff0 Merge branch 'v2_develop' into copilot/port-parallelizable-unit-tests Tig 2025-10-19 09:46:41 -06:00
  • 8aec05248d Fixes #4274 - v2win vsdebugconsole issue CM related UnitTest failures (#4287) Tig 2025-10-19 09:44:08 -06:00
  • dea6736e82 Fixes #4284 (#4285) Tig 2025-10-16 17:55:43 -06:00
  • 5e85a19930 Merge branch 'v2_develop' into copilot/port-parallelizable-unit-tests Tig 2025-10-16 17:45:48 -06:00
  • 3a8cbf3ca7 Revert "Fixes #4274. Using Windows Host Console v2win is rendering window siz…" (#4286) Tig 2025-10-16 17:43:24 -06:00
  • 75f5a847c0 Fixes #4274. Using Windows Host Console v2win is rendering window size badly using VSDebugConsole.exe (#4275) BDisp 2025-10-17 00:42:49 +01:00
  • 423a9d5581 Migrate 5 remaining TextFormatter tests (169 test cases) to Parallelizable copilot-swe-agent[bot] 2025-10-16 19:01:12 +00:00
  • 112a421a07 Add Justify_Horizontal tests to Parallelizable, remove from UnitTests (4 tests) copilot-swe-agent[bot] 2025-10-16 17:38:26 +00:00
  • 3ea7e4bb6d Add comprehensive parallelizable LineCanvasTests (66 of 87 tests passing) copilot-swe-agent[bot] 2025-10-16 17:33:21 +00:00
  • 027b763cbf Add Category A migration plan with detailed scope assessment copilot-swe-agent[bot] 2025-10-16 17:24:37 +00:00
  • 1577afd647 Add final comprehensive migration analysis and scope assessment copilot-swe-agent[bot] 2025-10-16 17:04:46 +00:00
  • bfff1c34cf Add comprehensive migration status report copilot-swe-agent[bot] 2025-10-16 16:56:27 +00:00
  • d4fd965eba Add Draw_Vertical_TopBottom_LeftRight_Top test (8 test cases) copilot-swe-agent[bot] 2025-10-16 16:55:05 +00:00
  • d6a1bf4557 Add Draw_Vertical_TopBottom_LeftRight test (3 test cases) copilot-swe-agent[bot] 2025-10-16 16:28:08 +00:00
  • c68d8efd94 Add 2 more vertical Draw tests (22 test cases total) copilot-swe-agent[bot] 2025-10-16 16:22:26 +00:00