summaryrefslogtreecommitdiff
path: root/src/gui/widgets/shoplistbox.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-05-18Move mousebutton into separate file.Andrei Karas1-1/+1
2014-05-17Move font.cpp/h into fonts directory.Andrei Karas1-1/+2
2014-03-21Rename mouseEvent variables into event.Andrei Karas1-5/+5
2014-02-24Rename Rectangle into Rect.Andrei Karas1-1/+1
2014-02-23Rename drawImage2 methods into drawImage.Andrei Karas1-1/+1
2014-02-22Move shopitems into gui/models.Andrei Karas1-1/+1
2014-02-22Move listmodel into gui/modesl directory.Andrei Karas1-3/+3
2014-02-22Move Rectangle and ClipRectangle into gui directory.Andrei Karas1-1/+1
2014-02-22Move color into gui dir.Andrei Karas1-2/+2
2014-02-16combine font classes in one.Andrei Karas1-2/+2
2014-02-16move mouseevent into events directory.Andrei Karas1-4/+4
2014-02-15Remove useless graphics casts.Andrei Karas1-2/+1
2014-02-15move some methods from base/graphics into render/graphics.Andrei Karas1-1/+1
2014-02-15move exguichan files into gui/base/Andrei Karas1-2/+2
2014-01-08Remove duplicate variables from some classes.Andrei Karas1-4/+2
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-12-29improve draw image calls.Andrei Karas1-1/+1
2013-12-14Improve a bit separate images drawing.Andrei Karas1-1/+1
2013-10-26fix selection in shoplistbox.Andrei Karas1-1/+1
2013-10-22add context menu for items in buy/sell dialogs.Andrei Karas1-0/+15
2013-10-19move virtual member calls from itempopup constuctor into postInit.Andrei Karas1-0/+2
2013-10-11Second part of checks from Parasoft C++ Test.Andrei Karas1-1/+1
2013-10-05Fix incorrect ShopListBox height.Andrei Karas1-1/+6
2013-09-30move popups into popups directory.Andrei Karas1-1/+2
2013-09-29change smaller letter literalt into capital letter.Andrei Karas1-2/+2
2013-09-12remove unused includes from widget files.Andrei Karas1-1/+0
2013-08-31move being related files into being dir.Andrei Karas1-1/+2
2013-08-30remove duplicate variables.Andrei Karas1-2/+2
2013-08-24improve some mode methods in Client.Andrei Karas1-2/+2
2013-07-27allow buy protected items.Andrei Karas1-5/+8
2013-07-06fix code style and some minor issues.Andrei Karas1-1/+1
2013-06-29fix working with protected items by automatic checks.Andrei Karas1-2/+2
2013-06-23Add support for protecting items.Andrei Karas1-2/+3
2013-06-14Improve shoplistbox.Andrei Karas1-6/+10
2013-05-06add outline colors in shoplistbox class.Andrei Karas1-2/+7
2013-03-11Add some fixes after automatic checks.Andrei Karas1-4/+0
2013-01-27Fix bug with shoplistbox.xml file.Hal90001-2/+2
2013-01-23Use in different listbox derived classes different xml skin.Andrei Karas1-2/+2
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-12-27Remove set font from graphics object.Andrei Karas1-1/+0
2012-12-27Improve draw speed in listboxes.Andrei Karas1-4/+3
2012-12-25Fix shoplistbox popup area.Andrei Karas1-1/+1
2012-12-24Add color for selected text in listboxes.Andrei Karas1-1/+4
2012-11-07Add own profiler and profiler info to some code.Andrei Karas1-0/+5
2012-10-21Fix item selection in shoplistbox class.Andrei Karas1-1/+1
2012-10-20Fix code style and some minor issues.Andrei Karas1-2/+0
2012-10-20Add palette inheritance to textbox class.Andrei Karas1-1/+1
2012-10-20Add to some controls palette inheritance from other controls.Andrei Karas1-4/+6
2012-10-20In all controls, call Widget2 methods to get colors.Andrei Karas1-8/+8
2012-10-16Add listbox padding.Andrei Karas1-6/+6