Dalamud/Dalamud/Interface/Internal/Windows/PluginInstaller
KazWolfe c19e1f0fcd
Default Minimum/Maximum WindowSizeConstraints (#1574)
* feat: Default Minimum/Maximum WindowSizeConstraints

If `MinimumSize` or `MaximumSize` are not set when defining a `WindowSizeConstraints`, they will be effectively unbounded.

* chore: Make internal windows unbounded on max size

* Ignore max value if it's smaller than minimum in any dimension
2024-02-17 19:06:41 +01:00
..
DalamudChangelog.cs chore: convert Dalamud to file-scoped namespaces 2022-10-29 15:23:22 +02:00
DalamudChangelogEntry.cs feat: plugin changelog history 2023-02-15 19:52:40 +01:00
DalamudChangelogManager.cs fix: don't try to load changelogs for dev plugins, show changelogs that loaded if any failed 2023-08-12 12:04:22 +02:00
IChangelogEntry.cs feat: plugin changelog history 2023-02-15 19:52:40 +01:00
PluginChangelogEntry.cs fix: changelog crashes on improper LastUpdate timestamp (#1493) 2023-10-24 15:49:33 +00:00
PluginInstallerWindow.cs Default Minimum/Maximum WindowSizeConstraints (#1574) 2024-02-17 19:06:41 +01:00
ProfileManagerWidget.cs show all plugins - be it dev, installed, available, orphaned - in the available tab 2024-01-20 01:10:07 +01:00