summaryrefslogtreecommitdiff
path: root/src/gui/widgets/itemcontainer.h
AgeCommit message (Expand)AuthorFilesLines
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-01-09Remove useless A_CONST attributes.Andrei Karas1-2/+2
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-12-28Add missing override and final to destructors.Andrei Karas1-1/+1
2017-12-26Remove default parameters from itemcontainer.Andrei Karas1-3/+3
2017-08-13Change height in item containers if some items hidden by filter.Andrei Karas1-1/+2
2017-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas1-1/+1
2017-01-03Fix some doxygen issues.Andrei Karas1-8/+0
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-12-12Add noexcept in some files.Andrei Karas1-3/+3
2016-04-17Revert "Remove override keyword, if it present with final."Andrei Karas1-12/+12
2016-04-17Remove override keyword, if it present with final.Andrei Karas1-12/+12
2016-03-11Fix code style.Andrei Karas1-0/+1
2016-02-20Add missing const in gui directory.Andrei Karas1-2/+2
2016-02-08Remove useless variable from itemcontainer.Andrei Karas1-1/+0
2016-01-08Impliment craft inventory for moving items one by one.Andrei Karas1-0/+3
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-12-23Add const attribute to gui classes.Andrei Karas1-2/+2
2015-10-30Add support for npc dialog inventory theming from npc skin.Andrei Karas1-0/+4
2015-10-30Add item container max columns limit.Andrei Karas1-1/+7
2015-10-30Add strong typed bool enum ShowEmptyRows and use it in itemcontainer.Andrei Karas1-0/+3
2015-10-30Add strong typed bool enum ForceQuantity.Andrei Karas1-2/+4
2015-10-30Add support in themes to draw each inventory cell background.Andrei Karas1-0/+5
2015-10-04Dont show popup in inventory if mouse present outside of item rectangle.Andrei Karas1-1/+1
2015-06-24Add A_NONNULL attribute to all parameters with class Graphics.Andrei Karas1-2/+2
2015-05-25Remove safeDraw implimentation from Widget.Andrei Karas1-0/+2
2015-03-17Remove useless includes from .h files.Andrei Karas1-2/+0
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-08-29Fix code style.Andrei Karas1-2/+0
2014-08-28Removed unused includes.Andrei Karas1-1/+0
2014-08-17Use public item popup in itemcontainer.Andrei Karas1-1/+0
2014-05-07Add missing const.Andrei Karas1-1/+1
2014-04-22Fix crash if start trade with opened storage.Andrei Karas1-0/+3
2014-02-22Move Widget into gui/widgets directory.Andrei Karas1-2/+2
2014-02-22Move color into gui dir.Andrei Karas1-4/+4
2014-02-20improve includes.Andrei Karas1-2/+0
2014-02-18derive Widget from Widget2.Andrei Karas1-1/+0
2014-02-16move mouseevent into events directory.Andrei Karas1-5/+5
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-2/+2
2014-02-16move selectionlistener from base into listeners.Andrei Karas1-8/+4
2014-02-16move mouselistener from base into listeners.Andrei Karas1-2/+2
2014-02-15move keylistener from base into listeners.Andrei Karas1-3/+4
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-4/+4
2014-02-02Add missing const and static into gui classes.Andrei Karas1-1/+1
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-12-18Remove unused members from itemcontainer.Andrei Karas1-2/+0
2013-10-24add final keyword to widgets files.Andrei Karas1-10/+10