Charlie Kindel
|
74524a280a
|
made titles work; refactored; fixed bugs
|
2022-12-31 10:30:52 -07:00 |
|
tznind
|
dd246b74ae
|
Change UICatalog to use SplitContainer
|
2022-12-25 12:02:23 +00:00 |
|
tznind
|
b1c7efea7f
|
Respect minimum panel sizes and scenario support for toggle collapse
|
2022-12-24 11:22:04 +00:00 |
|
Thomas Nind
|
08bd85ea7e
|
Merge branch 'develop' into splitcontainer
|
2022-12-23 19:51:59 +00:00 |
|
tznind
|
e430ad8eab
|
Keyboard resizing of split container mostly working
|
2022-12-23 19:08:12 +00:00 |
|
tznind
|
35b4987fe4
|
Splitter dragging kinda working
|
2022-12-23 16:47:27 +00:00 |
|
Thomas
|
ca0cd7cfae
|
Improved scenario to allow flipping splitter orientation
|
2022-12-23 14:54:11 +00:00 |
|
tznind
|
9f26734a03
|
Fix scenario duplication
|
2022-12-23 14:37:42 +00:00 |
|
tznind
|
7817295c00
|
add split container prototype
|
2022-12-23 10:39:02 +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 |
|
Tig
|
00df975751
|
Merge branch 'develop' into mouse-grab-dim-2219
|
2022-12-04 08:02:45 -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 |
|
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
|
6664a4a162
|
Merge branch 'develop' into tablecol-visible
|
2022-12-04 07:19:01 -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 |
|
tznind
|
6136656327
|
Added context menu for show/hide columns in TableEditorScenario
|
2022-12-03 19:49:42 +00:00 |
|
BDisp
|
b917064bb0
|
Merge branch 'develop' into csv-editor-fix
|
2022-12-03 19:45:30 +00:00 |
|
tznind
|
cf4c02a71f
|
merge develop into tablecol-visible
|
2022-12-03 19:39:36 +00:00 |
|
tznind
|
25f9b4e267
|
Revert accidental changes to UICatalog
|
2022-11-26 22:56:45 +00:00 |
|
tznind
|
2fba173288
|
Add ColumnStyle.Visible
|
2022-11-26 22:55:32 +00:00 |
|
tznind
|
643e53b575
|
Add column sorting to TableEditor
|
2022-11-22 10:57:03 +00:00 |
|
BDisp
|
bffc9cb2e8
|
Fix a label width size issue.
|
2022-11-17 18:01:03 +00:00 |
|
BDisp
|
a37e2d4134
|
Fixes #2219. Moving a grab a top with a superview fails with Dim.
|
2022-11-12 01:27:45 +00:00 |
|
BDisp
|
8cf7a3514d
|
Fixes bug related with allowed type files filter in FileDialog.
|
2022-11-09 23:00:50 +00:00 |
|
tznind
|
751efd4986
|
Add file name to window title on open
|
2022-11-08 07:23:46 +00:00 |
|
Tig
|
6af2fd12d3
|
Merge branch 'develop' into fix-nonbmp
|
2022-11-07 21:23:38 -07:00 |
|
Tig
|
4334c7c7a2
|
Merge branch 'develop' into csv-robust
|
2022-11-07 21:23:20 -07:00 |
|
Tig
|
cab89417b8
|
Merge branch 'develop' into csv-editor-fix
|
2022-11-07 21:23:09 -07:00 |
|
Tig
|
7c797517cd
|
Merge branch 'develop' into fixes_730_adds_contents_changed_event
|
2022-11-07 17:54:17 -07:00 |
|
Thomas
|
a0686dfcde
|
Changed CsvEditor culture on read/write to InvariantCulture
|
2022-11-07 21:55:47 +00:00 |
|
BDisp
|
d1d86edf3e
|
Fixes #2195. CsvEditor: Column Type dialog not wide enough.
|
2022-11-07 21:10:12 +00:00 |
|
tznind
|
6131726560
|
Change Save to also use CsvHelper
|
2022-11-07 19:55:27 +00:00 |
|
tznind
|
2457f666d8
|
Update CsvEditor scenario to use CsvHelper
|
2022-11-07 19:37:10 +00:00 |
|
Tig
|
3f212aa838
|
Merge branch 'develop' into fixes_730_adds_contents_changed_event
|
2022-11-07 03:22:21 -07:00 |
|
Charlie Kindel
|
1df615996e
|
Revamped charmap to be amaze.
|
2022-11-07 03:10:24 -07:00 |
|
Charlie Kindel
|
787349e177
|
Added ContentsChanged event & unit tests. Updated Text.cs Scenario
|
2022-11-06 21:56:21 -07:00 |
|
BDisp
|
d7131587d3
|
Fixes 2193. Character Map scenario not showing the last range chars U+10fffx.
|
2022-11-06 18:26:04 +00:00 |
|
Charlie Kindel
|
5e4c4165c9
|
Changed Top's colorscheme to base
|
2022-11-05 19:10:32 -06:00 |
|
Tig
|
94523b68fb
|
Merge pull request #2190 from tig/fixes_2188_win_frameview_scenario
Fixes #2188. Latent bug in `Windows & FrameViews` scenario
|
2022-11-05 18:58:56 -06:00 |
|
Charlie Kindel
|
cbc8f71e0f
|
clean up
|
2022-11-05 18:56:11 -06:00 |
|
Charlie Kindel
|
2ff4040685
|
Fixed bug in scenario that was there all along; cleaned up a bit. renamed
|
2022-11-05 18:55:40 -06:00 |
|
Charlie Kindel
|
9438835845
|
Fixed bug in scenario that was there all along; cleaned up a bit. renamed
|
2022-11-05 18:45:36 -06:00 |
|
Charlie Kindel
|
7a37111319
|
Revamped File Explorer to enable better Focus testing
|
2022-11-05 17:54:22 -06:00 |
|
Charlie Kindel
|
1e8113ecce
|
Revamped File Explorer to enable better Focus testing
|
2022-11-05 17:36:11 -06:00 |
|
Charlie Kindel
|
60e70f331f
|
merge develop
|
2022-11-05 16:41:05 -06:00 |
|
Charlie Kindel
|
5a0cea19c6
|
Added another Run<T> Scenario
|
2022-11-05 15:45:19 -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 |
|