------------------------------------------------------------------------
r43 | brefin | 2013-03-25 11:23:08 +0000 (Mon, 25 Mar 2013) | 2 lines
Changed paths:
   M /trunk/InboxMailBag.lua

Left justify lines added to BattlepetTooltips if some item source lines were much wider than others.

------------------------------------------------------------------------
r42 | brefin | 2013-03-21 06:44:31 +0000 (Thu, 21 Mar 2013) | 2 lines
Changed paths:
   M /trunk/InboxMailBag.lua

Allow glyphs to be filtered by class when searching

------------------------------------------------------------------------
r41 | brefin | 2013-03-20 16:06:14 +0000 (Wed, 20 Mar 2013) | 2 lines
Changed paths:
   M /trunk/InboxMailBag.lua

Fixed stupid stupid partial code that snuck in at the last moment

------------------------------------------------------------------------
r40 | brefin | 2013-03-20 15:21:18 +0000 (Wed, 20 Mar 2013) | 8 lines
Changed paths:
   M /trunk/InboxMailBag.lua

Improved search functionality
	- Fixed a bug where patterns worked
	- Fixed a bug where capitalizing the search term would fail to find on secondary strings (ie armor Legs)
	- Across an entire array of sequential isFiltered calls, one search pattern is prepared and reused
	- The search pattern itself handles upper/lower case, we no longer have to tolower() every single string before comparing against it.

Tighten up the Optimization via 'local'

------------------------------------------------------------------------
r39 | brefin | 2013-03-19 16:43:22 +0000 (Tue, 19 Mar 2013) | 4 lines
Changed paths:
   M /trunk/InboxMailBag.lua

Optimization pass.
The consolidation now attempts to reuse as much of MB_Items and it's sub-tables as possible instead of starting with fresh tables from scratch.
The battletip now records each line as a table entry that concats in a single pass instead of building up the string with each and every AddLine

------------------------------------------------------------------------
r38 | brefin | 2013-03-15 12:59:59 +0000 (Fri, 15 Mar 2013) | 4 lines
Changed paths:
   M /trunk/InboxMailBag.lua

Blizzard's Mail API won't give me a proper BattlePet link for caged battle pets.
Adding a workaround to enable searching on battle pet species names.
Caged battle pets cannot be colored by quality. But this was broken before hand and had been defaulting to the quality color for [Pet Cages] incorrectly.

------------------------------------------------------------------------
r37 | brefin | 2013-03-12 22:32:49 +0000 (Tue, 12 Mar 2013) | 3 lines
Changed paths:
   M /trunk/InboxMailBag.lua
   M /trunk/InboxMailBag.toc
   A /trunk/Localization/deDE.lua

Including partial German Localization
Tweaking Tabs Bounds Checking based on an example in Blizzard's Character Frame code.

------------------------------------------------------------------------
r36 | brefin | 2013-03-11 16:55:09 +0000 (Mon, 11 Mar 2013) | 3 lines
Changed paths:
   M /trunk/InboxMailBag.lua

Make the GameTooltip for gold stacks from the Auction House more informative
Implement flexible tab spacing and positioning in order to squeeze our tab underneath the MailFrame (allowing for sharing tab space with SentMail under other localizations)

------------------------------------------------------------------------
r35 | brefin | 2013-03-09 07:34:17 +0000 (Sat, 09 Mar 2013) | 2 lines
Changed paths:
   M /trunk/InboxMailBag.lua
   M /trunk/InboxMailBag.toc
   M /trunk/Localization/enUS.lua
   M /trunk/Localization/zhCN.lua
   M /trunk/Localization/zhTW.lua

Adjustments to try and use CurseForge's web-based localization

------------------------------------------------------------------------
r33 | brefin | 2013-03-08 00:53:11 +0000 (Fri, 08 Mar 2013) | 2 lines
Changed paths:
   M /trunk/Localization/zhCN.lua
   M /trunk/Localization/zhTW.lua

Updating the Chinese Localization. Thank you BNSSNB.

------------------------------------------------------------------------
r31 | brefin | 2013-03-05 21:25:59 +0000 (Tue, 05 Mar 2013) | 2 lines
Changed paths:
   M /trunk/InboxMailBag.toc

Updating TOC for 5.2

------------------------------------------------------------------------
r30 | brefin | 2013-03-04 01:11:43 +0000 (Mon, 04 Mar 2013) | 2 lines
Changed paths:
   M /trunk/InboxMailBag.lua

GetInboxItemLink sometimes fails when Warcraft was recently started. Adapting.

------------------------------------------------------------------------
r29 | brefin | 2013-03-03 13:38:28 +0000 (Sun, 03 Mar 2013) | 3 lines
Changed paths:
   M /trunk/InboxMailBag.lua
   M /trunk/InboxMailBag.xml
   M /trunk/Localization/enUS.lua
   M /trunk/Localization/zhCN.lua
   M /trunk/Localization/zhTW.lua

Added optional hilighting of items by rarity.
Fixed a search bug when gold was displayed.

------------------------------------------------------------------------
r28 | brefin | 2013-02-27 15:35:31 +0000 (Wed, 27 Feb 2013) | 3 lines
Changed paths:
   M /trunk/InboxMailBag.lua
   M /trunk/InboxMailBag.toc
   A /trunk/Localization/zhCN.lua
   A /trunk/Localization/zhTW.lua

Partha's finesse on BattlePetTooltip lines
BNSSNB's zhCN and zhTW localization

------------------------------------------------------------------------
r27 | brefin | 2013-02-26 16:39:34 +0000 (Tue, 26 Feb 2013) | 2 lines
Changed paths:
   M /trunk/InboxMailBag.lua
   M /trunk/InboxMailBag.xml

Had some multiple tooltip updates that might have been occurring or conflicting. Simplified the code so that all tooltip updates are driven by the main GUI Update function. Also should do a better job updating if the item changes under the cursor or the location becomes empty.

------------------------------------------------------------------------
r26 | brefin | 2013-02-26 14:22:10 +0000 (Tue, 26 Feb 2013) | 3 lines
Changed paths:
   M /trunk/InboxMailBag.lua

Fix tooltip for caged battle pets in the mail.
Works. I feel code needs more polish here.

------------------------------------------------------------------------
r25 | brefin | 2013-02-25 12:27:58 +0000 (Mon, 25 Feb 2013) | 2 lines
Changed paths:
   M /trunk/InboxMailBag.lua

Fix a display issue when used with BeanCounter (part of the Auctioneer suite)

------------------------------------------------------------------------
r24 | brefin | 2013-02-25 00:59:49 +0000 (Mon, 25 Feb 2013) | 2 lines
Changed paths:
   M /trunk/InboxMailBag.lua

Partha's changes to add AH invoice information to money stacks when stacks are ungrouped.

------------------------------------------------------------------------
r23 | brefin | 2013-02-24 14:46:07 +0000 (Sun, 24 Feb 2013) | 2 lines
Changed paths:
   M /trunk/InboxMailBag.lua
   M /trunk/Localization/enUS.lua

Added a preference option to have the mailbox open Inbox Mailbag as the default pane.

------------------------------------------------------------------------
r22 | brefin | 2013-02-24 13:45:01 +0000 (Sun, 24 Feb 2013) | 7 lines
Changed paths:
   M /trunk/InboxMailBag.lua
   M /trunk/InboxMailBag.xml

Mix of changes from Partha

Cut down on some unnecessary mailbox consolidation
Improved display of the orange overlay when items in the inbox are expiring soon
Improved display of the tooltip
It is now possible to take the oldest item from a stack by holding down a modifier key. provided that the modifier key doesn't do something else first. (ctrl-click tends to preview armor pieces for instance)

------------------------------------------------------------------------
r21 | brefin | 2013-02-23 07:46:38 +0000 (Sat, 23 Feb 2013) | 3 lines
Changed paths:
   M /trunk
   A /trunk/.pkgmeta
   M /trunk/InboxMailBag.lua
   M /trunk/InboxMailBag.toc
   A /trunk/Localization
   A /trunk/Localization/enUS.lua

Upgrade to use some Ace3 Libraries.
Specifically AceConfig, and supporting libraries for a GUI and Console based toggle for Advanced mode. And AceLocale with the increase in Text usage.

------------------------------------------------------------------------
r20 | brefin | 2013-02-21 16:21:35 +0000 (Thu, 21 Feb 2013) | 2 lines
Changed paths:
   M /trunk/InboxMailBag.lua

Tidy up some formatting silliness that had crept in.

------------------------------------------------------------------------
