Charlie Kindel
|
cbbeb404a7
|
inital impl
|
2022-11-07 18:21:32 -07:00 |
|
Charlie Kindel
|
2cfe7e9695
|
Changed Example to use Run<T> because we need more examples of this
|
2022-11-05 15:30:07 -06:00 |
|
Charlie Kindel
|
de3c02e9bf
|
refactored internal Init() (now called InternnalInit()) to be more clear; updated docs and unit tests
|
2022-11-05 14:36:41 -06:00 |
|
Charlie Kindel
|
ceb5473d53
|
fixed unit tests
|
2022-11-05 12:07:30 -06:00 |
|
Charlie Kindel
|
8a73ade5b2
|
fixed unit tests
|
2022-11-05 11:46:22 -06:00 |
|
BDisp
|
5472c9469e
|
Fixes KeyBindings_Command_With_MdiTop unit test.
|
2022-11-05 01:42:58 +00:00 |
|
Charlie Kindel
|
34d4caa883
|
removed remainging #520 comments and re-enabled broken mdi test
|
2022-11-04 11:41:47 -06:00 |
|
Charlie Kindel
|
812a389082
|
with #520 fixed, cleaning up comments and tests
|
2022-11-04 11:32:41 -06:00 |
|
Charlie Kindel
|
04af7d2106
|
merge develop
|
2022-11-04 11:25:27 -06:00 |
|
BDisp
|
436c171478
|
Fixed System_Rune_ColumnWidth unit test.
|
2022-11-04 10:29:50 +00:00 |
|
Charlie Kindel
|
75f83a4a86
|
Made @bdisp's suggested fixes
|
2022-11-03 17:11:27 -06:00 |
|
Charlie Kindel
|
857e123c65
|
Added @bdisp's suggested tests
|
2022-11-03 16:47:45 -06:00 |
|
BDisp
|
0185ae6751
|
Added a mainloop unit test with a task.
|
2022-11-03 22:16:38 +00:00 |
|
Charlie Kindel
|
bf1ed31281
|
Refactored UI Catalog and added tons of unit tests
|
2022-11-03 15:58:15 -06:00 |
|
Charlie Kindel
|
0e136b17cc
|
shortened InvokeLeakTests
|
2022-11-02 21:38:38 -06:00 |
|
Charlie Kindel
|
fc6f830339
|
Tweaked unit tests to be more robust
|
2022-11-02 21:29:35 -06:00 |
|
Charlie Kindel
|
89d674d4d7
|
Updated API docs for Application
|
2022-11-02 21:05:08 -06:00 |
|
Tig
|
b2c05afd82
|
Merge pull request #2157 from tig/fixes_1743_character_map_slow
Fixes #1743 - CharMap renders painfully slow
|
2022-11-02 18:16:05 -07:00 |
|
Charlie Kindel
|
129d1dd314
|
merge
|
2022-11-02 19:04:42 -06:00 |
|
Charlie Kindel
|
342130f61c
|
reapplied fixes from 26eabdda6c
|
2022-11-02 18:59:51 -06:00 |
|
Tig
|
842f73d07a
|
Merge branch 'develop' into view-clear-fix
|
2022-11-02 16:00:36 -07:00 |
|
Charlie Kindel
|
86a7b0764c
|
Merge with develop
|
2022-11-02 16:59:39 -06:00 |
|
Tig
|
f15bf1c2ce
|
Merge branch 'develop' into view-clear-fix
|
2022-11-02 15:35:54 -07:00 |
|
Charlie Kindel
|
bc617252c4
|
removed files not having to with this PR
|
2022-11-02 16:29:11 -06:00 |
|
Charlie Kindel
|
790e936ba7
|
Merge branch 'develop' into fixes_isoverridden
|
2022-11-02 16:18:57 -06:00 |
|
Charlie Kindel
|
b29754cc5a
|
moves isovverriden to Responder, adds unit tests
|
2022-11-02 16:18:14 -06:00 |
|
Charlie Kindel
|
b06e4229c4
|
Revert "Revert "Fixes #1743 - CharMap renders painfully slow""
This reverts commit 9945c2dd54.
|
2022-11-02 15:34:47 -06:00 |
|
Charlie Kindel
|
9945c2dd54
|
Revert "Fixes #1743 - CharMap renders painfully slow"
This reverts commit 3b5d8e9780.
|
2022-11-02 15:33:16 -06:00 |
|
Charlie Kindel
|
3b5d8e9780
|
Fixes #1743 - CharMap renders painfully slow
|
2022-11-02 15:31:37 -06:00 |
|
BDisp
|
15bed3762b
|
IsOverridden unit tests per @tig.
|
2022-11-02 12:59:03 +00:00 |
|
BDisp
|
7e8f90d875
|
IsOverridden unit tests per @tig.
|
2022-11-02 12:43:30 +00:00 |
|
BDisp
|
f60476ddc2
|
Testing all the frame.
|
2022-11-02 12:42:26 +00:00 |
|
Charlie Kindel
|
1247a129e1
|
updated unit tests for new 'wrong' key behavior
|
2022-11-01 10:34:20 -06:00 |
|
Charlie Kindel
|
2200dc0964
|
fixed (for real?) unit test that proves 'wrong' key behavior is broken
|
2022-11-01 10:18:24 -06:00 |
|
Charlie Kindel
|
c7f4392957
|
fixed unit test that proves 'wrong' key behavior is broken
|
2022-11-01 10:10:05 -06:00 |
|
Charlie Kindel
|
bc846bf83a
|
added unit test that proves 'wrong' key behavior is broken
|
2022-11-01 10:03:14 -06:00 |
|
Charlie Kindel
|
66398eb9ef
|
Renamed classes; fixed rendering bug in ListView
|
2022-11-01 09:12:37 -06:00 |
|
Charlie Kindel
|
271e309390
|
Merge branch 'develop' into listview_keyboard_search
|
2022-10-31 22:12:34 -06:00 |
|
Tig
|
b0c4f2ded2
|
Merge branch 'develop' into dim-combine-calc-fix
|
2022-10-31 21:07:32 -07:00 |
|
Charlie Kindel
|
60d116617a
|
Near final fixes? Refactored/renamed stuff
|
2022-10-31 21:23:26 -06:00 |
|
BDisp
|
1136514bf8
|
Added a Pos.Combine unit test.
|
2022-10-31 17:09:19 +00:00 |
|
Charlie Kindel
|
06bc892c67
|
Merge branch 'develop' into listview_keyboard_search
|
2022-10-31 09:55:05 -06:00 |
|
Tig
|
cccc358266
|
Merge pull request #2138 from BDisp/menuitem-disabled-select-fix
Fixes #2137. Disabled menu item is selected on click.
|
2022-10-31 08:54:44 -07:00 |
|
Charlie Kindel
|
c7862b7242
|
Merge branch 'develop' into listview_keyboard_search
|
2022-10-31 09:52:51 -06:00 |
|
Tig
|
7269d6f51d
|
Merge pull request #2134 from BDisp/treeview-desiredCursorVisibility-set-fix
Fixes #2133. TreeView: desiredCursorVisibility field is set before the if condition check.
|
2022-10-31 08:51:57 -07:00 |
|
Tig
|
e7bc9f5ff4
|
Fixed merge issue
|
2022-10-31 08:51:07 -07:00 |
|
Tig
|
d55c6654d9
|
Merge branch 'develop' into dim-combine-calc-fix
|
2022-10-31 08:48:24 -07:00 |
|
Tig
|
44d0de016d
|
Merge branch 'develop' into menuitem-disabled-select-fix
|
2022-10-31 08:48:08 -07:00 |
|
Tig
|
368b759eaa
|
Merge branch 'develop' into treeview-desiredCursorVisibility-set-fix
|
2022-10-31 08:47:33 -07:00 |
|
dependabot[bot]
|
1a1df3f5cc
|
Bump coverlet.collector from 3.1.2 to 3.2.0
Bumps [coverlet.collector](https://github.com/coverlet-coverage/coverlet) from 3.1.2 to 3.2.0.
- [Release notes](https://github.com/coverlet-coverage/coverlet/releases)
- [Commits](https://github.com/coverlet-coverage/coverlet/commits/v3.2.0)
---
updated-dependencies:
- dependency-name: coverlet.collector
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-10-31 15:06:13 +00:00 |
|