summaryrefslogtreecommitdiff
path: root/src/gui/widgets/itemcontainer.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2012-10-20In all controls, call Widget2 methods to get colors.Andrei Karas1-2/+2
2012-10-20Derive all widgets from Widget2 class.Andrei Karas1-0/+1
2012-10-19Fix namespace conflicts.Andrei Karas1-7/+4
2012-10-10Fix compilation errors with stlport.Andrei Karas1-5/+7
2012-10-01Improve emotes window draw speed.Andrei Karas1-11/+21
2012-09-22Add final keyword to most classes.Andrei Karas1-6/+6
2012-09-16Improve inventory resize speed.Andrei Karas1-3/+6
2012-09-14Improve a bit some gui controls speed.Andrei Karas1-2/+4
2012-09-07Improve constructors in some classes.Andrei Karas1-0/+6
2012-08-30Add const to more classes.Andrei Karas1-22/+30
2012-08-24replace defines to consts.Andrei Karas1-1/+1
2012-08-23Remove useless includes.Andrei Karas1-4/+0
2012-08-17Improve size calculations.Andrei Karas1-1/+1
2012-08-04Add support for default theme file names.Andrei Karas1-1/+1