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
|
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 |
|
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 |
|
BDisp
|
eea6bf2ef8
|
Fixes #2277. Changing TextField.Text does not clear text selection.
|
2023-01-05 15:31:36 +00: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
|
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 |
|
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 |
|
tznind
|
8dd77f249d
|
Add support for Ctrl/Alt + click to TableView
|
2022-12-30 09:55:05 +00: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 |
|
dependabot[bot]
|
e12167e45b
|
Bump Microsoft.NET.Test.Sdk from 17.4.0 to 17.4.1
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.4.0 to 17.4.1.
- [Release notes](https://github.com/microsoft/vstest/releases)
- [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md)
- [Commits](https://github.com/microsoft/vstest/compare/v17.4.0...v17.4.1)
---
updated-dependencies:
- dependency-name: Microsoft.NET.Test.Sdk
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-12-16 14:07:56 +00:00 |
|
BDisp
|
12465e2e50
|
Removed AllowsNullTerminated property.
|
2022-12-06 17:04:05 +00:00 |
|
BDisp
|
b9d8304e87
|
Merge branch 'develop' into textview-textfield-isdrirty-fix-2212
|
2022-12-06 11:35:01 +00:00 |
|
Tig
|
e8f5d55523
|
Merge branch 'develop' into fixes_2205_fakeclipboard
|
2022-12-05 20:32:29 -07:00 |
|
Charlie Kindel
|
3307e84e3a
|
Support unittest with Release Builds
|
2022-12-05 20:18:17 -07:00 |
|
BDisp
|
075141a687
|
Fixes #2247. Preparing for the NStack v1.0.7 which now handling properly non-BMP code points.
|
2022-12-05 18:08:39 +00:00 |
|
BDisp
|
918aeba46e
|
Merge branch 'develop' into textview-textfield-isdrirty-fix-2212
|
2022-12-04 22:24:35 +00:00 |
|
BDisp
|
af9af8869f
|
Added some more unit tests.
|
2022-12-04 22:20:58 +00:00 |
|
BDisp
|
2f5d0f1ab1
|
Merge branch 'develop' into textview-textfield-isdrirty-fix-2212
|
2022-12-04 20:57:41 +00:00 |
|
BDisp
|
1b9b50dd12
|
merge develop branch
|
2022-12-04 20:07:39 +00:00 |
|
Charlie Kindel
|
a0b36d3457
|
merged develop
|
2022-12-04 08:09:27 -07:00 |
|
Tig
|
00df975751
|
Merge branch 'develop' into mouse-grab-dim-2219
|
2022-12-04 08:02:45 -07:00 |
|
Tig
|
cc7ad31219
|
Merge pull request #2230 from BDisp/menubar-without-menuitems-fix-2228
Fixes #2228. Crash when attempting to open menu bar item with action but no menu items assigned.
|
2022-12-04 07:57:07 -07:00 |
|
Tig
|
aa5ee5f3c2
|
Merge pull request #2231 from BDisp/statusbar-misplaced-fix-2226
Fixes #2226. StatusBar misplaced when window maximized (and occasionally on resize).
|
2022-12-04 07:56:35 -07:00 |
|
Tig
|
d02f4922a6
|
Merge branch 'develop' into textview-textfield-isdrirty-fix-2212
|
2022-12-04 07:22:46 -07:00 |
|
Tig
|
6664a4a162
|
Merge branch 'develop' into tablecol-visible
|
2022-12-04 07:19:01 -07:00 |
|
tznind
|
3e9fc37cb6
|
Merge branch 'develop' into tablecol-visible
|
2022-12-04 14:17:03 +00:00 |
|
Tig
|
254b26a13d
|
Merge pull request #2203 from BDisp/csv-editor-fix
Fixes #2195. CsvEditor: Column Type dialog not wide enough.
|
2022-12-04 07:16:36 -07:00 |
|
Tig
|
fa76ef7b4b
|
Merge branch 'develop' into textview-textfield-isdrirty-fix-2212
|
2022-12-04 07:15:56 -07:00 |
|
BDisp
|
b917064bb0
|
Merge branch 'develop' into csv-editor-fix
|
2022-12-03 19:45:30 +00:00 |
|
BDisp
|
f8edf67ea2
|
Merge branch 'develop' into textview-textfield-isdrirty-fix-2212
|
2022-12-03 19:42:19 +00:00 |
|
tznind
|
cf4c02a71f
|
merge develop into tablecol-visible
|
2022-12-03 19:39:36 +00:00 |
|
BDisp
|
c76a66fc19
|
Merge develop branch
|
2022-12-03 19:34:55 +00:00 |
|
Tig
|
7b027772e5
|
Merge pull request #2239 from tznind/table-header-hit-detection
Adds the ability to detect clicks in TableView headers
|
2022-12-03 12:09:34 -07:00 |
|
Tig
|
def1a190aa
|
Merge pull request #2237 from tznind/null-ref-fix-set-focus
Fixes #2236 Avoid Null reference when OnLeave event handlers clears focus
|
2022-12-03 12:08:39 -07:00 |
|
Tig
|
7c73150c42
|
Merge branch 'develop' into textview-textfield-isdrirty-fix-2212
|
2022-12-03 12:02:56 -07:00 |
|