Commit Graph

3500 Commits

Author SHA1 Message Date
Tig
57eab6767d Merge branch 'develop' into normalize-drivers-fix_2317 2023-02-06 07:11:27 +09:00
Tig
6a47427915 Merge pull request #2281 from tznind/line-drawer
Adds LineCanvas
2023-02-06 07:07:39 +09:00
Tig
e1b74254d6 Merge pull request #2309 from BDisp/redraw-bounds-needdisplay-fix_2308
Fixes #2308. Redraw passed bounds bigger than its client area.
2023-02-06 07:02:37 +09:00
BDisp
788eed4a4d Fixes #2317. Drivers do not normalize accented letters. 2023-02-05 00:25:14 +00:00
BDisp
b7791992cc Added unit test for move down/right. 2023-01-30 13:13:11 +00:00
BDisp
86d3b6db74 Locking packed tests to avoid throwing an error. 2023-01-29 22:55:00 +00:00
BDisp
cd5655fc95 Fixes #2308. Redraw passed bounds bigger than its client area. 2023-01-29 22:24:01 +00:00
Tig
27ea1e14c0 Merge branch 'develop' into line-drawer 2023-01-22 07:38:54 -07:00
Tig
3d75be4ea6 Merge pull request #2299 from tznind/tabviewclick
Fixes #2298 - Adds TabView.TabClicked event
2023-01-21 09:52:02 -07:00
tznind
ab398b93cb Make OnTabClicked fire for clicks in empty space and fix Notepad to only show context menu on right click. 2023-01-21 08:31:17 +00:00
Thomas
8b8bb2ab60 Test for TabClicked event 2023-01-20 20:05:53 +00:00
tznind
553cd6f66f Adds TabView.TabClicked event 2023-01-20 19:30:36 +00:00
Thomas Nind
16a3c0b8ae Merge branch 'develop' into line-drawer 2023-01-18 17:25:03 +00:00
Thomas
8f41296e78 Tidy up LineCanvas
Rename Drawing Scenario
Make API simpler by directly referencing Application.Driver
2023-01-18 17:20:33 +00:00
Tig
2e7c2c8377 Merge pull request #2294 from BDisp/windowsdriver-height-fix_2293
Fixes #2293. WindowsDriver forces minimum console height equal to 1, but should allow be 0.
2023-01-18 08:19:46 -07:00
BDisp
509a8d15c7 No need to throw if after all a valid console is preserved. 2023-01-18 00:27:57 +00:00
BDisp
1426019f3e Fixes #2293. WindowsDriver forces minimum console height equal to 1, but should allow be 0. 2023-01-17 23:27:53 +00:00
Tig
772520c3a7 Merge pull request #2291 from tig/unittest_reorg
Reorganize Unit Tests in prep for Configuration Manager
2023-01-15 19:04:41 -07:00
Tig
3d68fc4295 Merge pull request #2292 from tig/fixes_2286_colorscheme_setattribute
Fixes #2286 - ColorScheme.SetAttribute is defunct and should be removed
2023-01-15 19:03:45 -07:00
Tig Kindel
64ee03f267 Merge branch 'develop' into fixes_2286_colorscheme_setattribute 2023-01-15 19:01:17 -07:00
Tig Kindel
9232a2bd59 Merge branch 'develop' into unittest_reorg 2023-01-15 19:00:22 -07:00
Tig
1bdd9014f5 Merge pull request #2270 from BDisp/ensuresvisibilityselecteditem-public-fix-2269
Fixes #2269. ListView.EnsureSelectedItemVisible must be public.
2023-01-15 18:59:21 -07:00
Tig Kindel
36d19c6725 Removed ColorScheme.SetAttribute 2023-01-15 18:56:30 -07:00
Tig Kindel
3dbd21ed56 Reorg of unit tests 2023-01-15 18:49:08 -07:00
Tig Kindel
fa048da358 Merge branch 'develop' into unittest_reorg 2023-01-15 18:34:14 -07:00
Tig Kindel
7454dac942 Reorg of unit tests 2023-01-15 18:33:38 -07:00
Tig
43740f8d34 Merge pull request #2283 from BDisp/hotKeyPos-fix_2282
Fixes #2282. HotKeyPos is causing black cell on center and right/bottom alignments.
2023-01-15 18:33:12 -07:00
Tig
7605e2bc11 Merge pull request #2290 from BDisp/view-clear-fix_2289
Fixes #2289. View.Clear method is clearing beyond its parent bounds.
2023-01-15 18:31:21 -07:00
Tig
15990cc477 Merge pull request #2288 from BDisp/AssertDriverColorsAre-fix_2287
Fixes #2287. AssertDriverColorsAre is reporting wrong colors information.
2023-01-15 18:30:16 -07:00
BDisp
e570a07667 Reformat. 2023-01-15 22:49:34 +00:00
BDisp
a3ae8cf1b6 Fixes #2289. View.Clear method is clearing beyond its parent bounds. 2023-01-15 22:44:18 +00:00
BDisp
13c7e59116 Fixes #2287. AssertDriverColorsAre is reporting wrong colors information. 2023-01-15 21:07:45 +00:00
BDisp
a4bd3b4bce Fixes #2287. AssertDriverColorsAre is reporting wrong colors information. 2023-01-15 20:58:27 +00:00
Tig
264f0b0bfe Merge pull request #2268 from BDisp/ensurevisiblebounds-fix-2267
Fixes #2267. Toplevel.EnsureVisibleBounds throws an exception if border is null.
2023-01-12 19:16:52 -07:00
BDisp
efa02de815 Fixes #2282. HotKeyPos is causing black cell on center and right/bottom alignments. 2023-01-09 19:55:56 +00:00
tznind
7fefe44dbd Enable rounded corners in Drawing scenario 2023-01-08 11:57:25 +00:00
tznind
cca7c4d6c4 Add support for rounded corners 2023-01-08 11:53:27 +00:00
tznind
56b22be00f Add tests 2023-01-08 11:48:32 +00:00
tznind
619d1cf842 xmldoc 2023-01-08 10:56:43 +00:00
tznind
3702c07b04 Rename to LineCanvas 2023-01-08 10:54:37 +00:00
tznind
49512e3a42 Fix GetRuneTypeForIntersects to work for dots 2023-01-07 07:45:07 +00:00
tznind
ab5f4ccfb5 Add support for double lines into StraightLineCanvas 2023-01-07 07:40:23 +00:00
tznind
b708150eda Flesh out drawing scenario 2023-01-07 07:26:07 +00:00
tznind
ef1903c375 Add new conditions for Crosshair 2023-01-07 06:56:13 +00:00
tznind
fb0958dabd Implement rest of StraightLineCanvas 2023-01-07 06:46:59 +00:00
tznind
8f53c96c9f Add StraightLineCanvas prototype class 2023-01-06 10:06:14 +00:00
Tig
0d9b7dce31 Merge pull request #2278 from BDisp/clearallselection-text-fix_2277
Fixes #2277. Changing TextField.Text does not clear text selection.
2023-01-05 10:08:21 -07:00
BDisp
eea6bf2ef8 Fixes #2277. Changing TextField.Text does not clear text selection. 2023-01-05 15:31:36 +00:00
Tig
0318ef397c Merge pull request #2276 from gui-cs/main
Merge pull request #2275 from gui-cs/develop
2023-01-04 18:17:14 -07:00
Tig
88766ffc04 Merge pull request #2275 from gui-cs/develop
Trying again to make main and develop match
2023-01-04 18:16:32 -07:00