Commit Graph

942 Commits

Author SHA1 Message Date
Charlie Kindel
46e5fdac84 updated relnotes, regenerated ddocs, inheritdoc tool now runs only on RELEASE builds 2020-06-06 23:34:01 -06:00
Charlie Kindel
95fc065b28 Merge branch 'master' of tig:migueldeicaza/gui.cs 2020-06-06 22:56:51 -06:00
Charlie Kindel
8a42bdb74a Merge pull request #638 from tig/button_scenario_update
Button scenario update
2020-06-06 22:56:24 -06:00
Charlie Kindel
2059a0f53f Merge pull request #639 from BDisp/fsharp-update
LGTM.
2020-06-06 22:47:34 -06:00
Charlie Kindel
19a717ee38 poc 2020-06-06 19:28:31 -06:00
BDisp
7a464ea7a3 Update the FSharp Example with the news changes. 2020-06-07 01:41:47 +01:00
Charlie Kindel
ffb17a7614 backed out charmap changes 2020-06-06 17:22:48 -06:00
Charlie Kindel
aedacd17a4 updated button scenario and tweaked button.cs 2020-06-06 17:15:22 -06:00
Charlie Kindel
549219c2b6 Merge pull request #632 from BDisp/from-eventhandler-to-action
Changed from Terminal.Gui all EventHandler to Action.
2020-06-06 16:18:56 -06:00
BDisp
6eeb3149b9 Change some Action and Class names. 2020-06-06 23:01:35 +01:00
Charlie Kindel
e9af0c2ab5 tweaked API docs for Date/TimeField 2020-06-06 22:47:45 +01:00
Charlie Kindel
939af3b6b0 Merge pull request #635 from tig/fix_datetime_comments
tweaked API docs for Date/TimeField
2020-06-06 15:04:35 -06:00
Charlie Kindel
28dd21753c tweaked API docs for Date/TimeField 2020-06-06 14:34:16 -06:00
Charlie Kindel
05a1944913 layout 2020-06-06 14:24:37 -06:00
Charlie Kindel
5bca7016fe merge 2020-06-06 14:00:06 -06:00
Charlie Kindel
8feab947fd POC 2020-06-06 13:58:02 -06:00
BDisp
d788761710 Removed the unnecessary event flag too. 2020-06-06 20:20:50 +01:00
BDisp
89a4bdeb03 Changed from Terminal.Gui all EventHandler to Action. 2020-06-06 19:02:37 +01:00
Charlie Kindel
57e6953ea9 Merge pull request #627 from BDisp/button-text-alignment
Added TextAlignment to the Button. Update FSarpExample.
2020-06-06 11:21:19 -06:00
BDisp
db4fe3bc0f Added Text Alignment to the Button view. 2020-06-06 17:40:03 +01:00
Charlie Kindel
03104495a5 Merge pull request #628 from BDisp/date-time-field
Nicely done. Added DateTimeEventArgs and improved data and time validation.
2020-06-06 10:25:31 -06:00
Charlie Kindel
21f7086ea3 Merge pull request #630 from tig/move_pos_init_to_constructor
move the pos init to constructor
2020-06-06 10:17:47 -06:00
Charlie Kindel
6b9645bdde compile warning 2020-06-06 09:51:16 -06:00
Charlie Kindel
6cac4e5d46 move the pos init to constructor 2020-06-06 09:35:01 -06:00
BDisp
d32c631dfd Changed from DateTime to TimeSpan. Changed from EventHandler to Action. 2020-06-06 15:35:07 +01:00
BDisp
f75a511057 Added DateTimeEventArgs and improved data and time validation. 2020-06-06 00:31:28 +01:00
Andrew Arnott
ba0fb43156 Add .NET Framework ref assemblies to enable linux build (#625)
Fixes #421
2020-06-05 10:54:43 -04:00
Charlie Kindel
ec6f896258 Merge pull request #620 from tig/computed_layout_allviews
Adds new Scenario for testing all Views - Adds parameterless constructors to all Views
2020-06-04 23:21:43 -06:00
Charlie Kindel
df2c5c4a26 Merge pull request #622 from tig/remove_inheritdoc_tool
Removing SauceControl.InheritDoc nuget from the build
2020-06-04 23:20:38 -06:00
Charlie Kindel
5f5e78a17b Merge branch 'remove_inheritdoc_tool' into computed_layout_allviews 2020-06-04 23:15:51 -06:00
Charlie Kindel
5ee8c6b979 removing SauceControl.InheritDoc nuget from the build; will add it to the docx generation scripts 2020-06-04 23:11:44 -06:00
Charlie Kindel
da5bfd46f2 feature complete 2020-06-04 23:09:14 -06:00
Charlie Kindel
5f67da9c54 progress demo bug 2020-06-04 17:15:26 -06:00
Charlie Kindel
17163a76a9 initial implementation 2020-06-04 17:09:32 -06:00
Charlie Kindel
de1ab511d4 Merge branch 'master' into computed_layout_allviews 2020-06-04 12:43:40 -06:00
Charlie Kindel
90b19a5e04 POC 2020-06-04 12:43:19 -06:00
BDisp
05dd50afda Fixed null exception on tabbing. (#615) 2020-06-04 13:48:46 -04:00
Charlie Kindel
f6670e1931 Merge pull request #609 from BDisp/ensure-tabbing
Fixes #503 Tab stop working.
2020-06-04 09:14:53 -06:00
Charlie Kindel
254b7799a6 Merge pull request #607 from fergusonr/combobox_fixes
ComboBox. Support parameterless constructor. Update scenario demo
2020-06-04 08:43:27 -06:00
BDisp
f123da4206 Fixes #503 Tab stop working. 2020-06-04 13:54:53 +01:00
Charlie Kindel
7d6cefa5dd updated api docs; implemented inheritdoc; may break deploy 2020-06-04 13:54:42 +01:00
BDisp
e8305ae04c Changed to GetToplevelSubviews and removed unnecessary parameter from FocusNearestView. 2020-06-04 13:51:41 +01:00
BDisp
068b19d0b4 Fixes #503 Tab stop working. 2020-06-04 13:51:01 +01:00
Ross Ferguson
b71d72f51d Merge branch 'combobox_fixes' of https://github.com/fergusonr/gui.cs into combobox_fixes 2020-06-04 10:12:34 +01:00
Ross Ferguson
4d2ddcf45f ComboBox. Support parameterless constructor. Update scenario demo 2020-06-04 10:11:46 +01:00
Charlie Kindel
d6205e49e4 Merge pull request #611 from tig/bounds_comments
Another doc update
2020-06-03 21:24:36 -06:00
Charlie Kindel
1c6223ed85 regen docs 2020-06-03 20:40:20 -06:00
Charlie Kindel
7fdc7e6fb7 Merge pull request #608 from tig/bounds_comments
Updated API docs - automated
2020-06-03 19:56:24 -06:00
Charlie Kindel
d980d70d60 Merge branch 'master' into bounds_comments 2020-06-03 18:22:55 -06:00
Charlie Kindel
1d91b0d112 Merge branch 'master' of tig:migueldeicaza/gui.cs 2020-06-03 18:22:41 -06:00