summaryrefslogtreecommitdiff
path: root/src/gui/widgets/itemcontainer.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2013-02-02Fix errors in some compilers.v1.3.2.3Andrei Karas1-5/+5
2013-02-01Fix code style.Andrei Karas1-5/+5
2013-01-20Last part with FOR_EACH changes.Andrei Karas1-9/+3
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-12-27Remove set font from graphics object.Andrei Karas1-1/+0
2012-12-27Improve containders text draw speed.Andrei Karas1-4/+6
2012-11-07Add own profiler and profiler info to some code.Andrei Karas1-0/+7
2012-10-22Extend item container theming.Andrei Karas1-1/+4
2012-10-21Fix compilation error from previous commits.Andrei Karas1-0/+2
2012-10-21Extend theming itemcontainer (used in inventory, trade window etc)Andrei Karas1-14/+26
2012-10-20Fix code style and some minor issues.Andrei Karas1-3/+0
2012-10-20Add palette inheritance to itemcontainer class.Andrei Karas1-2/+3