BDisp
|
9dacb7d3ee
|
Fixes #518. Added mouse support for the NetDriver.
|
2020-12-12 01:17:09 +00:00 |
|
Charlie Kindel
|
62b5800c84
|
Merge pull request #1021 from BDisp/netdriver-unicode
Fixes #1020. NetDriver does not deal well with unicode characters yet.
|
2020-11-30 11:56:00 -08:00 |
|
Charlie Kindel
|
fdd6ec355d
|
Merge pull request #1027 from BDisp/textfield-unicode-frame
Fixes #1026. TextField is redrawing over SuperView limits with unicode characters using NetDriver.
|
2020-11-30 11:54:22 -08:00 |
|
BDisp
|
94f58acecf
|
Trying fix #335
|
2020-11-30 01:16:50 +00:00 |
|
BDisp
|
c0540b5de6
|
Adjusting the code.
|
2020-11-28 19:46:05 +00:00 |
|
BDisp
|
097c82fdf5
|
Fixes #1026. TextField is redrawing over SuperView limits with unicode characters using NetDriver.
|
2020-11-27 22:57:26 +00:00 |
|
BDisp
|
3e29baa5c5
|
Cleanup.
|
2020-11-26 18:51:56 +00:00 |
|
BDisp
|
55c682dde1
|
Ensures that the Toplevel redraw if the LayoutNeeded is true in the RunLoop too.
|
2020-11-26 18:07:28 +00:00 |
|
BDisp
|
88c33bb924
|
Reverting the breaking Toplevel Redraw.
|
2020-11-26 10:46:49 +00:00 |
|
BDisp
|
441fcbecbe
|
Removed break.
|
2020-11-26 00:04:55 +00:00 |
|
BDisp
|
12383e4c31
|
Avoid exception if LastFocused is null.
|
2020-11-25 23:09:09 +00:00 |
|
BDisp
|
7de9db69c6
|
Fixing demo.
|
2020-11-25 22:33:42 +00:00 |
|
BDisp
|
9b0ea4e992
|
Changed from Enum HeightSize to bool HeightAsBuffer.
|
2020-11-25 22:21:23 +00:00 |
|
Charlie Kindel
|
d782bf62f7
|
Merge pull request #1025 from BDisp/textview-newline
Fixes #1024. TextView is printing the new line character "\n" with a symbol.
|
2020-11-25 14:19:55 -07:00 |
|
BDisp
|
f43bcc07e5
|
Fixes #1024. TextView is printing the new line character "\n" with a symbol.
|
2020-11-25 20:01:35 +00:00 |
|
BDisp
|
148a813365
|
NetDriver now process the hot keys and shortcut keys.
|
2020-11-25 19:31:55 +00:00 |
|
BDisp
|
a7c2847256
|
Fixes Console.WindowHeight detection when HeightSize.BufferHeight is set.
|
2020-11-24 21:55:29 +00:00 |
|
BDisp
|
b6cb860b73
|
Disabling supported operation system warnings.
|
2020-11-24 16:10:07 +00:00 |
|
BDisp
|
934c0b9629
|
isWinPlatform was written twice.
|
2020-11-24 01:59:47 +00:00 |
|
BDisp
|
d8fbd3efb2
|
True font types has its own non printable characters and we should use them.
|
2020-11-24 01:42:11 +00:00 |
|
BDisp
|
415cd11e20
|
Fixes #1020. NetDriver does not deal well with unicode characters yet.
|
2020-11-23 23:19:39 +00:00 |
|
Charlie Kindel
|
cb3df2292d
|
Merge pull request #1019 from BDisp/childneedsdisplay
Fixes #1018. Since childNeedsDisplay is used outside the View class it must to be a property.
|
2020-11-19 16:55:52 -07:00 |
|
Charlie Kindel
|
a7dfeced76
|
Merge pull request #1017 from BDisp/window-frame
Fixes #1016. Window is drawing its frame over the menu.
|
2020-11-19 16:55:05 -07:00 |
|
BDisp
|
6ba5b4e1c1
|
Fixes #1018. Since childNeedsDisplay is used outside the View class it must to be a property.
|
2020-11-19 21:45:26 +00:00 |
|
BDisp
|
109a8496ee
|
Fixes #1016. Window is drawing its frame over the menu.
|
2020-11-19 21:31:53 +00:00 |
|
Charlie Kindel
|
5ac64a4b92
|
Merge pull request #1012 from BDisp/layoutneeded-property
Fixes #1011. LayoutNeeded must be a property with a private set, because it's used outside the View class.
|
2020-11-18 14:27:02 -07:00 |
|
Charlie Kindel
|
8905dd996c
|
Merge pull request #1014 from BDisp/net-driver-improvements
Trying fixing #518. Almost functions work on both Windows and Unix with the NetDriver.
|
2020-11-18 14:26:49 -07:00 |
|
BDisp
|
991f479cb8
|
Changed the menu Diagnostics and added code for passing an argument -usc for UseSystemConsole.
|
2020-11-18 19:52:02 +00:00 |
|
Charlie Kindel
|
47a87f0d61
|
Merge pull request #1013 from tig/1_00_pre-6
1.0 pre-release 6 - 1.00.pre-6
v1.0.0-pre.6
|
2020-11-17 16:39:56 -07:00 |
|
BDisp
|
854bca5846
|
Ammend AutoSize.
|
2020-11-17 22:03:32 +00:00 |
|
BDisp
|
bcc31e0da0
|
Trying fixing #518. Almost functions work on both Windows and Unix with the NetDriver.
|
2020-11-17 21:57:45 +00:00 |
|
Charlie Kindel
|
adb812d25c
|
Pre release 6 - 1.00.pre-6
|
2020-11-17 12:30:13 -07:00 |
|
Charlie Kindel
|
9791ab2f8d
|
Merge pull request #1005 from BDisp/textchanging-event
Fixes #998. Added a cancelable TextChanging event to prevent the TextChanged event being called if the changing is canceled.
|
2020-11-17 12:17:14 -07:00 |
|
BDisp
|
71f1b6b002
|
Fixes #1011. LayoutNeeded must be a property with a private set, because it's used outside the View class.
|
2020-11-17 18:03:30 +00:00 |
|
BDisp
|
2ea03e6b24
|
Fixes #998. Added a cancelable TextChanging event to prevent the TextChanged event being called if the changing is canceled.
|
2020-11-17 17:17:32 +00:00 |
|
BDisp
|
945a456ec0
|
Fixes #998. Added a cancelable TextChanging event to prevent the TextChanged event being called if the changing is canceled.
|
2020-11-17 16:53:42 +00:00 |
|
Charlie Kindel
|
204be65f2a
|
Merge pull request #1004 from BDisp/view-auto-size
Fixes #1002. Added a AutoSize property to the View class.
|
2020-11-17 09:31:22 -07:00 |
|
BDisp
|
b460ee712d
|
Added more documentation to the AutoSize property.
|
2020-11-17 16:20:39 +00:00 |
|
BDisp
|
84d06a638b
|
Fixes #1002. Added a AutoSize property to the View class.
|
2020-11-17 16:20:26 +00:00 |
|
Charlie Kindel
|
81ae970c5f
|
Merge pull request #1001 from BDisp/UI-label-as-buttons
Fixing "LabelsAsButtons.cs" layout as "Buttons.cs" scenario.
|
2020-11-17 09:01:18 -07:00 |
|
Charlie Kindel
|
0d48c32460
|
Merge pull request #1010 from BDisp/auto-hide-scrollbars
Fixes #1009. AutoHideScrollBars is causing ScrollView always redrawing.
|
2020-11-17 09:00:20 -07:00 |
|
Charlie Kindel
|
79b15fee1c
|
Merge pull request #997 from am11/feature/rev-dotnet-version
Update to .NET 5 RTM
|
2020-11-17 08:49:57 -07:00 |
|
Charlie Kindel
|
834d209350
|
Merge pull request #996 from BDisp/textfield-unicode
Fixes #995. Improving TextField to work properly with Unicode characters.
|
2020-11-17 08:45:24 -07:00 |
|
Charlie Kindel
|
a82cb75641
|
Merge pull request #1000 from BDisp/toplevel-redraw
Fixes #999. Toplevel should only redraw the subviews if !NeedDisplay.IsEmpty or layoutNeeded.
|
2020-11-17 08:45:05 -07:00 |
|
BDisp
|
fc4796cc61
|
Preventing the Progress Bar view to continuous pulsing after quit the Scrolling scenario.
|
2020-11-17 15:42:32 +00:00 |
|
BDisp
|
06a001d5ea
|
horizontalRuler.Text and verticalRuler.Text of the Scrolling scenario only need setted once, avoiding continuous redrawing.
|
2020-11-17 14:49:42 +00:00 |
|
BDisp
|
9f388e8704
|
Fixes #1009. AutoHideScrollBars is causing ScrollView always redrawing.
|
2020-11-17 14:07:57 +00:00 |
|
BDisp
|
19c684a3e1
|
Added a Unloaded event to the Toplevel class.
|
2020-11-15 22:38:01 +00:00 |
|
BDisp
|
7dc48cc34f
|
LayoutSubviews before calculate the Height on the Progress scenario.
|
2020-11-15 21:53:06 +00:00 |
|
BDisp
|
fa0827a4af
|
Fixes #1007. Added a Loaded event in the Toplevel class.
|
2020-11-15 20:57:08 +00:00 |
|