Commit Graph

3478 Commits

Author SHA1 Message Date
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
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
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
Tig
9ec4e762be Merge branch 'main' into develop 2023-01-04 18:14:53 -07:00
Tig
25ada9c7b7 Merge v1.9.0 develop to main (#2272) (#2273)
* Release v1.9.0

* Release v1.9.0
2023-01-04 18:14:03 -07:00
Tig
3093e03ddb Merge v1.9.0 develop to main (#2272)
* Release v1.9.0

* Release v1.9.0
2023-01-04 18:12:31 -07:00
Tig
2d68fee041 Merge pull request #2271 from tig/v_1_9_0
Release v1.9.0
2023-01-04 17:28:49 -07:00
Charlie Kindel
b4db4eef3c Release v1.9.0 2023-01-04 17:24:03 -07:00
Charlie Kindel
9c74f99d56 Release v1.9.0 2023-01-04 17:23:34 -07:00
BDisp
2c921b056d Change method name to EnsureSelectedItemVisible. 2023-01-03 15:10:28 +00:00
BDisp
b44df1c609 Fixes #2269. ListView.EnsuresVisibilitySelectedItem must be public. 2023-01-03 13:59:06 +00:00
BDisp
03e0f086c3 Fixes #2267. Toplevel.EnsureVisibleBounds throws an exception if border is null. 2023-01-03 13:18:09 +00:00
Tig
d5abc2001f Merge pull request #2266 from AaronLieberman/unix-idle-fix
Fixes #2265 - Keyboard input doesn't work in UnixMainLoop when Idle function is registered
v1.9.0
2023-01-02 17:33:12 -07:00
Tig
0d183c2437 Merge pull request #2206 from tig/fixes_2205_fakeclipboard
Fixes #2205. Reduce fragility of clipboard related unit tests
2023-01-02 16:00:12 -07:00
Aaron Lieberman
d4f4fc6738 Fix bug with UnixMainLoop and idle
When running in WSL Ubuntu, I was unable to process input. The issue was that when there's an idle function registered with the main loop, UnixMainLoop doesn't ever call poll. Without the poll call, pollmap doesn't get updated and the input callback doesn't get called. Change this so that it calls poll every loop iteration, even if there's an idle function.
2023-01-01 10:27:58 -08:00
Tig
3adfa22f91 Merge pull request #2263 from tznind/full-row-select-home-end
Fixes #2262 - Change Ctrl+Home/End to prevent horizontal navigation when FullRowSelect is on
2022-12-31 13:27:32 -07:00
Thomas
1c8f606349 Change Ctrl+Home/End to prevent horizontal navigation when FullRowSelect is on 2022-12-31 14:25:03 +00:00
Charlie Kindel
ab7d667217 merge 2022-12-31 06:23:49 -07:00
Charlie Kindel
eb8cb4408d misc changed done before I went on holiday 2022-12-31 06:20:17 -07:00
Tig
b213afca41 Merge pull request #2260 from tznind/table-multi-select
Fixes #1842 - Add support for Ctrl/Alt + click to TableView
2022-12-31 06:18:49 -07:00
tznind
c3cebbdd3a Add additional guards to UnionSelection method 2022-12-30 10:15:00 +00:00
tznind
8dd77f249d Add support for Ctrl/Alt + click to TableView 2022-12-30 09:55:05 +00:00
Tig Kindel
524be85ae3 add OS version info to UI Catalog 2022-12-22 18:37:53 -03:00
Tig Kindel
c65c57590d merge with develop 2022-12-20 18:02:31 -03:00
Tig
70ab6f5c0f Merge pull request #2254 from gui-cs/dependabot/nuget/Microsoft.NET.Test.Sdk-17.4.1
Bump Microsoft.NET.Test.Sdk from 17.4.0 to 17.4.1
2022-12-20 13:44:47 -07:00