Skip to content
Merged
Show file tree
Hide file tree
Changes from 8 commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
dabe127
* Test
PWagner1 Sep 13, 2025
3ca5f5d
* #2480
PWagner1 Sep 13, 2025
92e903e
Merge branch 'alpha' into 648-revisited-V100
PWagner1 Sep 13, 2025
9a541d0
* Tidy up
PWagner1 Sep 13, 2025
be6803a
* Fix warnings
PWagner1 Sep 13, 2025
5f79c96
Update StartScreen.Designer.cs
PWagner1 Sep 14, 2025
2dc42ba
Merge branch 'alpha' into 648-revisited-V100
PWagner1 Sep 14, 2025
1b1f091
Merge branch 'alpha' into 648-revisited-V100
PWagner1 Sep 14, 2025
854ea55
* Fixes
PWagner1 Sep 16, 2025
ca56c9a
* Refinements
PWagner1 Sep 16, 2025
2d07546
Merge branch 'alpha' into 648-revisited-V100
PWagner1 Sep 17, 2025
7d90cc0
* Cleanup
PWagner1 Sep 17, 2025
55a7333
Update KryptonForm.cs
PWagner1 Sep 17, 2025
47a6f47
Merge branch 'alpha' of https://github.com/Krypton-Suite/Standard-Too…
PWagner1 Sep 17, 2025
56beb92
* Fix merge fallout chaos
PWagner1 Sep 17, 2025
9b194ab
* Tidy up code
PWagner1 Sep 18, 2025
37aa85d
Update KryptonForm.cs
PWagner1 Sep 18, 2025
55202cf
Update KryptonForm.cs
PWagner1 Sep 18, 2025
6b56604
Update KryptonForm.cs
PWagner1 Sep 18, 2025
35755a8
Merge branch 'alpha' into 648-revisited-V100
PWagner1 Sep 18, 2025
ee97985
* Cleaned up documentation
PWagner1 Sep 18, 2025
43b6d2d
Merge branch 'alpha' into 648-revisited-V100
PWagner1 Sep 22, 2025
cc0a80d
* Address feedback
PWagner1 Sep 22, 2025
c62e70e
* Address feedback
PWagner1 Sep 23, 2025
5f2f190
Update KryptonSystemMenu.cs
PWagner1 Sep 23, 2025
ac44733
* Cleaned up class
PWagner1 Sep 23, 2025
0c3895a
* Fixes for feedback
PWagner1 Sep 24, 2025
3db0b6e
* `ShowOnAltSpace` fixes
PWagner1 Sep 24, 2025
b3fc775
* Serialisation
PWagner1 Sep 25, 2025
baa087f
* Serialisation
PWagner1 Sep 25, 2025
f046228
Merge branch 'alpha' into 648-revisited-V100
PWagner1 Sep 26, 2025
34d4b0e
* More serialisation
PWagner1 Sep 26, 2025
8f404e8
Merge branch '648-revisited-V100' of https://github.com/Krypton-Suite…
PWagner1 Sep 26, 2025
30eb45f
Update KryptonSystemMenu.cs
PWagner1 Sep 28, 2025
b7575cc
Merge branch 'alpha' into 648-revisited-V100
PWagner1 Sep 28, 2025
15554f8
* Removed custom menu item feature
PWagner1 Sep 29, 2025
13fc6f4
* Fix `TestForm`
PWagner1 Sep 30, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Documents/Changelog/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
====

## 2025-11-xx - Build 2511 (V10 - alpha) - November 2025
* Resolved [#2480](https://github.com/Krypton-Suite/Standard-Toolkit/issues/2480). `KryptonForm`'s 'InternalPanel' designer issues
* Resolved [#2495](https://github.com/Krypton-Suite/Standard-Toolkit/issues/2495), `KryptonProgressBar` private field `_mementoContent` can be null.
* Resolved [#2490](https://github.com/Krypton-Suite/Standard-Toolkit/issues/2490), `KryptonComboBox` uses an incorrect Items editor string.
* Resolved [#2487](https://github.com/Krypton-Suite/Standard-Toolkit/issues/2487), `PaletteBase.PalettePaint` event is not synchronized toward the user.
Expand Down
447 changes: 239 additions & 208 deletions Source/Krypton Components/Krypton.Toolkit/Controls Toolkit/KryptonForm.cs

Large diffs are not rendered by default.

Loading