Commit Graph

3441 Commits

Author SHA1 Message Date
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
Tig
2807ab1070 Merge pull request #2245 from gui-cs/dependabot/nuget/CsvHelper-30.0.1
Bump CsvHelper from 30.0.0 to 30.0.1
2022-12-20 13:44:32 -07:00
Tig
92f641568f Merge pull request #2215 from BDisp/textview-textfield-isdrirty-fix-2212
Fixes #2212. Editor Scenario: Crashes on Exit.
2022-12-20 13:44:05 -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
Tig
537c5432a1 Merge pull request #2246 from gui-cs/dependabot/nuget/NStack.Core-1.0.7
Bump NStack.Core from 1.0.5 to 1.0.7
2022-12-05 20:17:01 -07:00
Tig
bd6ac692a8 Merge branch 'develop' into dependabot/nuget/NStack.Core-1.0.7 2022-12-05 19:41:28 -07:00
Tig
0efdec34ac Merge pull request #2248 from BDisp/non-bmp-fix-2247
Fixes #2247. Preparing for the NStack v1.0.7 which now handling properly non-BMP code points.
2022-12-05 19:41:16 -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
dependabot[bot]
28d9bbcc4e Bump NStack.Core from 1.0.5 to 1.0.7
Bumps [NStack.Core](https://github.com/gui-cs/NStack) from 1.0.5 to 1.0.7.
- [Release notes](https://github.com/gui-cs/NStack/releases)
- [Commits](https://github.com/gui-cs/NStack/compare/v1.0.5...v1.0.7)

---
updated-dependencies:
- dependency-name: NStack.Core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-05 14:13:52 +00:00
dependabot[bot]
fe4150ca27 Bump CsvHelper from 30.0.0 to 30.0.1
Bumps [CsvHelper](https://github.com/JoshClose/CsvHelper) from 30.0.0 to 30.0.1.
- [Release notes](https://github.com/JoshClose/CsvHelper/releases)
- [Commits](https://github.com/JoshClose/CsvHelper/compare/30.0.0...30.0.1)

---
updated-dependencies:
- dependency-name: CsvHelper
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-05 14:13:49 +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
Tig
e350587fe4 Merge pull request #2227 from BDisp/menu-window-redraw-fix-2225
Fixes #2225. MenuBar leaves trails when mounted in a Window.
2022-12-04 14:25:31 -07:00
BDisp
2f5d0f1ab1 Merge branch 'develop' into textview-textfield-isdrirty-fix-2212 2022-12-04 20:57:41 +00:00
BDisp
2ae20f7de7 Removed comments as requested. 2022-12-04 20:11:00 +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
ac2f4497aa Merge pull request #2220 from BDisp/mouse-grab-dim-2219
Fixes #2219. Moving a grab a top with a superview fails with Dim.
2022-12-04 08:05:24 -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
bafb4bbd5f Merge pull request #2183 from cpacejo/fix-nonbmp
Fixes #2182. Fix output of non-BMP Unicode characters in NetDriver.
2022-12-04 07:54:48 -07:00
Tig
e8e07a184c Merge pull request #2243 from tznind/tablecol-visible
Fixes #1465.  TableView columns can now be hidden via `ColumnStyle.Visible`
2022-12-04 07:54:14 -07:00
Tig
c774881c5b Merge pull request #2202 from tznind/csv-robust
Fixes #2201. Update CsvEditor scenario to use CsvHelper
2022-12-04 07:53:55 -07:00
tznind
6a932f6fae Fix whitespace 2022-12-04 14:50:09 +00:00
Thomas Nind
4120e1e39f Merge branch 'develop' into csv-robust 2022-12-04 14:43:51 +00:00
tznind
8a6dfe75db Merge branch 'develop' into csv-robust 2022-12-04 14:41:37 +00: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
Tig
a06dab9597 Merge pull request #2223 from BDisp/radiogroup-firstuppercase-fix-2222
Fixes #2222. RadioGroup first upper case and ProcessColdKey is not working well.
2022-12-04 07:15:16 -07:00
tznind
f362e40ca0 Add sort to context menu and fix naming of context items when they are sorted 2022-12-03 19:59:52 +00:00