Tig
033206ba55
Update README.md
2023-03-17 09:03:03 -06:00
Tigger Kindel
509cea9fd3
Updated readme
2023-03-17 08:56:38 -06:00
I-Have-No-Idea-What-IAmDoing
d0345e55b8
Fix typo in link in a readme ( #2409 )
...
The link: (https://github.com/gui-cs/Terminal.Gui/issues/368 ) was typed out like (https://github.com/giu-cs/Terminal.Gui/issues/368 ).
2023-03-17 08:56:38 -06:00
dependabot[bot]
f06d73c5fb
Bump ReactiveUI.Fody from 18.4.22 to 18.4.26 ( #2412 )
...
Bumps [ReactiveUI.Fody](https://github.com/reactiveui/reactiveui ) from 18.4.22 to 18.4.26.
- [Release notes](https://github.com/reactiveui/reactiveui/releases )
- [Commits](https://github.com/reactiveui/reactiveui/compare/18.4.22...18.4.26 )
---
updated-dependencies:
- dependency-name: ReactiveUI.Fody
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-16 07:51:44 -06:00
Tig
afa6060a9e
Merge pull request #2411 from gui-cs/dependabot/nuget/ReactiveUI-18.4.26
...
Bump ReactiveUI from 18.4.22 to 18.4.26
2023-03-16 07:48:38 -06:00
Tig
58e28692a8
Merge pull request #2410 from gui-cs/dependabot/github_actions/gittools/actions-0.10.2
...
Bump gittools/actions from 0.9.15 to 0.10.2
2023-03-16 07:48:26 -06:00
Tig
709698870a
Merge pull request #2402 from gui-cs/dependabot/nuget/ReportGenerator-5.1.19
...
Bump ReportGenerator from 5.1.17 to 5.1.19
2023-03-16 07:48:13 -06:00
dependabot[bot]
991a41475d
Bump ReactiveUI from 18.4.22 to 18.4.26
...
Bumps [ReactiveUI](https://github.com/reactiveui/reactiveui ) from 18.4.22 to 18.4.26.
- [Release notes](https://github.com/reactiveui/reactiveui/releases )
- [Commits](https://github.com/reactiveui/reactiveui/compare/18.4.22...18.4.26 )
---
updated-dependencies:
- dependency-name: ReactiveUI
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-03-13 15:08:12 +00:00
dependabot[bot]
652c0c4933
Bump gittools/actions from 0.9.15 to 0.10.2
...
Bumps [gittools/actions](https://github.com/gittools/actions ) from 0.9.15 to 0.10.2.
- [Release notes](https://github.com/gittools/actions/releases )
- [Commits](https://github.com/gittools/actions/compare/v0.9.15...v0.10.2 )
---
updated-dependencies:
- dependency-name: gittools/actions
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-03-13 15:02:12 +00:00
dependabot[bot]
56ac3547b0
Bump ReportGenerator from 5.1.17 to 5.1.19
...
Bumps [ReportGenerator](https://github.com/danielpalme/ReportGenerator ) from 5.1.17 to 5.1.19.
- [Release notes](https://github.com/danielpalme/ReportGenerator/releases )
- [Commits](https://github.com/danielpalme/ReportGenerator/compare/v5.1.17...v5.1.19 )
---
updated-dependencies:
- dependency-name: ReportGenerator
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-03-09 14:30:20 +00:00
Tig
da18332182
Merge pull request #2397 from tig/v1_contributing
...
Partially fixes #2391 - Updated readmes to note v1 is now in Maintenace mode
2023-03-03 15:27:26 -07:00
Tigger Kindel
06bd8cd1ff
More guidance for v2
2023-03-03 15:20:59 -07:00
Tigger Kindel
f5031c03db
Merge branch 'v1_contributing' of tig:tig/Terminal.Gui into v1_contributing
2023-03-03 15:13:59 -07:00
Tigger Kindel
f9a271529a
Merge branch 'develop' of tig:gui-cs/Terminal.Gui into v1_contributing
2023-03-03 15:13:15 -07:00
Tig
285b4c6b4b
Merge branch 'develop' into v1_contributing
2023-03-03 15:13:02 -07:00
Tigger Kindel
08591663a2
Updated readmes to note v1 is now in maintencce mode
2023-03-03 15:11:55 -07:00
dependabot[bot]
dae1c26cb7
Bump SixLabors.ImageSharp from 2.1.3 to 3.0.0 ( #2388 )
...
Bumps [SixLabors.ImageSharp](https://github.com/SixLabors/ImageSharp ) from 2.1.3 to 3.0.0.
- [Release notes](https://github.com/SixLabors/ImageSharp/releases )
- [Commits](https://github.com/SixLabors/ImageSharp/compare/v2.1.3...v3.0.0 )
---
updated-dependencies:
- dependency-name: SixLabors.ImageSharp
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-02 15:35:06 -07:00
BDisp
1d2dc40c8a
Fixes #2305 . Improves the handling of escape sequence. ( #2375 )
...
* Changed ansi esc sequence used on exit.
* Changed ansi esc sequence used on exit.
* Improves HeightAsBuffer although currently only works on Windows.
* Fixes #2267 . Toplevel.EnsureVisibleBounds throws an exception if border is null.
* Changing comment as requested.
* Fixes indentation.
* Seems not needed for now, maybe some update, comment for now.
* Renamed HeightAsBuffer to EnableConsoleScrolling and made it obsolete.
* Add comment on remarks for EnableConsoleScrolling.
* merged @bdisp's EnableConsoleScrolling PR
* Fixes buffer for Windows Terminal.
* Fixes issue in Windows Terminal on resizing causing some lines not be drawing after exceptions.
* merge #9
* merged #9
* use ESC [ ? 1047
* Tweaks with new esc codes
* Fixed curses driver to not nuke scroll buffer and to resize properly
* merge
* Cleand up netdriver escape codes
* fixed spaces->tabs
* fixed spaces->tabs
* fixed spaces->tabs
* fixed spaces->tabs
* fixed merge issue and spaces->tabs
* fixed spaces->tabs
* fixed spaces->tabs
* fixed spaces->tabs
* fixed build error
* removed old comments
* Resolving merge conflicts.
* Ensuring reset the EnableConsoleScrolling.
* Changing from HeightAsBuffer to EnableConsoleScrolling.
* Done requested changes.
* Reformatting.
* Rename to EscSeqReqStatus.
* Removing Console.Out.Flush ();
---------
Co-authored-by: Charlie Kindel <tig@users.noreply.github.com >
Co-authored-by: Tig Kindel <tig@kindel.com >
2023-02-25 15:30:44 -07:00
BDisp
ed27696b9e
Fixes 2342. Border: can't change border color in window by Border.BorderBrush. ( #2345 )
...
* Fixes 2342. Border: can't change border color in window by Border.BorderBrush.
* Fixes border initialization.
---------
Co-authored-by: Tig <tig@users.noreply.github.com >
2023-02-25 15:26:04 -07:00
BDisp
9cfa78a033
Fixes #2354 . View.Redraw doesn't clear itself and PositionCursor doesn't ensure focus when a prior view was disabled. ( #2355 )
...
* Fixes #2354 . View should have a IgnoreHasFocusPropertyOnRedraw property to prevent unnecessary derived class.
* Removed IgnoreHasFocusPropertyOnRedraw property.
---------
Co-authored-by: Tig <tig@users.noreply.github.com >
2023-02-21 14:23:40 +13:00
BDisp
47eb43fd6e
Fixes 2368. Nested views with height of 1 not rendering correctly. ( #2370 )
2023-02-21 13:55:07 +13:00
Thomas Nind
40af5ed98a
Adds Snake Scenario ( #2353 )
...
* Add empty snake scenario
* Move snake head around
* Snake now has a tail
* Rest of logic implementation
* Ctrl K D layout fixes
* Game gets faster as you collect more apples
* Adjust speed increase rate down
* Use white on black for snake and border and red for apple
* Fix ScenarioTests not Disposing Scenario
* Add disposes and fix to use LineCanvas.GenerateImage
* Fix stack overflow, doh!
---------
Co-authored-by: Tig <tig@users.noreply.github.com >
2023-02-21 11:59:46 +13:00
BDisp
c85ff954aa
Illustrates #2331 (Scrollview not respecting clip) does not reproduce ( #2332 )
...
* Proves that the issue #2331 don't have reason to happen.
* fixes #2336
* Fixes #2331 . ScrollView may not be honoring clip region; CustomButton shows outside
* More appropriate solution for the issue #2331 .
* Start refactoring LineCanvas for mixing line style support (e.g. double into single)
* Add remaining resolvers
* Implement corner border style mixing in LineCanvas
* Refactor and simplify resolvers
* Move tests to Core folder and namespace to Terminal.Gui.CoreTests
* Fixes #2333 . TextField is selecting badly a word on double click.
* Add unit test deleting a word with accented char.
* Fixes 2331. ScrollView may not be honoring clip region.
* Add a custom button scenario.
* Fixes #2350 . Clipping broke (see Clipping scenario).
* Is preferable use NeedDisplay instead of Bounds.
---------
Co-authored-by: Tig Kindel <tig@users.noreply.github.com >
Co-authored-by: tznind <tznind@dundee.ac.uk >
2023-02-21 00:53:38 +13:00
Tig
81d3ad8aeb
Merge pull request #2352 from tznind/animation
...
Adds Animation Scenario
2023-02-20 22:29:49 +13:00
Tig
3ecf42a61c
Merge pull request #2344 from tznind/line-canvas-fix-offsets
...
Fixes 2343 - LineCanvas not respecting X and Y of clip bounds
2023-02-20 22:17:17 +13:00
Thomas Nind
1e5ab49827
Merge branch 'develop' into line-canvas-fix-offsets
2023-02-19 17:06:21 +00:00
Thomas
0e84090c31
Add caching and comments
2023-02-18 07:56:45 +00:00
Thomas
8371a74bf9
CC attribution
2023-02-17 23:18:20 +00:00
Thomas
2b0d14f41f
Resizing
2023-02-17 23:12:48 +00:00
Thomas
db38b35bb7
spinning world
2023-02-17 22:56:02 +00:00
tznind
c28d97f203
Add gif
2023-02-17 22:10:40 +00:00
tznind
81a892ad11
Add image scenario
2023-02-17 22:09:29 +00:00
Tig
65607ba0e0
Merge pull request #2349 from BDisp/basic-colors-scenario-fix_2348
...
Fixes #2348 . The Basic Colors scenario doesn't output the blue on white properly.
2023-02-15 07:15:08 +07:00
Thomas
85a4471004
Remove the Draw method from LineCanvas and make GenerateImage easier to use
2023-02-14 22:11:18 +00:00
Thomas Nind
a10d4b78ec
Merge branch 'develop' into line-canvas-fix-offsets
2023-02-14 21:54:22 +00:00
BDisp
43efe8a563
Ensures working even if a value less than -1 is used.
2023-02-14 18:43:58 +00:00
BDisp
721a8873b0
Removed Color.Invalid and added more unit tests.
2023-02-14 18:32:06 +00:00
Tig
8014eda472
Merge pull request #2347 from BDisp/windowsdriver-cleanup-fix_2346
...
Fixes #2346 . If WindowsDriver is maximized crash on the Cleanup method.
2023-02-14 10:35:09 +07:00
Thomas
90a6c2c34c
Support for drawing at an offset within client area
2023-02-13 22:08:05 +00:00
BDisp
276ffe0343
Fixes #2348 . The Basic Colors scenario doesn't output the blue on white properly.
2023-02-13 20:52:00 +00:00
BDisp
444add330f
Fixes #2346 . If WindowsDriver is maximized crash on the Cleanup method.
2023-02-13 20:21:27 +00:00
Thomas Nind
aa4e125b67
Merge branch 'develop' into line-canvas-fix-offsets
2023-02-13 08:10:04 +00:00
tznind
319fb8a3d4
Add TestLineCanvas_PositiveLocation
2023-02-13 08:09:37 +00:00
tznind
fd989430bc
whitespace formatting fixes
2023-02-13 01:58:19 +00:00
tznind
235114e60d
Fix LineCanvas not respecting X and Y of clip bounds
2023-02-13 01:54:01 +00:00
Tig
2ead01a3c8
Merge pull request #2339 from tznind/line-canvas-style-mixing
...
LineCanvas support for mixing double and single lines
2023-02-12 09:36:57 +07:00
Thomas Nind
d555576a13
Merge branch 'develop' into line-canvas-style-mixing
2023-02-11 08:19:03 +00:00
Thomas
985df1d3c2
Move tests to Core folder and namespace to Terminal.Gui.CoreTests
2023-02-11 08:17:35 +00:00
Tig
538d574ee9
Merge pull request #2334 from BDisp/textfield-word-select-fix_2333
...
Fixes #2333 . TextField is selecting badly a word on double click.
2023-02-11 10:51:55 +07:00
Thomas
a443ec7986
Refactor and simplify resolvers
2023-02-11 00:03:37 +00:00