summaryrefslogtreecommitdiff
path: root/src/gui/equipmentwindow.cpp
AgeCommit message (Expand)AuthorFilesLines
2010-03-12Split Palette into Theme and UserPaletteJared Adams1-3/+3
2010-02-24Move StorageWindow to instancing intead of globalJared Adams1-1/+1
2010-02-22Cleanup some popup-related code and make sure BeingPopup is includedJared Adams1-1/+1
2010-02-22Modify copyright headersFreeyorp1-1/+2
2010-02-20License header update for The Mana ClientThorbjørn Lindeijer1-4/+3
2010-02-07Updated Copyright year to 2010!Bertram1-1/+1
2010-01-11Cleanup GUI classesJared Adams1-6/+7
2009-09-23Fixed some glitches in Equipment and Inventory window, and made the code mor...Bertram1-0/+1
2009-09-14Fix context menu for items in the EquipmentWindowJared Adams1-1/+1
2009-07-23Clear some more support ifdefsJared Adams1-0/+2
2009-07-21Merge equipment handling and fix some bugsJared Adams1-50/+13
2009-05-12Remove methods from LocalPlayer that just call NetJared Adams1-1/+4
2009-05-10Make sure Unequip button is disabled when appropriateBjørn Lindeijer1-8/+15
2009-05-08Keep a little spacing above the tabs in the chat windowBjørn Lindeijer1-3/+3
2009-05-08Fixed positioning of the item icons in the equipment windowBjørn Lindeijer1-1/+3
2009-04-20Fix up window visibility saving/restoringJared Adams1-0/+1
2009-04-12Cleaned up the ItemPopup class a bitBjørn1-3/+1
2009-04-10Some cleanup of the equipment window codeBjørn Lindeijer1-56/+35
2009-04-09Actually use ItemType instead of shortBjørn Lindeijer1-1/+0
2009-04-07Moved basic widgets into the gui/widgets directoryBjørn Lindeijer1-21/+22
2009-04-06Moved many MessageOut constructions aroundBjørn Lindeijer1-3/+3
2009-04-02Start TMWServ's PlayerHandler and InventoryHandlerJared Adams1-1/+1
2009-03-31Remove unused backgroundJared Adams1-7/+0
2009-03-30fix segfault if the background image is missingBernd Wachter1-1/+2
2009-03-30Fix a segfault in the equipment windowJared Adams1-1/+1
2009-03-28Removed a lot of useless isVisible() checksBjørn Lindeijer1-3/+0
2009-03-27Merge branch 'aethyra/master'Bjørn Lindeijer1-8/+3
2009-03-26Some code cleanups (mostly reducing how many calculations need to beIra Rice1-8/+3
2009-03-25Merge branch 'eathena/master'Bjørn Lindeijer1-19/+26
2009-03-23Merge branch 'aethyra/master'Bjørn Lindeijer1-19/+23
2009-03-22Merged the tmwserv client with the eAthena clientBjørn Lindeijer1-4/+53
2009-03-14Modified the equipment window to use the highlight color for selections.Ira Rice1-16/+18
2009-03-14Fixed item popups in the equipment window to display the proper itemIra Rice1-2/+4
2009-03-10Extended window layout to take relative positions, as well as offsets toIra Rice1-1/+1
2009-03-06Merge branch 'aethyra/master'Bjørn Lindeijer1-0/+3
2009-03-05Made some optimizations based on some profiling done by Octalot, as wellIra Rice1-0/+3
2009-02-18Introduced a toLower method and grouped string utilsBjørn Lindeijer1-1/+1
2009-02-18Introduced a toLower method and grouped string utilsBjørn Lindeijer1-1/+1
2009-02-17Got rid of const where it does not make much senseBjørn Lindeijer1-1/+1
2009-02-15Merge branch 'aethyra/master'Bjørn Lindeijer1-2/+0
2009-02-15Removed unnecessary parenthesis at constructorsBjørn Lindeijer1-1/+1
2009-02-15Deleted some unneeded delete statements.Ira Rice1-2/+0
2009-02-10Fixed header files, as well as removed the unused buddy list class (notIra Rice1-2/+3
2009-02-09Mostly whitespace fixesBjørn Lindeijer1-1/+1
2009-02-09Merged with Aethyra master as of 2009-02-09Bjørn Lindeijer1-13/+81
2009-02-09Mostly whitespace fixesBjørn Lindeijer1-1/+1
2009-02-07Some more include cleanups.Ira Rice1-1/+0
2009-02-04Simplified equipment window initialization, since only the local playerIra Rice1-2/+2
2009-02-04Got rid of a few dangling pointers.Ira Rice1-0/+2
2009-02-04Forgot to check left clicking, as I assumed that it wouldn't break usingIra Rice1-4/+10