Commit Graph

3650 Commits

Author SHA1 Message Date
Tig Kindel
bcd7f20eff Merge branch 'develop' of tig:tig/Terminal.Gui into develop 2023-07-12 08:53:03 -07:00
Tig Kindel
69d2efeb38 Merge branch 'develop' of tig:gui-cs/Terminal.Gui into develop 2023-07-12 08:52:54 -07:00
BDisp
48a73b4756 Fixes #2739. UICatalog Text Editor Column / Row not be updated when cursor moving. (#2740) 2023-07-12 08:45:03 -07:00
Tig Kindel
03294e5101 Merge branch 'develop' of tig:gui-cs/Terminal.Gui into develop 2023-07-11 08:05:31 -07:00
BDisp
db78fe28bc Fixes #2717. Label not display fully when resizing terminal. (#2718)
* Fixes #2717. Label not display fully when resizing terminal.

* Fixes #2719. View Move and ViewToScreen shouldn't use Clipped parameter as true by default but only for cursor.

* Fixes #2720. TextFormatter.Draw shouldn't set the Driver.Clip.

* Add braces.

---------

Co-authored-by: Tig <tig@users.noreply.github.com>
2023-07-05 16:53:27 -06:00
Maciej
7936dd1e85 Add table example check to prevent crashes (#2691)
Co-authored-by: Tig <tig@users.noreply.github.com>
2023-07-05 16:52:13 -06:00
Igor Bagdamyan
409de821c1 Added info about PoshDotnetDumpAnalyzeViewer (#2721) 2023-07-05 16:50:24 -06:00
BDisp
ffb135c0fe Fixes #2705. ListView does not render correctly before focus. (#2707) 2023-07-05 16:47:18 -06:00
BDisp
bf06b47c8f Fixes #2571. Wizards background shifts to gray when focusing, looks bad. (#2706)
* Fixes #2571. Wizards background shifts to gray when focusing, looks bad.

* Fix margin being negative on Pos.AnchorEnd.

* Fix background color in tab views.

* All tabs need to be manually disposed.
2023-07-05 16:44:10 -06:00
Tigger Kindel
3d9b891e6f Updates project refs 2023-06-07 09:14:06 -06:00
Tigger Kindel
0db8ef6890 Updates project refs 2023-06-07 08:45:21 -06:00
Tigger Kindel
863fa57139 Merge branch 'develop' of tig:tig/Terminal.Gui into develop 2023-06-07 08:27:57 -06:00
Tigger Kindel
34228cc907 Merge branch 'develop' of tig:gui-cs/Terminal.Gui into develop 2023-06-07 08:27:48 -06:00
BDisp
58ad65f348 Fixes #2686. Border color doesn't change when changing color scheme. (#2687)
* Fixes #2686. Border color doesn't change when changing color scheme.

* Fix issue that was preventing unit test from running.

* Fixes #2688. ReadOnly TextView's broken scrolling after version update.

* keyModifiers must be reset after key up was been processed.
2023-06-07 08:27:23 -06:00
Tig Kindel
1197a2857c Merge branch 'develop' of tig:gui-cs/Terminal.Gui into develop 2023-05-24 15:09:13 +02:00
Tig Kindel
1cfc2f4397 Removed unneeded verison info from .csproj 2023-05-24 15:08:47 +02:00
Tig Kindel
98215a6a73 Merge branch 'develop' of tig:gui-cs/Terminal.Gui into develop 2023-05-24 15:04:00 +02:00
BDisp
22cf4e3274 V1 macos freeze fix 1683 (#2668)
* Fixes #1683. The application freezes while resizing the terminal on MacOS

* Remove unused variable.
2023-05-24 08:06:29 +02:00
Thomas Nind
f5ca5b0781 Adds TreeView MaxDepth (#2652) 2023-05-21 23:27:01 +02:00
Tig Kindel
2d14cb79c5 Merge branch 'develop' of tig:gui-cs/Terminal.Gui into develop 2023-05-19 10:24:47 +02:00
Tig
8287acbe89 Release v1.11 (#2639)
* Fixed global.json to use 7.0

* Adjusted clipboard unit test timeout on Windows
2023-05-19 10:24:28 +02:00
Tig Kindel
1c73f11c5f Merge branch 'develop' of tig:gui-cs/Terminal.Gui into develop 2023-05-19 09:54:08 +02:00
Tig Kindel
03f9ba5351 Merge branch 'develop' of tig:tig/Terminal.Gui into develop 2023-05-19 09:53:55 +02:00
Thomas Nind
8f199cd765 Add ITreeViewFilter (#2599)
Co-authored-by: Tig <tig@users.noreply.github.com>
2023-05-10 06:37:24 +02:00
Tig
958a0ed3eb v1 - Fixes #2598 - Run self-contained application on Linux (#2607)
* cherry pick #2600 from v2_develop

* cherry pick #2600 from v2_develop

* fixing screwup

* in v1 #if is still needed
2023-05-07 21:22:39 +02:00
dependabot[bot]
536ca47ba3 Bump System.Management from 7.0.0 to 7.0.1 (#2528)
Bumps [System.Management](https://github.com/dotnet/runtime) from 7.0.0 to 7.0.1.
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](https://github.com/dotnet/runtime/compare/v7.0.0...v7.0.1)

---
updated-dependencies:
- dependency-name: System.Management
  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-04-15 18:26:29 -06:00
Tigger Kindel
dd49917ad5 Fixed global.json to use 7.0 2023-04-06 09:53:36 -06:00
Tigger Kindel
e327f0ca51 Fixed global.json to use 7.0 2023-04-06 09:52:18 -06:00
Tigger Kindel
9d3c382a62 Removed ndpend junk I added by accident v1.13.0 2023-04-06 09:47:01 -06:00
Tigger Kindel
443039a657 Release v1.10.1 v1.10.1 2023-04-06 09:42:58 -06:00
Tigger Kindel
2cb628c697 Merge branch 'main' of tig:gui-cs/Terminal.Gui 2023-04-06 09:38:14 -06:00
Tigger Kindel
1096007111 Merge branch 'develop' of tig:gui-cs/Terminal.Gui into develop 2023-04-06 09:36:48 -06:00
Tigger Kindel
f766db7f41 Updated to net7.0 2023-04-06 09:36:29 -06:00
Tigger Kindel
ad5e25966b Updated readmes 2023-04-06 09:36:29 -06:00
Tigger Kindel
2805349e40 Merge branch 'develop' of tig:gui-cs/Terminal.Gui into develop 2023-04-06 09:05:20 -06:00
Tig
8cbe7cbf90 Update README.md with new header 2023-04-06 09:04:14 -06:00
Tig
568dd20061 Update README.md with new header 2023-04-06 09:03:15 -06:00
Tigger Kindel
a7423f216c version info 2023-04-04 11:10:46 -06:00
Tigger Kindel
f7ee66ddbf net7.0 2023-04-04 11:06:14 -06:00
Tigger Kindel
a242af54e3 netstadard2.1 2023-04-04 11:04:51 -06:00
Tig
e6aea88d70 Merge pull request #2480 from robece/develop
Removed additional colon in SaveAs dialog
2023-04-02 12:50:44 -06:00
Roberto Cervantes
b45c1e67f0 Removed additional colon 2023-04-02 01:45:44 -07:00
Tig
ee32f37f2a Merge pull request #2458 from gui-cs/dependabot/nuget/SixLabors.ImageSharp-3.0.1
Bump SixLabors.ImageSharp from 3.0.0 to 3.0.1
2023-03-31 07:28:39 -06:00
dependabot[bot]
9a5f1edcf7 Bump SixLabors.ImageSharp from 3.0.0 to 3.0.1
Bumps [SixLabors.ImageSharp](https://github.com/SixLabors/ImageSharp) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/SixLabors/ImageSharp/releases)
- [Commits](https://github.com/SixLabors/ImageSharp/compare/v3.0.0...v3.0.1)

---
updated-dependencies:
- dependency-name: SixLabors.ImageSharp
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-28 15:09:08 +00:00
Tig
fe7b15c3b2 Merge pull request #2442 from BDisp/v1_textview-replacealltext-fix_2429
Fixes #2429. Error when replacing a word in textView.
2023-03-22 13:45:13 -06:00
BDisp
1525c5021e Fixes #2429. Error when replacing a word in textView. 2023-03-22 19:37:16 +00:00
BDisp
5b00dcfd04 Fixes #2429. Error when replacing a word in textView. 2023-03-22 19:27:46 +00:00
Tigger Kindel
6050e6297f Merge branch 'develop' of tig:gui-cs/Terminal.Gui into develop 2023-03-22 12:55:11 -06:00
mapgiedev
96cb9cea02 Typo fix 2023-03-17 19:06:16 -06:00
Tig
e7b2ffca79 Update README.md 2023-03-17 09:03:50 -06:00