Tigger Kindel
cc58771d6e
Test that stopOnFail works during github action
2023-07-26 07:43:26 -06:00
Tigger Kindel
eb86825abf
Test that stopOnFail works during github action
2023-07-26 07:43:26 -06:00
Tigger Kindel
c6a1f350c1
Test that stopOnFail works during github action
2023-07-26 07:43:26 -06:00
Tigger Kindel
7d8d2a9400
set stopOnFail to true for dotnet-core.yml
2023-07-26 07:43:26 -06:00
Tigger Kindel
7387761a4f
xunit.runner.json now actually works
2023-07-26 07:43:26 -06:00
Tigger Kindel
4edc01a674
Release v1.13.5
2023-07-26 07:37:47 -06:00
Tigger Kindel
0d6b0b53ff
Removed clear scfreeen esc seq
2023-07-25 10:44:15 -06:00
Tigger Kindel
72e43bad73
Undid change to Application.cs
2023-07-25 10:44:15 -06:00
Tigger Kindel
7454e75806
Removed comment
2023-07-25 10:44:15 -06:00
Tigger Kindel
4e4b1e5a64
Removed [0J from End()
2023-07-25 10:44:15 -06:00
Tigger Kindel
7a581be55f
Addressed bdisp's commetns
2023-07-25 10:44:15 -06:00
Tigger Kindel
8acce198e1
Removed handler for WindowsConsole.BufferChang
2023-07-25 10:44:15 -06:00
Tigger Kindel
ba01db3e8c
Change Cleanup to not call SetConsoleOutputWindow
2023-07-25 10:44:15 -06:00
Tigger Kindel
db2c78fff2
Updated readme. changing readme no longer causes dotnet-core.yml to build
2023-07-25 09:11:12 -06:00
Maxim
f57b647ab0
Fix: Removing Border from parent alters border brush
...
When border is removed from parent, BorderBrush and Background are set to default. However, if they were null in first place, that alters Border behaviour if you re-add the view back later. Altering happens because null is treated as 'Take border color from parent scheme' and default is treated as 'Use black'
2023-07-25 08:54:11 -06:00
Tig
d6a237f3c3
Fixing badge
2023-07-24 09:00:05 -06:00
Tig
1782340bc9
Fixing badge
2023-07-24 08:58:25 -06:00
Tig
0259d968bb
Fix badge
2023-07-24 08:53:37 -06:00
BDisp
9f6fcbab79
Rename to CheckBoxTests class.
2023-07-20 10:01:15 -06:00
BDisp
c5e32e102f
Rename Checkbox to CheckBox.
2023-07-20 10:01:15 -06:00
BDisp
d02a5b6949
Fixes #2758 . ReSharper unit tests detects errors that VS2022 don't.
2023-07-19 10:25:48 -06:00
Tigger Kindel
751e825720
back ported non-thread fakemainloop from v2
v1.13.4
v1.13.5
2023-07-19 08:45:50 -06:00
Tigger Kindel
155e5337a9
got rid of compile warnings in tests
2023-07-19 08:37:33 -06:00
Tigger Kindel
35b5cf0120
Removed dead code/comments
2023-07-19 08:37:33 -06:00
Tigger Kindel
27b7143161
Took @bdisp's fix
2023-07-19 08:37:33 -06:00
Tig Kindel
86a0f0510f
Deal with null cki
2023-07-19 08:37:33 -06:00
Tig Kindel
645b93d648
Use Task.Delay instead of Thread.Sleep for resize polling. From #2731 .
2023-07-19 08:37:33 -06:00
Tig Kindel
2242f38409
Disabled logic for checking resize with ESC sequences
2023-07-19 08:37:33 -06:00
Tigger Kindel
1785008ff2
Merge branch 'main' into develop
2023-07-19 07:05:24 -06:00
Tigger Kindel
7f2ee67c69
Merge branch 'develop' of tig:tig/Terminal.Gui into develop
2023-07-19 07:05:17 -06:00
Tigger Kindel
d2861737b5
Merge branch 'develop'
v1.13.3
2023-07-19 06:46:10 -06:00
Tigger Kindel
2ba6181809
Merge branch 'develop' of tig:gui-cs/Terminal.Gui into develop
2023-07-19 06:45:18 -06:00
BDisp
5d733ed598
Add unit test.
2023-07-19 06:44:53 -06:00
BDisp
6dc6530c58
Fixes #2750 . MenuBar (without children) causes stack overflow when shortcut is pressed.
2023-07-19 06:44:53 -06:00
BDisp
683272f959
Fixes #415 . Colors: The native method "COLOR_PAIRS" does not exist
2023-07-19 06:44:11 -06:00
BDisp
cd119eadfb
Fixes #2688 . ReadOnly TextView's broken scrolling after version update.
2023-07-18 17:42:00 -06:00
Tigger Kindel
ef18a3862f
Merge branch 'develop'
v1.13.1
v1.13.2
2023-07-17 17:46:48 -06:00
Tigger Kindel
4ec525501c
Release v1.13.0
2023-07-17 16:45:48 -07:00
Tigger Kindel
0ade323573
Merge branch 'develop' of tig:gui-cs/Terminal.Gui into develop
2023-07-17 17:36:58 -06:00
BDisp
0faf530f16
Fixes #415 . Colors: The native method "COLOR_PAIRS" does not exist ( #2749 )
...
* Fixes #415 . Colors: The native method "COLOR_PAIRS" does not exist.
* Add Dockerfile with the opensuse/tumbleweed image.
* Ensures using the libncurses6 version in the case the issue is fixed.
2023-07-17 08:34:46 -06:00
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