Commit Graph

1676 Commits

Author SHA1 Message Date
Martin Andersen
a0dc1b59c9 Fix "No accessible member or object constructor named 'Button' takes"
Fix "No accessible member or object constructor named 'Button' takes X
arguments. The named argument 'Clicked' doesn't correspond to any
argument or settable return property for any overload.".
2020-10-22 11:20:45 +02:00
Martin Andersen
0446c0a202 Fix "The type 'string' is not compatible with the type 'ustring'" 2020-10-22 11:10:26 +02:00
Charlie Kindel
295b2ac779 Merge pull request #950 from tig/remove_ienumerable
POC to remove IEnumerable from View & Window
v1.0.0-pre.5
2020-10-21 16:18:09 -06:00
Charlie Kindel
c8765e4960 Merge pull request #967 from BDisp/button-dim-combine-fix
Fixes #965. Broken buttons
2020-10-21 11:10:38 -06:00
BDisp
d1b99b7c9a Invert the condition. 2020-10-21 17:00:28 +01:00
BDisp
ab690d3e0a Fixes #965. Broken buttons 2020-10-21 17:00:14 +01:00
Charlie Kindel
2bef260099 Merge pull request #966 from tig/fix_rect_warnings
Fixed build warnings and ensured tests run
2020-10-21 09:02:55 -06:00
Charlie Kindel
9c0a8529a6 Fixed build warnings and ensured tests run 2020-10-21 08:49:34 -06:00
Charlie Kindel
be7febc604 Merge pull request #960 from BDisp/position-cursor-hotkey
Fixes #959. CursorPosition with hotkeys.
2020-10-21 08:12:20 -06:00
BDisp
5fe4e8be33 Changed DimCombine class to internal. 2020-10-21 09:19:33 +01:00
Charlie Kindel
acbf6e94ca Merge pull request #964 from BDisp/textfield-unicode-support
Fixes #963. Added support for Unicode in TextField.
2020-10-20 20:41:24 -06:00
Charlie Kindel
ec1f7c2684 Merge pull request #962 from BDisp/set-relative-layout
Fixes #961. Recreates the Frame when necessary.
2020-10-20 20:40:46 -06:00
BDisp
2382f4c0f4 Fixes #963. Added support for Unicode in TextField. 2020-10-21 02:08:01 +01:00
BDisp
582cc72165 Fixes #961. Recreates the Frame when necessary. 2020-10-21 00:02:39 +01:00
BDisp
be840f31cc Changing Dim.DimCombine class as public. 2020-10-20 21:11:11 +01:00
BDisp
bb67b5ad07 Removed unnecessary code. 2020-10-20 20:49:29 +01:00
BDisp
9e9de9c121 Changed to CursorPosition and improving Button LayoutStyle.Computed. 2020-10-20 20:28:15 +01:00
Charlie Kindel
36be66d676 Merge pull request #958 from BDisp/reactive-nuget-version
Fixes #957.  Terminal.Gui nuget package in Reactive example version.
2020-10-20 09:00:48 -06:00
Charlie Kindel
e0761c8b01 Merge pull request #956 from BDisp/mouse-events-fix
Fixes #933. Updated to work with libncurses 6.2
2020-10-20 09:00:28 -06:00
Charlie Kindel
f55d51f347 Merge pull request #955 from BDisp/chinese-squares-fix
Fixes #225 and maybe #41. Allowing Rune.ColumnWidth greater than one.
2020-10-20 09:00:12 -06:00
BDisp
d4e7a8c6b3 Added XML Comment. 2020-10-19 04:19:46 +01:00
BDisp
4073019554 Fixes #959. PositionCursor with hotkeys. 2020-10-19 04:12:21 +01:00
BDisp
97ea0317ae Fixes #957. Terminal.Gui nuget package in Reactive example version. 2020-10-18 19:40:05 +01:00
BDisp
ce1c63ed51 Added a WheeledLeft and WheeledRight while pressing ButtonShift. 2020-10-18 18:35:33 +01:00
BDisp
749df4197f Fixes #933. Updated to work with libncurses 6.2 2020-10-18 00:21:42 +01:00
BDisp
b56edacbac Fixes #225 and maybe #41. Allowing Rune.ColumnWidth greater than one. 2020-10-16 17:08:57 +01:00
Charlie Kindel
e5a1675741 updated relnotes & version 2020-10-08 14:30:10 -06:00
Charlie Kindel
473afe0732 poc 2020-10-08 13:47:47 -06:00
Charlie Kindel
31b76df893 Merge pull request #942 from tig/swap_glyphs
fixing my stupidity
v1.0.0-pre.4
2020-10-01 18:29:15 -06:00
Charlie Kindel
0f0b9464d5 fixing my stupidity 2020-10-01 17:25:53 -07:00
Charlie Kindel
34724d7d3d Merge pull request #941 from tig/glyphs_for_checks_selection
Use glyphs for checkmarks & selection
v1.0.0-pre.3
2020-10-01 17:01:04 -06:00
Charlie Kindel
8663b9d262 bumped version to gen new nuget package 2020-10-01 15:51:33 -07:00
Charlie Kindel
4bde71a147 Revert "Revert "Use glyphs for checkmarks & selection""
This reverts commit db8f591b56.
2020-10-01 15:31:11 -07:00
Charlie Kindel
5d92481f40 Merge pull request #938 from tig/update_readme
updated readmes; bumped nuget version
v1.0.0-pre.2
2020-10-01 10:57:17 -06:00
Charlie Kindel
dd92a07fb0 updated readmes; bumped nuget version 2020-10-01 09:23:38 -07:00
Charlie Kindel
0c966e661c Merge pull request #937 from worldbeater/reactive-demo
Add Reactive Extensions & ReactiveUI Sample App
2020-10-01 09:42:22 -06:00
Artyom
726461de6c Mention ReactiveExample in release notes 2020-10-01 18:32:58 +03:00
Artyom
3b3893e0e0 Fix TerminalScheduler.cs 2020-10-01 18:14:20 +03:00
Artyom
49e9053dda Use latest Terminal.Gui 2020-10-01 18:05:20 +03:00
Artyom
57bfefd4a3 Correct the scheduler 2020-10-01 18:04:23 +03:00
Artyom
ae8276a55b Add a few comments 2020-10-01 13:47:47 +03:00
Artyom
6c16b953ae Document TerminalScheduler.cs 2020-10-01 13:42:21 +03:00
Artyom
6d3f8ffb96 Add a TerminalScheduler, refactor things 2020-10-01 13:35:18 +03:00
Artyom
7b199e8379 Add documentation 2020-10-01 12:45:38 +03:00
Charlie Kindel
10bde3496c Merge pull request #935 from patriksvensson/feature/GH-932
Add support for arbitrary data in views
2020-09-30 17:43:22 -06:00
Artyom
e5b0795aff Add files for the reactive example 2020-10-01 01:57:33 +03:00
Artyom
f6fa97a44c Bootstrap the reactive sample app 2020-09-30 23:30:01 +03:00
Patrik Svensson
00456a4ee7 Add support for arbitrary data in views
Closes #932
2020-09-30 20:45:52 +02:00
Charlie Kindel
734fafb7dc Merge pull request #930 from BDisp/listview
Fixes #929 Sometimes ListView throw a exception on the SelectedItem.
2020-09-30 08:54:01 -06:00
Charlie Kindel
ce6df28bc1 Merge pull request #934 from tig/fix_gitignore
ignore vscode files
2020-09-30 08:51:31 -06:00