PKHeX/PKHeX.WinForms/Controls/Slots
Kurt b60648627a Add setting to show Gender in Gen1
Default false, current behavior.
Previous commits (years ago) would show Gender, but only current-format properties are shown now.

Fix some form scaling settings that haven't been reported, match other controls.
PKM property copy now checks if src==dest property type; for Gen6<-Gen7 markings, converting ushort -> byte can cause the conversion to fail if more than 8 bits are used. Just ignore copying the marking value, by only copying properties that have the same name AND type.
2024-04-16 21:01:14 -05:00
..
CryPlayer.cs Update .NET Runtime to .NET 8.0 (#4082) 2023-12-03 20:13:20 -08:00
DoubleBufferedDataGridView.cs Update from .NET Framework 4.6 to .NET 7 (#3729) 2023-01-21 20:02:33 -08:00
DragManager.cs File scoped namespaces (#3529) 2022-06-18 11:04:24 -07:00
DropModifier.cs File scoped namespaces (#3529) 2022-06-18 11:04:24 -07:00
PokeGrid.cs Update .NET Runtime to .NET 8.0 (#4082) 2023-12-03 20:13:20 -08:00
PokeGrid.Designer.cs Update Designer automatic code generation 2023-04-21 23:29:50 -05:00
PokePreview.cs Double check some bounds checks 2024-03-13 00:08:10 -05:00
PokePreview.Designer.cs Add setting to show Gender in Gen1 2024-04-16 21:01:14 -05:00
SlotChangeInfo.cs Add misc generic constraints 2023-03-25 23:28:28 -07:00
SlotHoverHandler.cs Enhanced Slot Hover Preview (#4059) 2023-11-14 19:36:11 -08:00
SlotList.cs Refactoring: Rework saveblock to be Memory<byte> based (#4200) 2024-03-03 23:13:16 -06:00
SlotList.Designer.cs Update Designer automatic code generation 2023-04-21 23:29:50 -05:00
SlotTrackerImage.cs File scoped namespaces (#3529) 2022-06-18 11:04:24 -07:00
SlotUtil.cs Update .NET Runtime to .NET 8.0 (#4082) 2023-12-03 20:13:20 -08:00
SummaryPreviewer.cs Handle two UI misbehaviors 2024-01-09 23:49:00 -08:00