wesnoth/changelog_entries
Iris Morelle 5a7bd7c51f
gui: Better positioning of submenus in the main UI (#8517)
This makes it possible to fetch the on-screen coordinates of a drop
down menu item as the menu is dismissed by clicking on it so the
caller can use these coordinates to make a more informed decision as
to where to spawn a submenu, improving the previous mechanism wherein
the submenu would have its top left corner set at the mouse's location
which would produce different results depending on where exactly in
the menu item's box the mouse was at the time the parent menu was
dismissed.
2025-01-15 21:02:02 -05:00
..
dune_warmaster.md Buff Dune Warmaster (#9534) 2024-12-23 08:38:10 -06:00
ei-dialogue-fixes.md EI: forbid dunefolk from taking the Plague Staff and add custom rejection messages (#9654) 2024-12-20 07:56:53 -06:00
explorer_resistance_nerf.md Dwarvish Explorer: reduce resistances from 20% to 10% (#9666) 2024-12-24 11:35:02 -06:00
fire_guardian_resistances.md
orcish_xbowman_nerf.md Nerf of Orcish Crossbowman (#9509) 2024-12-23 12:30:24 -06:00
README.md
submenu-positioning.md gui: Better positioning of submenus in the main UI (#8517) 2025-01-15 21:02:02 -05:00

This directory is where PR authors can add a file per PR containing the text that should be added to the main changelog.md during the release process for the next version. The format should match that of the main changelog as well as use an existing category defined there. For example, a file could contain:

### Terrain
* Change codes "Irs, Ias, Icr, Ior, and Icn" to "Isr, Isa, Isc, Iwo, and Iwc", respectively

The purpose of this is to make it easier to add changelog entries with a PR while avoiding merge conflicts in the main changelog file if someone ends up merging their PR before yours.

The contents of this directory (aside from this README file) will then be deleted after each release.