summaryrefslogtreecommitdiff
path: root/src/gui/widgets/itemcontainer.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-02-23Rename drawImage2 methods into drawImage.Andrei Karas1-3/+3
2014-02-22Move Widget into gui/widgets directory.Andrei Karas1-2/+2
2014-02-18derive Widget from Widget2.Andrei Karas1-2/+1
2014-02-16combine font classes in one.Andrei Karas1-2/+2
2014-02-16move selectionevent into events directory.Andrei Karas1-1/+1
2014-02-16move mouseevent into events directory.Andrei Karas1-6/+6
2014-02-16move keyevent into events directory.Andrei Karas1-2/+2
2014-02-16move event into events directory.Andrei Karas1-1/+1
2014-02-16move widgetlistener from base into listeners.Andrei Karas1-1/+1
2014-02-16move selectionlistener from base into listeners.Andrei Karas1-1/+1
2014-02-16move mouselistener from base into listeners.Andrei Karas1-1/+1
2014-02-15move keylistener from base into listeners.Andrei Karas1-1/+1
2014-02-15Remove useless graphics casts.Andrei Karas1-8/+9
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-01update copyright year in all sources.Andrei Karas1-1/+1
2013-12-29improve draw image calls.Andrei Karas1-3/+3
2013-12-18Remove unused members from itemcontainer.Andrei Karas1-2/+0
2013-12-14Improve a bit separate images drawing.Andrei Karas1-4/+4
2013-10-19move virtual member calls from itempopup constuctor into postInit.Andrei Karas1-0/+1
2013-10-19Remove unused functions from itemcontainer.Andrei Karas1-77/+0
2013-10-19add missing break in itemcontainer.Andrei Karas1-0/+1
2013-10-04in drag and drop not allow give to npc or move to trade protected items.Andrei Karas1-2/+9
2013-09-30move popups into popups directory.Andrei Karas1-1/+2
2013-09-30move windows classes to windows directory.Andrei Karas1-3/+4
2013-09-29change smaller letter literalt into capital letter.Andrei Karas1-1/+1
2013-09-13fix code style.Andrei Karas1-1/+2
2013-09-12remove unused includes from widget files.Andrei Karas1-5/+2
2013-09-03show icon on protected items.Andrei Karas1-0/+12
2013-08-31move being related files into being dir.Andrei Karas1-1/+2
2013-08-11add support for giving item to npc (evol only)Andrei Karas1-0/+22
2013-07-28move bools in itemcontainer.Andrei Karas1-15/+15
2013-07-06fix code style and some minor issues.Andrei Karas1-1/+1
2013-07-04fix item selection in inventory.Andrei Karas1-2/+1
2013-07-03Add drag and drop between trade window and other windows.Andrei Karas1-7/+48
2013-07-03add drag and drop support between inventory and storage.Andrei Karas1-18/+51
2013-06-24fix double click handling in itemcontainer.Andrei Karas1-12/+15
2013-06-21fix code style.Andrei Karas1-2/+0
2013-06-07Fix code style.Andrei Karas1-2/+2
2013-06-04improve itemcontainer.Andrei Karas1-93/+97
2013-06-02Add missing check in itemcontainer.Andrei Karas1-1/+4
2013-06-02fix compilation with old compilers.Andrei Karas1-2/+2
2013-06-01Restore adding items to outfits and drops by clicking only.Andrei Karas1-0/+3
2013-06-01Add drag and drop to drops window.Andrei Karas1-2/+0
2013-06-01add dragdrop between inventory and outfits window.Andrei Karas1-16/+9
2013-05-06Add outline colors for ITEM_EQUIPPED and ITEM_NOT_EQUIPPED.Andrei Karas1-3/+5
2013-04-20fix style in gui directory.Andrei Karas1-0/+2
2013-04-12first part of style fixed after cpplint checks.Andrei Karas1-1/+1
2013-04-12fix random rare crashes in npc and possible other windows.Andrei Karas1-0/+3
2013-02-03Fix inventory sorting.Andrei Karas1-15/+17