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
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
9e878e31e6
Merge branch 'develop'
v1.12.1
2023-05-24 15:09:49 +02: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
8fe38cc675
Merge branch 'develop'
v1.11.2
v1.12.0
2023-05-19 10:28:37 +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