BDisp
|
85d445a5d6
|
Reverting the changes as this is working right again.
|
2021-01-15 17:11:27 +00:00 |
|
BDisp
|
0466a6ebc3
|
Avoiding throwing exception on the "All Views Tester" scenario.
|
2021-01-15 17:09:31 +00:00 |
|
BDisp
|
542c507b59
|
Ensuring visibility to the SelectedItem of the ListView when getting focus.
|
2021-01-15 17:06:39 +00:00 |
|
BDisp
|
146d23422b
|
Ensures that the ScrollBarView don't have two vertical or horizontal ScrollBarView.
|
2021-01-15 11:38:32 +00:00 |
|
BDisp
|
b88dbb672b
|
Added right and left scrolling feature to the ListView.
|
2021-01-15 01:45:40 +00:00 |
|
BDisp
|
bf6c4ec417
|
Improves mouse functionality and fixed the CharacterMap scenario.
|
2021-01-14 17:57:31 +00:00 |
|
BDisp
|
351cb8133f
|
Fixed backward bug and added one more unit test to probe.
|
2021-01-14 01:35:20 +00:00 |
|
BDisp
|
5b86c460e8
|
Added ScrollBarViewTests.cs file with unit tests for ScrollBarView.
|
2021-01-14 00:57:10 +00:00 |
|
BDisp
|
5c2e037c85
|
Removed ContentOffset from ScrollBarView.
|
2021-01-14 00:48:02 +00:00 |
|
BDisp
|
cb71674e76
|
Sets the vertical and horizontal ContentOffset property.
|
2021-01-12 23:24:24 +00:00 |
|
BDisp
|
6f13c64747
|
ContentOffset fixed.
|
2021-01-12 01:37:28 +00:00 |
|
BDisp
|
4fbb5be165
|
Fixed some bugs.
|
2021-01-12 00:53:26 +00:00 |
|
BDisp
|
61e87e84b5
|
Fixes #1073, #1058, #480 #1049. Provides more automation to the ScrollBarView, allowing easily implement on any view.
|
2021-01-11 15:08:07 +00:00 |
|
Charlie Kindel
|
cbbce244dc
|
Merge pull request #1072 from mrboring-forks/spelling-error
Fixed misspelling of scrollview
|
2021-01-06 20:02:35 -07:00 |
|
mrboring
|
8bc5a3f5f3
|
Removed files from pull request
|
2021-01-05 09:56:41 +00:00 |
|
Charlie Kindel
|
c00637fb1e
|
Merge pull request #1063 from HermanSchoenfeld/master
Added unhandled exception handling in Application.Run
|
2021-01-04 14:22:21 -07:00 |
|
Charlie Kindel
|
321513f19d
|
Merge pull request #1069 from BDisp/auto-size-fix
Fixes #1068. The ResizeView doesn't handle the AutoSize properly.
|
2021-01-04 14:21:02 -07:00 |
|
mrboring
|
2674a3b21a
|
Fixed misspelling of scrollview
|
2021-01-02 13:29:02 +00:00 |
|
BDisp
|
7febb7ac5c
|
Fixes #1068. The ResizeView doesn't handle the AutoSize properly.
|
2020-12-29 15:21:25 +00:00 |
|
Herman Schoenfeld
|
183be6c31f
|
Refactor unhandled exception handling loop as per review
|
2020-12-29 16:23:23 +10:00 |
|
Charlie Kindel
|
74608fec0d
|
Merge pull request #1062 from BDisp/computer-layout-fix
Fixes #1061. ComputerLayout scenario does not drawn correctly.
|
2020-12-28 09:35:20 -07:00 |
|
Herman Schoenfeld
|
5e1e7c0ee4
|
XMLDOC fixes for prior commit
|
2020-12-28 21:56:08 +10:00 |
|
Herman Schoenfeld
|
721c796c7f
|
Added unhandled exception handling in Application.Run
|
2020-12-28 14:09:17 +10:00 |
|
BDisp
|
ee0fc06b9a
|
Fixes #1061. ComputerLayout scenario does not drawn correctly.
|
2020-12-28 00:29:33 +00:00 |
|
Charlie Kindel
|
287d2c1b05
|
Merge pull request #1047 from BDisp/textview-unicode-support
Fixes #93. Audit TextView just like we did TextField to ensure proper treatment of Unicode
|
2020-12-27 14:01:17 -07:00 |
|
BDisp
|
fa57c20a48
|
Allowing ScrollTo method to deal with rows and columns without breaking anything.
|
2020-12-27 19:03:49 +00:00 |
|
Charlie Kindel
|
2e566c613e
|
Merge pull request #1054 from BDisp/removing-application-currentView
Fixes #1052. Application.CurrentView looks unused.
|
2020-12-27 11:36:57 -07:00 |
|
Charlie Kindel
|
47966e3e00
|
Merge pull request #1051 from BDisp/scrollview-faster-fix
Fixes #1050. ScrollView takes too long to scroll enormous content size.
|
2020-12-27 11:32:57 -07:00 |
|
Charlie Kindel
|
00fdc92899
|
Merge pull request #1057 from BDisp/window-superview-redraw-fix
Fixes #1056. Window doesn't redraw his SuperView properly.
|
2020-12-27 11:31:30 -07:00 |
|
Charlie Kindel
|
7a98f0e829
|
Merge pull request #1055 from BDisp/mouse-event-ofx-ofy-fix
Fixes #1053. ProcessMouseEvent seems to initialize MouseEvent incorrectly.
|
2020-12-27 11:30:05 -07:00 |
|
BDisp
|
30e4439e7b
|
Reverting the CanBeVisible method.
|
2020-12-27 18:16:44 +00:00 |
|
BDisp
|
43ea03bc29
|
In addition to the view visibility having to be true to be redrawn, it is also necessary that the width and height are greater than zero.
|
2020-12-27 17:12:25 +00:00 |
|
BDisp
|
abab3f8c25
|
Typo fix.
|
2020-12-27 11:14:36 +00:00 |
|
BDisp
|
9d721e94f6
|
Ensures clipping always respecting the anchoring if it's the case. Adding SetWidth and SetHeight methods to the View class.
|
2020-12-26 23:57:13 +00:00 |
|
BDisp
|
01c07ddc9e
|
Fixes #1056. Window doesn't redraw his SuperView properly.
|
2020-12-26 13:56:30 +00:00 |
|
BDisp
|
708fd8a876
|
Fixes #1053. ProcessMouseEvent seems to initialize MouseEvent incorrectly.
|
2020-12-26 12:03:06 +00:00 |
|
BDisp
|
7583128cad
|
Removed from the unit test too.
|
2020-12-26 11:50:25 +00:00 |
|
BDisp
|
2d6e7cda99
|
Fixes #1052. Application.CurrentView looks unused.
|
2020-12-26 11:45:56 +00:00 |
|
BDisp
|
56f2319227
|
Added column scrolling feature and some more other improvements.
|
2020-12-25 22:24:01 +00:00 |
|
BDisp
|
9c4b3e0c6b
|
Fixing some keys and mouse navigation. Moving a few more methods from the TextField to the TextModel class.
|
2020-12-24 22:21:47 +00:00 |
|
BDisp
|
e102a34897
|
Fixes #1050. ScrollView take to long to scroll enormous content size.
|
2020-12-24 01:19:34 +00:00 |
|
BDisp
|
fe311ea54b
|
Moving common methods to the TextModel class.
|
2020-12-22 12:02:07 +00:00 |
|
BDisp
|
0450909991
|
Fixes #93. Audit TextView just like we did TextField to ensure proper treatment of Unicode
|
2020-12-22 00:32:54 +00:00 |
|
Charlie Kindel
|
b4cf7ff506
|
Merge pull request #1044 from BDisp/menu-separator
Fixes #1043. The menu separator is being printed in the wrong place.
|
2020-12-21 11:47:44 -07:00 |
|
Charlie Kindel
|
b93bdd92d2
|
Merge pull request #1042 from BDisp/netdriver-all-events
Fixes #1041. NetDriver events should stay all together.
|
2020-12-21 11:47:22 -07:00 |
|
BDisp
|
8725c3f461
|
Fixes #1043. The menu separator is being printed in the wrong place.
|
2020-12-17 20:09:53 +00:00 |
|
BDisp
|
a4b19b05b8
|
Prevents negative values if the windows size change so quickly.
|
2020-12-17 14:20:36 +00:00 |
|
BDisp
|
39c2856861
|
Also clear screen in Unix and typo.
|
2020-12-17 12:29:41 +00:00 |
|
BDisp
|
72a4104ee5
|
Fixes #1041. NetDriver events should stay all together.
|
2020-12-16 23:35:24 +00:00 |
|
Charlie Kindel
|
92c2171388
|
Merge pull request #1036 from BDisp/netdriver-mouse-support
Fixes #518. Added mouse support for the NetDriver.
|
2020-12-12 11:43:44 -08:00 |
|