summaryrefslogtreecommitdiff
path: root/src/gui/shoplistbox.cpp
AgeCommit message (Expand)AuthorFilesLines
2010-01-11Cleanup GUI classesJared Adams1-155/+0
2010-01-10Change Buy and Sell dialogs to use ItemPopupsJared Adams1-1/+26
2009-09-23Also added setAlpha() to ShopListBox, to avoid glitches with flooritems.Bertram1-0/+2
2009-03-28Removed a lot of useless isVisible() checksBjørn Lindeijer1-1/+1
2009-03-27Removed all the static initializations of mAlphaBjørn Lindeijer1-1/+1
2009-03-27Include statement cleanup for net/ea/ directory.Bjørn Lindeijer1-7/+8
2009-03-12Make use of the new available colorsMajin Sniper1-1/+1
2009-03-12Extending the internal handling of colorssniper1-13/+20
2009-03-06Merge branch 'aethyra/master'Bjørn Lindeijer1-1/+1
2009-03-05Made some optimizations based on some profiling done by Octalot, as wellIra Rice1-1/+1
2009-02-26Merge branch 'aethyra/master'Bjørn Lindeijer1-9/+0
2009-02-26Fixed an error in shoplistboxes as identified by Octalot.Ira Rice1-9/+0
2009-02-22Highlight unbuyable items in redJared Adams1-8/+7
2009-02-11Shut up some compiler warnings.Philipp Sehmisch1-1/+1
2009-02-11Shut up some compiler warnings.Philipp Sehmisch1-1/+1
2009-02-11Changed spelling from colour to color.Philipp Sehmisch1-4/+4
2009-02-10Fixed header files, as well as removed the unused buddy list class (notIra Rice1-2/+3
2009-02-10Fixed some accidental capitalization errorsPhilipp Sehmisch1-3/+3
2009-02-10fixed capitalization of color member functions.Philipp Sehmisch1-3/+3
2009-02-10Changed spelling from colour to color.Philipp Sehmisch1-4/+4
2009-02-04Few more unneeded headers that weren't noticed originally in the lastIra Rice1-1/+0
2009-02-04Went through the gui folder and revised the include statements to notIra Rice1-3/+1
2009-02-03Made highlights configurable through the color dialog.Ira Rice1-1/+6
2009-01-30Made the shoplist box alpha blend.Ira Rice1-3/+11
2009-01-26Adjusted selection colors so that it blends better with the AethyraIra Rice1-1/+1
2009-01-23Removed unnecessary references to The Mana World in code headersBjørn Lindeijer1-4/+4
2008-11-18Pedantic fixes to the client, where I alphabetized all of the include Ira Rice1-6/+4
2008-06-12Merged revisions 3738 via svnmerge from Bjørn Lindeijer1-2/+2
2008-04-09Fixed problem with row height in shop list box.Bjørn Lindeijer1-29/+0
2008-04-07Upgraded to Guichan 0.8.0 (merge from guichan-0.8 branch, except forBjørn Lindeijer1-4/+6
2007-12-21Fixed shop list box not to scroll up when the selection is removed.Bjørn Lindeijer1-2/+2
2007-11-20Merged revisions 3642,3662-3664,3667 via svnmerge from Bjørn Lindeijer1-0/+1
2007-09-12Allowed selection of items that cannot be afforded, so that their descriptionsBjørn Lindeijer1-18/+2
2007-01-23Upgraded to Guichan 0.6.1.Bjørn Lindeijer1-1/+1
2007-01-14Upgraded to Guichan 0.6.0 (merge from guichan-0.6.0 branch).Bjørn Lindeijer1-3/+3
2006-12-24Major rendering performance increase in software mode, by not using RLEBjørn Lindeijer1-1/+5
2006-12-16Subclassed ShopListBox from ListBox to get rid of some duplicated code, andBjørn Lindeijer1-89/+49
2006-11-05A final fix to secure the shoplistbox.Yohann Ferreira1-1/+1
2006-11-05Added item's pictures in sell dialogs, and precisions about the total money i...Yohann Ferreira1-2/+11
2006-11-05Added pictures to items in buy dialogs. Also too expensive items are highligh...Yohann Ferreira1-0/+191