DIM

An instant messenger with whisper history

File Details

DIM-1.10.2.zip

  • R
  • Apr 27, 2026
  • 97.24 KB
  • 9
  • 12.0.5
  • Retail

File Name

DIM-1.10.2.zip

Supported Versions

  • 12.0.5

1.10.2 - 2026-04-27

Tagline player-menu discoverability

  • Dropdown arrow at the right edge of the band — sourced from UI-ScrollBar-ScrollDownButton-Up via SetTexCoord so it renders reliably (Unicode chevrons miss in WoW's default fonts).
  • Hover highlight — subtle white wash (alpha 0.06) on the band when the cursor is over it, so the region reads as interactive.
  • Left-click also opens the menu (was right-click only) so users who miss the cues still find it through normal exploration.

Tagline polish

  • Rounded header band — the tagline now sits on a BackdropTemplate frame using Blizzard's tooltip backdrop (UI-Tooltip-Background + UI-Tooltip-Border, edgeSize 12) so the corners get native rounded edges. Inset 4px from the tagline bounds so the rounded card breathes inside the AceGUI Window chrome instead of fighting it.
  • Stops chat bleed-through — the band's translucent dark wash blocks chat lines underneath from showing through the tagline text. Tagline height 16→20px; chat content starts at -30 (was -22) to clear the band.
  • FontString moved to the backdrop frame — required so the text draws above the bgFile (parent textures render before child frames).

Recents panel

  • BN entries use the BN cyan — BattleTag rows render in Blizzard's BN_WHISPER cyan (ff00fff6) — same hue as inbound BN messages in chat — instead of inheriting whichever character's class we last captured. The trailing (CharName) hint keeps the class color so you can tell the active character at a glance.
  • ShowRecentPanel defensively :Show()s the window in case it was hidden, so closing the last tab reliably surfaces the recents view.

Minimap menu — Recents entry

  • Right-clicking the minimap button now offers Recent Whispers alongside the existing Whisper History / Options entries. Opens the window with the recents panel forced active (re-enables ChatIM if it was off).