summaryrefslogtreecommitdiff
path: root/src/gui/windows/itemamountwindow.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-08-23Add partial adding items into new mail message.Andrei Karas1-1/+10
2017-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas1-18/+18
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-09-15Fix leak in ItemAmountWindow.Andrei Karas1-0/+2
2016-07-28Remove macro A_TMWA_UNUSED.Andrei Karas1-1/+1
2016-07-28Remove define EATHENA_SUPPORT from all code.Andrei Karas1-17/+0
2016-06-04Remove some useless includes if using SDL2.Andrei Karas1-2/+4
2016-04-30Add missing break.Andrei Karas1-0/+1
2016-04-16Move itemamountwindowusage enum into separate file.Andrei Karas1-35/+39
2016-04-11Fix compilation warnings with tmwa only.Andrei Karas1-1/+1
2016-03-24Add enum for item types.Andrei Karas1-1/+4
2016-02-07Replace most static_cast<Type> to shorter versions from defines.Andrei Karas1-5/+5
2016-01-15Fix code style.Andrei Karas1-0/+4
2016-01-15Fix compilation without hercules support.Andrei Karas1-0/+9
2016-01-08Allow drag & drop more than one amount at time in craft inventory.Andrei Karas1-10/+50
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-12-29Move item into item directory.Andrei Karas1-2/+2
2015-11-16Convert InventoryType enum into strong typed.Andrei Karas1-8/+8
2015-08-16Add strong typed int for item color.Andrei Karas1-1/+2
2015-07-14Remove default parameters from item popup.Andrei Karas1-1/+1
2015-06-25Add missing checks in windows.Andrei Karas1-2/+6
2015-06-14Use CREATEWIDGET macro in itemamountwindow.Andrei Karas1-1/+2
2015-05-28Add strong typed bool type Visible.Andrei Karas1-2/+2
2015-05-21Call Window::postInit from all windows with overrided postInit method.Andrei Karas1-0/+1
2015-05-05Replace most bools usage in playerinfo to strong typed bools.Andrei Karas1-1/+1
2015-05-05Add strong typed bool type for modal bool flag.Andrei Karas1-1/+1
2015-05-05Build parts of inventorytype.h only if supported server enabled.Andrei Karas1-8/+8
2015-05-04Fix compilation with different options.Andrei Karas1-0/+4
2015-04-29Rename mailedit into maileditwindow.Andrei Karas1-1/+1
2015-04-29Allos send items by mail.Andrei Karas1-0/+9
2015-03-17Remove useless includes from .h files.Andrei Karas1-0/+4
2015-03-16Remove useless includes from cpp filesAndrei Karas1-2/+0
2015-02-11Add typed bool type Equipped.Andrei Karas1-1/+1
2015-02-11Add typed bool type Equipm.Andrei Karas1-1/+2
2015-02-11Add typed bool type Favorite.Andrei Karas1-1/+2
2015-02-10Fix case in new strong typed types.Andrei Karas1-2/+2
2015-02-10Add typed bool type Damaged.Andrei Karas1-1/+2
2015-02-10Add typed bool type Identified.Andrei Karas1-1/+3
2015-01-30Fix code style.Andrei Karas1-1/+0
2015-01-24allow store and retreive buttons work with cart.Andrei Karas1-0/+16
2015-01-24Move inventory type into separate file.Andrei Karas1-4/+4
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-12-23Add item type to item object.Andrei Karas1-1/+1
2014-10-21Add to item field favorite.Andrei Karas1-1/+1
2014-10-21Add to item field damaged.Andrei Karas1-1/+1
2014-10-21Add to item field identified.Andrei Karas1-1/+1
2014-10-20Remove item default parameters.Andrei Karas1-1/+1
2014-09-26Fix code style.Andrei Karas1-1/+0
2014-09-17Remove getter for inventoryHandler.Andrei Karas1-3/+3
2014-08-28Removed unused includes.Andrei Karas1-2/+0