Commit Graph

1544 Commits

Author SHA1 Message Date
Tig
38c604eefa More CharMap tweaks 2024-09-08 17:26:25 -06:00
Tig
03dac3e238 Merged bdisp latest.
Updated CharMap.
2024-09-07 10:29:56 -06:00
BDisp
c5e886f05d Manipulate ViewportSettings with ScrollBars. 2024-09-06 16:46:09 +01:00
BDisp
8d346a8d5c Implement @tig scroll bars and fix some bugs. 2024-09-05 23:46:43 +01:00
BDisp
14e2e3cbb6 Fix some KeepContentInAllViewport bugs. 2024-09-04 23:06:17 +01:00
BDisp
7983500dfb Fix @tig branch errors. 2024-09-04 12:06:59 +01:00
Tig
cb1c793f43 Code cleanup and API doc improvements 2024-09-03 17:38:52 -06:00
Tig
e2a2aa12a6 Upgraded CharMap to use new ScrollBar 2024-09-03 17:29:58 -06:00
BDisp
6c972c67c3 Add AutoHideScrollBar and ShowScrollIndicator properties. 2024-09-03 23:32:30 +01:00
BDisp
bf4b7bdede Merge branch 'v2_develop' into v2_2489_scroll-scrollbar-new 2024-09-03 19:32:37 +01:00
Tig
5cdac86fea Fixed warnings 2024-09-03 09:42:06 -06:00
BDisp
a83b8f195b Merge branch 'v2_develop' into v2_2489_scroll-scrollbar-new 2024-09-02 19:35:03 +01:00
BDisp
fa0085d9e4 ix some more bug, cleanup code and add more unit tests. 2024-09-02 12:54:25 -04:00
BDisp
552f9ed0a8 Fix some bug, clean code and more unit tests. 2024-09-02 12:54:25 -04:00
BDisp
02a98f3fc2 Fixes #3700. ContextMenu pollutes Toplevel.MenuBar's key bindings 2024-09-02 12:54:25 -04:00
BDisp
1ccd54801b Merge branch 'v2_develop' into v2_2489_scroll-scrollbar-new 2024-09-02 11:53:12 +01:00
Tig
942e7fbebe Fixed wizard layout 2024-09-01 10:06:12 -06:00
Tig
4fb7d04dd9 Dim.Fill now takes a Dim, instead of an int 2024-09-01 09:26:42 -06:00
Tig
d4055732e6 initial commit. 2024-09-01 09:11:14 -06:00
Tig
27234b7bf9 Fixes #3707 - Wizard focus (#3708)
* Initial commit.

* More fixes

* Fixed AdvanceFocus issue with nested subviews. E.g. Wizard->WizardStep->_contentView->subview

* Fixed DatePicker tests

* Fixed DatePicker tests
2024-08-31 15:17:55 -06:00
Tig
d6651f6ecd Fixed (again) SuperViewChangedEventArgs 2024-08-29 16:16:06 -04:00
Tig
4d3ec57f27 code cleanup. 2024-08-29 15:47:49 -04:00
Tig
a6dc96b093 Added TODO 2024-08-29 15:30:11 -04:00
Tig
de3068f7f6 Overlapped now comes to front when focused 2024-08-29 15:28:04 -04:00
Tig
a03a8cbc10 Code cleanup. Docs 2024-08-29 14:09:13 -04:00
Tig
775296f87e Improving Application.Navigation 2024-08-29 13:36:31 -04:00
Tig
492a772abc Cleaned up scenarios. Fixed Visible issue. 2024-08-29 13:03:45 -04:00
Tig
a097625045 Expanded Navigation Scenario 2024-08-29 09:11:09 -07:00
Tig
1359e43066 Fixed nested tabgroup nav! 2024-08-28 23:47:43 -07:00
Tig
cd89d5c6be Fixe pos/dim bug in AllViewsTester 2024-08-28 13:07:13 -07:00
Tig
a659e217fe Changed allviews tester to not set colorscheme 2024-08-28 12:51:25 -07:00
BDisp
9add83fc7d Remove ClearOnVisibleFalse property. 2024-08-28 20:30:46 +01:00
Tig
e3ef2e4f2b Fixed a UI Catalog shortcut bug 2024-08-28 11:45:23 -07:00
Tig
6931326686 Fixed Tabview 2024-08-28 11:23:20 -07:00
Tig
ad81e09d42 Debugging GraphView issue 2024-08-27 21:42:59 -07:00
Tig
8bdb0f64d7 Revoved defunct api 2024-08-27 20:51:32 -07:00
Tig
b51a985012 Fixed Config editor 3 2024-08-27 20:44:49 -07:00
Tig
cc627781e4 Fixed Config editor 2024-08-27 19:48:37 -07:00
Tig
20249faa10 Fixed adornment editor scenarios 2024-08-27 16:49:30 -07:00
Tig
7556892c02 Addressed feedback #1 2024-08-27 06:47:07 -07:00
Tig
4b479a60f3 Refactored subview methods 2024-08-26 13:52:33 -07:00
Tig
1b1a2524e7 Removed TabIndex etc... 2024-08-26 13:00:59 -07:00
Tig
bc9f139724 Added case to ViewExperiments that shows that nested tabgroups isn't quite right yet. 2024-08-26 07:12:16 -07:00
Tig
7f3b0eb55b AdvanceFocus works correctly for most cases 2024-08-26 07:04:11 -07:00
Tig
6667b33cf5 Fixsed colorpicker tab order 2024-08-25 07:27:43 -07:00
Tig
b55afbddfb Diagnosing bug with ASCIButytonthing 2024-08-23 11:10:38 -06:00
Tig
de4f8fd1ba Fixed keybindings 2024-08-23 11:06:58 -06:00
Tig
c39318c521 merged 2024-08-23 11:03:05 -06:00
BDisp
ecc44fce91 Merge branch 'v2_develop' into v2_2489_scroll-scrollbar-new 2024-08-23 16:54:28 +01:00
BDisp
6498610de9 Fixes #3678. ContextMenu accesses disposed MenuBar. (#3681)
* Fixes #3678. ContextMenu accesses disposed MenuBar.

* Preserve always the last menu opened.

* Re-added MenuAllClosed event.

* Ensures call CleanUp if Application.MouseGrabView hold another MenuBar than the calling one.

* Fix unit tests.

* Passing the offending object instead of the View type.

* Add that to the dictionary to shut respeller up.

* Address a few warnings

* A question

* Just a little more cleanup

* Combine these and comment

* Slight additional cleanup

* More minor cleanup

We already know it is null. just make it the else instead of a new condition

* Nullable != true ===> is not true

* Unconditional break at the top is just a part of the while statement (inverted)

* Fixes #3687. ColorPicker isn't respecting the current UI culture.

* Fix @dodexahedron erroneous code.

* Cleanup comments.

---------

Co-authored-by: Brandon Thetford <github@snapsinazfs.com>
Co-authored-by: Tig <tig@users.noreply.github.com>
2024-08-23 09:47:09 -06:00