Commit Graph

3910 Commits

Author SHA1 Message Date
Tigger Kindel
23eba79684 updated yml 2023-08-17 10:20:24 -06:00
Tigger Kindel
f55c4e66ca Fixing source link 2023-08-17 10:20:24 -06:00
Tigger Kindel
af1768dad7 coimmented csproj 2023-08-17 10:20:24 -06:00
Tigger Kindel
db41d6a1f4 coimmented csproj 2023-08-17 10:20:24 -06:00
Tigger Kindel
93c234481a tweaking csproj 2023-08-17 10:20:24 -06:00
Tigger Kindel
4c5edaa27e Updated gitversion to test 2023-08-17 10:20:24 -06:00
Tigger Kindel
a7dfedbcb5 Updated gitversion to test 2023-08-17 10:20:24 -06:00
Tigger Kindel
d474b2d521 Initial commit 2023-08-17 10:20:24 -06:00
BDisp
6e458559e2 Finally the Enter and Leave events has the correct sequence. 2023-08-15 17:56:57 +01:00
BDisp
4f635ffab4 Add unit test to use the Enter and Leave events between two views on two toplevels. 2023-08-15 17:03:39 +01:00
BDisp
de909b86cd Fix a bug where a focused view was receiving the Leave event. 2023-08-15 16:29:07 +01:00
BDisp
aa4f9c108f Fix CanFocus being set to false on background after adding all the subviews. 2023-08-15 14:46:24 +01:00
BDisp
65851ad527 Fixes #2810. Pressing Alt key on a Toplevel with only a MenuBar throws System.InvalidOperationException. 2023-08-15 13:07:06 +01:00
BDisp
42f5b16022 Prevents throw exception if Border is null. 2023-08-15 11:54:07 +01:00
BDisp
7791197aa8 Merge branch 'develop' into v1_border-shrinking-fix_2806 2023-08-15 11:22:34 +01:00
BDisp
977f907cb4 Prevents throw exception if Border is null. 2023-08-15 11:20:19 +01:00
BDisp
140168b8aa Cleaning code. 2023-08-14 16:11:33 -06:00
BDisp
d6a414667d Implementing @tig suggestion change. 2023-08-14 16:11:33 -06:00
BDisp
06960ca1f0 Revert "Fix a bug where a row is less than zero on shrinking."
This reverts commit f6e5c7be85.
2023-08-14 16:11:33 -06:00
BDisp
26ff571f6a Trying fix the compiler error. 2023-08-14 16:11:33 -06:00
BDisp
4d526695d6 Fix warning. 2023-08-14 16:11:33 -06:00
BDisp
57fe0aaafa Fix a bug where a row is less than zero on shrinking. 2023-08-14 16:11:33 -06:00
BDisp
885ccb60e4 Added debug profile for Windows Terminal. 2023-08-14 16:11:33 -06:00
BDisp
b8ee82c90d Add GetParentProcessName method. 2023-08-14 16:11:33 -06:00
BDisp
baf5fdc787 There is only need to use the Alternate Screen Buffer (1049) 2023-08-14 16:11:33 -06:00
BDisp
834bbc150b Fixes #2793. Windows Terminal still show vertical scroll bar using WindowsDriver. 2023-08-14 16:11:33 -06:00
BDisp
4ad63df10e Fix a bug where a row is less than zero on shrinking. 2023-08-14 19:36:06 +01:00
dependabot[bot]
3b0ab561fb Bump ReportGenerator from 5.1.23 to 5.1.24
Bumps [ReportGenerator](https://github.com/danielpalme/ReportGenerator) from 5.1.23 to 5.1.24.
- [Release notes](https://github.com/danielpalme/ReportGenerator/releases)
- [Commits](https://github.com/danielpalme/ReportGenerator/compare/v5.1.23...v5.1.24)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-14 08:53:50 -06:00
BDisp
bdf9ec112c Fix unit test method name. 2023-08-11 13:21:21 -06:00
BDisp
1c633efbad Fix unit test because OnLeave is now invoked on toplevel removing, preventing two views having focus. 2023-08-11 13:21:21 -06:00
BDisp
2368ec87f1 Prevents throw exception if Application.Current is null. 2023-08-11 13:21:21 -06:00
BDisp
8c7fce0472 Fix extra bracket. 2023-08-11 13:21:21 -06:00
BDisp
b13247342a Add unit test. 2023-08-11 13:21:21 -06:00
BDisp
d9a7b5f6f3 Fixes #2776. Pressing Alt key on a Window with only a MenuBar throws System.InvalidOperationException. 2023-08-11 13:21:21 -06:00
BDisp
74aedd25bf Fixes #2789. StatusItem should have a disabled attribute if it can't execute. 2023-08-11 12:02:35 -06:00
BDisp
42fcc35154 Prevents open menu bar if it's invisible and close all opened menus. 2023-08-11 07:01:01 -06:00
BDisp
b9c9079629 Simplifies all the run actions. 2023-08-11 07:01:01 -06:00
BDisp
754d7d6983 Leveraging the power of CanExecute feature. 2023-08-11 07:01:01 -06:00
BDisp
63ceef5259 FindAndOpenMenuByHotkey now search inside Menus and inside his Children. 2023-08-11 07:01:01 -06:00
BDisp
1fc239a895 Fixes #2787. MenuItem with CanExecute returning false is select when a MenuBar is opened. 2023-08-11 07:01:01 -06:00
BDisp
b40d2a65a9 Added hosted scroll bar unit test. 2023-08-11 07:00:07 -06:00
BDisp
27b3375dae Prevents set offsets if start is equal to zero. 2023-08-11 07:00:07 -06:00
BDisp
20650213c2 Fix paste not working and invoke ContentsChanged where is needed. Add unit test. 2023-08-11 07:00:07 -06:00
BDisp
cd10fb4cae Improving BottomOffset and RightOffset by not relying on CurrentRow and CurrentColumn. 2023-08-11 07:00:07 -06:00
BDisp
2bcd22c49d Add ColorScheme to the contentBottomRightCorner and only set the visibility if necessary. 2023-08-11 07:00:07 -06:00
BDisp
9938b89560 Fix typo on private method. 2023-08-11 07:00:07 -06:00
BDisp
9d9d088a30 Prevent passing wrong frame to SetRelativeLayout method. 2023-08-11 07:00:07 -06:00
BDisp
281f470aa4 Use Curses.flushinp to throws away any typeahead. 2023-08-08 07:08:13 -06:00
BDisp
c6b5ada5c4 Make code more readable on ProcessMouseEvent method as suggested. 2023-08-08 07:08:13 -06:00
BDisp
886c86aee3 Simplifying Curses.KeyResize code as suggest. 2023-08-08 07:08:13 -06:00