Charlie Kindel
|
2fe5e08f6b
|
Merge pull request #802 from BDisp/mouse-run-action
Fixes #800. Menu IsTopLevel executes on button clicked and setting Run close driver to false because of Unix.
|
2020-07-16 14:16:41 -06:00 |
|
BDisp
|
1feb385994
|
Fixing a bug.
|
2020-07-16 19:21:47 +01:00 |
|
BDisp
|
21050c123e
|
Fixes #800. Menu IsTopLevel executes on button clicked and setting Run close driver to false because of Unix.
|
2020-07-16 19:07:21 +01:00 |
|
Charlie Kindel
|
f395d3fd6a
|
Merge pull request #801 from BDisp/console-init-restore
Fixes #787. Console default size is always restored on Driver Init.
|
2020-07-16 09:15:36 -06:00 |
|
BDisp
|
9a43fe87f6
|
Fixes #787. Console default size is always restored on Driver Init.
|
2020-07-16 15:43:40 +01:00 |
|
Charlie Kindel
|
496e9aa7f4
|
Merge pull request #797 from BDisp/textfield-textview-canfocus
Fixes #776. TextField and TextView now respect the CanFocus property of his container.
|
2020-07-15 14:27:23 -06:00 |
|
BDisp
|
93e9255d7c
|
Fixes #776. TextField and TextView now respect the CanFocus property of his container.
|
2020-07-15 21:17:00 +01:00 |
|
Charlie Kindel
|
15d66a749b
|
Merge pull request #796 from BDisp/console-size
Fixes #786. Workaround for resizing with Init/Shutdown.
|
2020-07-15 12:54:45 -06:00 |
|
BDisp
|
874224d9f8
|
Fixes #786. Workaround for resizing with Init/Shutdown.
|
2020-07-15 19:25:13 +01:00 |
|
Charlie Kindel
|
5d0d924128
|
Merge pull request #795 from BDisp/listview-initialize
Fixes #226. Added a Initialize method to constructors.
|
2020-07-15 11:34:44 -06:00 |
|
BDisp
|
4716a879a3
|
Fixes #226. Added a Initialize method to constructors.
|
2020-07-15 18:24:16 +01:00 |
|
Charlie Kindel
|
d92a6c77d8
|
Merge pull request #794 from tig/090_prep
Reset version to 0.89 in prep for nuget release of 0.90
|
2020-07-15 11:00:28 -06:00 |
|
Charlie Kindel
|
07ca56e5a0
|
Reset version to 0.89 in prep for nuget release of 0.90
|
2020-07-15 09:58:52 -07:00 |
|
Charlie Kindel
|
8b7d406590
|
Merge pull request #793 from BDisp/hot-key-default-fix
Fixes #701. HotKeys fixed.
|
2020-07-15 10:52:18 -06:00 |
|
BDisp
|
edac4b3d19
|
Fixes #701. HotKeys fixed.
|
2020-07-15 17:31:07 +01:00 |
|
Charlie Kindel
|
21f58cf1c5
|
Merge pull request #791 from tig/reall_add_new_gif
updated readme gif
|
2020-07-15 08:18:17 -06:00 |
|
Charlie Kindel
|
56fbf9819b
|
updated readme gif
|
2020-07-15 07:17:46 -07:00 |
|
Charlie Kindel
|
cb4a996190
|
Merge pull request #790 from tig/new_gif
updated readme gif
|
2020-07-15 08:15:53 -06:00 |
|
Charlie Kindel
|
3befb45673
|
updated gif
|
2020-07-15 07:15:09 -07:00 |
|
Charlie Kindel
|
597be4d373
|
Merge pull request #789 from tig/2_api_doc_update
Try 2: Updated API docs and sample gif
|
2020-07-14 15:29:27 -06:00 |
|
Charlie Kindel
|
70421428b0
|
Updated API docs and sample gif
|
2020-07-14 14:27:56 -07:00 |
|
Charlie Kindel
|
faa6ce16cb
|
Merge pull request #788 from tig/api_doc_update
Updated API docs and sample gif
|
2020-07-14 15:25:36 -06:00 |
|
Charlie Kindel
|
3db8a11c5b
|
Updated API docs and sample gif
|
2020-07-14 14:24:51 -07:00 |
|
Charlie Kindel
|
22ac187f5c
|
Merge pull request #785 from tig/fix_763_incorrect_wordwrap
Fix 763 incorrect wordwrap
|
2020-07-13 23:17:52 -06:00 |
|
Charlie Kindel
|
6f840d7d21
|
spacing
|
2020-07-13 22:11:19 -07:00 |
|
Charlie Kindel
|
677ead51db
|
about box as anotehr test
|
2020-07-13 22:10:30 -07:00 |
|
Charlie Kindel
|
2ac385ec81
|
formatting error and a little fun
|
2020-07-13 22:06:46 -07:00 |
|
Charlie Kindel
|
9d088f87ec
|
fixed a wide-unicode bug
|
2020-07-13 22:03:17 -07:00 |
|
Charlie Kindel
|
3c7fa75c0b
|
Merge branch 'master' into fix_763_incorrect_wordwrap
|
2020-07-13 18:00:13 -07:00 |
|
Charlie Kindel
|
98805837a3
|
Merge branch 'master' of tig:migueldeicaza/gui.cs
|
2020-07-13 18:00:06 -07:00 |
|
Charlie Kindel
|
646b97dda7
|
Merge pull request #780 from BDisp/unix-changing-colors
Fixes #760. Avoiding creating unix driver again after call endwin.
|
2020-07-13 18:59:44 -06:00 |
|
Charlie Kindel
|
c15403ed95
|
Merge branch 'master' into fix_763_incorrect_wordwrap
|
2020-07-13 17:58:15 -07:00 |
|
Charlie Kindel
|
c7e47ff81d
|
Merge branch 'master' of tig:migueldeicaza/gui.cs
|
2020-07-13 17:58:07 -07:00 |
|
Charlie Kindel
|
dcc6379b45
|
Merge pull request #781 from BDisp/mouse-double-triple-clicked
Fixes #759. Button mouse activates on double and triple click.
|
2020-07-13 18:57:02 -06:00 |
|
Charlie Kindel
|
6a31668285
|
Merge pull request #784 from BDisp/keydown-keyup-fix
Fixes #783. Menu is now activated by Alt key if the focused view doesn't need it.
|
2020-07-13 18:56:36 -06:00 |
|
Charlie Kindel
|
856287d6dd
|
removed comments
|
2020-07-13 17:53:21 -07:00 |
|
Charlie Kindel
|
c3395f41ab
|
fixed word wrapping to not strip spaces; ended up fixing other ww bugs too!
|
2020-07-13 17:48:41 -07:00 |
|
Charlie Kindel
|
3c6e65f372
|
Merge branch 'master' of tig:tig/gui.cs
|
2020-07-13 16:12:01 -07:00 |
|
Charlie Kindel
|
1a5193082f
|
Merge pull request #774 from BDisp/unicode-scenario-combobox-fix
Fixes #773. Added a default drop down height to the ComboBox.
|
2020-07-13 17:06:57 -06:00 |
|
BDisp
|
26d6225007
|
Revert "Preparing for the PR #779"
This reverts commit c6b86bdc95.
|
2020-07-13 22:37:44 +01:00 |
|
BDisp
|
c159d47b3b
|
Fixes #783. Menu is now activated by Alt key if the focused view doesn't need it.
|
2020-07-13 22:12:04 +01:00 |
|
BDisp
|
c6b86bdc95
|
Preparing for the PR #779
|
2020-07-13 13:16:33 +01:00 |
|
BDisp
|
d9e0622654
|
Setting a minimum height of 2. 1 to TextField and 1 to ListView.
|
2020-07-13 13:07:48 +01:00 |
|
BDisp
|
22883acd2d
|
Fixes #759. Button mouse activates on double and triple click.
|
2020-07-13 00:35:20 +01:00 |
|
BDisp
|
a5af400d6b
|
Fixes #760. Avoiding creating unix driver again after call endwin.
|
2020-07-13 00:18:46 +01:00 |
|
Charlie Kindel
|
98c0528392
|
Merge pull request #777 from BDisp/menu-unicode-fix
Fixes #775. Menu now is working properly on another toplevel and supports unicode.
|
2020-07-12 12:29:11 -06:00 |
|
Charlie Kindel
|
9a251f78bd
|
Merge pull request #771 from BDisp/Initialized-event
Added support for ISupportInitializeNotification interface.
|
2020-07-12 11:23:52 -06:00 |
|
Charlie Kindel
|
cf87e4fe47
|
Merge pull request #764 from BDisp/listview-top
ListView support both LayoutStyle to calculate the height.
|
2020-07-12 11:22:16 -06:00 |
|
BDisp
|
f84dd2e47b
|
Fixing a bug.
|
2020-07-12 14:24:51 +01:00 |
|
BDisp
|
f34e869ad6
|
Also fixed the position and unicode on StatusBar.
|
2020-07-12 13:59:06 +01:00 |
|